Build Information
Successful build of swift-metrics, reference main (130f93), with Swift 6.2 for macOS (SPM) on 28 Apr 2026 18:24:22 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apple/swift-metrics
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 130f935 Cleanup repository structure (#220)
Cloned https://github.com/apple/swift-metrics.git
Revision (git rev-parse @):
130f93554a218d18753bd42ecb26f073a337bdb3
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-metrics.git at main
========================================
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 WithMetricsFactory.swift
[6/9] Compiling CoreMetrics MappingMetricsFactory.swift
[7/9] Compiling CoreMetrics Locks.swift
[8/9] Compiling CoreMetrics Metrics.swift
[9/9] Emitting module CoreMetrics
[10/11] Emitting module Metrics
[11/11] Compiling Metrics Metrics.swift
[12/13] Compiling MetricsTestKit TestMetrics.swift
[13/13] Emitting module MetricsTestKit
Build complete! (6.04s)
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.