Try using SPM C Target with Playgrounds

Hello everyone
I have an SPM package that has as dependency 2 packages that only contain C code. The package builds and creating an Xcode project also works. What is unfortunately not possible is the import in a playground. Missing required Modules is the message I get. Is there another way to combine Swift with C, which supports the playgrounds?

1 Like