I am looking in the DerivedData/.....build/Objects-normal/arm64/ folder
For classes that compiled successfully, 7 files were created with the same name and different extensions, as follows
.d
.dia
.o
.swiftdeps
~partial.swiftdoc
~partial.swiftmodule
~partial.swiftsourceinfo
However for the classes that did not compile
only the following two files were created
.d
.dia
Also the .dia file was a file of zero bytes
So it appears to have fallen over when creating the .dia file
Topic:
Programming Languages
SubTopic:
Swift
Tags: