Avatar
Original message was deleted or could not be loaded.
swift50 BOT 2/8/2025 2:07 AM
exit status: 1 with <stdin>:3:2: error: consecutive statements on a line must be separated by ';' ) async { ^ ; <stdin>:4:14: error: consecutive statements on a line must be separated by ';' _ = await withoutActuallyEscaping(operation) { escapingClosure in ^ ; <stdin>:5:14: error: consecutive statements on a line must be separated by ';' await escapingClosure() ^ ; <stdin>:1:6: error: expected '{' in body of function declaration func send( ^ <stdin>:3:3: error: use of unresolved identifier 'async' ) async { ^~~~~