After updating to Xcode 9, I loaded and tried to build my project, which failed.
I use the AwesomeCache, through Carthage and I have a compiler error while importing the .framework.
import AwesomeCache ❌ Module compiled with Swift 3.1 cannot be imported in Swift 4.0In my target's build settings, the Swift language version is set to Swift 3.2.
Do I need to wait for AwesomeCache to update their library or is there any other way to use Swift 3.1 in Xcode 9 beta?