Can Swift 1 run code on iOS 9?

I was interested to know if anyone knows if Swift (version 1) Code can work on iOS 9, or if the syntax needs to be updated to allow this. I guess you probably don't need to update the code, but if anyone has any opinions, please share!

+4
source share
1 answer

Xcode 7 will ship with the Swift Migrator tool (similar to Swift 1.1 to 1.2 migrator used in Xcode 6), which will help developers migrate Swift 1.2 projects to work with Swift 2.

Projects written with Swift 1.x in versions of Xcode prior to 7 will run on iOS 9. Any projects written with Xcode 7 should use Swift 2.

Swift Resources Apple

+13

All Articles