Status of the CodeCompletionResultPrinter assertion failure?

swift bug #60966 really is a high-impact bug, as it inhibits editing any function that has an opaque parameter type.

Screencast from 10-01-2022 12 05 52 PM

the line that crashes the editor is swift/CodeCompletionResultPrinter.cpp at main · apple/swift · GitHub .

it was originally reported a month ago, but seems to have bounced between code owners, because it primarily impacts sourcekit-lsp, but is actually a problem in sourcekitd.

what is the status of this issue?

(related)

1 Like

We are planning to fix it but haven’t gotten to it yet. If somebody wants to take a go at it, I think this might be a good starter bug.