Mixed project objective-c and swift. I get this error in an objective-c file with xcode 7b1 if I try to compile.
lexical or preprocessor issue with #import "*-swift.h"
Did it work in Xcode 6? Have you typed a capital S for #import "YourModule-Swift.h"?