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

Pin GoogleCloudKit version or update platform to 13.0 #100

Closed jkmathew closed 9 months ago

jkmathew commented 11 months ago

Recently Vapor has updated GoogleCloudKit platform to .macOS(.v13) Which causes build errors like the following for packages using XCMetrics as a dependency.

[0/1] Planning builderror: the library 'XCMetricsBackendLib' requires macos 10.15, 
but depends on the product 'GoogleCloudKit' which requires macos 13.0; 
consider changing the library 'XCMetricsBackendLib' to require macos 13.0 or later, 
or the product 'GoogleCloudKit' to require macos 10.15 or earlier.

To fix this, Either pin GoogleCloudKit to 1.0.0-rc.9 or update 'XCMetricsBackendLib' to require macos 13.0 or later

BalestraPatrick commented 11 months ago

I think it's fair to increase our minimum version to macOS 13.0. If you're up for it, we will accept a PR for it :)

jkmathew commented 10 months ago

Hey @BalestraPatrick there is a PR created already #101 Could you have a look? 😄