Skip to content

Update CI to build with Swift 6.3.2#3

Merged
colemancda merged 2 commits into
masterfrom
ci-swift-6.3.2
Jul 16, 2026
Merged

Update CI to build with Swift 6.3.2#3
colemancda merged 2 commits into
masterfrom
ci-swift-6.3.2

Conversation

@colemancda

Copy link
Copy Markdown
Member

Summary

  • Bumps the CI matrix from Swift 6.1 to 6.3.2.
  • Passes --swift-version through to skip android build as well (it was previously only passed to skip android sdk install), since the build step needs a host compiler matching the installed Android SDK's Swift version to import its precompiled modules.

Test plan

  • Verified locally: swiftly use 6.3.2 + swift build --swift-sdk aarch64-unknown-linux-android28 succeeds against the 6.3.2 Android SDK installed via skip android sdk install --version 6.3.2; a mismatched host compiler version (e.g. a newer dev snapshot) fails with module compiled with Swift 6.3.2 cannot be imported by the Swift 6.5 compiler.

@colemancda
colemancda merged commit ff646f4 into master Jul 16, 2026
6 checks passed
@colemancda
colemancda deleted the ci-swift-6.3.2 branch July 16, 2026 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant