Yes weird situation. I am using Mac OS X 10.9 Mavericks on VirtualBox, and a Xcode 6.1
I am currently trying to do an interactive Swift Playground for WWDC scholarship(to practice), but weirdly, when I import PlaygroundSupport, it says no such module. Does this situation ever happen before?
I have checked spelling error, but a simple
import PlaygroundSupport
returns me no such module. Any anyone help?
Swift PlaygroundSupport
SDK need minimum macOS version 10.12+ and Xcode 8.0+
You can see this: