EDIT: I had to mark it as trusted
I'm trying to define and use my first Swift macro. I added the package to the client project. I type import and Xcode suggests OCHamcrestMacros.
But it complains, "No such module OCHamcrestMacros". What gives? I double-checked that I added the SPM dependency to the correct target. #Swift #SwiftMacro

