What problem does it solve? Developers trying to optimize Xcode build times often guess at causes without a trustworthy baseline. This Skill produces repeatable clean, cached-clean, zero-change, and incremental build measurements so before-and-after comparisons are grounded in real data. ## Core Features & Use Cases - Repeatable Build Measurement: Runs 3 clean builds, optional cached-clean builds when COMPILATION_CACHE_ENABLE_CACHING is detected, and zero-change or touch-file incremental builds with a consistent command, scheme, configuration, and destination. - Structured Artifacts: Writes a timestamped JSON artifact plus raw xcodebuild logs to .build-benchmark/, including medians, min/max, parsed Build Timing Summary categories, and environment details. - Use Case: Before enabling new compiler flags or restructuring modules, run the benchmark to capture a baseline, then rerun after the change and compare medians to verify builds actually got faster. ## Quick Start Ask the AI to benchmark the clean and incremental build times of your Xcode workspace using the xcode-build-benchmark skill and save the results to .build-benchmark.