Learn all about Swift 6 with these posts

Here you can find all you need to know about to get ready for the Swift 6 language mode.

New!
Building a Swift package using the Swift 6 language mode

How to download and install a development version of the Swift 6 compiler and enable the Swift 6 language mode when building your Swift package.

Swift 6: Access level on import statements

How to get ready for Swift 6's new import access level feature and make sure that you are not caught by surprise by the breaking changes that come with it.

Enable upcoming Swift features

How to effectively adopt upcoming Swift 6 features in your Swift Packages and Xcode targets today.

From NSRegularExpression to SwiftRegex

An example of the new SwiftRegex API by refactoring code using NSRegularExpression using the new RegexBuilder framework.