查看Xcode所使用Swift的版本

查看Swift版本

$ xcrun swift -version

查看Xcode位置

$ xcrun --find swift

参考链接:http://stackoverflow.com/questions/30790188/how-do-i-see-which-version-of-swift-im-using-in-xcode

原文地址:https://www.cnblogs.com/zcdll/p/5149962.html