I'm getting the following error when importing EventKit in Swift 3 with Xcode 8.2.1:
Error: module compiled with Swift 2.3 cannot be imported in Swift 3.0.2:
/Users/Jack/Library/Developer/Xcode/DerivedData/AddressBook-bnegvaeqmzvjynatbktoiyfopirj/Build/Products/Debug-iphoneos/AddressBook.swiftmodule/arm64.swiftmodule
Seems odd that EventKit is causing this, couldn't find anything on SO about it. Is this likely to be caused by something else, and regardless how should I go about trying to fix it?