xcode-build-baseline — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited xcode-build-baseline (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Measure before recommending build-time changes. Do not edit project files while benchmarking.
.build-benchmark/.OS=latest only when Xcode accepts it.exclude: directories such as __Snapshots__ before dependency resolution, or SPM can crash.Infer or ask for workspace/project, scheme, configuration, destination, simulator/device preference, custom DerivedData needs, and a representative Swift file for incremental touch tests.
COMPILATION_CACHE_ENABLE_CACHING = YES, run 3 cached-clean builds; use --no-cached-clean only when intentionally skipped.--touch-file; this measures fixed overhead from dependency planning, scripts, codesign, validation, and related phases.--touch-file path/to/SomeFile.swift.Preferred helper:
python3 ../../shared/build-optimization/scripts/benchmark_builds.py \
--workspace App.xcworkspace \
--scheme MyApp \
--configuration Debug \
--destination "platform=iOS Simulator,name=<latest available iPhone simulator>,OS=latest" \
--output-dir .build-benchmarkIf the helper is unavailable, run equivalent xcodebuild commands with -showBuildTimingSummary and keep raw output.
Return clean, cached-clean when enabled, zero-change, and touched-incremental medians/min/max; biggest timing categories; environment details; artifact path; and noise caveats.
If the user only requested measurement, stop there. For optimization, hand the artifact to the relevant skill: xcode-compile-profiler, xcode-project-auditor, swiftpm-build-inspector, or xcode-build-strategist.
references/benchmarking-workflow.md../../shared/build-optimization/references/benchmark-artifacts.md../../shared/build-optimization/schemas/build-benchmark.schema.json~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.