swift
Installation
SKILL.md
Swift & Apple Platform Development
Build native apps for iOS, macOS, tvOS, and iPadOS using Swift and SwiftUI.
Instructions
- For SwiftUI views, modifiers, and state management, see references/swiftui-reference.md
- For async/await, actors, and structured concurrency, see references/swift-concurrency.md
- For MVVM, @Observable, and SwiftData patterns, see references/app-architecture.md
- For iOS/macOS/tvOS/iPadOS specific APIs, see references/platform-apis.md
- For Xcode configuration, signing, and App Store, see references/xcode-distribution.md
- PROACTIVELY use WebSearch to find current Apple Developer Documentation when you need deeper information on any Apple framework or API not covered in local references
- PROACTIVELY fetch https://www.swift.org/documentation/ for Swift language documentation and evolution proposals
Online Documentation Resources
When local references don't cover what you need: