Xcode – Swift Package containing multiple binary frameworks (that wrap a C library)
I'm trying to build a Swift package containing multiple binary xcframeworks (each of which wrap a different static C library). The .xcframework contains multiple versions of the same library (one per arch type - x86_64, aarch64). I first build the…