How to convert C++ std::u8string to String?

The Swift String class does not seem to accept std.u8string (CxxStdlib), only std.string? I'd rather not do a interpret_cast on the C++ side, is there a clean way to do this on the Swift side (using the C++ interop)?