_Cell<T> は swift-collections で以前あったけれど Borrow (現 Ref) が追加されたタイミングで削除された Cell とほぼ同じですね. https://github.com/apple/swift-collections/pull/457Ref は先日リリースされた swift-collections 1.3.0 でも trait の runtime crash 問題が解決していたら trait を指定して ContainersPreview モジュールで使えてたはずのやつですね. https://github.com/apple/swift-collections/blob/1.3.0/Package.swift#L15