Files
Antoine van der Lee 659fe433c3 Fix compilation cache setting name and Swift compilation mode value
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`.
2026-04-01 20:06:14 +02:00
..