Build Information
Failed to build swift-resettable, reference main (98d7fd), with Swift 6.0 for Linux on 10 Mar 2026 22:00:55 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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-resettable.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-resettable
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 98d7fd2 fix: Remove missing import
Cloned https://github.com/capturecontext/swift-resettable.git
Revision (git rev-parse @):
98d7fd2c2ca3110b27a2a4a2ef7d3183901a4386
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/capturecontext/swift-resettable.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/capturecontext/swift-resettable.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/swift-custom-dump
[1/5370] Fetching swift-custom-dump
[163/5566] Fetching swift-custom-dump, swift-keypaths-extensions
Fetched https://github.com/capturecontext/swift-keypaths-extensions.git from cache (1.11s)
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (1.12s)
Computing version for https://github.com/capturecontext/swift-keypaths-extensions.git
Computed https://github.com/capturecontext/swift-keypaths-extensions.git at 0.2.0 (1.45s)
Fetching https://github.com/capturecontext/swift-marker-protocols.git
Fetching https://github.com/capturecontext/swift-keypath-mapping.git
[1/60] Fetching swift-keypath-mapping
[61/231] Fetching swift-keypath-mapping, swift-marker-protocols
Fetched https://github.com/capturecontext/swift-keypath-mapping.git from cache (0.47s)
Fetched https://github.com/capturecontext/swift-marker-protocols.git from cache (0.50s)
Computing version for https://github.com/capturecontext/swift-keypath-mapping.git
Computed https://github.com/capturecontext/swift-keypath-mapping.git at 0.0.1 (1.16s)
Computing version for https://github.com/capturecontext/swift-marker-protocols.git
Computed https://github.com/capturecontext/swift-marker-protocols.git at 1.5.2 (1.20s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (1.23s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5718] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.42s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (1.17s)
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
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay 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-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/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.5.0
Building for debugging...
[0/10] Write sources
[9/10] Write swift-version-24593BA9C3E375BF.txt
[11/16] Emitting module IssueReportingPackageSupport
[12/16] Compiling IssueReportingPackageSupport _Test.swift
[13/17] Emitting module SwiftMarkerProtocols
[14/17] Compiling SwiftMarkerProtocols _AnyKeyPathProtocol.swift
[15/17] Compiling SwiftMarkerProtocols _OptionalProtocol.swift
[16/17] Compiling SwiftMarkerProtocols Deprecations.swift
[19/60] Compiling IssueReporting ErrorReporting.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 | }
[20/60] Compiling IssueReporting AppHostWarning.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 | }
[21/60] Compiling IssueReporting Deprecations.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 | }
[22/62] Compiling IssueReporting XCTest.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 | }
[23/62] Compiling IssueReporting IsTesting.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 | }
[24/62] Compiling IssueReporting IssueReporter.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 | }
[25/62] Compiling IssueReporting FailureObserver.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
[26/62] Compiling IssueReporting LockIsolated.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
[27/62] Compiling IssueReporting Rethrows.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
[28/62] Compiling IssueReporting SwiftTesting.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/62] Compiling IssueReporting UncheckedSendable.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/62] Compiling IssueReporting Warn.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/62] Compiling IssueReporting TestContext.swift
[32/62] Compiling IssueReporting Unimplemented.swift
[33/62] Compiling IssueReporting IssueSeverity.swift
[34/62] Compiling IssueReporting ReportIssue.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[35/64] 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
[36/64] Compiling IssueReporting WithExpectedIssue.swift
[37/64] Compiling IssueReporting WithIssueContext.swift
[38/64] Compiling IssueReporting BreakpointReporter.swift
[39/64] Compiling IssueReporting DefaultReporter.swift
[40/64] Compiling IssueReporting FatalErrorReporter.swift
[44/64] 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 | }
[45/64] 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 | }
/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/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/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/64] Emitting module IssueReporting
/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/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/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 | }
BUILD FAILURE 6.0 linux