SE-0224: Support 'less than' operator in compilation conditions

The proposal only mentions #if swift(<4.2) but the implementation also appears to support #if compiler(<4.2) from SE-0212.

1 Like