Build Information
Successful build of swift-metrics-extras, reference 0.3.2 (4d6350
), with Swift 6.2 (beta) for Linux on 23 Jun 2025 08:30:27 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-metrics-extras.git
Reference: 0.3.2
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
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: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/apple/swift-metrics-extras.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/apple/swift-metrics.git
[1/2206] Fetching swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.36s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.86s)
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
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/6] Compiling CoreMetrics Metrics.swift
[5/6] Compiling CoreMetrics Locks.swift
[6/6] Emitting module CoreMetrics
[8/9] Compiling SystemMetrics SystemMetrics.swift
[9/9] Emitting module SystemMetrics
Build complete! (13.25s)
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" : "/host/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"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.