Avatar
Avatar
shiz
@swift-5.0.3 @swift-4.0.3 func send( operation: inout () -> Void ) { _ = withoutActuallyEscaping(operation) { escapingClosure in escapingClosure() } } (edited)
swift50 BOT 2/8/2025 2:07 AM
exit status: 134 with MakeTemporarilyEscapableExpr closure type is not a closure Stack dump: 0. Program arguments: /usr/bin/swift -frontend -interpret - -disable-objc-interop -module-name main (edited)
3.25 KB