programming-swift-embedded
Provides the complete Embedded Swift documentation for developing on microcontrollers, embedded systems, and baremetal applications.
accessory-setup-kit
AccessorySetupKit for privacy-preserving discovery and setup of Bluetooth, Wi-Fi, or Wi-Fi Aware accessories. Use for discovery sessions, picker-based authorization, migration, accessory renaming or removal, custom filtering, and required Info.plist declarations.
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.
programming-swift
The complete Swift Programming Language book by Apple, covering syntax, features, concurrency, and the formal language reference.
swift-async-algorithms
Algorithms for working with AsyncSequence: combining, throttling, debouncing, chunking, and more
swift-case-paths
A library for working with enum cases as first-class values, enabling key path-like access to enum cases
swift-composable-architecture
The Composable Architecture (TCA) - A library for building Swift applications with state management, composition, and testability
swift-concurrency
Expert guidance on Swift Concurrency concepts. Use when working with async/await, Tasks, actors, MainActor, Sendable, isolation domains, or debugging concurrency compiler errors. Helps write safe concurrent Swift code.
swift-dependencies
A dependency management library for Swift with controlled, testable dependencies
swift-docc
Official Swift DocC documentation markup and syntax reference
swift-navigation
A collection of tools for making navigation in Swift applications more ergonomic and powerful across SwiftUI, UIKit, and AppKit
swift-observation
Apple Observation framework for Swift. Use when modeling observable state with the `@Observable` macro, tracking changes with `withObservationTracking`, integrating with SwiftUI, or working with ObservationRegistrar and Observations async sequences.
swift-package-manager
Swift Package Manager documentation - create packages, manage dependencies, build and test Swift code
swift-sharing
A library for sharing state across your app with persistence and observation support
swift-snapshot-testing
A library for snapshot testing in Swift with support for views, images, and custom formats