Xcode build debugger
Skill 7vibex/swiftui-developer-kit/.agents/skills/xcode-build-debugger
Diagnose Xcode, SwiftUI, iOS, iPadOS, macOS, scheme, simulator, signing, dependency, and build errors using safe project detection and user-approved build/debug workflows.From its SKILL.md
npx -y skills add 7vibex/swiftui-developer-kit --skill xcode-build-debuggerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.9 KB, 367 tokens by cl100k_base, as published. Nobody here has run it
Xcode Build Debugger
Diagnose Xcode build issues with safe detection first. Do not build when the command would be long-running, destructive, or ambiguous without user approval.
References
references/xcode-build-checklist.mdreferences/scheme-detection-notes.mdreferences/output-contract.md
Prefer targeted detection scripts before reading many project files.
Workflow
- Detect
.xcodeproj,.xcworkspace, andPackage.swift. - List schemes when safe.
- Ask for scheme, device, or platform if ambiguous.
- Run the approved build or test command.
- Parse errors by root cause, not only by last line.
- Propose a scoped fix plan.
- Verify with the smallest command that proves the fix.
Guardrails
- Do not clean DerivedData unless the user approves.
- Do not change signing settings without explaining the risk.
- Do not build or launch the app when the user requested code-only diagnosis.
Do Not Use When
- The task is feature design, UI review, persistence audit, App Store readiness, or PR drafting without a build error.
- The build or launch command would be ambiguous or side-effectful and the user has not approved it.
Done When
- Project type, scheme, destination, command, and failing error category are identified or marked missing.
- Root cause is separated from secondary log noise.
- Output gives a scoped fix plan and the smallest verification command that proves the result.
Output
Use references/output-contract.md.
Follow ../../../docs/skill-quality-standard.md and compare ../../../examples/skill-outputs/xcode-build-debugger-bad-output.md with ../../../examples/skill-outputs/xcode-build-debugger-good-output.md.
What ships with it: 5 files
2.3 KB alongside SKILL.md, 2 of them executable
references/
scripts/
- detect-xcode-project.shruns294 B
- list-xcode-schemes.shruns783 B