You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: search for LLVM tools in Android SDK artifactbundle
The Android SDK may include llvm-profdata and llvm-cov that match
the LLVM version used to generate profraw files. This change searches
the Android artifactbundle for these tools before falling back to
the host Swift installation.
This should resolve the LLVM v9/v10 version mismatch error:
"raw profile version mismatch: Profile uses version = 9; expected version = 10"
Search paths in order of preference:
1. Android SDK: swift-android/bin, usr/bin, toolset/bin, ../bin
2. Host Swift: ${SWIFT_INSTALLATION}/bin (fallback)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
0 commit comments