Since Xcode 7 and Swift 2.0, I get the error above, like in the screenshot shown here:
In my case, renames several parameters of init methods which is a protocol fails the compilation. I solve it by do it one by one, compiles again after each change.