I am trying the new Xcode 15 and got some compile errors on the GeneratedAssetSymbols at ColorResource and ImageResource structs.
The errors are Type 'ColorResource' does not conform to protocol 'Equatable'
and Type 'ColorResource' does not conform to protocol 'Hashable'
.
Someone knows what is wrong?
Thanks in advance