Build Information
Failed to build swift-keypath-mapping, reference main (e30d8e), with Swift 6.0 for macOS (SPM) on 13 Mar 2026 12:56:48 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-keypath-mapping.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/capturecontext/swift-keypath-mapping
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e30d8e3 fix: Update EditorConfig
Cloned https://github.com/capturecontext/swift-keypath-mapping.git
Revision (git rev-parse @):
e30d8e31f7ae1e39349e697bccabca3b473572ee
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/capturecontext/swift-keypath-mapping.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/capturecontext/swift-keypath-mapping.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/7] Compiling SwiftMarkerProtocols _AnyKeyPathProtocol.swift
[5/7] Compiling SwiftMarkerProtocols Deprecations.swift
[6/7] Emitting module SwiftMarkerProtocols
[7/7] Compiling SwiftMarkerProtocols _OptionalProtocol.swift
[8/29] Compiling KeyPathMapping Conversions+Any.swift
/Users/admin/builder/spi-builder-workspace/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/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/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
[9/29] Compiling KeyPathMapping Conversions+Concat.swift
/Users/admin/builder/spi-builder-workspace/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/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/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
[10/29] Compiling KeyPathMapping Conversions+Protocols.swift
/Users/admin/builder/spi-builder-workspace/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/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/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 KeyPathMapper.swift
/Users/admin/builder/spi-builder-workspace/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/31] Compiling KeyPathMapping Conversion+BinaryNumeric.swift
/Users/admin/builder/spi-builder-workspace/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/31] Compiling KeyPathMapping GettersSetters+Any.swift
/Users/admin/builder/spi-builder-workspace/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/31] Compiling KeyPathMapping GettersSetters+Inline.swift
/Users/admin/builder/spi-builder-workspace/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/31] Compiling KeyPathMapping GettersSetters+Never.swift
/Users/admin/builder/spi-builder-workspace/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)
[16/31] Emitting module KeyPathMapping
/Users/admin/builder/spi-builder-workspace/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/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/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
[17/31] Compiling KeyPathMapping KeyPathMapper+Conversions.swift
[18/31] Compiling KeyPathMapping KeyPathMapper+Collection.swift
[19/31] Compiling KeyPathMapping Conversion+Collection.swift
/Users/admin/builder/spi-builder-workspace/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/31] Compiling KeyPathMapping Conversion+Optional.swift
/Users/admin/builder/spi-builder-workspace/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/31] Compiling KeyPathMapping KeyPathMappable+Conformances.swift
[22/31] Compiling KeyPathMapping KeyPathMappable.swift
[23/31] Compiling KeyPathMapping Conversions.swift
/Users/admin/builder/spi-builder-workspace/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/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/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/31] Compiling KeyPathMapping Equatable+Conversions.swift
/Users/admin/builder/spi-builder-workspace/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/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/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/31] Compiling KeyPathMapping Equatable+GettersSetters.swift
/Users/admin/builder/spi-builder-workspace/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/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/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/31] Compiling KeyPathMapping KeyPathMapper+OptionalUnwrapping.swift
/Users/admin/builder/spi-builder-workspace/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/31] Compiling KeyPathMapping Equatable+.swift
/Users/admin/builder/spi-builder-workspace/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/31] Compiling KeyPathMapping KeyPathMapper+GettersSetters.swift
/Users/admin/builder/spi-builder-workspace/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/31] Compiling KeyPathMapping KeyPathMappable+Conversions.swift
/Users/admin/builder/spi-builder-workspace/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/31] Compiling KeyPathMapping GettersSetters+Protocols.swift
/Users/admin/builder/spi-builder-workspace/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/31] Compiling KeyPathMapping KeyPathMappable+GettersSetters.swift
/Users/admin/builder/spi-builder-workspace/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-marker-protocols.git
[1/171] Fetching swift-marker-protocols
Fetched https://github.com/capturecontext/swift-marker-protocols.git from cache (0.67s)
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.43s)
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
BUILD FAILURE 6.0 macosSpm