swiftlang / swift-sdk-generator

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

Fix a compatibility issue with Swift 6.0 and `main` snapshots #125

Closed MaxDesiatov closed 2 months ago

MaxDesiatov commented 2 months ago

Resolves https://github.com/swiftlang/swift-sdk-generator/issues/121.

It doesn't seem that projects depending on Foundation can be cross-compiled with 6.0 Swift SDKs (`error: missing required module '_FoundationCShims'), but at least the generation process completes successfully.

MaxDesiatov commented 2 months ago

cc @euanh, looks like you're not in the new contributors team after swiftlang migration, I'm trying to fix that one

MaxDesiatov commented 2 months ago

@swift-ci test

MaxDesiatov commented 2 months ago

@swift-ci test