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

iOS 26

6 New Things Your iPhone Can Do in iOS 26.1

Wednesday October 29, 2025 4:22 am PDT by
Apple is about to drop iOS 26.1, the first major point release since iOS 26 was rolled out in September, and there are at least six notable changes and improvements to look forward to. We've rounded them up below. Apple has already provided developers and public beta testers with the release candidate version of iOS 26.1, which means Apple will likely roll out the update to all compatible...
ios 26 1 slide to stop

iOS 26.1 Brings Back 2007 Feature in New Way

Friday October 31, 2025 1:40 pm PDT by
The upcoming iOS 26.1 update includes a small but helpful change for iPhones, and it could prevent you from running late to something important. Specifically, when an alarm goes off in the Clock app, there is a new "slide to stop" control on the screen for turning off the alarm. On previous iOS 26 versions, there is simply a large "stop" button, which could be accidentally tapped. The new ...
M5 MacBook Pro

Waiting for New Macs? Apple Just Shared Bad News

Friday October 31, 2025 7:32 am PDT by
Apple has just given a strong indication that it will not be releasing any additional new Macs for the remainder of the year. Apple's CFO Kevan Parekh dropped the hint during the company's earnings call on Thursday:On Mac, keep in mind, we expect to face a very difficult compare against the M4 MacBook Pro, Mac mini, and iMac launches in the year-ago quarter.Parekh essentially gave a heads up ...
iOS 26

iOS 26.1 Coming Soon: New Features for Your iPhone and Release Date

Monday October 27, 2025 7:55 am PDT by
The upcoming iOS 26.1 update includes a handful of new features and changes for iPhones, including a toggle for changing the appearance of the Liquid Glass design, "slide to stop" for alarms in the Clock app, and more. Below, we outline key details about iOS 26.1. Release Date Given that Apple has yet to seed an iOS 26.1 Release Candidate, which is typically the final beta version, the...
iPhone 17 Pro Cosmic Orange

8 Reasons to Wait for Next Year's iPhone 18 Pro

Thursday October 30, 2025 4:42 am PDT by
Apple's iPhone development roadmap runs several years into the future and the company is continually working with suppliers on several successive iPhone models at the same time, which is why we often get rumored features months ahead of launch. The iPhone 18 series is no different, and we already have a good idea of what to expect for the iPhone 18 Pro and iPhone 18 Pro Max. One thing worth...
maxresdefault

Apple TV 4K Could Still Launch Before 2025 Ends: All the Rumored Features

Monday October 27, 2025 4:51 pm PDT by
Apple is designing an updated version of the Apple TV 4K, and rumors suggest that it could come out sometime in the next couple of months. We're not expecting a major overhaul with design changes, but even a simple chip upgrade will bring major improvements to Apple's set-top box. Subscribe to the MacRumors YouTube channel for more videos. We've rounded up all the latest Apple TV rumors. ...
ipad mini 7 feature blue

OLED iPad Mini: Release Date, Pricing, and What to Expect

Wednesday October 29, 2025 7:13 am PDT by
Rumors are stoking excitement for the next-generation iPad mini that Apple is reportedly close to launching. So what should we expect from the successor to the iPad mini 7 that Apple released over a year ago? Read on to find out. Processor and Performance Apple is working on a next-generation version of the iPad mini (codename J510/J511) that features the A19 Pro chip, according to...
Coffee Burgundy and Purple iPhone 18 Pro Mock 1

Leaker Outlines Potential New Colors for iPhone 18 Pro

Friday October 31, 2025 8:28 am PDT by
Apple's iPhone 18 Pro models could be available in new rich and warm color option, according to a known leaker. The Weibo user known as "Instant Digital" today suggested that next-year's iPhone 18 Pro models will be available in at least one of the following color options: Coffee, purple, and burgundy. The iPhone XR, iPhone 11, iPhone 12, iPhone 14, and iPhone 14 Pro were all available in ...
apple tv hd

Apple Launched Its Big New Vision for TV 10 Years Ago Today

Thursday October 30, 2025 8:58 am PDT by
Apple launched the Apple TV HD, the Siri Remote, tvOS, and their accompanying App Store a decade ago today, marking a major overhaul of the device. The new vision for the Apple TV was unveiled on September 9, 2015 during Apple's "Hey Siri" event in San Francisco, where CEO Tim Cook introduced the device with the statement, "The future of TV is apps." The announcement represented a major...

Top Rated Comments

maszaikasza Avatar
18 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
18 weeks ago

Just. Use. React. Native.
Hell no. React is trash. Utter trash.
Score: 11 Votes (Like | Disagree)
IceCool Avatar
18 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: 11 Votes (Like | Disagree)
Wrylachlan2 Avatar
18 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: 9 Votes (Like | Disagree)
thejadedmonkey Avatar
18 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.
Control of their own ecosystem.

Right now, if you want to build a multi-platform app, you pick React Native or Kotlin Multiplatform. React is ... to put it nicely, it's junk. It's basically a web wrapper, so you're limited in scope. Kotlin though, is coming along very nicely. And it will mean that developers will develop Android first, with iOS being second class. Apple does not want that. The way to fix that, is to let them easily port iOS apps to Android. Swift on Android will let them do that.

Make no mistake though, this is just step 1. Apple needs to bring SwiftUI to Android in order for iOS to not become a second class citizen, but this is a good first step.

Edit: To expand on your question about Java, Java runs in something called a Java Virtual Machine, or JVM. There's a JVM for each platform, and when you write java code it goes into the magic JVM and that runs your program.

With Swift on Android, the Swift code gets compiled to something that's native for Android (in this case, probably a special Google version of Java that doesn't use a JVM) and can run natively, at native speeds.
Score: 8 Votes (Like | Disagree)
Spock Avatar
18 weeks ago

I wonder why.
Bootcamp for iPhone. ;)
Score: 7 Votes (Like | Disagree)