xcode-build-fixer

Apply approved Xcode build optimizations from a plan and re-benchmark.

7|8|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/omarshahine/Apple-PIM-Agent-Plugin --skill xcode-build-fixer-omarshahine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xcode-build-fixer
Source: https://github.com/omarshahine/Apple-PIM-Agent-Plugin/tree/main/.claude/skills/xcode-build-fixer
Command: npx skills add https://github.com/omarshahine/Apple-PIM-Agent-Plugin --skill xcode-build-fixer-omarshahine

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Automates applying approved Xcode build optimization changes so developers can implement recommended settings efficiently and safely.

Core Features & Use Cases

  • Applies itemized build settings across an Xcode project according to an approved optimization plan from xcode-build-orchestrator.
  • Guards script phases, applies source-level fixes, and supports SPM restructuring as part of a single end-to-end workflow.
  • Verifies impact by re-running benchmarks to confirm improvements and prevents regressions.

Quick Start

Use the xcode-build-fixer to apply the approved optimization plan and re-benchmark to verify results.

Frequently Asked Questions about xcode-build-fixer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I apply approved Xcode build settings automatically?

To apply approved Xcode build settings automatically, this Skill reads an optimization plan from .build-benchmark/optimization-plan.md and applies checked items to your project. It modifies build settings, script phases, and SPM structure deterministically to implement recommended changes safely.

What is the best way to verify Xcode build optimizations?

The best way to verify Xcode build optimizations is to re-run benchmarks immediately after applying changes. This Skill automatically re-benchmarks your project to confirm performance improvements and uses built-in guardrails to prevent regressions.

Do I need an optimization plan before fixing Xcode build settings?

Yes, you need an existing optimization plan from xcode-build-orchestrator before using this Skill. The tool reads the approved plan stored in .build-benchmark/optimization-plan.md to determine which specific build settings and SPM structural changes to apply.

How do I restructure Swift Package Manager dependencies for faster builds?

To restructure Swift Package Manager dependencies for faster builds, this Skill applies approved SPM structural changes from your optimization plan. It handles source-level fixes and script phase modifications as part of an end-to-end workflow to improve build performance.

Can I automatically prevent Xcode build regressions when changing settings?

Yes, you can prevent Xcode build regressions when changing settings by using this Skill's built-in guardrails. After applying approved optimizations, it re-benchmarks the project to verify improvements and automatically blocks changes that cause performance regressions.