Last week I showed an agent making a Swift 6 data race disappear with one word. It marked a struct @unchecked Sendable, the build went green, every test still passed, and the race was exactly as present as before. The post ended on the question I didn't have a clean answer to: when the build and the tests both go green on a silenced race, what in...