Files
swift-mirror/lib/SILGen/SILGenBridging.cpp
Pavel Yaskevich cfb11a3f4d [SILGen] Account for an implicit isolation parameter while emitting native->foreign thunk arguments
This is an "off-by-one" error because the code to emit bridged
arguments didn't account for the fact that "native" function
type can have a leading implicit isolation parameter if declaration
is `nonisolated(nonsending)`.

Resolves: rdar://164561176
2025-11-24 10:59:00 -08:00

97 KiB