Build Information
Successful build of swift-prometheus, reference main (ba9257
), with Swift 6.1 for Linux on 1 May 2025 00:11:06 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-server/swift-prometheus.git
Reference: main
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/swift-server/swift-prometheus
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ba92571 Correct license headers (#122)
Cloned https://github.com/swift-server/swift-prometheus.git
Revision (git rev-parse @):
ba92571855c573b7df647205b75296e6b43c3983
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-server/swift-prometheus.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/swift-server/swift-prometheus.git
https://github.com/swift-server/swift-prometheus.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
},
{
"identity" : "swift-metrics",
"requirement" : {
"range" : [
{
"lower_bound" : "2.4.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-metrics.git"
}
],
"manifest_display_name" : "swift-prometheus",
"name" : "swift-prometheus",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "16.0"
}
],
"products" : [
{
"name" : "Prometheus",
"targets" : [
"Prometheus"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PrometheusTests",
"module_type" : "SwiftTarget",
"name" : "PrometheusTests",
"path" : "Tests/PrometheusTests",
"sources" : [
"CounterTests.swift",
"GaugeTests.swift",
"HistogramTests.swift",
"PrometheusCollectorRegistryTests.swift",
"PrometheusMetricsFactoryTests.swift",
"ValidNamesTests.swift"
],
"target_dependencies" : [
"Prometheus"
],
"type" : "test"
},
{
"c99name" : "Prometheus",
"module_type" : "SwiftTarget",
"name" : "Prometheus",
"path" : "Sources/Prometheus",
"product_dependencies" : [
"Atomics",
"CoreMetrics"
],
"product_memberships" : [
"Prometheus"
],
"sources" : [
"Counter.swift",
"Gauge.swift",
"Histogram.swift",
"NIOLock.swift",
"NIOLockedValueBox.swift",
"PrometheusCollectorRegistry.swift",
"PrometheusMetricsFactory.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-atomics.git
[1/1705] Fetching swift-atomics
[530/3911] Fetching swift-atomics, swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.73s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.74s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.72s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.79s)
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
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Building for debugging...
[0/5] Write sources
[3/5] Compiling _AtomicsShims.c
[3/5] Write swift-version-24593BA9C3E375BF.txt
[6/27] Emitting module Atomics
[7/27] Compiling Atomics OptionalRawRepresentable.swift
[8/27] Compiling Atomics RawRepresentable.swift
[9/27] Compiling Atomics AtomicBool.swift
[10/29] Compiling Atomics Primitives.shims.swift
[11/29] Compiling Atomics AtomicInteger.swift
[12/29] Compiling Atomics AtomicOptionalWrappable.swift
[13/29] Compiling CoreMetrics Metrics.swift
[14/29] Compiling Atomics AtomicMemoryOrderings.swift
[15/29] Compiling Atomics DoubleWord.swift
[16/29] Compiling Atomics AtomicReference.swift
[17/29] Compiling Atomics AtomicStorage.swift
[18/29] Compiling Atomics AtomicValue.swift
[19/29] Compiling Atomics UnsafeAtomic.swift
[20/29] Compiling Atomics UnsafeAtomicLazyReference.swift
[21/29] Compiling Atomics ManagedAtomic.swift
[22/29] Compiling Atomics ManagedAtomicLazyReference.swift
[23/29] Compiling Atomics IntegerOperations.swift
[24/29] Compiling Atomics Unmanaged extensions.swift
[25/29] Compiling Atomics IntegerConformances.swift
[26/29] Compiling Atomics PointerConformances.swift
[27/29] Compiling Atomics Primitives.native.swift
[29/30] Emitting module CoreMetrics
[30/30] Compiling CoreMetrics Locks.swift
[32/39] Compiling Prometheus Histogram.swift
[33/39] Compiling Prometheus Gauge.swift
[34/39] Compiling Prometheus Counter.swift
[35/39] Compiling Prometheus PrometheusMetricsFactory.swift
[36/39] Compiling Prometheus NIOLock.swift
[37/39] Emitting module Prometheus
[38/39] Compiling Prometheus NIOLockedValueBox.swift
[39/39] Compiling Prometheus PrometheusCollectorRegistry.swift
Build complete! (12.97s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
},
{
"identity" : "swift-metrics",
"requirement" : {
"range" : [
{
"lower_bound" : "2.4.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-metrics.git"
}
],
"manifest_display_name" : "swift-prometheus",
"name" : "swift-prometheus",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "16.0"
}
],
"products" : [
{
"name" : "Prometheus",
"targets" : [
"Prometheus"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PrometheusTests",
"module_type" : "SwiftTarget",
"name" : "PrometheusTests",
"path" : "Tests/PrometheusTests",
"sources" : [
"CounterTests.swift",
"GaugeTests.swift",
"HistogramTests.swift",
"PrometheusCollectorRegistryTests.swift",
"PrometheusMetricsFactoryTests.swift",
"ValidNamesTests.swift"
],
"target_dependencies" : [
"Prometheus"
],
"type" : "test"
},
{
"c99name" : "Prometheus",
"module_type" : "SwiftTarget",
"name" : "Prometheus",
"path" : "Sources/Prometheus",
"product_dependencies" : [
"Atomics",
"CoreMetrics"
],
"product_memberships" : [
"Prometheus"
],
"sources" : [
"Counter.swift",
"Gauge.swift",
"Histogram.swift",
"NIOLock.swift",
"NIOLockedValueBox.swift",
"PrometheusCollectorRegistry.swift",
"PrometheusMetricsFactory.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.