[Pitch] Elide `some` in Swift 6

Exactly that is surely contemplated:


You can indeed extend an existing type to adopt and conform to a new protocol. The built-in AnyObject is, by definition, never new. TSPL very deftly doesn't describe conforming a type you don't own to a protocol you don't own, which—as noted in SE-0364—can lead to unpredictable behavior and will soon be called out as unsupported with a warning.