The CI break with my PR branch + the scheduled main branch actions, with what clearly look like an environment issue module compiled with Swift 6.3 cannot be imported by the Swift 6.3.1 compiler
This looks like a CI environment / toolchain selection issue. Here is what I think is happening:
- something in skip / setup-skip / Homebrew now installs or selects swift-6.3.1-RELEASE
- skip android sdk install is still installing the 6.3 Android SDK bundle
The CI break with my PR branch + the scheduled main branch actions, with what clearly look like an environment issue
module compiled with Swift 6.3 cannot be imported by the Swift 6.3.1 compilerThis looks like a CI environment / toolchain selection issue. Here is what I think is happening: