xcodebuild's inability to just build against a specific SDK without also knowing which goddamn specific destination to use is such a waste of time I mean just choose one please its been like a decade please why just build it doesn't matter
@mattiem I’m sure you know about the generic destinations you can provide, right? (You can see how we invoke those on @SwiftPackageIndex if you click through to the details of Xcode builds in case you don’t!)

@finestructure hmmmm ok so I have tried this years ago, but cannot recall. I just gave it a shot and am encountering this:

"xcodebuild: error: Failed to build workspace XYZ with scheme XYZ.: Cannot test target “XYZTests” on “Any iOS Device”: Tests must be run on a concrete device"

Perhaps this works only for builds but not for running tests?

@mattiem Oh right, that’s got to be it. We only build, we don’t run tests, and it makes sense. Cross-compiling is one thing but when launching, you need a device.