I have just upgraded my Xcode to 6.1 an am now getting a strange compilation error.
\'init()\' is unavailable: superseded by import of -[NSObject init]
I have same problem, one way I found to suppress the error is to explicitly cast it:
leftBay = BayNode() as BayNode