swift
Create, run and build Swift projects.
- Start a REPL (interactive shell):
swift
- Execute a program:
swift {file.swift}
- Start a new project with the package manager:
swift package init
- Generate an Xcode project file:
swift package generate-xcodeproj
- Update dependencies:
swift package update
- Compile project for release:
swift build -c release
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).