axiom-build-debugging

Diagnose iOS build failures from dependency resolution and configuration issues.

3|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/harivansh-afk/claude-code-vertical --skill axiom-build-debugging
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: axiom-build-debugging
Source: https://github.com/harivansh-afk/claude-code-vertical/tree/main/skill-index/skills/axiom-build-debugging
Command: npx skills add https://github.com/harivansh-afk/claude-code-vertical --skill axiom-build-debugging

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Engineers waste time diagnosing and fixing iOS build failures caused by dependency resolution and configuration issues in CocoaPods, Swift Package Manager, or Xcode. This Skill provides a structured approach to identify root causes before code changes.

Core Features & Use Cases

  • Systematic dependency analysis: diagnose issues across package managers, lockfiles, and caches.
  • Guided remediation: step-by-step actions to resolve common errors like "No such module" or "Multiple commands produce".
  • Environment reproducibility: establish repeatable checks to align local and CI environments and reduce drift.

Quick Start

Provide the failing build logs, the relevant Podfile.lock/Package.resolved, and the exact error message. The Skill will guide you through a diagnostic plan and recommended fixes.

Frequently Asked Questions about axiom-build-debugging

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

FAQPage Schema
How do I fix the "No such module" error in my Xcode build?

To resolve the "No such module" Xcode build error, you must diagnose dependency resolution failures by checking lockfiles, cache states, and environment settings. This Skill provides a structured diagnostic plan to identify the root cause and apply deterministic remediation steps.

Why does my iOS build fail in CI but succeed locally?

iOS CI vs local build discrepancies usually stem from dependency resolution drift. You can fix this by enforcing environment reproducibility checks to align lockfiles, cache states, and Xcode settings across both environments, ensuring deterministic dependency resolution.

What is the best way to debug "Multiple commands produce" errors in Xcode?

The best way to debug "Multiple commands produce" Xcode errors is through systematic dependency analysis. By verifying your Package.resolved or Podfile.lock and inspecting cache states, you can isolate the conflicting dependency targets and apply guided remediation steps.

Can I use this systematic debugging approach for both SwiftPM and CocoaPods?

Yes, you can use this approach for both SwiftPM and CocoaPods. The systematic debugging process analyzes lockfiles, environment settings, and cache states across package managers to diagnose iOS build failures and suggest deterministic remediation strategies.

What do I need to provide to diagnose an iOS dependency build failure?

To diagnose an iOS dependency build failure, you need to provide the failing Xcode build logs, the relevant Podfile.lock or Package.resolved file, and the exact error message. This allows the Skill to generate a structured diagnostic plan and recommend targeted fixes.