I genuinely, truly enjoy SwiftUI. It has made my products **so much** better.

However, if I see “The compiler is unable to type-check this expression in reasonable time" one more time, I may drop-kick my computer.

@caseyliss I'm honestly still new to SwiftUI, but already I think I'd prefer if the error was just: "You messed up a type declaration somewhere, but who knows where!"
@manton it wasn’t that! It was me not unwrapping an optional. Which, okay, fair enough, but I wish I had an actionable error message.
@caseyliss @manton its almost always "some type is wrong or enum is written incorrectly", but it drives me crazy that it can't pinpoint the exact place.

@bealex @caseyliss @manton

?SYNTAX ERROR vibes