Can I compile Swift code on Xcode 5?

Xcode 6 beta is still pretty unstable. I was wondering if there is a way to compile Swift with xCode 5.

+4
source share
1 answer

There are command line tools available for Swift if the GUI gives you problems in Xcode 6. You could name these command line tools from Xcode 5, I suppose, but Xcode 5 cannot do anything smart with Swift, for example, highlighting, autocomplete, or playground.

+3
source

Source: https://habr.com/ru/post/1543135/


All Articles