I am following these instructions to created a Safari Web Extension App project:
When I try to compile the default code, I get this error:
Circular dependency between modules 'Dispatch' and 'Foundation'
At one point, it showed the error was in generatedassetssymbols.swift file, although I cant replicate that now.
macOS, Sonoma 14.0, xcode 15.4
Anyone know what is going on? It is literally the default project without any changes.