swift now what version

Asked on 2024-08-04

1 search

The latest version of Swift is Swift 6. This version introduces a new language mode that achieves data race safety, expanding Swift's safety guarantees to concurrent programs. It also includes many new improvements, such as non-copyable types and a new language subset called embedded Swift, which can run on highly constrained systems.

For more details, you can refer to the session What’s new in Swift at WWDC 2024.

swift now what version | Ask WWDC