programming-swift
The Swift Programming Language (6.2.3)
}
Documentation Structure
Welcome to Swift
- About Swift (GuidedTour/AboutSwift.md): Understand the high-level goals of the language.
- Version Compatibility (GuidedTour/Compatibility.md): Learn what functionality is available in older language modes.
- A Swift Tour (GuidedTour/GuidedTour.md): Explore the features and syntax of Swift.
Language Guide
- The Basics (LanguageGuide/TheBasics.md): Work with common kinds of data and write basic syntax.
- Basic Operators (LanguageGuide/BasicOperators.md): Perform operations like assignment, arithmetic, and comparison.
- Strings and Characters (LanguageGuide/StringsAndCharacters.md): Store and manipulate text.
- Collection Types (LanguageGuide/CollectionTypes.md): Organize data using arrays, sets, and dictionaries.
- Control Flow (LanguageGuide/ControlFlow.md): Structure code with branches, loops, and early exits.
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-package-manager
Swift Package Manager documentation - create packages, manage dependencies, build and test Swift code
33swift-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
23