Hello,
Just wondering if anyone has figured out a way to run unit tests in Xcode Cloud for a Swift Package repository. Currently Xcode Cloud requires an App or Framework target for workflows. I considered adding an example app to the repository and using that as a shell to run the package's unit tests -- but wasn't sure if that was possible (or a best practice).Thanks in advance for any help on this!
From all the information I could find, it still seems limited to applications within Xcode projects or workspaces.
That said, I would absolutely love the ability to use Xcode Cloud for standalone Swift Packages as well. That's actually the first way I tried using it when I was informed that I had access ![]()
Has there been any movement over here? Are we still only able to run standalone Swift Package unit tests as part of an xcodeproject?