XCode 15 Compiler Unable To Type Check

Hi,

I feel like I receive the "compiler is unable to type-check" error much more often with the new XCode version (using SwiftUI). Even tiny changes provoke this error now.

Does someone have a similar experience? Any ideas what can be done about it?

Cheers, Philip

Is it the full message, or does it say "in reasonable time" ? Could you show code where you get such error ? Maybe you need to explicit the type of var ?

It's the "in reasonable time". In most cases there is some actual error, but XCode apparently can't figure out what the error is within a certain time limit. But my question is not about the fact that there sometimes is an underlying problem in the code but that this specific issue seems to show up much more often now since upgraded to XCode 15.

XCode 15 Compiler Unable To Type Check
 
 
Q