Avatar
Avatar
shiz
@swift-main func send( op: @isolated(any) (Int) async -> Void ) { withoutActuallyEscaping(op) { _ in } }
swiftNightly BOT 5/6/2025 10:30 PM
exit status: 134 with swift-frontend: /home/build-user/llvm-project/llvm/include/llvm/ADT/ArrayRef.h:257: const T &llvm::ArrayRef<swift::SILParameterInfo>::operator[](size_t) const [T = swift::SILParameterInfo]: Assertion `Index < Length && "Invalid index!"' failed. Stack dump: 0. Program arguments: /usr/bin/swift-frontend -frontend -interpret - -Xllvm -aarch64-use-tbi -disable-objc-interop -no-color-diagnostics -Xcc -fno-color-diagnostics -empty-abi-descriptor -no-auto-bridging-header-chaining -module-name main -in-process-plugin-server-path /usr/lib/swift/host/libSwiftInProcPluginServer.so -plugin-path /usr/lib/swift/host/plugins -plugin-path /usr/local/lib/swift/host/plugins
5.31 KB