By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
World of SoftwareWorld of SoftwareWorld of Software
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Search
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
Reading: Swift 6.3 Stabilizes Android SDK, Extends C Interop, and More
Share
Sign In
Notification Show More
Font ResizerAa
World of SoftwareWorld of Software
Font ResizerAa
  • Software
  • Mobile
  • Computing
  • Gadget
  • Gaming
  • Videos
Search
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Have an existing account? Sign In
Follow US
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
World of Software > News > Swift 6.3 Stabilizes Android SDK, Extends C Interop, and More
News

Swift 6.3 Stabilizes Android SDK, Extends C Interop, and More

News Room
Last updated: 2026/04/03 at 1:03 PM
News Room Published 3 April 2026
Share
Swift 6.3 Stabilizes Android SDK, Extends C Interop, and More
SHARE

Swift 6.3 advances Swift cross-platform story with official Android support, improves significantly C interoperability through the new @c attribute, and continues extending embedded programming support. It also strengthens the ecosystem with a unified build system direction and gives developers more low-level performance control.

To extend interoperability with the C language, Swift 6.3 introduces two new attributes, @c and @implementation. A Swift function annotated with @c will automatically get a corresponding declaration in the generated C/C++ header so you can call it from C/C++ code. In case you want to provide a Swift implementation for an existing C declaration, you can combine @c with @implementation, in which case the compiler will ensure the C declaration already exists.

Swift 6.3 also introduces module selectors, which let you to disambiguate function call when the same symbol exists in distinct modules, making it easier to explicitly reference the intended implementation. For example:


import ModuleA
import ModuleB

let x = ModuleA::getValue() // Call 'getValue' from ModuleA
let y = ModuleB::getValue() // Call 'getValue' from ModuleB

The new weak let declaration removes a long-standing limitations with classes and closures using weak references in concurrent contexts. In previous versions, in fact, the weak modifier could be used only with object references, using weak var, which made those references mutable and thus not sendable. weak let allows to capture a non-reference, immutable symbol inside a closure in a concurrency-safe way.

Other extensions to the language provide finer-grained control over compiler optimizations, including specialized implementations of generic APIs using @specialize, guaranteed method inlining using @inline(always), and more.

As mentioned, Swift 6.3 stabilizes the Swift SDK for Android, previously available only as a preview in nightly builds, which is designed to help developers port their Swift packages to Android.

With this SDK, you can start developing native Android programs in Swift, update your Swift packages to support building for Android, and use Swift Java and Swift Java JNI Core to integrate Swift code into existing Android applications written in Kotlin/Java.

As a final note, Embedded Swift has made significant progress by moving toward a unified linking model for embedded and non-embedded Swift, improving debugging facilities, providing more control over linking with the @section and @used attributes, adding support for memory-mapped I/O with Swift SMMIO, and more.

Sign Up For Daily Newsletter

Be keep up! Get the latest breaking news delivered straight to your inbox.
By signing up, you agree to our Terms of Use and acknowledge the data practices in our Privacy Policy. You may unsubscribe at any time.
Share This Article
Facebook Twitter Email Print
Share
What do you think?
Love0
Sad0
Happy0
Sleepy0
Angry0
Dead0
Wink0
Previous Article Samsung QE77S99H Samsung QE77S99H
Next Article Nothing Headphones (1) specs unveiled ahead of July 1 release: report · TechNode Nothing Headphones (1) specs unveiled ahead of July 1 release: report · TechNode
Leave a comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

248.1k Like
69.1k Follow
134k Pin
54.3k Follow

Latest News

China launches first brain-computer industry hub in Shanghai · TechNode
China launches first brain-computer industry hub in Shanghai · TechNode
Computing
FBI labels data breach ‘major incident,’ notifies Congress
FBI labels data breach ‘major incident,’ notifies Congress
News
How to Schedule Instagram Reels with
How to Schedule Instagram Reels with
Computing
This DJI OSMO Pocket 4 leak just made the wait for launch even harder
This DJI OSMO Pocket 4 leak just made the wait for launch even harder
News

You Might also Like

FBI labels data breach ‘major incident,’ notifies Congress
News

FBI labels data breach ‘major incident,’ notifies Congress

0 Min Read
This DJI OSMO Pocket 4 leak just made the wait for launch even harder
News

This DJI OSMO Pocket 4 leak just made the wait for launch even harder

3 Min Read
Rate Hike Odds Top 50% – And That’s Not the Only Warning
News

Rate Hike Odds Top 50% – And That’s Not the Only Warning

13 Min Read
Apple Seeds Revised iOS 26.5 and iPadOS 26.5 Betas to Developers
News

Apple Seeds Revised iOS 26.5 and iPadOS 26.5 Betas to Developers

5 Min Read
//

World of Software is your one-stop website for the latest tech news and updates, follow us now to get the news that matters to you.

Quick Link

  • Privacy Policy
  • Terms of use
  • Advertise
  • Contact

Topics

  • Computing
  • Software
  • Press Release
  • Trending

Sign Up for Our Newsletter

Subscribe to our newsletter to get our newest articles instantly!

World of SoftwareWorld of Software
Follow US
Copyright © All Rights Reserved. World of Software.
Welcome Back!

Sign in to your account

Lost your password?