The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-keypaths-extensions, reference 0.2.0 (b0f02a), with Swift 6.0 for Linux on 10 Mar 2026 23:08:56 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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-keypaths-extensions.git
Reference: 0.2.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/capturecontext/swift-keypaths-extensions
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at b0f02a0 feat: Extract KeyPathMapper to a separate package
Cloned https://github.com/capturecontext/swift-keypaths-extensions.git
Revision (git rev-parse @):
b0f02a0057b5274521142ad4cc28dc9cf7464943
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/capturecontext/swift-keypaths-extensions.git at 0.2.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/capturecontext/swift-keypaths-extensions.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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-keypath-mapping.git
Fetching https://github.com/capturecontext/swift-marker-protocols.git
[1/60] Fetching swift-keypath-mapping
[18/231] Fetching swift-keypath-mapping, swift-marker-protocols
Fetched https://github.com/capturecontext/swift-marker-protocols.git from cache (0.39s)
Fetched https://github.com/capturecontext/swift-keypath-mapping.git from cache (0.41s)
Computing version for https://github.com/capturecontext/swift-keypath-mapping.git
Computed https://github.com/capturecontext/swift-keypath-mapping.git at 0.0.1 (2.87s)
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.86s)
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/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/8] Compiling SwiftMarkerProtocols _OptionalProtocol.swift
[6/8] Compiling SwiftMarkerProtocols _AnyKeyPathProtocol.swift
[7/8] Emitting module SwiftMarkerProtocols
[8/8] Compiling SwiftMarkerProtocols Deprecations.swift
[10/31] 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
[11/31] 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
[12/31] 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
[13/33] 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 | 	}
[14/33] 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 | 	}
[15/33] 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 | 	}
[16/33] 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 | 	}
[17/33] 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 | 	}
[18/33] 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 | 	}
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/33] 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/33] Compiling KeyPathMapping KeyPathMappable+Conversions.swift
[21/33] Compiling KeyPathMapping KeyPathMapper+Conversions.swift
[22/33] Compiling KeyPathMapping KeyPathMapper+Collection.swift
[23/33] 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 | 	}
[24/33] 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 | 	}
[25/33] 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 | 	}
[26/33] 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 | 	}
[27/33] 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 | 	}
[28/33] 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 | 	}
[29/33] 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 | 	}
[30/33] 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 | 	}
[31/33] 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 | 	}
[32/33] 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 | 	}
[33/33] 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 | 	}
BUILD FAILURE 6.0 linux