Skip to content

Commit 93d3cdd

Browse files
leogdionclaude
andcommitted
fix: try Swift 6.1.1 for LLVM v9 compatibility
Even Swift 6.2 stable (September 2024) has LLVM v10 tools, causing version mismatch with Android SDK's LLVM v9 profraw format. Trying Swift 6.1.1 (May 2024) which may still have LLVM v9. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
1 parent 0bbd0ef commit 93d3cdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/MistKit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
- name: Build and Test on Android
164164
uses: ./.github/actions/swift-android-action
165165
with:
166-
swift-version: "6.2" # Use stable 6.2 release for LLVM v9 compatibility
166+
swift-version: "6.1.1" # Use older Swift 6.1.1 for LLVM v9 compatibility
167167
android-api-level: 34
168168
build-package: true
169169
build-tests: true

0 commit comments

Comments
 (0)