Skip to content

SwiftUI Semantic Audit 0.4.0

Latest

Choose a tag to compare

@potapenko potapenko released this 19 Aug 13:56
· 12 commits to master since this release

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-audit

The 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, and doctor;
  • 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 --version for release verification.

Requires macOS 13 or later and Xcode 26.6 to build the source formula.