Steps to reproduce: Enter the following code: ``` #if compiler(>=6.2.3) print("Swift 6.2.3") #endif ``` Select "Swift 6.2.1" from the version dropdown Click "Run". Notice that the string Swift 6.2.3 is printed.