Avatar
Avatar
ジュニア
@swift-main @globalActor final actor FooActor { static let shared = FooActor() } struct Foo { var value = 0 } extension Foo: @FooActor CustomStringConvertible { var description: String { "" } } nonisolated func checkConformance() { let foo = Foo() let _ = foo is CustomStringConvertible } checkConformance()
swiftNightly BOT 10/21/2025 10:30 AM
signal: segmentation fault (core dumped) with stderr: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 1. Swift version 6.3-dev (LLVM 3a427639f2a06cf, Swift 5417f00a58578de) 2. Compiling with effective version 5.10 3. While running user code "<stdin>" #0 0x0000c76ac9dcda94 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/bin/swift-frontend+0x814da94) #1 0x0000c76ac9dcb568 llvm::sys::RunSignalHandlers() (/usr/bin/swift-frontend+0x814b568) #2 0x0000c76ac9dce8c0 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 #3 0x0000f6ef0d15c8f8 (linux-vdso.so.1+0x8f8) #4 0x0000f6ef0ce0f028 swift::SubstGenericParametersFromMetadata::SubstGenericParametersFromMetadata(swift::TargetMetadata<swift::InProcess> const*) crtstuff.c:0:0 #5 0x0000f6ef0ce153dc swift_getAssociatedTypeWitnessSlow crtstuff.c:0:0 #6 0x0000f6ef0b5a8960 $ss11GlobalActorPsE21sharedUnownedExecutorScevgZ (/usr/lib/swift/linux/libswift_Concurrency.so+0x68960) #7 0x0000f6ef0c9ff328 #8 0x0000f6ef0b57e3e8 _swift_task_isCurrentGlobalActor crtstuff.c:0:0 #9 0x0000f6ef0ce41c64 swift_isInConformanceExecutionContext (/usr/lib/swift/linux/libswiftCore.so+0x441c64) #10 0x0000f6ef0cdf37c4 swift::_conformsToProtocolInContext(swift::OpaqueValue const*, swift::TargetMetadata<swift::InProcess> const*, swift::TargetProtocolDescriptorRef<swift::InProcess>, swift::TargetWitnessTable<swift::InProcess> const**, bool) crtstuff.c:0:0 #11 0x0000f6ef0cdf90d0 tryCastToConstrainedOpaqueExistential(swift::OpaqueValue*, swift::TargetMetadata<swift::InProcess> const*, swift::OpaqueValue*, swift::TargetMetadata<swift::InProcess> const*, swift::TargetMetad
11.31 KB