Hello Swift community,
My app uses a third party binary framework compiled with Swift 5.1. The problem is that the developers didn't enable "Build Libraries for Distribution" flag on Xcode, so now it won't work with Swift 5.1.1 (Xcode 11.2).
Is there a way to convert the embedded *.swiftmodule files into *.swiftinterface? On any workaround to this problem?
Thanks