For cases like URL(string: "literal_string")! or UnicodeScalar("a")! that will never fail, adding try XCTUnwrap(...) seems a bit heavy.
Maybe we can add an exclusion list with sensible defaults?
Or, given that the use of string literals seems to be the common factor, perhaps the option could be to ignore any force unwrap of a function with only literal parameters?