Xcode 12 uses the xcresult format 3.26 (as compared to 3.24 in Xcode 11). We need to update our data structures in order to parse for format changes & additions. Format descriptions for both are attached to this ticket - we should diff the two & add support. We should also ensure we have tests for ensuring we don't hard-require 3.26 only additions and can still work with 3.24 xcresults.
Xcode 12 uses the xcresult format 3.26 (as compared to 3.24 in Xcode 11). We need to update our data structures in order to parse for format changes & additions. Format descriptions for both are attached to this ticket - we should diff the two & add support. We should also ensure we have tests for ensuring we don't hard-require 3.26 only additions and can still work with 3.24 xcresults.
xcresult_3_24.txt xcresult_3_26.txt