### Description `DiagnosticsFormatter` crashes with a `Fatal error: Range requires lowerBound <= upperBound` message when the source code contains an emoji.  ### Steps to Reproduce Run: ```bash swift run swift-parser-cli print-diags -s 'func o() { _ = { 0 /x}}1️⃣} / 2 } }' ``` This version: ```bash swift run swift-parser-cli print-diags -s 'func o() { _ = { 0 /x}}$} / 2 } }' ``` works. Tested on `main`.