Build Information
Successful build of swift-prometheus, reference 2.1.0 (54f189
), with Swift 5.9 for macOS (SPM) on 18 Mar 2025 15:48:32 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.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/swift-server/swift-prometheus.git
Reference: 2.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swift-server/swift-prometheus
* tag 2.1.0 -> FETCH_HEAD
HEAD is now at 54f1894 Update package version in DocC (#121)
Cloned https://github.com/swift-server/swift-prometheus.git
Revision (git rev-parse @):
54f18941e5f278f7f700f2188b7e21be563ca76f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-server/swift-prometheus.git at 2.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/swift-server/swift-prometheus.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Compiling _AtomicsShims.c
[2/23] Compiling CoreMetrics Locks.swift
[3/23] Compiling CoreMetrics Metrics.swift
[4/23] Emitting module CoreMetrics
[5/23] Compiling Atomics UnsafeAtomic.swift
[6/23] Compiling Atomics UnsafeAtomicLazyReference.swift
[7/25] Compiling Atomics Primitives.shims.swift
[8/25] Compiling Atomics AtomicInteger.swift
[9/25] Compiling Atomics AtomicOptionalWrappable.swift
[10/25] Compiling Atomics AtomicReference.swift
[11/25] Compiling Atomics OptionalRawRepresentable.swift
[12/25] Compiling Atomics RawRepresentable.swift
[13/25] Compiling Atomics AtomicMemoryOrderings.swift
[14/25] Compiling Atomics DoubleWord.swift
[15/25] Compiling Atomics ManagedAtomic.swift
[16/25] Compiling Atomics ManagedAtomicLazyReference.swift
[17/25] Compiling Atomics AtomicStorage.swift
[18/25] Compiling Atomics AtomicValue.swift
[19/25] Compiling Atomics IntegerOperations.swift
[20/25] Compiling Atomics Unmanaged extensions.swift
[21/25] Compiling Atomics AtomicBool.swift
[22/25] Compiling Atomics IntegerConformances.swift
[23/25] Compiling Atomics PointerConformances.swift
[24/25] Compiling Atomics Primitives.native.swift
[25/25] Emitting module Atomics
[26/33] Compiling Prometheus PrometheusMetricsFactory.swift
[27/33] Compiling Prometheus NIOLockedValueBox.swift
[28/33] Compiling Prometheus NIOLock.swift
[29/33] Compiling Prometheus Gauge.swift
[30/33] Compiling Prometheus Histogram.swift
[31/33] Emitting module Prometheus
[32/33] Compiling Prometheus PrometheusCollectorRegistry.swift
[33/33] Compiling Prometheus Counter.swift
Build complete! (7.56s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-metrics.git
[1/2158] Fetching swift-metrics
[174/3863] Fetching swift-metrics, swift-atomics
Fetched https://github.com/apple/swift-metrics.git (1.58s)
Fetched https://github.com/apple/swift-atomics.git (1.58s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.35s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.0 (0.36s)
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
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.0
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" : "/Users/admin/builder/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"
}
Done.