I have an XCFramework that I am wrapping in a Swift Package which builds and tests fine but when I try to add the package as a dependency in an actual iOS app I get a CodeSign error "bundle format unrecognized, invalid, or unsuitable" for the wrapped XCFramework. Normally when embedding the framework directly there is an "Embed without Signing" option but I dont see the same for SPM. Is there a way to enable that on the SPM side of things? Thanks!