YapDatabase icon indicating copy to clipboard operation
YapDatabase copied to clipboard

Module compiled with Swift 5.1.3 cannot be imported by the Swift 5.2.4 compiler.

Open gsp100677 opened this issue 5 years ago • 0 comments

Hi - I just upgraded to the latest stable Xcode 11.5 (via the mac app store), and am now getting this error (using YapDatabase with Carthage):

"Module compiled with Swift 5.1.3 cannot be imported by the Swift 5.2.4 compiler" - referring to YapDatabase.

From what I understand Apple introduced module stability in Swift 5.1 but your framework needs to enable "Build Libraries for Distribution" to share between the different Swift compilers.

Is this a known issue that can be easily/quickly fixed your end? I don't want to have to downgrade Xcode just to make this work.

gsp100677 avatar Jul 07 '20 13:07 gsp100677