Swift 6 Paradigm Shift Guide
Comprehensive analysis of Swift 6 ownership, concurrency safety, and systems programming foundations.
build-macos-apps
Build professional native macOS apps in Swift with SwiftUI and AppKit. Full lifecycle - build, debug, test, optimize, ship. CLI-only, no Xcode.
build-iphone-apps
Build professional native iPhone apps in Swift with SwiftUI and UIKit. Full lifecycle - build, debug, test, optimize, ship. CLI-only, no Xcode. Targets iOS 26 with iOS 18 compatibility.
coding-best-practices
Reviews Swift/iOS code for adherence to modern Swift idioms, Apple platform best practices, architecture patterns, and code quality standards. Use when user mentions best practices, code review, clean code, refactoring, or wants to improve code quality.
app-planner
Guides you through comprehensive iOS/Swift app planning and analysis. Use for new apps (concept to architecture) or existing apps (audit current state, plan improvements, evaluate tech stack). Covers product planning, technical decisions, UI/UX design, and distribution strategy.
coding-standards-enforcer
Enforce repository coding standards for Swift 6.2 concurrency, Swift language rules, Use when reviewing or implementing Swift code changes.
swift-development
>
swift-case-paths
A library for working with enum cases as first-class values, enabling key path-like access to enum cases
swift-dependencies
A dependency management library for Swift with controlled, testable dependencies
swift-navigation
A collection of tools for making navigation in Swift applications more ergonomic and powerful across SwiftUI, UIKit, and AppKit
swift-sharing
A library for sharing state across your app with persistence and observation support
swift-docc
Official Swift DocC documentation markup and syntax reference
swift-package-manager
Swift Package Manager documentation - create packages, manage dependencies, build and test Swift code
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-snapshot-testing
A library for snapshot testing in Swift with support for views, images, and custom formats
swift-async-algorithms
Algorithms for working with AsyncSequence: combining, throttling, debouncing, chunking, and more
swift-composable-architecture
The Composable Architecture (TCA) - A library for building Swift applications with state management, composition, and testability
programming-swift
The complete Swift Programming Language book by Apple, covering syntax, features, concurrency, and the formal language reference.
Page 2 of 3 · 49 results