What is SwiftShims Module?
I am trying to convert a Swift v1.2 project to a Swift v2.0 project using Xcode 7.0.
I got this during build:
Swift had fatal errors building ast context for this module: A required module is missing. SwiftShims debugging information from this module will not be available in the debugger.
What is SwiftShims Module?
And how would I install it if it is missing?
+3
source to share