The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-resettable, reference 0.3.1 (98d7fd), with Swift 6.0 for Linux on 10 Mar 2026 21:59:07 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/capturecontext/swift-resettable.git
Reference: 0.3.1
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
 * tag               0.3.1      -> FETCH_HEAD
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 0.3.1
========================================
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-4606859-0":/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/pointfreeco/swift-custom-dump
Fetching https://github.com/capturecontext/swift-keypaths-extensions.git
[1/196] Fetching swift-keypaths-extensions
[131/5566] Fetching swift-keypaths-extensions, swift-custom-dump
Fetched https://github.com/capturecontext/swift-keypaths-extensions.git from cache (0.40s)
[2632/5370] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.61s)
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.07s)
Fetching https://github.com/capturecontext/swift-marker-protocols.git
Fetching https://github.com/capturecontext/swift-keypath-mapping.git
[1/171] Fetching swift-marker-protocols
[172/231] Fetching swift-marker-protocols, swift-keypath-mapping
Fetched https://github.com/capturecontext/swift-keypath-mapping.git from cache (0.38s)
Fetched https://github.com/capturecontext/swift-marker-protocols.git from cache (0.39s)
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.97s)
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.85s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (0.76s)
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.14s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (1.23s)
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/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/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 SwiftMarkerProtocols
[12/16] Emitting module IssueReportingPackageSupport
[13/16] Compiling IssueReportingPackageSupport _Test.swift
[14/17] Compiling SwiftMarkerProtocols _AnyKeyPathProtocol.swift
[15/17] Compiling SwiftMarkerProtocols _OptionalProtocol.swift
[16/17] Compiling SwiftMarkerProtocols Deprecations.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/60] 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
[20/60] 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 | 	}
[21/60] 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 | 	}
[22/60] 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 | 	}
[23/60] 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 | 	}
[24/60] 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 | 	}
[25/60] 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 | 	}
[26/60] Compiling KeyPathMapping KeyPathMappable+Conformances.swift
[28/64] Compiling KeyPathMapping KeyPathMapper+OptionalUnwrapping.swift
[29/64] Compiling KeyPathMapping Equatable+.swift
[30/64] Compiling IssueReporting WithExpectedIssue.swift
[31/64] Compiling IssueReporting WithIssueContext.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 | 	}
[35/64] Compiling KeyPathMapping KeyPathMappable+Conversions.swift
[36/64] Compiling KeyPathMapping KeyPathMapper+Conversions.swift
[37/64] Compiling KeyPathMapping KeyPathMapper+Collection.swift
[41/64] 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 | 	}
[42/64] 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 | 	}
[43/64] 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 | 	}
[44/64] 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
[45/64] 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
[46/64] 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
[47/64] 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 | 	}
[48/64] 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 | 	}
[49/64] 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 | 	}
[50/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 | 	}
[51/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 | 	}
[52/64] Emitting module IssueReporting
BUILD FAILURE 6.0 linux