It seems that in Xcode 14 the signature prefix for swiftCompilation is now SwiftCompile .... I added it in the parsing logic to keep supporting the old Xcode versions as well
Test this by parsing a project with Swift files and look for the presence of Swift files in the HTML format output
It seems that in Xcode 14 the signature prefix for swiftCompilation is now
SwiftCompile ...
. I added it in the parsing logic to keep supporting the old Xcode versions as wellTest this by parsing a project with Swift files and look for the presence of Swift files in the HTML format output