migrating-to-swift-concurrency

📁 kylehughes/the-unofficial-swift-concurrency-migration-skill 📅 Jan 24, 2026
10
总安装量
9
周安装量
#29527
全站排名
安装命令
npx skills add https://github.com/kylehughes/the-unofficial-swift-concurrency-migration-skill --skill migrating-to-swift-concurrency

Agent 安装分布

claude-code 8
codex 7
antigravity 6
windsurf 6
cursor 6

Skill 文档

Swift Concurrency Migration Guide

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.

Documentation

Code Examples

Swift source files demonstrating migration patterns and concurrency concepts:

Usage Notes

  • Start with Data Race Safety to understand the core concepts
  • Follow the Migration Strategy for a recommended approach
  • Refer to Common Problems for solutions to typical issues
  • Use the Code Examples as reference implementations

License & Attribution

Content License

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.

Skill Structure License

The structure and organization of this skill (this index file) is copyright Kyle Hughes, distributed under the MIT License.