From migrating-to-swift-concurrency-skill
Guides Swift code migration to Swift 6 concurrency: resolves data-race safety errors, explains Sendable and actor isolation, enables incremental async/await adoption.
npx claudepluginhub joshuarweaver/cascade-code-languages-misc-1 --plugin kylehughes-the-unofficial-swift-concurrency-migration-skillThis skill uses the workspace's default tool permissions.
The complete content of the Swift Concurrency Migration Guide by Apple. This guide helps you migrate your code to take advantage of Swift's data-race safety guarantees and the Swift 6 language mode.
Examples/Boundaries.swiftExamples/ConformanceMismatches.swiftExamples/DispatchQueue_PendingWork.swiftExamples/Globals.swiftExamples/IncrementalMigration.swiftExamples/PreconcurrencyImport.swiftExamples/main.swiftGuide/CommonProblems.mdGuide/DataRaceSafety.mdGuide/EnableDataRaceSafety.mdGuide/FeatureMigration.mdGuide/IncrementalAdoption.mdGuide/LibraryEvolution.mdGuide/MigrationStrategy.mdGuide/RuntimeBehavior.mdGuide/SourceCompatibility.mdLICENSE.txtConducts multi-round deep research on GitHub repos via API and web searches, generating markdown reports with executive summaries, timelines, metrics, and Mermaid diagrams.
Dynamically discovers and combines enabled skills into cohesive, unexpected delightful experiences like interactive HTML or themed artifacts. Activates on 'surprise me', inspiration, or boredom cues.
Generates images from structured JSON prompts via Python script execution. Supports reference images and aspect ratios for characters, scenes, products, visuals.
The complete content of the Swift Concurrency Migration Guide by Apple. This guide helps you migrate your code to take advantage of Swift's data-race safety guarantees and the Swift 6 language mode.
Swift source files demonstrating migration patterns and concurrency concepts:
The documentation and example code in this skill are from the Swift Concurrency Migration Guide, copyright Apple Inc. and the Swift project authors, distributed under the Apache 2.0 License.
The structure and organization of this skill (this index file) is copyright Kyle Hughes, distributed under the MIT License.