You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Including XCTest wouldn't be as useful as you'd think — you couldn't use swift test to trigger them, because when you're using an SDK, you're cross-compiling, and SwiftPM doesn't know how to run cross-tests yet (notably doing so would mean you'd have to specify somehow how to start the tests, because they might not run on the host machine; in the specific case of the Static SDK for Linux, it's a bit odd because if you're on a Linux or FreeBSD machine then you might actually be able to run the tests on the host, but that's a special case and SwiftPM has no way to know that that would work either).
Btw, you've inspired me to finally put together SDK bundles for Android. I had been putting off looking at how Max's swift-sdk-generator worked and adapting that for Android, but I think I'll just script it myself for now, as you did.
I've been trying out the new 6.0 and 6.1 Musl SDKs to build some packages and they work great.
However, the lack of XCTest means I cannot run the tests for these packages against Musl, as the build of the Musl SDK stops with swift-corelibs-foundation.
@al45tair, any reason XCTest can't be included also? It would be great if I can run the tests.
The text was updated successfully, but these errors were encountered: