mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Implicit synthesis of `Sendable` conformances for global actor-isolated class types interacts poorly with the conformance lookup table's attempt at modeling inherited conformances, so a `Sendable` conformance will get created and inherited, but is then "missing" when we try to form the actual inherited conformance. The proper fix for this issue is likely to eliminate the modeling of inherited conformances within the conformance lookup table, which introduces a lot of redundance and, apparently, some bugs. For now, patch over the issue to work around a crash. Narrowly works around rdar://81700570.
43 KiB
43 KiB