ci: preserve Xcode compiler discovery with ccache launchers - #1610
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
mrousavy
force-pushed
the
perf/cleanup-xcode
branch
from
September 7, 2026 18:21
e0e9b04 to
7ed9557
Compare
Performance Report
iOS
All Benchmarks
Android
All Benchmarks
Benchmarking Code Diff Raw measurements: performance-report-1 (JSON artifact). Run 34151299577, attempt 1. Download requires GitHub access. Android: measurements, attempt 1, apps, attempt 1. |
mrousavy
marked this pull request as ready for review
September 7, 2026 19:18
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Xcode could not discover
libclang.dylibwhen the iOS builds replaced its compiler with bareclangnames. Use Xcode's compiler defaults across the example, Release, Harness, and benchmark builds. The example and Harness workflows useC_COMPILER_LAUNCHERfor ccache and enable its Clang explicit-module opt-in, following Apple's compiler launcher guidance.Remove ccache compiler symlinks and React Native's compiler/linker wrapper injection together, preserving the real-compiler discovery required by ASan in #1417. Use a generic arm64 simulator destination for the build-only example job, remove the matching local example compiler overrides, and remove redundant benchmark libc++ and Swift toolchain search entries.
Validation for
7ed9557c5fd8a366ec9c9412bbf035c3396435bf, rebased ontomainat576a7bc8c70490d580ef458dcd05f5fda88c325b:ThreadPool.hppfailure. The fresh Debug workflow passed on its second attempt after an initial Bun dependency-tarball extraction failure before compilation.These checks verify compiler discovery and compatibility. They do not establish a controlled build-time or runtime speedup: the fresh launcher builds recorded 158 cacheable calls each with zero hits, and runtime measurements remain variable. The performance workflow also uses the head build script for both revisions, so its before/after table cannot isolate the compiler-script change.
CocoaPods may still generate an obsolete Swift toolchain search path; that warning is outside the checked-in project settings.