swift(1) Swift Documentation swift(1)
NAME
swift - the amazingly new programming language
SYNOPSIS
swift [-help] [input-filename [program-arguments]]
swiftc [-emit-object|-emit-assembly|-emit-library]
[-help]
-o output-file
input-filenames
The full list of supported options is available via "swift -help" or
"swiftc -help".
DESCRIPTION
Swift is a new, high performance systems programming language. It has
a clean and modern syntax, and offers seamless access to existing C and
Objective-C code and frameworks, and is memory safe (by default).
Although inspired by Objective-C and many other languages, Swift is not
itself a C-derived language. As a complete and independent language,
Swift packages core features like flow control, data structures, and
functions, with high-level constructs like objects, protocols,
closures, and generics. Swift embraces modules, eliminating the need
for headers and the code duplication they entail.
swift 3.0.2 2016-11-18 swift(1)
Mac OS X 10.11.6 - Generated Fri Feb 3 06:27:40 CST 2017
