01Exposes a dedicated `swift-test` tool for running Swift tests
02Runs `swift test` in specified Swift package directories
03Streams combined stdout/stderr output for comprehensive logging
04Provides execution metadata including exit code, duration, and command
05Validates package directory existence and `Package.swift` prior to execution
060 GitHub stars