UIKitのプロジェクトにSwiftUIのViewを呼び出す

let pcHostingController = UIHostingController(rootView: PcView(pc: selectedPc))
navigationController?.pushViewController(pcHostingController, animated: true)