Joe_Groff 5h A lot of existing Swift projects also use the name Box for a generic reference-counted on-heap wrapper class (for instance, searching language:swift "class Box<" on Github gives more than a thousand hits), which might be part of the confusion here. As such, although that's the name Rust uses, Box might not be the best name for a uniquely-owned value buffer in the Swift standard library, given existing practice.