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
Recently Vapor has updated
GoogleCloudKit
platform to.macOS(.v13)
Which causes build errors like the following for packages using XCMetrics as a dependency.To fix this, Either pin
GoogleCloudKit
to 1.0.0-rc.9 or update 'XCMetricsBackendLib' to require macos 13.0 or later