Swift Runtime,

Hello folks,

It's really amazing to see Swift running on Android OS! I want to learn more about the swift binary and runtime.

  • How does one go from swift source code -> binary and load binary -> display content in a terminal.

Is there an existing post of how does the swift runtime work?

Thank you,

1 Like

We have a getting started page to help you with getting a binary pushed to an Android device and running: Getting Started with the Swift SDK for Android | Swift.org

And some examples: GitHub - swiftlang/swift-android-examples

CC @marcprux