You can either build with Xcode
swift package generate-xcodeproj
xed .
or in the command line
swift build
To run tests:
swift test
Required Reading:
Useful Videos:
You can either build with Xcode
swift package generate-xcodeproj
xed .
or in the command line
swift build
To run tests:
swift test
Required Reading:
Useful Videos: