I just created a new Swift project within Xcode. I am wondering which version of Swift it\'s using.
How can I see, in Xcode or the terminal, what version of Swift I
You can see and select which Swift version Xcode is using in:
Target -> Build Settings -> Swift Language Version:
This is available in Xcode 8.3 and Xcode 9 (haven't checked older versions)