PrePitch: Optional variables should require explicit initialization

There is no avenue that I know that we can approach Apple to change the behavior of their SDK other than bug reports but I don't why they could not move to a world were IBOutlet and friends use property wrappers.

@IBOutlet var label: UILabel // Okay! IBOulet using property wrappers for delayed init 
1 Like