Development
#Format
./scripts/format.sh
#Lint
./scripts/lint.sh
#Test
swift test
#Release build and smoke test
swift build -c release
.build/release/swabble health
.build/release/swabble --help
CI runs on macos-26, selects Xcode 26, installs SwiftFormat and SwiftLint, then runs formatting, linting, tests, a release build, and CLI smoke checks.