This is an Xcode playground that demonstrates the new features introduced in Swift 5.6:
- Introduce existential any
- Type placeholders
- Allow coding of non
String
/Int
keyedDictionary
into aKeyedContainer
- Unavailability condition
- More concurrency changes
- Plugins for Swift Package Manager
This is designed to complement my existing article What’s New in Swift 5.6. You might also want to read previous articles about the evolution of Swift 5:
- What’s New in Swift 5.5
- What’s New in Swift 5.4
- What’s New in Swift 5.3
- What’s New in Swift 5.2
- What’s New in Swift 5.1
- What’s New in Swift 5.0
Alternatively, you can find a complete breakdown of all Swift changes from 1.0 through 5.6, including downloadable playgrounds, here: what's new in Swift.
If you hit problems or have questions, you're welcome to tweet me @twostraws or email [email protected].