How to make a Phone Call in SwiftUI. Here is the sample code with Swift and UIKit:
guard let number = URL(string: "tel://" + "+1(222)333-44-55") else { return }
UIApplication.shared.open(number)
Here is the thread for Swift and the UIKit Version: