### Description I'm seeing a crash during issue stringification when running a test which fails due to a particular range-based confirmation failing. ### Expected behavior Expected an ordinary test failure, not a crash. ### Actual behavior A crash is occurring inside `Issue.Kind.description.getter`, specifically, at `Issue.swift:203` in my checkout. ### Steps to reproduce Run the following test: ``` @Test func confirmedTooFewTimes() async { await confirmation(expectedCount: 1...) { (thingHappened) async in } } ``` ### swift-testing version/commit hash 759ce021552dc3939255f4cede093605404b58a8 ### Swift & OS version (output of `swift --version ; uname -a`) _No response_