We have an Xcode static lib with a single Swift public access func and a bunch of private C.
Would it be less vulnerable to reverse engineering to use "xcodebuild ... -library ..." to import the static lib into an Xcode framework (ie. xcframework) project and then release the framework than it would be to release the static lib folder with the .a and .swiftmodule?