Build Information
Successful build of swift-metrics, reference 2.10.1 (d51c8d), with Swift 6.2 for macOS (SPM) on 22 Apr 2026 21:26:00 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-metrics.git
Reference: 2.10.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apple/swift-metrics
* tag 2.10.1 -> FETCH_HEAD
HEAD is now at d51c8d1 Cleanup confusion around factory/currentFactory (#218)
Cloned https://github.com/apple/swift-metrics.git
Revision (git rev-parse @):
d51c8d13fa366eec807eedb4e37daa60ff5bfdd5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-metrics.git at 2.10.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/apple/swift-metrics.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version--3CB7CFEC50E0D141.txt
[5/9] Compiling CoreMetrics Metrics.swift
[6/9] Compiling CoreMetrics WithMetricsFactory.swift
[7/9] Compiling CoreMetrics MappingMetricsFactory.swift
[8/9] Emitting module CoreMetrics
[9/9] Compiling CoreMetrics Locks.swift
[10/11] Emitting module Metrics
[11/11] Compiling Metrics Metrics.swift
[12/13] Compiling MetricsTestKit TestMetrics.swift
[13/13] Emitting module MetricsTestKit
Build complete! (5.51s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-metrics",
"name" : "swift-metrics",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "CoreMetrics",
"targets" : [
"CoreMetrics"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Metrics",
"targets" : [
"Metrics"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "MetricsTestKit",
"targets" : [
"MetricsTestKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MetricsTests",
"module_type" : "SwiftTarget",
"name" : "MetricsTests",
"path" : "Tests/MetricsTests",
"sources" : [
"CoreMetricsTests.swift",
"GlobalMetricsSystemTests.swift",
"LockTest.swift",
"MappingMetricsFactoryTests.swift",
"MetricsTests.swift",
"TaskLocalMetricsFactoryTests.swift",
"TestSendable.swift"
],
"target_dependencies" : [
"Metrics",
"MetricsTestKit"
],
"type" : "test"
},
{
"c99name" : "MetricsTestKit",
"module_type" : "SwiftTarget",
"name" : "MetricsTestKit",
"path" : "Sources/MetricsTestKit",
"product_memberships" : [
"MetricsTestKit"
],
"sources" : [
"TestMetrics.swift"
],
"target_dependencies" : [
"Metrics"
],
"type" : "library"
},
{
"c99name" : "Metrics",
"module_type" : "SwiftTarget",
"name" : "Metrics",
"path" : "Sources/Metrics",
"product_memberships" : [
"Metrics",
"MetricsTestKit"
],
"sources" : [
"Metrics.swift"
],
"target_dependencies" : [
"CoreMetrics"
],
"type" : "library"
},
{
"c99name" : "CoreMetrics",
"module_type" : "SwiftTarget",
"name" : "CoreMetrics",
"path" : "Sources/CoreMetrics",
"product_memberships" : [
"CoreMetrics",
"Metrics",
"MetricsTestKit"
],
"sources" : [
"Locks.swift",
"MappingMetricsFactory.swift",
"Metrics.swift",
"WithMetricsFactory.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Done.