# Swift

`knowledge-bases/structured/swift/` is the structured knowledge pack for Swift.

## When to Install

- the repo contains `.swift` files or `Package.swift`
- the task touches Swift packages, platform code, or performance-sensitive modules
- the work needs guidance on module structure, testing, or concurrency

## Pack Depth

- overview, review checklist, and framework notes
- promoted rules in `rules/swift/`
- canonical skill in `skills/swift-engineering/SKILL.md`
- workflow template in `templates/workflows/implement-swift-change.md`

## Examples

- `knowledge-bases/structured/swift/examples/01-reference-scenario.md`

## Validation Cues

- verify package build or the repo equivalent after implementation
- call out platform or concurrency constraints before handoff
