Swift Concurrency

Load this whenever Swift concurrency code is being written, fixed, migrated, or reviewed. Diagnoses and fixes Swift Concurrency issues (tasks, actors, @MainActor, Sendable, data races, thread safety, concurrency-related compiler and linter warnings), refactors callback-based code to async/await, guides Swift 6/6.2 migration, AND reviews Swift code for concurrency correctness, modern API usage, and async/await pitfalls. If the code touches `async`, `await`, `actor`, `Task`, `Sendable`, or a strict-concurrency diagnostic, check here first — don't guess at isolation rules from memory.

Fe2-O3 Updated

File contents

Fe2-O3/swift-field-guide/tree/main/swift-concurrency commit 63f7fd57ea

Frequently asked questions

npx skillmds@latest add fe2-o3/swift-concurrency