swift-concurrency-6-2
Patterns and best practices for adopting Swift 6.2's concurrency model and resolving data-race safety errors.
Install
npx skills add https://github.com/affaan-m/everything-claude-code --skill swift-concurrency-6-2Stats
| Total installs | 1,038 |
| Weekly installs | 1.0K |
| GitHub stars | 112.5K |
| First seen | Feb 24, 2026 |
| Source | @affaan-m/everything-claude-code |
Summary
- Async functions stay on the calling actor by default, eliminating implicit background offloading that caused data-race errors in Swift 6.1 and earlier
- Isolated conformances allow MainActor types to safely conform to non-isolated protocols without unsafe workarounds
- @concurrent attribute explicitly offloads CPU-intensive work to background threads; requires nonisolated type and await at call sites
- MainActor default inference mode (opt-in for app targets) reduces boilerplate annotations for predominantly single-threaded code
- Requires Xcode 26 build settings (SE-0466 and SE-0461) for full Approachable Concurrency support; enables incremental migration from Swift 5.x and 6.0/6.1
Tags
Related skills
| Skill | Installs | vs swift-concurrency-6-2 |
|---|---|---|
| favicon-gen | 959 | -79 |
| vue-expert | 995 | -43 |
| yara-rule-authoring | 982 | -56 |
| asc-subscription-localization | 1,095 | +57 |
| content-creation | 1,103 | +65 |
FAQ
- How many installs does swift-concurrency-6-2 have?
- swift-concurrency-6-2 has 1,038 total installs and 1.0K installs this week.
- Where is swift-concurrency-6-2 hosted?
- swift-concurrency-6-2 is published by @affaan-m/everything-claude-code at https://github.com/affaan-m/everything-claude-code.
- How many GitHub stars does swift-concurrency-6-2 have?
- swift-concurrency-6-2 has 112.5K GitHub stars.
- When was swift-concurrency-6-2 first indexed?
- OrangeBot.AI first indexed swift-concurrency-6-2 on Feb 24, 2026.
- How do I install swift-concurrency-6-2?
- Run: npx skills add https://github.com/affaan-m/everything-claude-code --skill swift-concurrency-6-2