SwiftUI Semantic Audit 0.4.0
First public release of the deterministic SwiftUI state and data-flow audit CLI.
Install
brew install potapenko/tap/swiftui-semantic-auditThe formula installs the swiftui-audit executable. Agent skills remain a separate, explicit installation from this release tag.
Included
- seven CLI commands:
scan,audit,snapshot,slice,diff,check, anddoctor; - syntax-only analysis and optional compiler Index Store enrichment on macOS;
- 29 evidence-backed SwiftUI architecture and data-flow rules;
- deterministic schema-v2 graph, report, snapshot, slice, and diff output;
- persistent incremental analysis cache and bounded parallel execution;
swiftui-audit --versionfor release verification.
Requires macOS 13 or later and Xcode 26.6 to build the source formula.