Decoding strange Xcode Error

Invalid Swift parseable output message (malformed JSON): ....

I recently got this message, and finally determined what it was..

Take the message including any data following it, and paste it into an AI

This will give you the true error message… In my case I had a “zombie” character on a line of code (had NOTHING to actually do with JSON)

non-printing whitespace?

I leave that turned on in my editors now. :smiley: Too many critical situations that turned out to be one of those lol.

in the case is was unicode 206 (omega)… not sure how it got there, but it did