profile := "debug" default: build build: swift build -c {{profile}} test: swift test coverage: swift test --enable-code-coverage xcrun llvm-cov report \ .build/debug/NorgKitTests.xctest/Contents/MacOS/NorgKitTests \ -instr-profile=.build/debug/codecov/default.profdata benchmark: swift package benchmark --target ParseBenchmarkTarget format: swift-format --in-place --recursive Sources Tests swiftlint --fix Sources Tests lint: swiftlint Sources Tests ci: lint test