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 macOS (SPM) on 11 Mar 2026 02:04:43 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

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 /Users/admin/builder/spi-builder-workspace/.git/
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:         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] Compiling SwiftMarkerProtocols _AnyKeyPathProtocol.swift
[12/16] Emitting module SwiftMarkerProtocols
[13/16] Compiling SwiftMarkerProtocols _OptionalProtocol.swift
[14/16] Compiling SwiftMarkerProtocols Deprecations.swift
[15/16] Compiling IssueReportingPackageSupport _Test.swift
[16/16] Emitting module IssueReportingPackageSupport
[17/58] 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 | 	}
[18/58] Compiling IssueReporting IssueReporter.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 | 	}
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/60] 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
[20/60] Compiling IssueReporting IssueSeverity.swift
[21/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 | 	}
[22/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 | 	}
[23/60] Compiling IssueReporting ReportIssue.swift
[24/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 | 	}
[25/62] Compiling IssueReporting XCTest.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
[26/62] Compiling IssueReporting IsTesting.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
[27/62] 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 | 	}
/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/62] Emitting module IssueReporting
[29/62] Compiling IssueReporting WithExpectedIssue.swift
[30/62] Compiling IssueReporting WithIssueContext.swift
[31/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 | 	}
[32/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 | 	}
[35/62] Compiling IssueReporting FailureObserver.swift
[36/62] Compiling IssueReporting LockIsolated.swift
[37/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 | 	}
[38/62] Compiling IssueReporting Warn.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/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/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 | 	}
[41/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 | 	}
[42/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 | 	}
[43/62] Compiling IssueReporting TestContext.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 | 	}
[44/62] 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 | 	}
[45/62] Compiling IssueReporting ErrorReporting.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 | 	}
Fetching https://github.com/capturecontext/swift-keypaths-extensions.git
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/196] Fetching swift-keypaths-extensions
[186/5566] Fetching swift-keypaths-extensions, swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (1.02s)
Fetched https://github.com/capturecontext/swift-keypaths-extensions.git from cache (1.02s)
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
[56/231] Fetching swift-marker-protocols, swift-keypath-mapping
Fetched https://github.com/capturecontext/swift-keypath-mapping.git from cache (0.68s)
Fetched https://github.com/capturecontext/swift-marker-protocols.git from cache (0.68s)
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.43s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (0.42s)
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.47s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (0.45s)
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-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/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-keypath-mapping.git
Working copy of https://github.com/capturecontext/swift-keypath-mapping.git resolved at 0.0.1
BUILD FAILURE 6.0 macosSpm