Swift Package Manager dependencies can slow down Xcode builds. This skill helps you find the exact packages, plugins, or module setups that cause delays. You will inspect Package.swift, check for duplicate builds, and spot circular dependencies.
Developers who suspect packages are hurting build times can use this skill. It guides you through evidence gathering before making any changes. You learn to separate package issues from project settings.
With this skill you can identify oversized modules, configuration drift, and plugin overhead. It also covers Swift macro rebuild cascades and multi-platform build multiplication. The goal is a faster clean and incremental build.
Global
mkdir -p ~/.claude/skills/spm-build-analysisProject
mkdir -p .claude/skills/spm-build-analysisSource Repository
Vercel React Native Skillsvercel-labs/agent-skills
Build fast and smooth React Native apps with proven best practices
Building Native Uiexpo/skills
Build native mobile interfaces with Expo Router and modern UI patterns
Xcode Project Setupfirebase/agent-skills
Add Swift packages and files to Xcode projects safely and quickly
Upgrading Expoexpo/skills
Upgrade Expo SDK versions and fix dependencies with this step by step guide
Expo Deploymentexpo/skills
Deploy Expo apps to iOS, Android, and web with EAS automation
Expo Dev Clientexpo/skills
Build custom Expo dev clients for testing native code on real devices
Use Domexpo/skills
Run web code in native apps using Expo DOM components without rewriting
Flutter Apply Architecture Best Practicesflutter/skills
Architect Flutter apps with clean layers for scalability and maintainability