mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
If the underlying key path is not Sendable, the compiler generated
closure that captures the key path expression (as `{ [$kp$ = ...] in $0[keyPath: $kp$] }`)
cannot be marked as Sendable either.
93 KiB
93 KiB