The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-foundation-extensions, reference 0.7.2 (30a003), with Swift 6.0 for macOS (SPM) on 20 Mar 2026 13:07:10 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CaptureContext/swift-foundation-extensions.git
Reference: 0.7.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CaptureContext/swift-foundation-extensions
 * tag               0.7.2      -> FETCH_HEAD
HEAD is now at 30a0037 fix: Remove missing import
Cloned https://github.com/CaptureContext/swift-foundation-extensions.git
Revision (git rev-parse @):
30a00373e745d113cdb32fce628f7b963a465fb8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/CaptureContext/swift-foundation-extensions.git at 0.7.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/CaptureContext/swift-foundation-extensions.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/31] Write sources
[27/31] Write swift-version-5BDAB9E9C0126B9D.txt
[29/60] Emitting module SwiftSyntax509
[30/60] Emitting module SwiftSyntax601
[31/60] Compiling SwiftSyntax601 Empty.swift
[32/60] Emitting module SwiftSyntax510
[33/60] Compiling SwiftSyntax510 Empty.swift
[34/60] Compiling SwiftSyntax509 Empty.swift
[35/60] Compiling SwiftSyntax600 Empty.swift
[36/60] Emitting module SwiftSyntax600
[37/60] Emitting module SwiftSyntax602
[38/60] Compiling SwiftSyntax602 Empty.swift
[39/60] Compiling SwiftMarkerProtocols _OptionalProtocol.swift
[40/60] Compiling SwiftMarkerProtocols Deprecations.swift
[41/60] Emitting module SwiftMarkerProtocols
[42/60] Compiling SwiftMarkerProtocols _AnyKeyPathProtocol.swift
[42/82] Compiling _SwiftSyntaxCShims PlatformMutex.c
[44/146] Compiling SwiftSyntax CustomTraits.swift
[45/146] Compiling SwiftSyntax EditorPlaceholder.swift
[46/146] Compiling SwiftSyntax Identifier.swift
[47/146] Compiling SwiftSyntax MemoryLayout.swift
[48/146] Compiling SwiftSyntax MissingNodeInitializers.swift
[49/146] Compiling SwiftSyntax RawSyntax.swift
[50/146] Compiling SwiftSyntax RawSyntaxArena.swift
[51/153] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[52/153] Compiling SwiftSyntax Syntax.swift
[53/153] Compiling SwiftSyntax SyntaxChildren.swift
[54/153] Compiling SwiftSyntax SyntaxCollection.swift
[55/153] Compiling SwiftSyntax SyntaxHashable.swift
[56/153] Compiling SwiftSyntax SyntaxIdentifier.swift
[57/153] Compiling SwiftSyntax SyntaxNodeStructure.swift
[58/153] Compiling SwiftSyntax SyntaxProtocol.swift
[59/153] Compiling SwiftSyntax SyntaxText.swift
[60/153] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[61/153] Compiling SwiftSyntax TokenDiagnostic.swift
[62/153] Compiling SwiftSyntax TokenSequence.swift
[63/153] Compiling SwiftSyntax TokenSyntax.swift
[64/153] Compiling SwiftSyntax Trivia.swift
[65/153] Compiling Equated Equated+Type.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[66/154] 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
[67/156] Compiling SwiftSyntax Tokens.swift
[68/156] Compiling SwiftSyntax TriviaPieces.swift
[69/156] Compiling SwiftSyntax RawSyntaxNodesAB.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 | 	}
[70/156] Compiling SwiftSyntax RawSyntaxNodesC.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 | 	}
[71/156] Compiling SwiftSyntax RawSyntaxNodesD.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
[72/156] Compiling SwiftSyntax RawSyntaxNodesEF.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
[73/156] Compiling SwiftSyntax RawSyntaxNodesGHI.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
[74/156] Compiling SwiftSyntax SyntaxTraits.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 | 	}
[75/156] Compiling SwiftSyntax SyntaxVisitor.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 | 	}
[76/156] Compiling SwiftSyntax TokenKind.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 | 	}
[77/156] Compiling Equated Comparator+Sendable.swift
[78/156] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[79/156] Compiling Equated Equated+Optional.swift
[80/156] Compiling SwiftSyntax Assert.swift
[81/156] Compiling SwiftSyntax SyntaxKind.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 | 	}
[82/156] Compiling SwiftSyntax SyntaxRewriter.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 | 	}
[83/156] Compiling SwiftSyntax SyntaxCollections.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 | 	}
[84/156] Compiling SwiftSyntax SyntaxEnum.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 | 	}
[85/156] Compiling SwiftSyntax BumpPtrAllocator.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 | 	}
[86/156] Compiling SwiftSyntax CommonAncestor.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 | 	}
[87/156] Compiling SwiftSyntax Convenience.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 | 	}
[88/156] Compiling SwiftSyntax AbsolutePosition.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 | 	}
[89/156] Compiling SwiftSyntax AbsoluteSyntaxInfo.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 | 	}
[92/156] 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 | 	}
[93/156] 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 | 	}
Fetching https://github.com/capturecontext/swift-associated-objects.git
Fetching https://github.com/capturecontext/swift-resettable.git
Fetching https://github.com/capturecontext/swift-equated.git
[1/146] Fetching swift-associated-objects
[147/257] Fetching swift-associated-objects, swift-equated
[257/380] Fetching swift-associated-objects, swift-equated, swift-resettable
Fetched https://github.com/capturecontext/swift-equated.git from cache (0.66s)
Fetched https://github.com/capturecontext/swift-associated-objects.git from cache (0.66s)
Fetched https://github.com/capturecontext/swift-resettable.git from cache (0.66s)
Computing version for https://github.com/capturecontext/swift-resettable.git
Computed https://github.com/capturecontext/swift-resettable.git at 0.3.1 (0.46s)
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/capturecontext/swift-keypaths-extensions.git
[1/196] Fetching swift-keypaths-extensions
[197/5609] Fetching swift-keypaths-extensions, swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (1.11s)
Fetched https://github.com/capturecontext/swift-keypaths-extensions.git from cache (1.11s)
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.44s)
Fetching https://github.com/capturecontext/swift-marker-protocols.git
Fetching https://github.com/capturecontext/swift-keypath-mapping.git
[1/74] Fetching swift-keypath-mapping
[75/245] Fetching swift-keypath-mapping, swift-marker-protocols
Fetched https://github.com/capturecontext/swift-keypath-mapping.git from cache (0.70s)
Fetched https://github.com/capturecontext/swift-marker-protocols.git from cache (0.70s)
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.47s)
Computing version for https://github.com/capturecontext/swift-keypath-mapping.git
Computed https://github.com/capturecontext/swift-keypath-mapping.git at 0.0.2 (0.47s)
Computing version for https://github.com/capturecontext/swift-associated-objects.git
Computed https://github.com/capturecontext/swift-associated-objects.git at 0.2.4 (0.50s)
Fetching https://github.com/stackotter/swift-macro-toolkit.git
[1/991] Fetching swift-macro-toolkit
Fetched https://github.com/stackotter/swift-macro-toolkit.git from cache (0.89s)
Computing version for https://github.com/capturecontext/swift-equated.git
Computed https://github.com/capturecontext/swift-equated.git at 0.0.5 (0.62s)
Computing version for https://github.com/stackotter/swift-macro-toolkit.git
Computed https://github.com/stackotter/swift-macro-toolkit.git at 0.8.0 (0.47s)
Fetching https://github.com/swiftlang/swift-syntax.git
[1/74833] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (3.45s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (3.23s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (0.47s)
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.48s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (0.48s)
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-equated.git
Working copy of https://github.com/capturecontext/swift-equated.git resolved at 0.0.5
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-resettable.git
Working copy of https://github.com/capturecontext/swift-resettable.git resolved at 0.3.1
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.2
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
Creating working copy for https://github.com/capturecontext/swift-associated-objects.git
Working copy of https://github.com/capturecontext/swift-associated-objects.git resolved at 0.2.4
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/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/stackotter/swift-macro-toolkit.git
Working copy of https://github.com/stackotter/swift-macro-toolkit.git resolved at 0.8.0
BUILD FAILURE 6.0 macosSpm