mirror of
https://github.com/AvdLee/Xcode-Build-Optimization-Agent-Skill.git
synced 2026-09-14 13:59:59 +08:00
659fe433c3
Closes #14 - Rename `COMPILATION_CACHING` to `COMPILATION_CACHE_ENABLE_CACHING` across all skills, scripts, references, and documentation to match the actual Xcode build setting key. - Change `SWIFT_COMPILATION_MODE` debug expected value from `incremental` to `singlefile` — the actual build setting value that xcodebuild outputs. Xcode UI labels this "Incremental", but the underlying value is `singlefile`. - Update the `_check()` guard in generate_optimization_report.py so unset SWIFT_COMPILATION_MODE still passes when the expected value is `singlefile`.