Avatar
@swift-5.0.3 @swift-4.2.4 #if swift(<5.1) print("OK") #endif #if compiler(<5.1) print("OK") #endif