.PHONY: build run clean release test build: swift build release: swift build -c release run: swift run test: swift test clean: swift package clean