Xcode6 beta SourceKitService error
swift, xcode6
Solution
Is your project named `Swift`? With seeing that message, build would be failed too with message: `<unknown>:0: error: module name "Swift" is reserved for the standard library`. Try using another project name such as `SwiftTest`. It would work.
(Duplicated: SourceKitService Terminated)
Problem
I'm running lastest Mavenricks with Xcode 5.1.1 I've downloaded Xcode 6 beta from apple and this message shows up constantly. Thus, I can barely write any code because code completion disabled. Does anyone know how to fix this ?