Swift 6.3 Released
Peter's Path [Unofficial]
March 25, 2026
> Swift 6.3 makes these benefits more accessible across the stack. This release expands Swift into new domains and improves developer ergonomics across the board, featuring: more flexible C interoperability, improvements to cross-platform build tooling, improvements for using Swift in embedded environments, and an official Swift SDK for Android.
→ swift.org/blog/swift-6.3-released/
Apple released Swift 6.3. This update makes Swift easier to use at every level of the software stack, from embedded systems to mobile apps and servers.
Key improvements include:
* New @c attribute for better C interoperability
* Module selectors to avoid name conflicts between imported modules
* New attributes for finer control over library performance and inlining
* Preview of the Swift Build system inside Swift Package Manager
* Enhancements to Swift Testing, such as warnings, test cancellation, and image attachments
* New experimental features in DocC for documentation
* Major advances in Embedded Swift
* First official Swift SDK for Android
These changes improve safety, performance, and cross-platform development.
Discussion in the ATmosphere