swiftlang / swift-sdk-generator

Generate Swift SDKs for cross-compilation
Apache License 2.0
182 stars 15 forks source link

Support Debian 12 Bookworm as a distribution to generate SDKs for #116

Open xtremekforever opened 4 months ago

xtremekforever commented 4 months ago

I have been using the SDK generator to try and build SDKs against Debian 12 Bookworm to be able to cross compile for the Raspberry Pi.

This is something I plan to pull request once it is complete, since Debian 12 is officially supported by Swift 5.10.1. However, how should we handle the case of when someone tries to build a Swift 5.9.2 or Swift 5.10 SDK using the "debian" distribution? Should it not be allowed, or should a different route be taken and the user warned that the SDK is not officially compatible?