MobileNativeFoundation / XCLogParser

Tool to parse Xcode and xcodebuild logs stored in the xcactivitylog format
Apache License 2.0
1.74k stars 123 forks source link

Docker Image #95

Closed JustinDSN closed 3 years ago

JustinDSN commented 4 years ago

Hi there 👋 :

I'm curious what the intention is behind the Docker image. Is this so it can be built with Swift Linux, or is this so the tool can actually be ran from a Docker container?

I'm wondering how you use this tool "at Scale" at Spotify? Do your developers install the tool and run on demand, or are you monitoring for XCActivityLog's and uploading them to AWS S3 (or something similar) for processing and archiving in the cloud.

I work on a developer productivity team @Square and have some interest in using this tool to provide insights into local developer experience.

ecamacho commented 3 years ago

We just released XCMetrics, our internal tool that we use to collect the metrics from our devs and CI agents.