RESOLVED FIXED315303
Support resultBundlePath output in build-webkit
https://bugs.webkit.org/show_bug.cgi?id=315303
Summary Support resultBundlePath output in build-webkit
Brent Fulgham
Reported 2026-05-21 10:20:37 PDT
A result bundle is an asset produced by Xcode (with the xcresult file extension) that contains information about the build. (It also can be used to track tests, code coverage, and so forth but that is outside the scope of build-webkit). This change provides a new argument `--result-bundle-path=` that activates this feature and provides a path to store the resulting data. Note: Result bundles can be inspected using xcresulttool. A JSON representation of the root object of the result bundle can be exported using xcrun xcresulttool get --format json --path ./Example.xcresult and any nested object, identified by its reference found in the JSON output, can be exported by adding the flag --id REF. xcresulttool also provides the description of its format using xcrun xcresulttool formatDescription.
Attachments
Radar WebKit Bug Importer
Comment 1 2026-05-21 10:22:18 PDT
Brent Fulgham
Comment 2 2026-05-21 10:25:46 PDT
EWS
Comment 3 2026-05-21 15:36:53 PDT
Committed 313692@main (03fc561bb58f): <https://commits.webkit.org/313692@main> Reviewed commits have been landed. Closing PR #65421 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.