## Summary ## Checklist - [ ] **Swift 6.0 compatible** (no features requiring a newer compiler) - [ ] **Builds on macOS and Linux** (`swift build` succeeds on both) - [ ] **All tests pass** (`swift test`) - [ ] **No new SwiftLint warnings** (`swiftlint`) - [ ] Public APIs match SwiftUI signatures (parameter names, order, types) - [ ] Modifiers propagate through the View hierarchy ## Test Plan