@@ -21,6 +21,7 @@ These are the platforms one can use for Swift's development tools. This table sh
2121|  ** Amazon Linux**                        |   Amazon Linux                 | 
2222|  ** Red Hat Universal Base Image**        |   Red Hat Universal Base Image | 
2323|  ** Windows**                             |   Windows                      | 
24+ |  ** Android**                             |   Android                      | 
2425
2526#### Minimum deployment version  
2627
@@ -37,6 +38,7 @@ This table shows the minimum OS version for which a Swift application can be dep
3738|  ** Amazon Linux**                    | 2                           | 
3839|  ** Red Hat Universal Base Image**    | 9                           | 
3940|  ** Windows**                         | 10.0                        | 
41+ |  ** Android**                         | 5.0 (API 21)                | 
4042
4143#### Development Tools  
4244
@@ -50,6 +52,7 @@ The Swift compiler and debugger run on platforms supporting development.  Suppor
5052|  ** Amazon Linux**                    |  ✓                      |  ✓              | 
5153|  ** Red Hat Universal Base Image**    |  ✓                      |  ✓              | 
5254|  ** Windows**                         |  ✓                      |  ✓              | 
55+ |  ** Android**                         |  ✓                      |  ✓              | 
5356
5457### Deployment-only  
5558
@@ -68,6 +71,7 @@ The table below list the available capabilities on each platform for running Swi
6871|  ** Amazon Linux**                   |  ✓       |  ✓   | 
6972|  ** Red Hat Universal Base Image**   |  ✓       |  ✓   | 
7073|  ** Windows**                        |  ✓       |  ✓   | 
74+ |  ** Android**                        |          |      | 
7175
7276## Platform Owners  
7377
@@ -82,6 +86,7 @@ Platform owners help facilitate contributors to the Swift project to collaborate
8286|  ** Apple platforms**   |  [ Docs] ( /getting-started/#on-macos )   |  [ Apple Inc.] ( https://www.apple.com )                |  ✓                            | 
8387|  ** Linux**             |  [ Docs] ( /getting-started/#on-linux )   |  [ Apple Inc.] ( https://www.apple.com )                |  ✓                            | 
8488|  ** Windows**           |  [ Docs] ( /getting-started/#on-windows ) |  [ Saleem Abdulrasool] ( https://github.com/compnerd )  |  ✓                            | 
89+ |  ** Android**           |  [ Docs] ( https://github.com/finagolfin/swift-android-sdk/blob/main/README.md ) |  [ Finagolfin] ( https://github.com/finagolfin )  |                               | 
8590
8691*  Apple platforms includes macOS, iOS, tvOS, and watchOS.
8792*  Linux includes Ubuntu, CentOS, Amazon Linux and Red Hat Universal Base Image platforms.
0 commit comments