programming-swiftlisted
Install: claude install-skill Shada01245/the-unofficial-swift-programming-language-skill
# The Swift Programming Language
The entire content of The Swift Programming Language (6.2.1) book by Apple. This is a comprehensive language reference and guide to the Swift programming language.
## Documentation Structure
### Getting Started (GuidedTour)
- **About Swift** ([GuidedTour/AboutSwift.md](GuidedTour/AboutSwift.md)): Understand the high-level goals of the language.
- **Version Compatibility** ([GuidedTour/Compatibility.md](GuidedTour/Compatibility.md)): Learn what functionality is available in older language modes.
- **A Swift Tour** ([GuidedTour/GuidedTour.md](GuidedTour/GuidedTour.md)): Explore the features and syntax of Swift.
### Language Guide
- **The Basics** ([LanguageGuide/TheBasics.md](LanguageGuide/TheBasics.md)): Work with common kinds of data and write basic syntax.
- **Basic Operators** ([LanguageGuide/BasicOperators.md](LanguageGuide/BasicOperators.md)): Perform operations like assignment, arithmetic, and comparison.
- **Strings and Characters** ([LanguageGuide/StringsAndCharacters.md](LanguageGuide/StringsAndCharacters.md)): Store and manipulate text.
- **Collection Types** ([LanguageGuide/CollectionTypes.md](LanguageGuide/CollectionTypes.md)): Organize data using arrays, sets, and dictionaries.
- **Control Flow** ([LanguageGuide/ControlFlow.md](LanguageGuide/ControlFlow.md)): Structure code with branches, loops, and early exits.
- **Functions** ([LanguageGuide/Functions.md](LanguageGuide/Functions.md)): Define and call functions, label their