I have Swift code that wraps a C-library.
I want to build and test it under Linux.
How should I build the library, associated tests and run the tests?
I was tempted by the idea of creating a Swift Package but I'm not sure if I can use a C-library as part of the package if I do that.