Avatar
@swift-5.7.3 actor Foo {     @discardableResult     func bar() -> Int { 1 } } Task {     await Foo().bar()     return }