URL.host(percentEncoded:) triggers EXC_BREAKPOINT crash 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. App & System Services General Foundation iOS 3 1 1.7k Dec ’22