Licx
Licx

Reputation: 1473

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 from xCode 5.

Upvotes: 4

Views: 5510

Answers (1)

Tom van der Woerdt
Tom van der Woerdt

Reputation: 29975

There are command-line tools available for Swift if the GUI is giving you trouble in Xcode 6. You could call these command-line tools from Xcode 5, I suppose, but Xcode 5 will not be able to do anything smart with Swift, like highlighting, autocompleting or the playground.

Upvotes: 3

Related Questions