XCLogParser
                                
                                 XCLogParser copied to clipboard
                                
                                    XCLogParser copied to clipboard
                            
                            
                            
                        Log Types
Details
Opens up the parsing feature to more LogTypes.
Idea behind this approach is to make it easier to parse things like Package logs so as to potentially allow metric collection around dependencies. For example, Package + Build Logs can provide a deeper picture of what developement cycle looks like since package resolution happen before builds take place but aren't necessarily being accounted for.
Example:
xclogparser parse --project XCLogParser --reporter json --logs Package
This will parse the latest package resolution log for the project.