Avatar
Remove the heuristic that escaping closures cannot be actor-isolated. This is in line with the long term plan for actor isolation, but opens up some holes in the short term because Sendable closures are not enforced throughout the Swift ecosystem.
https://github.com/apple/swift/commit/5ecb9ebec2168582e0197453ba06b7d556e680fd
1:05 AM
これは暫定的な対応ではなくて、恒久的対応だけど今はチェックが完全じゃないから穴が開いてるよってこと?