Build Information
Successful build of swift-metrics-extras, reference main (2053c5
), with Swift 6.0 for macOS (SPM) on 7 May 2025 08:26:55 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-metrics-extras.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apple/swift-metrics-extras
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 2053c5b Drop Swift 5.9 (#54)
Cloned https://github.com/apple/swift-metrics-extras.git
Revision (git rev-parse @):
2053c5b10baa044d900381f9e40119492dc697e0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-metrics-extras.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/apple/swift-metrics-extras.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/6] Compiling CoreMetrics Metrics.swift
[5/6] Compiling CoreMetrics Locks.swift
[6/6] Emitting module CoreMetrics
[7/8] Emitting module SystemMetrics
/Users/admin/builder/spi-builder-workspace/Sources/SystemMetrics/SystemMetrics.swift:540:14: warning: System Metrics are not implemented on non-Linux platforms yet.
538 |
539 | #else
540 | #warning("System Metrics are not implemented on non-Linux platforms yet.")
| `- warning: System Metrics are not implemented on non-Linux platforms yet.
541 | #endif
542 |
[8/8] Compiling SystemMetrics SystemMetrics.swift
/Users/admin/builder/spi-builder-workspace/Sources/SystemMetrics/SystemMetrics.swift:540:14: warning: System Metrics are not implemented on non-Linux platforms yet.
538 |
539 | #else
540 | #warning("System Metrics are not implemented on non-Linux platforms yet.")
| `- warning: System Metrics are not implemented on non-Linux platforms yet.
541 | #endif
542 |
Build complete! (4.80s)
Fetching https://github.com/apple/swift-metrics.git
[1/2206] Fetching swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.93s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.44s)
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Build complete.
{
"dependencies" : [
{
"identity" : "swift-metrics",
"requirement" : {
"range" : [
{
"lower_bound" : "2.3.2",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-metrics.git"
}
],
"manifest_display_name" : "swift-metrics-extras",
"name" : "swift-metrics-extras",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SystemMetrics",
"targets" : [
"SystemMetrics"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SystemMetricsTests",
"module_type" : "SwiftTarget",
"name" : "SystemMetricsTests",
"path" : "Tests/SystemMetricsTests",
"sources" : [
"SystemMetricsTests.swift"
],
"target_dependencies" : [
"SystemMetrics"
],
"type" : "test"
},
{
"c99name" : "SystemMetrics",
"module_type" : "SwiftTarget",
"name" : "SystemMetrics",
"path" : "Sources/SystemMetrics",
"product_dependencies" : [
"CoreMetrics"
],
"product_memberships" : [
"SystemMetrics"
],
"sources" : [
"SystemMetrics.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Done.