rules_xcodeproj
rules_xcodeproj copied to clipboard
Convert `calculate_output_groups.py` into a Swift binary
Performance is better than (but comparable to) the python script. Perhaps more importantly, the program looks specifically for the build-request.json file and uses its modification date to compare against the build_marker file's date, instead of comparing the parent .xcbuilddata directory. Not sure if that'll make a difference, but it's a distinction worth calling out.