How do I see which version of Swift I’m using?
What I do is say in the Terminal: $ xcrun swift -version Output for Xcode 6.3.2 is: Apple Swift version 1.2 (swiftlang-602.0.53.1 clang-602.0.53) Of course that assumes that your xcrun is pointing at your copy of Xcode correctly. If, like me, you’re juggling several versions of Xcode, that can be a worry! To make sure … Read more