Tutorial: https://www.raywenderlich.com/148832/introduction-swift-package-manager
swift package fetch swift package generate-xcodeproj open Test.xcodeproj
mkdir Test cd Test swift package init --type executable swift build .build/debug/Test