What are you supposed to do if your project doesn’t compile with Xcode 26 with a non-descript “Command SwiftCompile failed with a nonzero exit code” error that seemingly points at nothing specific?
@rlfb i had this in gametrack because of a image swiper class i was using, just deleted the whole thing for now, gonna come back to it later (or hope they fix the compiler crash)
@Joekw the error is on the whole project so I wouldn’t even know where to start 😅
@rlfb the full error log in the build area should at least detail some problem files
@Joekw I need to look into this more but at least when I tried earlier, the files listed changed from one build attempt to another, with quite a few listed. Probably should check again with a clear head tomorrow
@rlfb Do the build logs help at all? That’s where I start looking when Xcode throws an unhelpful error message.
@AlexHadfield I looked and there wasn’t anything obvious… although I’m not particularly skilled at deciphering them so who knows 😅
@rlfb Clean build? Remove derived data?