소개
This skill empowers Claude to write modern Swift code tests using the Swift Testing framework instead of legacy XCTest. It provides comprehensive guidance on using macros like @Test and @Suite, correctly implementing soft and hard assertions with #expect and #require, and handling complex scenarios such as parameterized tests and asynchronous callbacks. Whether you are starting a new project or migrating hundreds of tests from XCTest, this skill ensures your test code follows Apple's latest best practices for state isolation, parallel execution, and concise syntax.