Affiliate Disclosure
If you buy through our links, we may get a commission. Read our ethics policy.

Apple deploys first preview branch of Swift 3.0 ahead of WWDC 2016

Developers now have access to the first preview release branch for Swift 3.0, the next evolution of Apple's custom programming language.

"Snapshot" downloads are linked from the official Swift website. The site cautions that the snapshots aren't official releases, and hence have only gone through automated unit testing.

On the Swift GitHub page, it's also warned that 3.0 makes source-breaking changes, although in later versions the goal will be to retain as much compatibility as possible. Anything that might break source will purportedly be rolled out in "the least invasive way" possible.

Apple is likely to showcase Swift 3.0 at its annual Worldwide Developers Conference, which kicks off June 13. The language won't be finalized until sometime later this year however, presumably in time for one of Apple's regular fall press events.

The keynote will most likely concentrate on the next versions of OS X and iOS, as well as improvements to Siri and Apple Music. Apple might theoretically show off new Macs and peripherals, but the company has generally veered away from showcasing hardware at WWDC.

Watch the Latest from AppleInsider TV



12 Comments

VisualSeed 9 Years · 217 comments

At this point is probably better to break it hard and get it over with than to drag out the torture of incremental updates breaking arbitrary things. I would rather spend 2 or 3 weeks refactoring a project to catch 80% what's been changed and deprecated in 3.0 than to spend 2 or 3 days every few weeks playing Russian roulette each time Xcode is updated.  While we don't have any massive projects utilizing Swift we have made an effort to do more and more with it and have had positive results in where we use it now. 

6 Likes · 0 Dislikes
Grimzahn 10 Years · 63 comments

Due the constant changes we dont User Swift in any projects yet.

wizard69 22 Years · 13358 comments

Grimzahn said:
Due the constant changes we dont User Swift in any projects yet.

Probably a good decision, though you don't want to hold off too long.   Swift has been under rapid development since its release.  Even Apple has held off creating operating system distributions with the support libraries.  After recent comments it looks like Swift 4 will be the best place to transition large projects too.   

mdriftmeyer 21 Years · 7395 comments

Version 3.0 is not warranted. This is best labeled a 2.0.

jeffzacharias 12 Years · 15 comments

Grimzahn said:
Due the constant changes we dont User Swift in any projects yet.

We've been using Swift almost 100% for about a year since 2.0 came out.  I don't see any reason to hold off.

4 Likes · 0 Dislikes