Swift with iOS 5 deployment target

ios, swift

Solution

From one of the engineers working on Swift, iOS 7, Mavericks and later:

Problem

What is the minimum deployment target for Xcode 6 and the new Swift language? Specifically, can I still support iOS 5.0?

Original source

Related problems