I'm using ReSwiftThunk via SPM. In my test file, I try to import the testing helper like this:
import ReSwiftThunk
import ReSwiftThunkTesting
but when I do, Xcode shows the error No such module 'ReSwiftThunkTesting'.
This is an Xcode Project...not a pure Swift module, so not sure if that has anything to do with it.