Swift.org Blog Holly Borla Mar 24, 2026

Swift 6.3 Released

Article Summary

Holly Borla and Joe Heck announce Swift 6.3, bringing the language to Android officially for the first time. This release fundamentally expands where Swift can run, from embedded firmware to mobile apps across platforms.

Swift 6.3 marks a major milestone in cross-platform development with the first official Swift SDK for Android. The release focuses on expanding Swift's reach into new domains while improving developer ergonomics through better C interoperability, enhanced build tooling, and embedded environment support.

Key Takeaways

Critical Insight

Swift 6.3 officially brings Swift to Android while adding critical language features that make cross-platform development more practical across embedded, server, and mobile environments.

The performance control attributes for library APIs could change how you architect Swift packages, especially if you're shipping ABI-stable libraries.

About This Article

Problem

Developers working across multiple platforms had to deal with inconsistent build experiences. They also lacked unified tooling for cross-platform Swift development, which slowed down their workflow.

Solution

Apple added Swift Build to Swift Package Manager 6.3. This gives developers a single build engine that works the same way across all supported platforms.

Impact

The Swift Build preview lets developers build packages consistently across platforms. The community can report issues they find, which helps establish better practices for multi-platform Swift development.