You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/articles/swift-android-getting-started.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
layout: page
3
-
date: 2025-06-01 12:00:00
3
+
date: 2025-10-21 12:00:00
4
4
title: Getting Started with the Swift SDK for Android
5
5
author: [marcprux]
6
6
---
@@ -25,13 +25,13 @@ The first thing to note is that while `swift` may already be installed on your s
25
25
The easiest and recommended way to manage host toolchains on macOS and Linux is to use [the swiftly command](https://www.swift.org/swiftly/documentation/swiftly/getting-started) command. Once that has been setup, you can install the host toolchain with:
26
26
27
27
```console
28
-
$ swiftly install main-snapshot-2025-10-02
29
-
Installing Swift main-snapshot-2025-10-02
28
+
$ swiftly install main-snapshot-2025-10-16
29
+
Installing Swift main-snapshot-2025-10-16
30
30
Installing package in user home directory...
31
-
main-snapshot-2025-10-02 installed successfully!
31
+
main-snapshot-2025-10-16 installed successfully!
32
32
33
-
$ swiftly use main-snapshot-2025-10-02
34
-
The global default toolchain has been set to `main-snapshot-2025-10-02` (was 6.2.0)
33
+
$ swiftly use main-snapshot-2025-10-16
34
+
The global default toolchain has been set to `main-snapshot-2025-10-16` (was 6.2.0)
35
35
36
36
$ swiftly run swift --version
37
37
Apple Swift version 6.3-dev (LLVM 0d0246569621d5b, Swift 199240b3fe97eda)
Next, download and install the SDK bundle using the built-in `swift sdk` command:
44
44
45
45
```console
46
-
$ swift sdk install https://github.com/swift-android-sdk/swift-android-sdk/releases/download/DEVELOPMENT-SNAPSHOT-2025-10-02-a/swift-DEVELOPMENT-SNAPSHOT-2025-10-02-a-android-0.1.artifactbundle.tar.gz --checksum 46f01534412f4998f996a6231ad695ed67760cac59f82f86b48a2eae7eb8fd66
46
+
$ swift sdk install https://download.swift.org/development/android-sdk/swift-DEVELOPMENT-SNAPSHOT-2025-10-16-a/swift-DEVELOPMENT-SNAPSHOT-2025-10-16-a_android-0.1.artifactbundle.tar.gz --checksum 451844c232cf1fa02c52431084ed3dc27a42d103635c6fa71bae8d66adba2500
47
47
48
-
Swift SDK bundle at `https://github.com/swift-android-sdk/swift-android-sdk/releases/download/DEVELOPMENT-SNAPSHOT-2025-10-02-a/swift-DEVELOPMENT-SNAPSHOT-2025-10-02-a-android-0.1.artifactbundle.tar.gz` successfully installed as swift-DEVELOPMENT-SNAPSHOT-2025-10-02-a-android-0.1.artifactbundle.
48
+
Swift SDK bundle at `https://download.swift.org/development/android-sdk/swift-DEVELOPMENT-SNAPSHOT-2025-10-16-a/swift-DEVELOPMENT-SNAPSHOT-2025-10-16-a_android-0.1.artifactbundle.tar.gz` successfully installed as swift-DEVELOPMENT-SNAPSHOT-2025-10-16-a-android-0.1.artifactbundle.
49
49
```
50
50
51
51
You should now see the Android SDK included in the `swift sdk list` command:
0 commit comments