Avatar
swiftNightly BOT 7/8/2021 1:49 AM
exit status: 1 with stderr:<stdin>:5:9: error: expression is 'async' but is not marked with 'await' print(x) ^~~~~~~~ await <stdin>:5:15: note: reference to async let 'x' is 'async' print(x) ^