I have managed to isolate the region that causes the build problem. This is cheering as it means it is probably my fault: but I got away with it up until 14.7, but something changed in 15.0.
I have a conditional in a ForEach loop...
` ForEach (SWD.swatches) { sw in
if (sw.id > 0) { // <- this is bad
...make a View...
}
}
`
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: