AI AGENT ADDONS
DevOps & CI/CD
2,495installs

Xcode Build Benchmark helps you measure how long your iOS app takes to build. It runs clean and incremental builds multiple times. Then it gives you a clear summary of the times. You can use this information to see if your builds are getting faster or slower after changes.

This tool is useful for any developer who wants to speed up their build process. It creates a repeatable test so you can compare results. It saves the results in a timestamped folder called .build-benchmark.

The benchmark measures different types of builds. It checks clean builds, cached clean builds, zero-change builds, and incremental builds with a file touch. The median time is reported along with the spread. This helps you identify where time is being lost.

Add Xcode Build Benchmark skill to your workflow

Global

mkdir -p ~/.claude/skills/xcode-build-benchmark

Project

mkdir -p .claude/skills/xcode-build-benchmark

Source Repository

Stars
1,152
Forks
44
Watchers
1,152
License
MIT
Last Push
3 months ago
Created
4 months ago