Skip to content

Commit e7f4d10

Browse files
committed
Gah, missed these tweaks
1 parent d0fe8d3 commit e7f4d10

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

_posts/2025-12-18-exploring-the-swift-sdk-for-android.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ and continue to this day. [The Android project board lists areas the workgroup d
5252
such as easy debugging, now a high priority for us. While it [may work for small examples](https://github.com/swiftlang/llvm-project/issues/10831),
5353
we need to expand and test it more and make it easy to configure and access. That will likely
5454
mean tying the debugger and [Swift Language Server Protocol tool, sourcekit-lsp](/blog/gsoc-2025-showcase-code-completion/),
55-
into Integrated Development Environments (IDEs) like [Visual Studio Code](/blog/gsoc-2025-showcase-swiftly-support-in-vscode/),
55+
into Integrated Development Environments (IDEs) like [Visual Studio Code](/blog/gsoc-2025-showcase-swiftly-support-in-vscode/)
5656
and Android Studio, another issue on our board.
5757

5858
[An Android workflow](https://github.com/swiftlang/github-workflows/pull/172) was
@@ -64,7 +64,7 @@ too.
6464
We are actively looking to onboard more contributors and have set up [a video call this
6565
weekend to discuss](https://forums.swift.org/t/swift-on-android-new-contributors-call/83729).
6666
We hope to make these contributor calls a recurring event moving forward, as more people
67-
pitch in to improving on these Swift tools themselves.
67+
pitch in to improve these Swift tools themselves.
6868

6969
## Sharing Logic Versus Sharing UI
7070

@@ -83,7 +83,7 @@ SDK for Android.
8383
## Android API versioning
8484

8585
Until recently, Swift on Android did not support targeting multiple Android API levels
86-
in the same app, but the recent preview releases now bring the familiar `@available`
86+
in the same app, but recent preview releases bring the familiar `@available`
8787
attribute and `#available` runtime check that you know from Apple platforms to Android:
8888

8989
```swift
@@ -134,8 +134,9 @@ Try this new feature out on Android and let us know how it is working for you.
134134
Those using Swift on Android for many years have been sharing their experiences,
135135
as path-breakers like [Readdle](https://readdle.com/blog/swift-for-android-our-experience-and-tools)
136136
and [Flowkey](https://medium.com/@ephemer/why-we-put-an-app-in-the-android-play-store-using-swift-96ac87c88dfc)
137-
have written about their work for the last decade. The Left Bit's Pierluigi Cifani
138-
[wrote about their experiences recently](https://forums.swift.org/t/thoughts-on-swift-for-android/80961),
137+
have written about their work for the last decade.
138+
139+
The Left Bit's Pierluigi Cifani [wrote about their experiences recently](https://forums.swift.org/t/thoughts-on-swift-for-android/80961),
139140
gave [a great talk at NSSpain 2025 a couple months ago](https://youtu.be/EIGl6GOo210),
140141
and was [interviewed by Swift Toolkit last month](https://www.swifttoolkit.dev/posts/dc-pier).
141142

@@ -147,8 +148,7 @@ to Java instead. (editor: not sure we will get this in, but might be a good exam
147148

148149
Finally, we are happy to announce that [an official Swift 6.3 SDK CI](https://ci.swift.org/job/oss-swift-6.3-package-swift-sdk-for-android/)
149150
has been set up, and it is producing [nightly preview releases of the Swift 6.3 SDK for Android](/install/macos/#swift-sdk-buindles-dev).
150-
Please follow the [Getting Started guide](/documentation/articles/swift-sdk-for-android-getting-sta
151-
rted.html)
151+
Please follow the [Getting Started guide](/documentation/articles/swift-sdk-for-android-getting-started.html)
152152
to install and use it. (editor: I will update that guide by 3 AM Thursday PST with 6.3 SDK info)
153153

154154
Swift on Android has been a community effort for the last decade, growing

0 commit comments

Comments
 (0)