Apple has released latest version of Swift, the programming language use to create OS X and iOS apps. Swift 3.0 is now available as part of the Xcode 8 beta.
New Features
- All function parameter have labels by defaults.
- Attribute arguments use a colon.
- Switch case with multiple patterns have new functionality.
- Line control statements use the #sourceLocation(file:line) syntax.
