Go to your package and click "Show in Finder":
Open it in terminal (type cd
and drag your package folder here)
Do xcodebuild -list
to see your package schemes
...
Schemes:
SnapKit
Run tests for your scheme:
xcodebuild -scheme YOUR_SCHEME test -destination "platform=iOS Simulator,name=iPhone 16 Pro,OS=latest"