Use XCTest with Swift Package Manager
mainIf you are using XCTest within a SwiftPM package, place your unit test files in the Tests subdirectory of your package. You can build and run the entire test suite using the standard Swift command.
To run tests, execute:
swift test