This reproduces the issue (both iOS 16.1 and 16.2):
if let url = URL(string: "https://") {
let example = url.host() // triggers EXC_BREAKPOINT crash
...
}
The older property URL.host returns nil as expected, but is deprecated.
Selecting any option will automatically load the page