As you mentioned in issue#173 making Key internal solved the issue with the compiler
However, the issue with xcodebuild failing to create an XCFramework remained. As for now, trying to create XCFramework using latest Factory 2.3.2 outputs a SwiftVerifyEmittedModuleInterface error
As I searched through, module verification was added starting from Xcode 14.3 and the only workaround I could find was to add a flag to disable it
Hello!
As you mentioned in issue#173 making Key internal solved the issue with the compiler
However, the issue with xcodebuild failing to create an XCFramework remained. As for now, trying to create XCFramework using latest
Factory 2.3.2
outputs aSwiftVerifyEmittedModuleInterface
errorAs I searched through, module verification was added starting from Xcode 14.3 and the only workaround I could find was to add a flag to disable it