swift_concurrency

Installation
SKILL.md

Swift Concurrency

This skill covers Swift's modern concurrency features from Swift 5.5 through Swift 6, including async/await, structured concurrency, actors, and Swift 6's strict data-race safety.

Overview

Swift's modern concurrency model provides a safer, more intuitive way to write asynchronous code. Swift 6 takes this further with compile-time data-race safety, turning potential concurrency bugs into compiler errors.

Available References

Swift 6 & Strict Concurrency

Core Concurrency

  • Async/Await - Asynchronous functions, Task, TaskGroup, Actor basics

Swift 6 Highlights

Related skills
Installs
40
GitHub Stars
6
First Seen
Jan 28, 2026