apple / swift-nio

Event-driven network application framework for high performance protocol servers & clients, non-blocking.
https://swiftpackageindex.com/apple/swift-nio/documentation
Apache License 2.0
7.85k stars 633 forks source link

No longer need test discovery command line. #2717

Closed PeterAdams-A closed 1 month ago

PeterAdams-A commented 1 month ago

Motivation:

Command line argument has not been needed for several swift version.

Modifications:

This causes warnings in recent swift versions.

Result:

No more warnings about swift command line when testing

PeterAdams-A commented 1 month ago

@swift-server-bot test this please