소개
This skill provides specialized guidance for implementing Swift's modern concurrency framework, introduced in Swift 5.5. It enables the creation of thread-safe, efficient, and readable asynchronous code by leveraging async/await syntax, actor-based data isolation, and structured concurrency patterns like task groups. By focusing on these modern primitives, the skill helps developers eliminate common concurrency bugs such as data races, deadlocks, and 'callback hell,' ensuring that asynchronous operations are managed predictably and safely according to current Swift best practices.