Swift 5.1 introduced test discovery to allow tests to be discovered on Linux. This works great but also means that if you use swift build
having deleted the LinuxMain.swift it will fail to build without the --enable-test-discovery
flag.
Can we make --enable-test-discovery
on by default going forward?