Displaying USD File in SwiftUI

I am generating a USD file with RealityKit and ARKit. I want to, within the same app, open the USD file and display it as if it was a USDZ file. For the user to see, without having to send it to another device.

Is this possible?

Thanks