Swift supports a value-based model that very much mimics the C++ object representation . When using that model, C++-like idioms translate rather well (and performance tends to be good). Like C++, Swift puts a high premium on performance. In practice, however, it’s not quite in the league of C++ or even Rust.