Swift 4 is adding some really cool features, like strongly typed keypaths and JSON encoding/decoding using Codable
.
I would like to use these new features while still targeting iOS 9 and above.
As far as I understand, Swift language version is not bound to a version of iOS, as opposite to Foundation framework, for example. However, I can't find any info if that's correct.
Can I use Swift 4 when targeting iOS older than 11?