Skip to content

Commit 9bf533b

Browse files
Also update README.md to recognize new Debian 11/12 support
1 parent ad87cf8 commit 9bf533b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ The generator also allows cross-compiling between any Linux distributions offici
4747
| macOS (arm64) | ✅ macOS 13.0+ ||
4848
| macOS (x86_64) | ✅ macOS 13.0+[^1] ||
4949
| Ubuntu | ✅ 20.04+ | ✅ 20.04+ |
50-
| RHEL | ✅ Fedora 39[^2], UBI 9 | ✅ UBI 9 |
50+
| Debian | ✅ 11, 12[^2] | ✅ 11, 12[^2] |
51+
| RHEL | ✅ Fedora 39, UBI 9 | ✅ Fedora 39, UBI 9[^3] |
5152
| Amazon Linux 2 | ✅ Supported | ✅ Supported[^3] |
52-
| Debian 12 | ✅ Supported[^2] | ✅ Supported[^2][^3] |
5353

5454
[^1]: Since LLVM project doesn't provide pre-built binaries of `lld` for macOS on x86_64, it will be automatically built
5555
from sources by the generator, which will increase its run by at least 15 minutes on recent hardware. You will also
5656
need CMake and Ninja preinstalled (e.g. via `brew install cmake ninja`).
57-
[^2]: These distributions are only supported by Swift 5.10.1 and later as both host and target platforms.
57+
[^2]: Swift does not officially support Debian 11 or Debian 12 with Swift versions before 5.10.1. However, the Ubuntu 20.04/22.04 toolchains can be used with Debian 11 and 12 (respectively) since they are binary compatible.
5858
[^3]: These versions are technically supported but require custom commands and a Docker container to build the Swift SDK, as the generator will not download dependencies for these distributions automatically. See [issue #138](https://github.com/swiftlang/swift-sdk-generator/issues/138).
5959

6060
## How to use it

0 commit comments

Comments
 (0)