Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I compile Swift with Xcode < 6?

Tags:

xcode

swift

I would like to try out Swift, but currently don't have an Apple developer 's account. Would it be possible to compile and run it without having Xcode 6?

like image 452
Jimmy C Avatar asked Jun 03 '14 14:06

Jimmy C


1 Answers

According to https://developer.apple.com/swift/, the only current implementation is the XCode 6 Beta. The language documentation (ebook and online) doesn't mention any alternatives.

As far as I can tell, you have to be a paid member of an Apple Developer program to get the XCode 6 Beta:

"Sign in with the Apple ID associated with your membership in the iOS Developer Program or Mac Developer Program ..."

Update: In a departure from past policy, Apple has made the XCode 6 beta available as a free download. See the new Swift blog for details, or download directly!

like image 57
joemfb Avatar answered Oct 17 '22 21:10

joemfb