Provides the full text of Apple's 'The Swift Programming Language' book. Use to verify Swift syntax, look up features, understand concurrency, or resolve compiler errors.
How this skill is triggered — by the user, by Claude, or both
Slash command
/programming-swift-skill:programming-swiftThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The entire content of The Swift Programming Language (6.4 beta) book by Apple. This is a comprehensive language reference and guide to the Swift programming language.
GuidedTour/AboutSwift.mdGuidedTour/Compatibility.mdGuidedTour/GuidedTour.mdLICENSE.txtLanguageGuide/AccessControl.mdLanguageGuide/AdvancedOperators.mdLanguageGuide/AutomaticReferenceCounting.mdLanguageGuide/BasicOperators.mdLanguageGuide/ClassesAndStructures.mdLanguageGuide/Closures.mdLanguageGuide/CollectionTypes.mdLanguageGuide/Concurrency.mdLanguageGuide/ControlFlow.mdLanguageGuide/Deinitialization.mdLanguageGuide/Enumerations.mdLanguageGuide/ErrorHandling.mdLanguageGuide/Extensions.mdLanguageGuide/Functions.mdLanguageGuide/Generics.mdLanguageGuide/Inheritance.mdThe entire content of The Swift Programming Language (6.4 beta) book by Apple. This is a comprehensive language reference and guide to the Swift programming language.
This skill contains content from The Swift Programming Language, distributed under the Apache 2.0 License.
Copyright © Apple Inc. and the Swift project authors.
This package is a derivative work that aggregates the original markdown content into a structure optimized for LLM context.
npx claudepluginhub kylehughes/the-unofficial-swift-programming-language-skill --plugin programming-swift-skillProvides API reference for Swift Concurrency: async/await, Task, TaskGroup, actors, AsyncSequence, AsyncStream, continuations. Useful for concurrent Swift programming.
Directs Claude to Apple's authoritative for-LLM documentation inside Xcode for Swift APIs, Apple framework guides, and Swift compiler diagnostics.
Swift 6 fundamentals across all Apple platforms. Covers concurrency (async/await, actors, Sendable), architecture, async testing, i18n with String Catalogs, and performance profiling with Instruments.