swift_structure
Swift Structure
This skill covers Swift's core language structures and features for building robust applications.
Overview
Swift structure skills cover the fundamental building blocks of the language: collections, optionals, control flow, closures, and other essential language features.
Available References
Collections
- Array - Ordered collections, map/filter/reduce operations
- Dictionary - Key-value pairs, lookups, transformations
- Set - Unique elements, set algebra operations
More from swiftzilla/skills
swift_swiftui
SwiftUI framework concepts including property wrappers, state management, and reactive UI patterns.
51swift_concurrency
Swift modern concurrency with async/await, Task, Actor, Swift 6 strict mode, Sendable, and structured concurrency patterns.
40swift_style
Swift style guidelines covering naming conventions, code organization, and best practices for writing idiomatic Swift code.
35swift_combine
Swift Combine framework for reactive programming, handling asynchronous events with publishers, subscribers, and operators.
32swift_testing
Swift Testing framework for unit tests, integration tests, and async testing with modern syntax.
26swift_package_manager
Swift Package Manager (SPM) for dependency management, package creation, and modular code organization.
24