Build Information
Failed to build swift-resettable, reference main (98d7fd), with Swift 6.0 for macOS (SPM) on 10 Mar 2026 22:01:31 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-resettable.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/capturecontext/swift-resettable.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/10] Write sources
[9/10] Write swift-version-5BDAB9E9C0126B9D.txt
[11/16] Emitting module SwiftMarkerProtocols
[12/16] Compiling SwiftMarkerProtocols _OptionalProtocol.swift
[13/16] Compiling SwiftMarkerProtocols Deprecations.swift
[14/16] Compiling SwiftMarkerProtocols _AnyKeyPathProtocol.swift
[15/16] Compiling IssueReportingPackageSupport _Test.swift
[16/16] Emitting module IssueReportingPackageSupport
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/58] 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
[18/60] Compiling IssueReporting BreakpointReporter.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 | }
[19/60] Compiling IssueReporting DefaultReporter.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 | }
[20/60] Compiling IssueReporting FatalErrorReporter.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 | }
[21/60] Compiling IssueReporting IssueSeverity.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/60] Compiling IssueReporting ReportIssue.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/60] Compiling IssueReporting TestContext.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/60] Compiling IssueReporting Unimplemented.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 | }
[25/60] 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 | }
[26/60] 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 | }
[27/60] Compiling IssueReporting Rethrows.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 | }
[28/60] Compiling IssueReporting SwiftTesting.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 | }
[29/60] Compiling IssueReporting ErrorReporting.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 | }
[34/62] Compiling IssueReporting WithExpectedIssue.swift
[35/62] Compiling IssueReporting WithIssueContext.swift
[36/62] 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 | }
[37/62] 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 | }
[38/62] Compiling IssueReporting LockIsolated.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 | }
[39/62] Compiling IssueReporting UncheckedSendable.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 | }
[40/62] Compiling IssueReporting AppHostWarning.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
[41/62] Compiling IssueReporting Deprecations.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
[42/62] Compiling IssueReporting FailureObserver.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
[47/62] Compiling IssueReporting XCTest.swift
[48/62] Compiling IssueReporting IsTesting.swift
[50/62] Compiling IssueReporting Warn.swift
[51/62] Emitting module IssueReporting
[55/62] Compiling IssueReporting IssueReporter.swift
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/capturecontext/swift-keypaths-extensions.git
[1/5370] Fetching swift-custom-dump
[5371/5566] Fetching swift-custom-dump, swift-keypaths-extensions
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (1.15s)
Fetched https://github.com/capturecontext/swift-keypaths-extensions.git from cache (1.15s)
Computing version for https://github.com/capturecontext/swift-keypaths-extensions.git
Computed https://github.com/capturecontext/swift-keypaths-extensions.git at 0.2.0 (0.43s)
Fetching https://github.com/capturecontext/swift-keypath-mapping.git
Fetching https://github.com/capturecontext/swift-marker-protocols.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.66s)
Fetched https://github.com/capturecontext/swift-marker-protocols.git from cache (0.66s)
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.42s)
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.45s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (0.45s)
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.36s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (0.50s)
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
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-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-keypath-mapping.git
Working copy of https://github.com/capturecontext/swift-keypath-mapping.git resolved at 0.0.1
BUILD FAILURE 6.0 macosSpm