Build Information
Successful build of swift-metrics-extras, reference 0.3.2 (4d6350
), with Swift 5.10 for macOS (SPM) on 12 Mar 2025 16:14:18 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-metrics-extras.git
Reference: 0.3.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apple/swift-metrics-extras
* tag 0.3.2 -> FETCH_HEAD
HEAD is now at 4d63509 Fix Linux memory and CPU metrics derived from procfs (#46)
Cloned https://github.com/apple/swift-metrics-extras.git
Revision (git rev-parse @):
4d635095000be2cfef7495e2fe7d04c67a71852a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-metrics-extras.git at 0.3.2
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/apple/swift-metrics-extras.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-33747A42983211AE.txt
[4/6] Compiling CoreMetrics Locks.swift
[5/6] Emitting module CoreMetrics
[6/6] Compiling CoreMetrics Metrics.swift
[7/8] Emitting module SystemMetrics
/Users/admin/builder/spi-builder-workspace/Sources/SystemMetrics/SystemMetrics.swift:532:14: warning: System Metrics are not implemented on non-Linux platforms yet.
#warning("System Metrics are not implemented on non-Linux platforms yet.")
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[8/8] Compiling SystemMetrics SystemMetrics.swift
/Users/admin/builder/spi-builder-workspace/Sources/SystemMetrics/SystemMetrics.swift:532:14: warning: System Metrics are not implemented on non-Linux platforms yet.
#warning("System Metrics are not implemented on non-Linux platforms yet.")
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Build complete! (5.07s)
Fetching https://github.com/apple/swift-metrics.git
[1/2145] Fetching swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (1.37s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.5.1 (0.37s)
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.5.1
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.9"
}
Done.