Build Information
Failed to build swift-keypaths-extensions, reference main (b0f02a), with Swift 6.0 for macOS (SPM) on 11 Mar 2026 15:12:12 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/capturecontext/swift-keypaths-extensions.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/capturecontext/swift-keypaths-extensions
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/capturecontext/swift-keypaths-extensions.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
[5/8] Compiling SwiftMarkerProtocols _AnyKeyPathProtocol.swift
[6/8] Compiling SwiftMarkerProtocols _OptionalProtocol.swift
[7/8] Compiling SwiftMarkerProtocols Deprecations.swift
[8/8] Emitting module SwiftMarkerProtocols
[9/30] Compiling KeyPathMapping KeyPathMapper+OptionalUnwrapping.swift
/Users/admin/builder/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 | }
[10/30] Compiling KeyPathMapping Equatable+.swift
/Users/admin/builder/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 | }
[11/32] Compiling KeyPathMapping Conversions.swift
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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 | }
[12/32] Compiling KeyPathMapping Equatable+Conversions.swift
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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 | }
[13/32] Compiling KeyPathMapping Equatable+GettersSetters.swift
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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)
[14/32] Emitting module KeyPathMapping
/Users/admin/builder/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 | }
/Users/admin/builder/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
/Users/admin/builder/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
[15/32] Compiling KeyPathMapping Conversion+Collection.swift
/Users/admin/builder/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/32] Compiling KeyPathMapping Conversion+Optional.swift
/Users/admin/builder/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/32] Compiling KeyPathMapping KeyPathMapper+Conversions.swift
[18/32] Compiling KeyPathMapping KeyPathMapper+Collection.swift
[19/32] Compiling KeyPathMapping KeyPathMappable+Conformances.swift
[20/32] Compiling KeyPathMapping KeyPathMappable.swift
[21/32] Compiling KeyPathMapping KeyPathMapper+GettersSetters.swift
/Users/admin/builder/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/32] Compiling KeyPathMapping KeyPathMappable+Conversions.swift
/Users/admin/builder/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/32] Compiling KeyPathMapping KeyPathMapper.swift
/Users/admin/builder/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/32] Compiling KeyPathMapping Conversion+BinaryNumeric.swift
/Users/admin/builder/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/32] Compiling KeyPathMapping GettersSetters+Protocols.swift
/Users/admin/builder/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/32] Compiling KeyPathMapping KeyPathMappable+GettersSetters.swift
/Users/admin/builder/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/32] Compiling KeyPathMapping Conversions+Any.swift
/Users/admin/builder/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 | }
/Users/admin/builder/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
/Users/admin/builder/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/32] Compiling KeyPathMapping Conversions+Concat.swift
/Users/admin/builder/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 | }
/Users/admin/builder/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
/Users/admin/builder/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
[29/32] Compiling KeyPathMapping Conversions+Protocols.swift
/Users/admin/builder/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 | }
/Users/admin/builder/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
/Users/admin/builder/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
[30/32] Compiling KeyPathMapping GettersSetters+Any.swift
/Users/admin/builder/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/32] Compiling KeyPathMapping GettersSetters+Inline.swift
/Users/admin/builder/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/32] Compiling KeyPathMapping GettersSetters+Never.swift
/Users/admin/builder/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 | }
Fetching https://github.com/capturecontext/swift-keypath-mapping.git
Fetching https://github.com/capturecontext/swift-marker-protocols.git
[1/60] Fetching swift-keypath-mapping
[32/231] Fetching swift-keypath-mapping, swift-marker-protocols
Fetched https://github.com/capturecontext/swift-marker-protocols.git from cache (0.72s)
Fetched https://github.com/capturecontext/swift-keypath-mapping.git from cache (0.72s)
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.46s)
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.46s)
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/capturecontext/swift-keypath-mapping.git
Working copy of https://github.com/capturecontext/swift-keypath-mapping.git resolved at 0.0.1
BUILD FAILURE 6.0 macosSpm