Description
Hi 👋🏼 ,
First of all, thanks for doing all this work in the open.
At Tuist, we are focused on building analytics to help teams understand their builds and test runs. We do so by parsing and pushing .xcresult
files, which is not the most suitable format for this, since the graph information is not available in it.
I couldn't help but think about how cool it'd be if telemetry were built into Swift Build. Bazel utilizes the Build Event Protocol and the Build Event Service to report information from the build process in real-time. Is this something that you'd consider adding to Swift-Build?
We'd like teams to have a web-based solution that allows them to view their builds, similar to how Dagger Cloud does, and also store data over time so that we can provide valuable insights.