I just want to run the SwiftUI preview of my code, however, it's also building my unit tests. They have some errors in so I don't want them to be built. They're not usually built when running my Xcode project, so why is SwiftUI building them? Is there anyway to turn this off?
After a clean build, I refresh the preview and the status bar shows this:
And this is the scheme configuration:



