Swift 3.0 Has Been Released

Swift 3.0 Has Been Released

Published on:
April 10, 2022
Last updated:
March 20, 2023
Sergii Gladun
Sergii Gladun

On September 13, Apple has officially released Swift 3.0, the first major release of Swift since it went open-source.
Swift 3.0 is a source-breaking release, mostly due to the changes in SE-0005 and SE-0006. These changes not only impact names of the Standard Library APIs but also completely change the way Objective-C APIs (particularly from Cocoa) import into Swift. Many of the changes are mostly mechanical, but they can be numerous in a typical Swift project.

Syntax support for "func foo(x: Int)(y: Int)", operators "++" and "--" has been removed.

It means that unfortunately, Swift 3.0 isn't compatible with Swift 2.2/2.3.
To help with moving to Swift 3.0, Xcode 8.0 contains a code migrator that can automatically handle many of needed source changes.

See the full list of Swift 3.0 changes here.

Interested in iOS development?
Also, read about the most important features of the HTTP/2-based provider API for APNs and get a quote for iOS development.


Rate this article
0 ratings, average 0.0 of out 5

Get in touch
Send us your comments, suggestions, questions, or feedback.
Next posts
Android Widgets
Android Widgets
Sergey Franchuk
Sergey Franchuk
Tips for Animations in Material Design
Tips for Animations in Material Design
Lina Lysenko
Lina Lysenko
9 Features Every E-commmerce Website Should Care About
9 Features Every E-commmerce Website Should Care About
Anna Slishuk
Anna Slishuk