UIApplication.shared.open(url) doesn't work
UIApplication.shared.open(url, options: [:]) does work
That is 100% bug of iOS 18
My guess is openUrl was fully made not functional (in one way or another), and open used openUrl under the hood.
This should be fixed asap, cause alot of URLs in apps aren't openable now