Currently running on OS X 10.11 Beta 2 with Xcode 7 installed but right now trying to use Swift 2.0 REPL and I'm currently bumping into the following issue:
Welcome to Apple Swift version 2.0 (700.0.42.1 700.0.53). Type :help for assistance.
1> "100".toInt()
Error in auto-import:
failed to get module 'Swift' from AST context
1>
Is there a certain setting or package I need to play around with to get it working?