@@ -17,7 +17,8 @@ These are the platforms one can use for Swift's development tools. This table sh
1717| :--------------------------------------:| :-----------------------------:|
1818| ** macOS** | Apple platforms |
1919| ** Ubuntu** | Ubuntu |
20- | ** CentOS** | CentOS |
20+ | ** Debian** | Debian |
21+ | ** Fedora** | Fedora |
2122| ** Amazon Linux** | Amazon Linux |
2223| ** Red Hat Universal Base Image** | Red Hat Universal Base Image |
2324| ** Windows** | Windows |
@@ -32,8 +33,9 @@ This table shows the minimum OS version for which a Swift application can be dep
3233| ** iOS** | 11.0 |
3334| ** watchOS** | 4.0 |
3435| ** tvOS** | 11.0 |
35- | ** Ubuntu** | 18.04 |
36- | ** CentOS** | 7 |
36+ | ** Ubuntu** | 20.04 |
37+ | ** Debian** | 12 |
38+ | ** Fedora** | 39 |
3739| ** Amazon Linux** | 2 |
3840| ** Red Hat Universal Base Image** | 9 |
3941| ** Windows** | 10.0 |
@@ -46,7 +48,8 @@ The Swift compiler and debugger run on platforms supporting development. Suppor
4648| :----------------------------------:| :----------------------:| :--------------:|
4749| ** macOS** | ✓ | ✓ |
4850| ** Ubuntu** | ✓ | ✓ |
49- | ** CentOS** | ✓ | ✓ |
51+ | ** Debian** | ✓ | ✓ |
52+ | ** Fedora** | ✓ | ✓ |
5053| ** Amazon Linux** | ✓ | ✓ |
5154| ** Red Hat Universal Base Image** | ✓ | ✓ |
5255| ** Windows** | ✓ | ✓ |
@@ -64,7 +67,8 @@ The table below list the available capabilities on each platform for running Swi
6467| ** watchOS** | ✓ | |
6568| ** tvOS** | ✓ | |
6669| ** Ubuntu** | ✓ | ✓ |
67- | ** CentOS** | ✓ | ✓ |
70+ | ** Debian** | ✓ | ✓ |
71+ | ** Fedora** | ✓ | ✓ |
6872| ** Amazon Linux** | ✓ | ✓ |
6973| ** Red Hat Universal Base Image** | ✓ | ✓ |
7074| ** Windows** | ✓ | |
@@ -84,7 +88,7 @@ Platform owners help facilitate contributors to the Swift project to collaborate
8488| ** Windows** | [ Docs] ( /getting-started/#on-windows ) | [ Apple Inc.] ( https://www.apple.com ) | ✓ |
8589
8690* Apple platforms includes macOS, iOS, tvOS, and watchOS.
87- * Linux includes Ubuntu, CentOS , Amazon Linux and Red Hat Universal Base Image platforms.
91+ * Linux includes Ubuntu, Debian, Fedora , Amazon Linux and Red Hat Universal Base Image platforms.
8892
8993### Continuous Integration for Platforms
9094
0 commit comments