swift-package-manager
PackageManagerDocs
Organize, manage, and edit Swift packages.
Documentation Structure
Essentials
- Getting Started (GettingStarted.md): Learn to create and use Swift packages.
- Introducing Packages (IntroducingPackages.md): Learn to create and use a Swift package.
- Package Security (PackageSecurity.md): Learn about the security features that the package manager implements.
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.
More from nonameplum/agent-skills
corebluetooth
Apple Core Bluetooth framework for BLE and Bluetooth Classic. Use for central/peripheral workflows, scanning, connecting, advertising, GATT services/characteristics, read/write/notify, L2CAP, background processing or state restoration, and error handling across Apple platforms.
44swift-health-kit
Apple HealthKit framework for health and fitness data. Use for reading/writing health samples, workout data, authorization flows, observer queries, background delivery, clinical records, activity rings, and integrating with the Health app across iPhone, Apple Watch, iPad, and visionOS.
30swift-composable-architecture
The Composable Architecture (TCA) - A library for building Swift applications with state management, composition, and testability
29swift-dependencies
A dependency management library for Swift with controlled, testable dependencies
27swift-docc
Official Swift DocC documentation markup and syntax reference
23swift-navigation
A collection of tools for making navigation in Swift applications more ergonomic and powerful across SwiftUI, UIKit, and AppKit
22