swift-package-manager

Installation
SKILL.md

PackageManagerDocs

Organize, manage, and edit Swift packages.

Documentation Structure

Essentials

Guides

  • Creating a Swift package (CreatingSwiftPackage.md): Bundle executable or shareable code into a standalone Swift package.
  • Setting the Swift tools version (SettingSwiftToolsVersion.md): Define the minimum version of the swift compiler required for your package.
  • Adding dependencies to a Swift package (AddingDependencies.md): Use other Swift packages, system libraries, or binary dependencies in your package.
  • Resolving and updating dependencies (ResolvingPackageVersions.md): Coordinate and constrain dependencies for your package.
  • Creating C language targets (CreatingCLanguageTargets.md): Include C language code as a target in your Swift package.
Related skills
Installs
33
GitHub Stars
12
First Seen
Jan 23, 2026