If I have an @Model object and I try to add a default/initial value to it, my code no longer compiles:
var createdAt: Date // compiles
var createdAt: Date = Date.now // fails
it gives me this error:
Variable 'self._$backingData' used before being initialized
this worked fine in Xcode b5, but is failing in b6