Using Xcode Cloud to run Swift Package unit tests?

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!

1 Like

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 :joy:

1 Like