jrendel / SwiftKeychainWrapper

A simple wrapper for the iOS Keychain to allow you to use it in a similar fashion to User Defaults. Written in Swift.
MIT License
1.59k stars 339 forks source link

Module compiled with Swift 5.1.3 cannot be imported by the Swift 5.2 compiler #148

Open mflknr opened 4 years ago

mflknr commented 4 years ago

I updated Xcode to Version 11.4 and with it Swift to 5.2. When i build a project containing this framework I get the following error: Module compiled with Swift 5.1.3 cannot be imported by the Swift 5.2 compiler

Describe the solution you'd like https://stackoverflow.com/questions/58654714/module-compiled-with-swift-5-1-cannot-be-imported-by-the-swift-5-1-2-compiler A solution might be to set BUILD_LIBRARY_FOR_DISTRIBUTION to yes.

StanDimitroff commented 3 years ago

Similar issue with Swift 5.3 compiler