Apple's Swift Working to Support Android App Development

Apple's Swift programming language is now being officially extended to support Android app development through the establishment of a dedicated Android Working Group within the Swift open-source project.

2025 Swift Student Challenge
Originally introduced by Apple in 2014 as a modern programming language for iOS, macOS, watchOS, and tvOS, Swift has since expanded to include official support for Linux and Windows. The Swift project this week announced a formal effort to support Android as a target platform, enabling developers to use Swift to build applications for Google's mobile operating system using official tooling and infrastructure.

According to the Swift forums, the Android Working Group's charter outlines a clear set of responsibilities aimed at integrating Android into Swift's officially supported platform ecosystem. These include ensuring Swift can be compiled and run on Android without relying on unofficial forks or downstream modifications, enhancing Swift's standard libraries for better compatibility with Android APIs, and introducing native tools and workflows for developers targeting Android using Swift.

Historically, developing Android applications using Swift has been possible only through third-party solutions such as the Scade framework or via custom toolchains created by individual developers. These approaches often required a significant amount of custom configuration, lacked full support for Android APIs, and introduced maintenance burdens due to compatibility issues with new Swift releases.

One of the primary initial goals is to improve support for Android in the official Swift distribution, removing the need for out-of-tree patches or community-maintained forks, including establishing proper toolchain integration for Android targets and obtaining consistency with other officially supported platforms. The working group also plans to recommend enhancements to core Swift libraries, such as Foundation and Dispatch, so they better align with Android platform conventions and behaviors.

Android app development is currently dominated by Kotlin, which was announced as Google's preferred language for Android in 2017.

Tags: Android, Swift

Popular Stories

iphone 16 pro models 1

20 Reasons to Wait for the iPhone 17

Friday August 8, 2025 4:40 am PDT by
The iPhone 17 series is now just weeks away. Apple's iPhone 17 event this year is rumored to be scheduled for Tuesday, September 9. If Apple follows the traditional pattern, iPhone 17 pre-orders would begin on the Friday, September 12. The new devices would then likely reach customers and retail stores the following Friday, September 19. If you're in the market for a new iPhone this year, or ...
airpods pro 2 pinnk

iOS 26: 7 New AirPods Features

Friday August 8, 2025 12:31 pm PDT by
With iOS 26, Apple is bringing several new features to the AirPods, making them more useful than before. The added functionality will be available this fall when Apple releases iOS 26 and updated AirPods firmware, but you can test everything new right now. Camera Remote The AirPods can be used as a camera remote for the Camera app or third-party iOS camera apps. You'll need to enable the...
watchos 26

Apple Watch Series 11 Launching Next Month With These New Features

Friday August 8, 2025 3:09 pm PDT by
There's just about a month to go until Apple unveils the Apple Watch Series 11 models at its September event. Last year we got display upgrades, and this year, there could be new health features. We've recapped all of the current Apple Watch Series 11 rumors for a quick preview of what might be coming. Faster Chip Apple is likely planning to introduce an updated S11 chip that offers a more...
Apple Touchwood Centre Genius Bar

Two Apple Stores Permanently Closing Tomorrow

Friday August 8, 2025 6:22 am PDT by
As previously announced, this Saturday will be the final day of business for Apple Bristol in Bristol, England and Apple Parkland in Dalian, China. The relocated Apple Touchwood Centre near Birmingham Both of the stores will be permanently closing tomorrow, for landlord-related reasons. Apple Bristol is closing due to the landlord's redevelopment plans at the Cabot Circus Shopping Centre, and ...
maxresdefault

iPhone 17 Pro Launching Next Month With These 12 New Features

Tuesday August 5, 2025 6:25 am PDT by
The calendar has turned to August, and that means the iPhone 17 series is just one month away. Apple has yet to officially announce an event, but it has been rumored that the devices will be announced on Tuesday, September 9. Subscribe to the MacRumors YouTube channel for more videos. Below is the August 2025 edition of our iPhone 17 Pro rumor recap, for an up-to-date overview of what to...
AirPods Pro 3 Mock Feature

AirPods Pro 3 Could Be Just Weeks Away – Here's What We Know

Tuesday August 5, 2025 2:03 am PDT by
Despite being over two years old, Apple's AirPods Pro 2 still dominate the premium wireless‑earbud space, thanks to a potent mix of top‑tier audio, class‑leading noise cancellation, and Apple's habit of delivering major new features through software updates. Rumors suggest AirPods Pro 3 could arrive as soon as September 2025 alongside the iPhone 17 lineup, giving prospective AirPods...
Low Cost MacBook Feature A18 Pro

New 12.9-Inch MacBook Could Launch This Year Starting at $599

Monday August 11, 2025 1:38 am PDT by
Apple's rumored new more affordable MacBook could have a starting price as low as $599 and launch as soon as this year, according to a new report out of Asia. We first learned of Apple's low-cost MacBook plans in late June, when analyst Ming-Chi Kuo said the company was developing a "more affordable" 13-inch laptop (the analyst did not mention a price) that would with compete with...
iphone 16 pro ghost hand

Skipping the iPhone 17 Pro? Here Are Key iPhone 18 Pro Rumors So Far

Friday August 8, 2025 11:21 am PDT by
While the iPhone 18 Pro and iPhone 18 Pro Max are still a year away, there are already several early rumors about the devices. Below, we recap some key iPhone 18 Pro rumors. Under-Screen Face ID In April 2023, display industry analyst Ross Young shared a roadmap showing that iPhone 17 Pro models would feature under-display Face ID. In May 2024, however, Young said he heard this change...

Top Rated Comments

maszaikasza Avatar
6 weeks ago

For those who live in these environments, what’s in it for Apple?

Is there a goal to make apps more platform independent like Java?
I really am asking because this isn’t an area I know much about.
Using a single codebase to build apps for both platforms (cross-platform development) is getting more and more popular because it can significantly reduce development costs (which are getting high AF these days). Google offers its own technologies, such as Flutter and Kotlin Multiplatform, but they are not ideal - using them likely results in better apps for Android than for iOS. I believe Apple simply wants to maintain its own tools to encourage developers to use solutions that ensure higher-quality software for the iOS platform, since developers choose one technology to build for both platforms anyway.
Score: 16 Votes (Like | Disagree)
chrono1081 Avatar
6 weeks ago

Just. Use. React. Native.
Hell no. React is trash. Utter trash.
Score: 11 Votes (Like | Disagree)
IceCool Avatar
6 weeks ago
I’ve spent the last week or so working on a new app for iPhone and iPad that would also be super helpful if it were on Android too. This would make the process so much easier.
Score: 10 Votes (Like | Disagree)
Wrylachlan2 Avatar
6 weeks ago
This is about sharing model code, not UI code. They’re bringing the open source Swift language to Android, not the proprietary SwiftUI API.

Apple’s thinking here is probably, cross-platform apps are a fact of life and by and large the coding of those cross platform apps sucks - they’re energy hogs and they shared UI is ugly. They detract from the Apple ecosystem. So if Apple can get some of those cross platform apps to share a common efficient code base for their models and then use platform specific UI frameworks on top, that’s a net win for the Apple ecosystem.
Score: 8 Votes (Like | Disagree)
Spock Avatar
6 weeks ago

I wonder why.
Bootcamp for iPhone. ;)
Score: 7 Votes (Like | Disagree)
Will Co Avatar
6 weeks ago

For those who live in these environments, what’s in it for Apple?

Is there a goal to make apps more platform independent like Java?
I really am asking because this isn’t an area I know much about.
A development platform called Xamarin emerged about 15 years ago which eventually grew interesting enough for Microsoft to purchase it. It's now been renamed MAUI (Multi-platform App UI) and allows developers to target iPhone, Android, Windows and Mac users interfaces with a single code-base. By and large I've followed it all the way and it's very good to excellent, in places. There's a school of thought that says if you own the development toolchain you own the developers. Not so sure about that, but I think Microsoft believes this. They must do: they've invested hugely in Visual Studio which provides the MAUI workflow, and it's available for free (in a community version) so they REALLY do want those devs.

I guess Apple feels the same way. Offer an alternative to developers targeting both major mobile platforms by bringing their previously Apple-only toolchain to other platforms. I think it's a smart move.
Score: 7 Votes (Like | Disagree)