Build Information
Failed to build swift-influxdb-telemetry, reference 1.11.0 (9639bc
), with Swift 6.1 for Linux on 13 Aug 2025 04:37:57 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dankinsoid/swift-influxdb-telemetry.git
Reference: 1.11.0
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/dankinsoid/swift-influxdb-telemetry
* tag 1.11.0 -> FETCH_HEAD
HEAD is now at 9639bcd writer
Cloned https://github.com/dankinsoid/swift-influxdb-telemetry.git
Revision (git rev-parse @):
9639bcd93a0ee8d5bf82c4794191b712c72055c1
SUCCESS checkout https://github.com/dankinsoid/swift-influxdb-telemetry.git at 1.11.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/dankinsoid/swift-influxdb-telemetry.git
https://github.com/dankinsoid/swift-influxdb-telemetry.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "influxdb-client-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.7.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/influxdata/influxdb-client-swift.git"
},
{
"identity" : "swift-metrics",
"requirement" : {
"range" : [
{
"lower_bound" : "2.4.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-metrics.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
},
{
"identity" : "swift-analytics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/dankinsoid/swift-analytics.git"
},
{
"identity" : "swift-distributed-tracing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-distributed-tracing.git"
}
],
"manifest_display_name" : "swift-influxdb-telemetry",
"name" : "swift-influxdb-telemetry",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "ios",
"version" : "14.0"
}
],
"products" : [
{
"name" : "InfluxDBLogs",
"targets" : [
"InfluxDBLogs"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "InfluxDBMetrics",
"targets" : [
"InfluxDBMetrics"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "InfluxDBAnalytics",
"targets" : [
"InfluxDBAnalytics"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "InfluxDBTracing",
"targets" : [
"InfluxDBTracing"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftInfluxDBCore",
"module_type" : "SwiftTarget",
"name" : "SwiftInfluxDBCore",
"path" : "Sources/SwiftInfluxDBCore",
"product_dependencies" : [
"InfluxDBSwift",
"Logging"
],
"product_memberships" : [
"InfluxDBLogs",
"InfluxDBMetrics",
"InfluxDBAnalytics",
"InfluxDBTracing"
],
"sources" : [
"InfluxDBPointsWriter.swift",
"IntervalType.swift",
"LabelsSet.swift",
"NIOLock.swift",
"NIOLockedValueBox.swift",
"SwiftInfluxAPI.swift"
],
"type" : "library"
},
{
"c99name" : "InfluxDBTracing",
"module_type" : "SwiftTarget",
"name" : "InfluxDBTracing",
"path" : "Sources/InfluxDBTracing",
"product_dependencies" : [
"Tracing",
"Instrumentation"
],
"product_memberships" : [
"InfluxDBTracing"
],
"sources" : [
"InfluxDBTracing.swift"
],
"target_dependencies" : [
"SwiftInfluxDBCore"
],
"type" : "library"
},
{
"c99name" : "InfluxDBMetrics",
"module_type" : "SwiftTarget",
"name" : "InfluxDBMetrics",
"path" : "Sources/InfluxDBMetrics",
"product_dependencies" : [
"Metrics",
"Atomics"
],
"product_memberships" : [
"InfluxDBMetrics"
],
"sources" : [
"Counter.swift",
"FloatingCounter.swift",
"HandlerID.swift",
"InfluxMetric.swift",
"InfluxMetricHandler.swift",
"MetricIdentifyingPolicy.swift",
"Recorder.swift",
"SwiftInfluxDBMetrics.swift",
"Timer.swift"
],
"target_dependencies" : [
"SwiftInfluxDBCore"
],
"type" : "library"
},
{
"c99name" : "InfluxDBLogs",
"module_type" : "SwiftTarget",
"name" : "InfluxDBLogs",
"path" : "Sources/InfluxDBLogs",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"InfluxDBLogs"
],
"sources" : [
"SwiftInfluxDBLogs.swift"
],
"target_dependencies" : [
"SwiftInfluxDBCore"
],
"type" : "library"
},
{
"c99name" : "InfluxDBAnalytics",
"module_type" : "SwiftTarget",
"name" : "InfluxDBAnalytics",
"path" : "Sources/InfluxDBAnalytics",
"product_dependencies" : [
"SwiftAnalytics"
],
"product_memberships" : [
"InfluxDBAnalytics"
],
"sources" : [
"SwiftInfluxDBAnalytics.swift"
],
"target_dependencies" : [
"SwiftInfluxDBCore"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/influxdata/influxdb-client-swift.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/dankinsoid/swift-analytics.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/249] Fetching swift-analytics
[250/2468] Fetching swift-analytics, swift-metrics
[339/6354] Fetching swift-analytics, swift-metrics, swift-log
[429/11470] Fetching swift-analytics, swift-metrics, swift-log, swift-distributed-tracing
[4547/13278] Fetching swift-analytics, swift-metrics, swift-log, swift-distributed-tracing, swift-atomics
[6655/17109] Fetching swift-analytics, swift-metrics, swift-log, swift-distributed-tracing, swift-atomics, influxdb-client-swift
Fetched https://github.com/dankinsoid/swift-analytics.git from cache (0.57s)
Fetched https://github.com/apple/swift-metrics.git from cache (0.58s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.58s)
Fetched https://github.com/apple/swift-log.git from cache (0.58s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.58s)
Fetched https://github.com/influxdata/influxdb-client-swift.git from cache (0.59s)
Computing version for https://github.com/influxdata/influxdb-client-swift.git
Computed https://github.com/influxdata/influxdb-client-swift.git at 1.7.0 (2.58s)
Fetching https://github.com/yaslab/CSV.swift
Fetching https://github.com/1024jp/GzipSwift
[1/1833] Fetching csv.swift
[1834/3390] Fetching csv.swift, gzipswift
Fetched https://github.com/yaslab/CSV.swift from cache (0.25s)
Fetched https://github.com/1024jp/GzipSwift from cache (0.25s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.79s)
Computing version for https://github.com/1024jp/GzipSwift
Computed https://github.com/1024jp/GzipSwift at 5.2.0 (0.51s)
Computing version for https://github.com/yaslab/CSV.swift
Computed https://github.com/yaslab/CSV.swift at 2.5.2 (1.69s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.1 (0.52s)
Fetching https://github.com/apple/swift-service-context.git
[1/1088] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.28s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (1.15s)
Computing version for https://github.com/dankinsoid/swift-analytics.git
Computed https://github.com/dankinsoid/swift-analytics.git at 1.10.1 (0.66s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.64s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.50s)
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.3.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.1
Creating working copy for https://github.com/1024jp/GzipSwift
Working copy of https://github.com/1024jp/GzipSwift resolved at 5.2.0
Creating working copy for https://github.com/influxdata/influxdb-client-swift.git
Working copy of https://github.com/influxdata/influxdb-client-swift.git resolved at 1.7.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/dankinsoid/swift-analytics.git
Working copy of https://github.com/dankinsoid/swift-analytics.git resolved at 1.10.1
Creating working copy for https://github.com/yaslab/CSV.swift
Working copy of https://github.com/yaslab/CSV.swift resolved at 2.5.2
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Building for debugging...
[0/19] Write sources
[16/19] Compiling system-zlib anchor.c
[17/19] Compiling _AtomicsShims.c
[18/19] Write swift-version-24593BA9C3E375BF.txt
[20/71] Emitting module Atomics
[21/73] Emitting module SwiftAnalytics
[22/74] Emitting module ServiceContextModule
[23/74] Compiling ServiceContextModule ServiceContext.swift
[24/74] Compiling Atomics IntegerOperations.swift
[25/74] Compiling Atomics Unmanaged extensions.swift
[26/74] Compiling CSV Endian.swift
[27/74] Compiling CSV Legacy.swift
[28/75] Compiling Atomics AtomicStorage.swift
[29/75] Compiling Atomics AtomicValue.swift
[30/75] Compiling Atomics UnsafeAtomic.swift
[31/75] Compiling Atomics UnsafeAtomicLazyReference.swift
[32/75] Compiling ServiceContextModule ServiceContextKey.swift
[33/76] Compiling Atomics ManagedAtomic.swift
[34/76] Compiling Atomics ManagedAtomicLazyReference.swift
[35/76] Compiling Atomics AtomicInteger.swift
[36/76] Compiling Atomics AtomicOptionalWrappable.swift
[37/76] Compiling Atomics AtomicReference.swift
[38/76] Compiling Atomics AtomicMemoryOrderings.swift
[39/76] Compiling Atomics DoubleWord.swift
[40/76] Compiling Logging LogHandler.swift
[41/76] Compiling CSV CSVError.swift
[42/76] Compiling Atomics OptionalRawRepresentable.swift
[43/76] Compiling Atomics RawRepresentable.swift
[44/76] Compiling Atomics AtomicBool.swift
[45/76] Compiling Atomics IntegerConformances.swift
[46/76] Compiling Atomics PointerConformances.swift
[47/76] Compiling Atomics Primitives.native.swift
[48/77] Compiling CoreMetrics Metrics.swift
[51/77] Compiling CSV UnicodeIterator.swift
[52/83] Compiling Instrumentation NoOpInstrument.swift
[53/83] Compiling Instrumentation MultiplexInstrument.swift
[54/83] Compiling Instrumentation InstrumentationSystem.swift
[55/83] Compiling Instrumentation Instrument.swift
[56/83] Compiling Instrumentation Locks.swift
[57/83] Emitting module Instrumentation
[58/84] Compiling Logging MetadataProvider.swift
[59/84] Compiling Logging Logging.swift
[60/84] Compiling CoreMetrics Locks.swift
[61/84] Emitting module CoreMetrics
[62/84] Emitting module Logging
[63/84] Compiling Logging Locks.swift
[67/86] Compiling SwiftAnalytics WithAnalyticsParameters.swift
[68/86] Compiling CSV CSVWriter.swift
[69/86] Compiling CSV CSVRowDecoder.swift
[70/86] Compiling SwiftAnalytics ParametersValueEncoder.swift
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/ParametersValueEncoder.swift:477:29: error: pattern variable binding cannot appear in an expression
475 | }
476 |
477 | case let .formatted(formatter):
| `- error: pattern variable binding cannot appear in an expression
478 | return .string(formatter.string(from: date))
479 |
[71/86] Emitting module Gzip
[72/86] Compiling Gzip Data+Gzip.swift
[73/87] Emitting module CSV
[74/87] Compiling CSV BinaryReader.swift
[75/87] Compiling CSV CSVReader.swift
[76/98] Compiling SwiftAnalytics ParametersValueDecoder.swift
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/ParametersValueDecoder.swift:716:29: error: pattern variable binding cannot appear in an expression
714 | }
715 |
716 | case let .formatted(formatter):
| `- error: pattern variable binding cannot appear in an expression
717 | guard case let .string(string) = value else {
718 | throw DecodingError.typeMismatch(Date.self, DecodingError.Context(
[79/98] Compiling Tracing NoOpTracer.swift
[90/98] Compiling Tracing TracingTime.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/53] Compiling CSV Legacy.swift
[3/54] Compiling CSV Endian.swift
[4/54] Compiling Logging MetadataProvider.swift
[5/54] Compiling ServiceContextModule ServiceContextKey.swift
[6/54] Emitting module Gzip
[7/54] Compiling Atomics AtomicBool.swift
[8/54] Compiling Atomics IntegerConformances.swift
[9/55] Emitting module ServiceContextModule
[10/55] Compiling ServiceContextModule ServiceContext.swift
[11/56] Compiling Atomics ManagedAtomic.swift
[12/56] Compiling Atomics ManagedAtomicLazyReference.swift
[13/56] Compiling Atomics AtomicMemoryOrderings.swift
[14/56] Compiling Atomics DoubleWord.swift
[15/56] Compiling Atomics AtomicStorage.swift
[16/56] Compiling Atomics AtomicValue.swift
[17/56] Compiling Atomics UnsafeAtomic.swift
[18/56] Compiling Atomics UnsafeAtomicLazyReference.swift
[19/58] Compiling Atomics AtomicReference.swift
[21/58] Compiling CSV UnicodeIterator.swift
[23/58] Compiling CoreMetrics Locks.swift
[24/58] Compiling SwiftAnalytics ParametersValueEncoder.swift
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/ParametersValueEncoder.swift:477:29: error: pattern variable binding cannot appear in an expression
475 | }
476 |
477 | case let .formatted(formatter):
| `- error: pattern variable binding cannot appear in an expression
478 | return .string(formatter.string(from: date))
479 |
[25/58] Compiling Atomics PointerConformances.swift
[26/58] Compiling Atomics Primitives.native.swift
[27/58] Compiling Atomics OptionalRawRepresentable.swift
[28/58] Compiling Atomics RawRepresentable.swift
[29/58] Compiling CSV CSVWriter.swift
[30/58] Compiling Atomics IntegerOperations.swift
[31/58] Compiling Atomics Unmanaged extensions.swift
[32/58] Compiling SwiftAnalytics ParametersValueDecoder.swift
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/ParametersValueDecoder.swift:716:29: error: pattern variable binding cannot appear in an expression
714 | }
715 |
716 | case let .formatted(formatter):
| `- error: pattern variable binding cannot appear in an expression
717 | guard case let .string(string) = value else {
718 | throw DecodingError.typeMismatch(Date.self, DecodingError.Context(
[33/58] Compiling Atomics AtomicInteger.swift
[34/58] Compiling Atomics AtomicOptionalWrappable.swift
[36/58] Compiling SwiftAnalytics WithAnalyticsParameters.swift
[37/60] Compiling Gzip Data+Gzip.swift
[38/62] Emitting module CoreMetrics
[39/65] Emitting module SwiftAnalytics
[46/65] Compiling Logging Locks.swift
[47/65] Compiling Instrumentation NoOpInstrument.swift
[48/65] Emitting module Logging
[49/65] Compiling Logging LogHandler.swift
BUILD FAILURE 6.1 linux