Avatar
Avatar
shiz
@swift-main -frontend -enable-upcoming-feature SendingArgsAndResults -emit-sil -swift-version 6 class NonSendable {} protocol P { subscript(_: sending NonSendable) -> Bool { get } } struct S: P { subscript(_: sending NonSendable) -> Bool { true } }
swiftNightly BOT 1/28/2025 11:09 PM
exit status: 134 with swift-frontend: /home/build-user/swift/lib/AST/ASTPrinter.cpp:3763: void printParameterFlags(swift::ASTPrinter &, const swift::PrintOptions &, const swift::ParamDecl *, swift::ParameterTypeFlags, bool): Assertion `flags.isSending() && "Only valid when sending is enabled"' failed. Please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the crash backtrace. Stack dump:
4.51 KB