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
fix: use Swift toolchain's llvm-cov for profraw conversion
Both host and Android SDK use the same nightly Swift snapshot
(DEVELOPMENT-SNAPSHOT-2025-12-15-a), so the host's llvm-cov from
$SWIFT_INSTALLATION/bin should be able to read the profraw files.
Changed from Android NDK's llvm-cov (which has version mismatch) to
the Swift toolchain's llvm-cov that matches the compiler.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
0 commit comments