`Error al crear el contexto AST Swift objetivo: (nulo)` en REPL

He visto varias (bueno, no tantas, pero algunas) preguntas aquí sobre SO que tratan con este error, pero ninguna de las soluciones propuestas funcionó para mí. Esto es lo que obtengo

$ swift
Welcome to Apple Swift version 2.1.1 (swiftlang-700.1.101.15 clang-700.1.81). Type :help for assistance.
warning: Swift error in module repl_swift: 
    Error creating module Swift AST context: couldn't get a ClangImporter
Debug info from this module will be unavailable in the debugger.

warning: Swift error in module dyld: 
    Error creating module Swift AST context: couldn't get a ClangImporter
Debug info from this module will be unavailable in the debugger.

warning: Swift error in module CoreFoundation: 
    Error creating module Swift AST context: couldn't get a ClangImporter
Debug info from this module will be unavailable in the debugger.

...

warning: Swift error in module ServiceManagement: 
    Error creating module Swift AST context: couldn't get a ClangImporter
Debug info from this module will be unavailable in the debugger.

warning: Swift error in module libxslt.1.dylib: 
    Error creating module Swift AST context: couldn't get a ClangImporter
Debug info from this module will be unavailable in the debugger.

error: Error creating target Swift AST context: (null)

Esto puede o no haber sucedido después de emitir un comando que no recuerdo (y mi historial de bash no ayuda mucho). Lo extraño es que si desinstalo Xcode, el REPL comienza a funcionar correctamente. Sin embargo, si reinstalo Xcode, los errores vuelven. Estoy en Xcode 7.2.1 (7C1002), por cierto. Pensamientos?

Respuestas a la pregunta(1)

Su respuesta a la pregunta