Skip to content

fix(ci): Update static Linux SDK to Swift 6.2.3#109

Merged
ainame merged 1 commit intomainfrom
ai/fix-ci
Jan 15, 2026
Merged

fix(ci): Update static Linux SDK to Swift 6.2.3#109
ainame merged 1 commit intomainfrom
ai/fix-ci

Conversation

@ainame
Copy link
Copy Markdown
Owner

@ainame ainame commented Jan 15, 2026

Summary

  • Update the static Linux SDK from Swift 6.2 to Swift 6.2.3
  • Fixes build failure: "module compiled with Swift 6.2 cannot be imported by the Swift 6.2.3 compiler"

Test plan

  • Re-run the Release Assets workflow after merging

The static SDK was for Swift 6.2, but the project uses Swift 6.2.3,
causing build failures with "module compiled with Swift 6.2 cannot
be imported by the Swift 6.2.3 compiler" error.
Copilot AI review requested due to automatic review settings January 15, 2026 13:33
@ainame ainame enabled auto-merge (squash) January 15, 2026 13:33
@ainame ainame disabled auto-merge January 15, 2026 13:33
@ainame ainame merged commit 0960ece into main Jan 15, 2026
8 checks passed
@ainame ainame deleted the ai/fix-ci branch January 15, 2026 13:33
@ainame ainame mentioned this pull request Jan 15, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the static Linux SDK version in the Release Assets workflow from Swift 6.2 to Swift 6.2.3 to fix a compiler version mismatch error. The project's .swift-version file already specifies 6.2.3, making this update necessary for compatibility.

Changes:

  • Updated the STATIC_SDK_INSTALL_CMD environment variable to reference Swift 6.2.3 instead of 6.2, including the new SDK URL and checksum

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@ainame ainame mentioned this pull request Jan 15, 2026
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.

2 participants