swift-stable
Installation
SKILL.md
Swift Stable
Use this skill as the language-semantic foundation. Respect the project's Swift tools version, supported platforms, strict-concurrency mode, and library-evolution contract.
Before changing code
- Inspect
Package.swift, Xcode project settings when present, CI, and compiler flags. - Record Swift tools/compiler version, platforms, target architectures, language mode, strict concurrency, and library evolution.
- Compile the smallest affected target before diagnosing source semantics.
- Load
swift-package-managerfor package topology andswift-concurrencyfor actor/task behavior.