It’s technically ‘possible’ now, but not quite ‘easy’. You could wrap your SwiftUI view in a UIView, then use UIKit methods like I did in
https://github.com/LandryNorris/PlatformView to render the UIView onto a Compose canvas. Not easy, but still possible (also, currently limited to when you can manually invalidate the view).