Swift init problems

My bad. That error does clear up when I make it static. The other errors (Return from initializer without initializing all stored properties) persist when I make the field let instead of var.

I thought Swift defaulted Optional types to nil.