Avatar
https://github.com/apple/swift/pull/36070 ここで実装したっきり間違ってそうだな
Make both Error and CodingKey conform to ConcurrentValue, so that thrown errors always conform to ConcurrentValue. Downgrade (to warnings) and ConcurrentValue-related diagnostics that are triggered...
1:24 PM
一通り調べ終わったらPR出してみようかな
1:28 PM
Sendable、ギリギリのところで実現してるなあ
1:28 PM
SE-0283はcompatibilityフックの実現で問題があったみたいなんだけど
1:29 PM
Sendable判定は実行時にできないということは、その問題は先送りにされてるんだな。 SendableができてるならEquatableもいけるんじゃないかと思ったけど。