Moving toward deprecating force unwrap from Swift?

That's a fair point but situations like this are outnumbered by situations where the developer has collapsed a whole series of assumptions into a single character. It's not difficult to imagine a typo in a URL causing a crash and an alternative such as this in the standard library would be my preference:
(it could enhanced to require an explanitory message and report the caller #file/#line.)