I am trying to learn iOS development and I thought hoping into playgrounds and I got this code going
import Cocoa
var x:Int = 69
print(String(x))
However its been stuck at this for about 6 minutes
I feel like I am missing something really obvious but it just won't seem to compile ;( I have also tried restarting the IDE too