Avatar
initasync にできない想定なのかな?まだ実装されてないだけ? @swift-main -Xfrontend -enable-experimental-concurrency struct Foo { init() async throws { fatalError() } } (edited)