axiom-build

Diagnose Xcode build failures and dependency conflicts in iOS and macOS workflows.

34|2|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/DengNaichen/Stet --skill axiom-build
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: axiom-build
Source: https://github.com/DengNaichen/Stet/tree/main/.agents/skills/axiom-build
Command: npx skills add https://github.com/DengNaichen/Stet --skill axiom-build

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill provides a systematic, environment-first diagnostic framework to resolve mysterious Xcode build failures, dependency conflicts, and simulator issues, preventing hours of wasted time spent debugging code that isn't the root cause.

Core Features & Use Cases

  • Environment Diagnostics: Automatically checks for zombie processes, stale Derived Data, and corrupted SPM caches.
  • Dependency Resolution: Provides specialized workflows for resolving CocoaPods and Swift Package Manager conflicts.
  • Performance Optimization: Offers tools to identify and fix slow compilation phases and type-checking bottlenecks.
  • Use Case: When a project fails to build with a "No such module" error despite the code being correct, this skill guides you through the environment-first diagnostic steps to clear caches and resolve the underlying configuration issue.

Quick Start

Invoke the axiom-build skill to diagnose and fix the current build failure in your Xcode project.

Frequently Asked Questions about axiom-build

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

FAQPage Schema
How do I fix Xcode build failures when the code is correct but compilation still fails?

To fix Xcode build failures with correct code, clear stale Derived Data, resolve corrupted SPM caches, and terminate zombie processes using an environment-first diagnostic framework to restore build stability.

What's the best way to resolve Swift Package Manager dependency conflicts in an iOS project?

The best way to resolve Swift Package Manager dependency conflicts is to systematically analyze build logs and clear corrupted SPM caches to identify and fix environment-related configuration issues.

Why does my Xcode project show a 'No such module' error during compilation?

A 'No such module' error often stems from corrupted SPM caches or stale Derived Data rather than incorrect code, requiring environment diagnostics to clear caches and restore dependency resolution.

Can I use this environment-first diagnostic approach for CocoaPods dependency resolution?

Yes, this environment-first diagnostic approach applies to CocoaPods dependency resolution by systematically analyzing build logs and project configuration settings to resolve complex dependency conflicts.

How do I identify and fix slow compilation phases and type-checking bottlenecks in Xcode?

Identify and fix slow compilation phases and type-checking bottlenecks by using performance optimization tools to analyze build logs and project configuration settings within your iOS or macOS development workflow.

What should I do when Xcode simulator management issues cause environment-related compilation errors?

When simulator management issues cause environment-related compilation errors, apply environment diagnostics to check for zombie processes and resolve underlying configuration problems to restore build stability.