Hi all, Here's a pitch for a feature that expands #if functionality to postfix member expressions. I'll keep an update-version of this proposal here. Implementation is here #if for postfix member expressions Swift has conditional compilation block #if ... #endif which allows code to be conditionally compiled depending on the value of one or m...