On Wednesday, 30 March 2022 at 12:39:40 UTC, Ola Fosheim Grøstad wrote: > > You would need a lock on the object, so it is far worse than > ARC? Wouldn't you need a lock on the object anyway if you're accessing its fields? If not, why can't we access the generation field of the object without a lock too?