bootstrap:
	carthage checkout
	swift package --chdir Carthage/Checkouts/SwiftCLI generate-xcodeproj
	carthage build --platform macos --cache-builds

