spotify / XCMetrics

XCMetrics is the easiest way to collect Xcode build metrics and improve developer productivity.
https://xcmetrics.io
Other
1.1k stars 77 forks source link

Expose XCMetricsBackendLib in products #105

Closed jkmathew closed 9 months ago

jkmathew commented 9 months ago

var env = try Environment.detect() try LoggingSystem.bootstrap(from: &env) let app = Application(env) defer { app.shutdown() } app.middleware.use(AuthMiddleware()) try configure(app) try app.run()


- Fixed a couple of warnings in Package.swift by changing `.exact("x.x.x")` to `exact: "x.x.x"`