swift_package_manager
Installation
SKILL.md
Swift Package Manager
This skill covers Swift Package Manager for managing dependencies, creating reusable packages, and organizing code into modular components.
Overview
Swift Package Manager (SPM) is Apple's official tool for distributing and managing Swift code. It handles dependency resolution, building, and packaging with a simple declarative format.
Available References
- Package Structure - Package.swift, targets, products, and dependencies
- Dependencies - Version constraints, local packages, and resolution
- Publishing - Publishing packages to GitHub and registries