Hello,
I have recently downloaded xcode 14.0 and have attempted to compile applications which were previously compiling in xcode 13.
I am encountering a large number of 'circular reference' errors during compilation, but am not being given any further information from xcode than the file they supposedly are occuring in. The 'through reference here' log is attached to line 0, and build logs are offering nothing extra.
Many of the files reporting a circular reference are simple structs or files where there is almost definitely no actual circular reference.
I have tried restarted my laptop, redownloaded xcode, deleted derived data and cleaned the build, but the errors persist. I have also tried switching the SWFT_COMPILATION_MODE to whole module. The issues are also occuring on another laptop.
I am interested in hearing if anyone else is encountering this issue, or if there is anything else worth trying.