My project has auto-generated Swift code for Intents in my "ProjectName-Swift.h" file. In Xcode 12, this file had zero warnings, but in Xcode 13 it is filled with thousands of warnings.
About half of them are Block pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified)
- the other half are Multiple declarations of method 'handleIntent:completion:' found and ignored
.
I have tried cleaning my project and deleting the Derived Data folder so far, but still getting the same errors.
Since these are auto-generated files, I can't go in and fix the errors myself. Has anyone else seen this on the Xcode 13 beta? Or have any idea how to fix it?