Avatar
Avatar
omochimetaru
@swift-5.0.3 -swift-version 4.2 #if swift(5.0) print(5) #else print(4) #endif
exit status: 1 with stderr:<stdin>:1:11: error: unexpected platform condition argument: expected a unary comparison '>=' or '<'; for example, '>=2.2' or '<2.2' #if swift(5.0) ^