Build Information
Failed to build swift-declarative-configuration, reference main (323102), with Swift 6.0 for Linux on 10 Mar 2026 23:24:36 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/capturecontext/swift-declarative-configuration.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/capturecontext/swift-declarative-configuration
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 3231021 feat: Remove missing import
Cloned https://github.com/capturecontext/swift-declarative-configuration.git
Revision (git rev-parse @):
3231021f466b266ab1916d292b3c38a60865fe96
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/capturecontext/swift-declarative-configuration.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/capturecontext/swift-declarative-configuration.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:5920b6fc7f526808de8dcf4e65806a8aca248ef5a9160d25a6b9c7489c0b8a3f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/capturecontext/swift-keypaths-extensions.git
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay.git
[1/196] Fetching swift-keypaths-extensions
Fetched https://github.com/capturecontext/swift-keypaths-extensions.git from cache (0.23s)
[1/5718] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay.git from cache (0.74s)
Computing version for https://github.com/capturecontext/swift-keypaths-extensions.git
Computed https://github.com/capturecontext/swift-keypaths-extensions.git at 0.2.0 (0.62s)
Fetching https://github.com/capturecontext/swift-keypath-mapping.git
Fetching https://github.com/capturecontext/swift-marker-protocols.git
[1/60] Fetching swift-keypath-mapping
[13/231] Fetching swift-keypath-mapping, swift-marker-protocols
Fetched https://github.com/capturecontext/swift-marker-protocols.git from cache (0.24s)
Fetched https://github.com/capturecontext/swift-keypath-mapping.git from cache (0.24s)
Computing version for https://github.com/capturecontext/swift-keypath-mapping.git
Computed https://github.com/capturecontext/swift-keypath-mapping.git at 0.0.1 (0.63s)
Computing version for https://github.com/capturecontext/swift-marker-protocols.git
Computed https://github.com/capturecontext/swift-marker-protocols.git at 1.5.2 (0.75s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay.git
Computed https://github.com/pointfreeco/xctest-dynamic-overlay.git at 1.9.0 (0.78s)
Creating working copy for https://github.com/capturecontext/swift-keypaths-extensions.git
Working copy of https://github.com/capturecontext/swift-keypaths-extensions.git resolved at 0.2.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay.git
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay.git resolved at 1.9.0
Creating working copy for https://github.com/capturecontext/swift-keypath-mapping.git
Working copy of https://github.com/capturecontext/swift-keypath-mapping.git resolved at 0.0.1
Creating working copy for https://github.com/capturecontext/swift-marker-protocols.git
Working copy of https://github.com/capturecontext/swift-marker-protocols.git resolved at 1.5.2
Building for debugging...
[0/13] Write sources
[12/13] Write swift-version-24593BA9C3E375BF.txt
[14/21] Emitting module SwiftMarkerProtocols
[15/21] Compiling IssueReportingPackageSupport _Test.swift
[16/21] Emitting module IssueReportingPackageSupport
[18/22] Emitting module FunctionalClosures
[19/22] Compiling FunctionalClosures Deprecated.swift
[20/23] Compiling SwiftMarkerProtocols _AnyKeyPathProtocol.swift
[21/23] Compiling SwiftMarkerProtocols Deprecations.swift
[22/23] Compiling SwiftMarkerProtocols _OptionalProtocol.swift
[25/66] Compiling KeyPathMapping KeyPathMappable.swift
/host/spi-builder-workspace/.build/checkouts/swift-keypath-mapping/Sources/KeyPathMapping/PredefinedConversions/Conversion+Optional.swift:72:2: error: unexpected ',' separator
70 | public static func unwrappedWith(
71 | _ defaultValue: @escaping @autoclosure () -> Root.Wrapped,
72 | ) -> Self {
| `- error: unexpected ',' separator
73 | .inline { $0._optional ?? defaultValue() }
74 | }
[26/66] Compiling KeyPathMapping KeyPathMapper.swift
/host/spi-builder-workspace/.build/checkouts/swift-keypath-mapping/Sources/KeyPathMapping/PredefinedConversions/Conversion+Optional.swift:72:2: error: unexpected ',' separator
70 | public static func unwrappedWith(
71 | _ defaultValue: @escaping @autoclosure () -> Root.Wrapped,
72 | ) -> Self {
| `- error: unexpected ',' separator
73 | .inline { $0._optional ?? defaultValue() }
74 | }
[27/66] Compiling KeyPathMapping Conversion+BinaryNumeric.swift
/host/spi-builder-workspace/.build/checkouts/swift-keypath-mapping/Sources/KeyPathMapping/PredefinedConversions/Conversion+Optional.swift:72:2: error: unexpected ',' separator
70 | public static func unwrappedWith(
71 | _ defaultValue: @escaping @autoclosure () -> Root.Wrapped,
72 | ) -> Self {
| `- error: unexpected ',' separator
73 | .inline { $0._optional ?? defaultValue() }
74 | }
[28/68] Compiling KeyPathMapping GettersSetters+Any.swift
/host/spi-builder-workspace/.build/checkouts/swift-keypath-mapping/Sources/KeyPathMapping/PredefinedConversions/Conversion+Optional.swift:72:2: error: unexpected ',' separator
70 | public static func unwrappedWith(
71 | _ defaultValue: @escaping @autoclosure () -> Root.Wrapped,
72 | ) -> Self {
| `- error: unexpected ',' separator
73 | .inline { $0._optional ?? defaultValue() }
74 | }
[29/68] Compiling KeyPathMapping GettersSetters+Inline.swift
/host/spi-builder-workspace/.build/checkouts/swift-keypath-mapping/Sources/KeyPathMapping/PredefinedConversions/Conversion+Optional.swift:72:2: error: unexpected ',' separator
70 | public static func unwrappedWith(
71 | _ defaultValue: @escaping @autoclosure () -> Root.Wrapped,
72 | ) -> Self {
| `- error: unexpected ',' separator
73 | .inline { $0._optional ?? defaultValue() }
74 | }
[30/68] Compiling KeyPathMapping GettersSetters+Never.swift
/host/spi-builder-workspace/.build/checkouts/swift-keypath-mapping/Sources/KeyPathMapping/PredefinedConversions/Conversion+Optional.swift:72:2: error: unexpected ',' separator
70 | public static func unwrappedWith(
71 | _ defaultValue: @escaping @autoclosure () -> Root.Wrapped,
72 | ) -> Self {
| `- error: unexpected ',' separator
73 | .inline { $0._optional ?? defaultValue() }
74 | }
[31/68] Compiling KeyPathMapping Conversions+Any.swift
/host/spi-builder-workspace/.build/checkouts/swift-keypath-mapping/Sources/KeyPathMapping/PredefinedConversions/Conversion+Optional.swift:72:2: error: unexpected ',' separator
70 | public static func unwrappedWith(
71 | _ defaultValue: @escaping @autoclosure () -> Root.Wrapped,
72 | ) -> Self {
| `- error: unexpected ',' separator
73 | .inline { $0._optional ?? defaultValue() }
74 | }
/host/spi-builder-workspace/.build/checkouts/swift-keypath-mapping/Sources/KeyPathMapping/Conversions/Conversions.swift:40:3: error: unexpected ',' separator
38 | getter: Getter,
39 | setter: Setter,
40 | ) {
| `- error: unexpected ',' separator
41 | self.getter = getter
42 | self.setter = setter
/host/spi-builder-workspace/.build/checkouts/swift-keypath-mapping/Sources/KeyPathMapping/Conversions/Conversions.swift:77:3: error: unexpected ',' separator
75 | getter: Getter,
76 | setter: Setter,
77 | ) {
| `- error: unexpected ',' separator
78 | self.getter = getter
79 | self.setter = setter
[32/68] Compiling KeyPathMapping Conversions+Concat.swift
/host/spi-builder-workspace/.build/checkouts/swift-keypath-mapping/Sources/KeyPathMapping/PredefinedConversions/Conversion+Optional.swift:72:2: error: unexpected ',' separator
70 | public static func unwrappedWith(
71 | _ defaultValue: @escaping @autoclosure () -> Root.Wrapped,
72 | ) -> Self {
| `- error: unexpected ',' separator
73 | .inline { $0._optional ?? defaultValue() }
74 | }
/host/spi-builder-workspace/.build/checkouts/swift-keypath-mapping/Sources/KeyPathMapping/Conversions/Conversions.swift:40:3: error: unexpected ',' separator
38 | getter: Getter,
39 | setter: Setter,
40 | ) {
| `- error: unexpected ',' separator
41 | self.getter = getter
42 | self.setter = setter
/host/spi-builder-workspace/.build/checkouts/swift-keypath-mapping/Sources/KeyPathMapping/Conversions/Conversions.swift:77:3: error: unexpected ',' separator
75 | getter: Getter,
76 | setter: Setter,
77 | ) {
| `- error: unexpected ',' separator
78 | self.getter = getter
79 | self.setter = setter
[33/68] Compiling KeyPathMapping Conversions+Protocols.swift
/host/spi-builder-workspace/.build/checkouts/swift-keypath-mapping/Sources/KeyPathMapping/PredefinedConversions/Conversion+Optional.swift:72:2: error: unexpected ',' separator
70 | public static func unwrappedWith(
71 | _ defaultValue: @escaping @autoclosure () -> Root.Wrapped,
72 | ) -> Self {
| `- error: unexpected ',' separator
73 | .inline { $0._optional ?? defaultValue() }
74 | }
/host/spi-builder-workspace/.build/checkouts/swift-keypath-mapping/Sources/KeyPathMapping/Conversions/Conversions.swift:40:3: error: unexpected ',' separator
38 | getter: Getter,
39 | setter: Setter,
40 | ) {
| `- error: unexpected ',' separator
41 | self.getter = getter
42 | self.setter = setter
/host/spi-builder-workspace/.build/checkouts/swift-keypath-mapping/Sources/KeyPathMapping/Conversions/Conversions.swift:77:3: error: unexpected ',' separator
75 | getter: Getter,
76 | setter: Setter,
77 | ) {
| `- error: unexpected ',' separator
78 | self.getter = getter
79 | self.setter = setter
error: emit-module command failed with exit code 1 (use -v to see invocation)
[34/68] Emitting module KeyPathMapping
/host/spi-builder-workspace/.build/checkouts/swift-keypath-mapping/Sources/KeyPathMapping/PredefinedConversions/Conversion+Optional.swift:72:2: error: unexpected ',' separator
70 | public static func unwrappedWith(
71 | _ defaultValue: @escaping @autoclosure () -> Root.Wrapped,
72 | ) -> Self {
| `- error: unexpected ',' separator
73 | .inline { $0._optional ?? defaultValue() }
74 | }
/host/spi-builder-workspace/.build/checkouts/swift-keypath-mapping/Sources/KeyPathMapping/Conversions/Conversions.swift:40:3: error: unexpected ',' separator
38 | getter: Getter,
39 | setter: Setter,
40 | ) {
| `- error: unexpected ',' separator
41 | self.getter = getter
42 | self.setter = setter
/host/spi-builder-workspace/.build/checkouts/swift-keypath-mapping/Sources/KeyPathMapping/Conversions/Conversions.swift:77:3: error: unexpected ',' separator
75 | getter: Getter,
76 | setter: Setter,
77 | ) {
| `- error: unexpected ',' separator
78 | self.getter = getter
79 | self.setter = setter
[35/68] Emitting module IssueReporting
[36/70] Compiling KeyPathMapping Conversion+Collection.swift
/host/spi-builder-workspace/.build/checkouts/swift-keypath-mapping/Sources/KeyPathMapping/PredefinedConversions/Conversion+Optional.swift:72:2: error: unexpected ',' separator
70 | public static func unwrappedWith(
71 | _ defaultValue: @escaping @autoclosure () -> Root.Wrapped,
72 | ) -> Self {
| `- error: unexpected ',' separator
73 | .inline { $0._optional ?? defaultValue() }
74 | }
[37/70] Compiling KeyPathMapping Conversion+Optional.swift
/host/spi-builder-workspace/.build/checkouts/swift-keypath-mapping/Sources/KeyPathMapping/PredefinedConversions/Conversion+Optional.swift:72:2: error: unexpected ',' separator
70 | public static func unwrappedWith(
71 | _ defaultValue: @escaping @autoclosure () -> Root.Wrapped,
72 | ) -> Self {
| `- error: unexpected ',' separator
73 | .inline { $0._optional ?? defaultValue() }
74 | }
[38/70] Compiling KeyPathMapping GettersSetters+Protocols.swift
/host/spi-builder-workspace/.build/checkouts/swift-keypath-mapping/Sources/KeyPathMapping/PredefinedConversions/Conversion+Optional.swift:72:2: error: unexpected ',' separator
70 | public static func unwrappedWith(
71 | _ defaultValue: @escaping @autoclosure () -> Root.Wrapped,
72 | ) -> Self {
| `- error: unexpected ',' separator
73 | .inline { $0._optional ?? defaultValue() }
74 | }
[39/70] Compiling KeyPathMapping KeyPathMappable+GettersSetters.swift
/host/spi-builder-workspace/.build/checkouts/swift-keypath-mapping/Sources/KeyPathMapping/PredefinedConversions/Conversion+Optional.swift:72:2: error: unexpected ',' separator
70 | public static func unwrappedWith(
71 | _ defaultValue: @escaping @autoclosure () -> Root.Wrapped,
72 | ) -> Self {
| `- error: unexpected ',' separator
73 | .inline { $0._optional ?? defaultValue() }
74 | }
[40/70] Compiling KeyPathMapping KeyPathMapper+GettersSetters.swift
/host/spi-builder-workspace/.build/checkouts/swift-keypath-mapping/Sources/KeyPathMapping/PredefinedConversions/Conversion+Optional.swift:72:2: error: unexpected ',' separator
70 | public static func unwrappedWith(
71 | _ defaultValue: @escaping @autoclosure () -> Root.Wrapped,
72 | ) -> Self {
| `- error: unexpected ',' separator
73 | .inline { $0._optional ?? defaultValue() }
74 | }
[41/70] Compiling KeyPathMapping KeyPathMapper+OptionalUnwrapping.swift
/host/spi-builder-workspace/.build/checkouts/swift-keypath-mapping/Sources/KeyPathMapping/PredefinedConversions/Conversion+Optional.swift:72:2: error: unexpected ',' separator
70 | public static func unwrappedWith(
71 | _ defaultValue: @escaping @autoclosure () -> Root.Wrapped,
72 | ) -> Self {
| `- error: unexpected ',' separator
73 | .inline { $0._optional ?? defaultValue() }
74 | }
[42/70] Compiling KeyPathMapping Equatable+.swift
/host/spi-builder-workspace/.build/checkouts/swift-keypath-mapping/Sources/KeyPathMapping/PredefinedConversions/Conversion+Optional.swift:72:2: error: unexpected ',' separator
70 | public static func unwrappedWith(
71 | _ defaultValue: @escaping @autoclosure () -> Root.Wrapped,
72 | ) -> Self {
| `- error: unexpected ',' separator
73 | .inline { $0._optional ?? defaultValue() }
74 | }
[43/70] Compiling KeyPathMapping KeyPathMappable+Conformances.swift
/host/spi-builder-workspace/.build/checkouts/swift-keypath-mapping/Sources/KeyPathMapping/PredefinedConversions/Conversion+Optional.swift:72:2: error: unexpected ',' separator
70 | public static func unwrappedWith(
71 | _ defaultValue: @escaping @autoclosure () -> Root.Wrapped,
72 | ) -> Self {
| `- error: unexpected ',' separator
73 | .inline { $0._optional ?? defaultValue() }
74 | }
[44/70] Compiling KeyPathMapping KeyPathMappable+Conversions.swift
[45/70] Compiling KeyPathMapping KeyPathMapper+Conversions.swift
[46/70] Compiling KeyPathMapping KeyPathMapper+Collection.swift
[47/70] Compiling KeyPathMapping Conversions.swift
/host/spi-builder-workspace/.build/checkouts/swift-keypath-mapping/Sources/KeyPathMapping/Conversions/Conversions.swift:40:3: error: unexpected ',' separator
38 | getter: Getter,
39 | setter: Setter,
40 | ) {
| `- error: unexpected ',' separator
41 | self.getter = getter
42 | self.setter = setter
/host/spi-builder-workspace/.build/checkouts/swift-keypath-mapping/Sources/KeyPathMapping/Conversions/Conversions.swift:77:3: error: unexpected ',' separator
75 | getter: Getter,
76 | setter: Setter,
77 | ) {
| `- error: unexpected ',' separator
78 | self.getter = getter
79 | self.setter = setter
/host/spi-builder-workspace/.build/checkouts/swift-keypath-mapping/Sources/KeyPathMapping/PredefinedConversions/Conversion+Optional.swift:72:2: error: unexpected ',' separator
70 | public static func unwrappedWith(
71 | _ defaultValue: @escaping @autoclosure () -> Root.Wrapped,
72 | ) -> Self {
| `- error: unexpected ',' separator
73 | .inline { $0._optional ?? defaultValue() }
74 | }
[48/70] Compiling KeyPathMapping Equatable+Conversions.swift
/host/spi-builder-workspace/.build/checkouts/swift-keypath-mapping/Sources/KeyPathMapping/Conversions/Conversions.swift:40:3: error: unexpected ',' separator
38 | getter: Getter,
39 | setter: Setter,
40 | ) {
| `- error: unexpected ',' separator
41 | self.getter = getter
42 | self.setter = setter
/host/spi-builder-workspace/.build/checkouts/swift-keypath-mapping/Sources/KeyPathMapping/Conversions/Conversions.swift:77:3: error: unexpected ',' separator
75 | getter: Getter,
76 | setter: Setter,
77 | ) {
| `- error: unexpected ',' separator
78 | self.getter = getter
79 | self.setter = setter
/host/spi-builder-workspace/.build/checkouts/swift-keypath-mapping/Sources/KeyPathMapping/PredefinedConversions/Conversion+Optional.swift:72:2: error: unexpected ',' separator
70 | public static func unwrappedWith(
71 | _ defaultValue: @escaping @autoclosure () -> Root.Wrapped,
72 | ) -> Self {
| `- error: unexpected ',' separator
73 | .inline { $0._optional ?? defaultValue() }
74 | }
[49/70] Compiling KeyPathMapping Equatable+GettersSetters.swift
/host/spi-builder-workspace/.build/checkouts/swift-keypath-mapping/Sources/KeyPathMapping/Conversions/Conversions.swift:40:3: error: unexpected ',' separator
38 | getter: Getter,
39 | setter: Setter,
40 | ) {
| `- error: unexpected ',' separator
41 | self.getter = getter
42 | self.setter = setter
/host/spi-builder-workspace/.build/checkouts/swift-keypath-mapping/Sources/KeyPathMapping/Conversions/Conversions.swift:77:3: error: unexpected ',' separator
75 | getter: Getter,
76 | setter: Setter,
77 | ) {
| `- error: unexpected ',' separator
78 | self.getter = getter
79 | self.setter = setter
/host/spi-builder-workspace/.build/checkouts/swift-keypath-mapping/Sources/KeyPathMapping/PredefinedConversions/Conversion+Optional.swift:72:2: error: unexpected ',' separator
70 | public static func unwrappedWith(
71 | _ defaultValue: @escaping @autoclosure () -> Root.Wrapped,
72 | ) -> Self {
| `- error: unexpected ',' separator
73 | .inline { $0._optional ?? defaultValue() }
74 | }
[52/70] Compiling IssueReporting WithExpectedIssue.swift
[53/70] Compiling IssueReporting WithIssueContext.swift
BUILD FAILURE 6.0 linux