@@ -20,6 +20,7 @@ These are the platforms one can use for Swift's development tools. This table sh
2020| ** CentOS** | CentOS |
2121| ** Amazon Linux** | Amazon Linux |
2222| ** Windows** | Windows |
23+ | ** Android** | Android |
2324
2425#### Minimum deployment version
2526
@@ -35,6 +36,7 @@ This table shows the minimum OS version for which a Swift application can be dep
3536| ** CentOS** | 7 |
3637| ** Amazon Linux** | 2 |
3738| ** Windows** | 10.0 |
39+ | ** Android** | 5.0 (API 21) |
3840
3941#### Development Tools
4042
@@ -47,6 +49,7 @@ The Swift compiler and debugger run on platforms supporting development. Suppor
4749| ** CentOS** | ✓ | ✓ |
4850| ** Amazon Linux** | ✓ | ✓ |
4951| ** Windows** | ✓ | ✓ |
52+ | ** Android** | ✓ | ✓ |
5053
5154### Deployment-only
5255
@@ -64,6 +67,7 @@ The table below list the available capabilities on each platform for running Swi
6467| ** CentOS** | ✓ | ✓ |
6568| ** Amazon Linux** | ✓ | ✓ |
6669| ** Windows** | ✓ | ✓ |
70+ | ** Android** | | |
6771
6872## Platform Owners
6973
@@ -78,6 +82,7 @@ Platform owners help facilitate contributors to the Swift project to collaborate
7882| ** Apple platforms** | [ Docs] ( /getting-started/#on-macos ) | [ Apple Inc.] ( https://www.apple.com ) | ✓ |
7983| ** Linux** | [ Docs] ( /getting-started/#on-linux ) | [ Apple Inc.] ( https://www.apple.com ) | ✓ |
8084| ** Windows** | [ Docs] ( /getting-started/#on-windows ) | [ Saleem Abdulrasool] ( https://github.com/compnerd ) | |
85+ | ** Android** | [ Docs] ( https://github.com/finagolfin/swift-android-sdk/blob/main/README.md ) | [ Finagolfin] ( https://github.com/finagolfin ) | |
8186
8287* Apple platforms includes macOS, iOS, tvOS, and watchOS.
8388* Linux includes Ubuntu, CentOS and Amazon Linux platforms.
0 commit comments