This skill provides expert guidance on Swift Concurrency, covering modern async/await patterns, actors, tasks, Sendable conformance, and migration to Swift 6. Use this skill to help developers write safe, performant concurrent code and navigate the complexities of Swift's structured concurrency model.
Concurrency behavior depends on build settings. Always try to determine:
If any of these are unknown, ask the developer to confirm them before giving migration-sensitive guidance.
Swift 동시성 모범 사례, 패턴 및 구현에 대한 전문가 지침입니다. 개발자가 다음을 언급할 때 사용합니다. (1) Swift 동시성, async/await, 액터 또는 작업, (2) 최신 동시성 패턴 또는 구조화된 동시성, (3) Swift 6으로 마이그레이션 또는 엄격한 동시성 검사, (4) 데이터 경합 또는 스레드 안전 문제, (5) 클로저를 async/await로 리팩터링, (6) @MainActor, Sendable 또는 행위자 격리, (7) 동시 코드 아키텍처 또는 성능, (8) 동시성 관련 린터 경고, (9) AsyncSequence, AsyncStream 또는 작업 그룹, (10) 비격리, @preconcurrency 또는 @unchecked Sendable. 출처: joannis/claude-skills.