Note
If your package does not explicitly list the testing library as a dependency, pass
--enable-experimental-swift-testing
to theswift test
command to ensure your tests are run.
Does this imply that we should now be able to run swift test
without listing swift-testing
as an explicit dependency?