The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SwiftRewriter, reference 0.2.0 (5a14df), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 04:04:01 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/inamiy/swiftrewriter.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/inamiy/swiftrewriter
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at 5a14dfc Update README.md
Cloned https://github.com/inamiy/swiftrewriter.git
Revision (git rev-parse @):
5a14dfcc9f005f40f15f6028141b520a9a9a738d
SUCCESS checkout https://github.com/inamiy/swiftrewriter.git at 0.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/inamiy/swiftrewriter.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/11] Write sources
[3/11] Write swift-rewriter-entitlement.plist
[3/11] Write sources
[7/11] Write swift-version-1EA4D86E10B52AF.txt
[9/50] Emitting module Commandant
[10/50] Compiling Commandant Argument.swift
[11/51] Compiling Commandant OrderedSet.swift
[12/51] Compiling Commandant Switch.swift
[13/51] Compiling SwiftSyntax DiagnosticConsumer.swift
[14/51] Compiling SwiftSyntax DiagnosticEngine.swift
[15/51] Compiling SwiftSyntax JSONDiagnosticConsumer.swift
[16/53] Compiling Commandant Result+Additions.swift
[17/53] Compiling Commandant ArgumentProtocol.swift
[18/53] Emitting module SwiftSyntax
[19/53] Compiling SwiftSyntax AbsolutePosition.swift
[20/53] Compiling SwiftSyntax ByteTreeDeserialization.swift
[21/53] Compiling SwiftSyntax Diagnostic.swift
[22/53] Compiling SwiftSyntax LazyNonThreadSafeCache.swift
[23/53] Compiling SwiftSyntax PrintingDiagnosticConsumer.swift
[24/53] Compiling SwiftSyntax RawSyntax.swift
[25/53] Compiling Commandant Errors.swift
[26/53] Compiling Commandant ArgumentParser.swift
[27/53] Compiling Commandant Option.swift
[28/53] Compiling Commandant HelpCommand.swift
[29/53] Compiling Commandant Command.swift
[30/53] Compiling Files Files.swift
[31/53] Emitting module Files
[32/53] Compiling SwiftSyntax TokenKind.swift
[33/53] Compiling SwiftSyntax Trivia.swift
[34/53] Compiling SwiftSyntax SyntaxClassifier.swift
[35/53] Compiling SwiftSyntax SyntaxCollections.swift
[36/53] Compiling SwiftSyntax SourceLength.swift
[37/53] Compiling SwiftSyntax SourcePresence.swift
[38/53] Compiling SwiftSyntax SwiftSyntax.swift
[39/53] Compiling SwiftSyntax SwiftcInvocation.swift
[40/53] Compiling SwiftSyntax Syntax.swift
[41/53] Compiling SwiftSyntax SyntaxChildren.swift
[42/53] Compiling SwiftSyntax SyntaxData.swift
[43/53] Compiling SwiftSyntax WeakLookupTable.swift
[44/53] Compiling SwiftSyntax SyntaxBuilders.swift
[45/53] Compiling SwiftSyntax SyntaxFactory.swift
[46/53] Compiling SwiftSyntax SyntaxKind.swift
[47/53] Compiling SwiftSyntax SyntaxNodes.swift
[48/53] Compiling SwiftSyntax SyntaxRewriter.swift
[49/89] Compiling SwiftRewriter DebugString.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRewriter/Extensions/AbsolutePosition.swift:3:1: warning: extension declares a conformance of imported type 'AbsolutePosition' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 1 | import SwiftSyntax
 2 |
 3 | extension AbsolutePosition: Equatable
   | |- warning: extension declares a conformance of imported type 'AbsolutePosition' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 | {
 5 |     public static func == (l: AbsolutePosition, r: AbsolutePosition) -> Bool
[50/89] Compiling SwiftRewriter DebugTree.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRewriter/Extensions/AbsolutePosition.swift:3:1: warning: extension declares a conformance of imported type 'AbsolutePosition' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 1 | import SwiftSyntax
 2 |
 3 | extension AbsolutePosition: Equatable
   | |- warning: extension declares a conformance of imported type 'AbsolutePosition' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 | {
 5 |     public static func == (l: AbsolutePosition, r: AbsolutePosition) -> Bool
[51/89] Compiling SwiftRewriter AbsolutePosition.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRewriter/Extensions/AbsolutePosition.swift:3:1: warning: extension declares a conformance of imported type 'AbsolutePosition' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 1 | import SwiftSyntax
 2 |
 3 | extension AbsolutePosition: Equatable
   | |- warning: extension declares a conformance of imported type 'AbsolutePosition' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 | {
 5 |     public static func == (l: AbsolutePosition, r: AbsolutePosition) -> Bool
[52/89] Compiling SwiftRewriter Basic.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRewriter/Extensions/AbsolutePosition.swift:3:1: warning: extension declares a conformance of imported type 'AbsolutePosition' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 1 | import SwiftSyntax
 2 |
 3 | extension AbsolutePosition: Equatable
   | |- warning: extension declares a conformance of imported type 'AbsolutePosition' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 | {
 5 |     public static func == (l: AbsolutePosition, r: AbsolutePosition) -> Bool
[53/92] Emitting module SwiftRewriter
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRewriter/Extensions/AbsolutePosition.swift:3:1: warning: extension declares a conformance of imported type 'AbsolutePosition' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 1 | import SwiftSyntax
 2 |
 3 | extension AbsolutePosition: Equatable
   | |- warning: extension declares a conformance of imported type 'AbsolutePosition' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 | {
 5 |     public static func == (l: AbsolutePosition, r: AbsolutePosition) -> Bool
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRewriter/Extensions/Trivia.swift:5:1: warning: extension declares a conformance of imported type 'Trivia' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
  3 | // MARK: - Trivia
  4 |
  5 | extension Trivia: CustomStringConvertible
    | |- warning: extension declares a conformance of imported type 'Trivia' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
  6 | {
  7 |     var pieces: [TriviaPiece]
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRewriter/Extensions/Trivia.swift:56:1: warning: extension declares a conformance of imported type 'TriviaPiece' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 54 | // MARK: - TriviaPiece
 55 |
 56 | extension TriviaPiece: CustomStringConvertible
    | |- warning: extension declares a conformance of imported type 'TriviaPiece' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 57 | {
 58 |     public var description: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRewriter/Protocols/Protocols.swift:41:1: warning: extension declares a conformance of imported type 'EnumDeclSyntax' to imported protocol 'DeclGroupSyntax'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 39 |
 40 | // Workaround
 41 | extension EnumDeclSyntax: DeclGroupSyntax {}
    | |- warning: extension declares a conformance of imported type 'EnumDeclSyntax' to imported protocol 'DeclGroupSyntax'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 42 |
 43 | // MARK: - NestableDeclSyntax
[54/92] Compiling SwiftRewriter HasRewriterExamples.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRewriter/Protocols/Protocols.swift:41:1: warning: extension declares a conformance of imported type 'EnumDeclSyntax' to imported protocol 'DeclGroupSyntax'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 39 |
 40 | // Workaround
 41 | extension EnumDeclSyntax: DeclGroupSyntax {}
    | |- warning: extension declares a conformance of imported type 'EnumDeclSyntax' to imported protocol 'DeclGroupSyntax'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 42 |
 43 | // MARK: - NestableDeclSyntax
[55/92] Compiling SwiftRewriter Protocols.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRewriter/Protocols/Protocols.swift:41:1: warning: extension declares a conformance of imported type 'EnumDeclSyntax' to imported protocol 'DeclGroupSyntax'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 39 |
 40 | // Workaround
 41 | extension EnumDeclSyntax: DeclGroupSyntax {}
    | |- warning: extension declares a conformance of imported type 'EnumDeclSyntax' to imported protocol 'DeclGroupSyntax'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 42 |
 43 | // MARK: - NestableDeclSyntax
[56/92] Compiling SwiftRewriter SyntaxRewriterProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRewriter/Protocols/Protocols.swift:41:1: warning: extension declares a conformance of imported type 'EnumDeclSyntax' to imported protocol 'DeclGroupSyntax'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 39 |
 40 | // Workaround
 41 | extension EnumDeclSyntax: DeclGroupSyntax {}
    | |- warning: extension declares a conformance of imported type 'EnumDeclSyntax' to imported protocol 'DeclGroupSyntax'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 42 |
 43 | // MARK: - NestableDeclSyntax
[57/92] Compiling SwiftRewriter BugFixer.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRewriter/Protocols/Protocols.swift:41:1: warning: extension declares a conformance of imported type 'EnumDeclSyntax' to imported protocol 'DeclGroupSyntax'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 39 |
 40 | // Workaround
 41 | extension EnumDeclSyntax: DeclGroupSyntax {}
    | |- warning: extension declares a conformance of imported type 'EnumDeclSyntax' to imported protocol 'DeclGroupSyntax'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 42 |
 43 | // MARK: - NestableDeclSyntax
[58/92] Compiling SwiftRewriter ColonSpacer.swift
[59/92] Compiling SwiftRewriter EqualSpacer.swift
[60/92] Compiling SwiftRewriter ExtraSpaceTrimmer.swift
[61/92] Compiling SwiftRewriter LeftBraceSpacer.swift
[62/92] Compiling SwiftRewriter LeftParenSpacer.swift
[63/92] Compiling SwiftRewriter TernaryExprSpacer.swift
[64/92] Compiling SwiftRewriter TrailingSpaceTrimmer.swift
[65/92] Compiling SwiftRewriter DecimalLiteralUnderscorer.swift
[66/92] Compiling SwiftRewriter ExtraNewliner.swift
[67/92] Compiling SwiftRewriter MethodChainNewliner.swift
[68/92] Compiling SwiftRewriter ArrowSpacer.swift
[69/92] Compiling SwiftRewriter BinaryOperatorSpacer.swift
[70/92] Compiling SwiftRewriter Syntax.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRewriter/Extensions/Trivia.swift:5:1: warning: extension declares a conformance of imported type 'Trivia' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
  3 | // MARK: - Trivia
  4 |
  5 | extension Trivia: CustomStringConvertible
    | |- warning: extension declares a conformance of imported type 'Trivia' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
  6 | {
  7 |     var pieces: [TriviaPiece]
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRewriter/Extensions/Trivia.swift:56:1: warning: extension declares a conformance of imported type 'TriviaPiece' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 54 | // MARK: - TriviaPiece
 55 |
 56 | extension TriviaPiece: CustomStringConvertible
    | |- warning: extension declares a conformance of imported type 'TriviaPiece' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 57 | {
 58 |     public var description: String
[71/92] Compiling SwiftRewriter TokenSyntax.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRewriter/Extensions/Trivia.swift:5:1: warning: extension declares a conformance of imported type 'Trivia' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
  3 | // MARK: - Trivia
  4 |
  5 | extension Trivia: CustomStringConvertible
    | |- warning: extension declares a conformance of imported type 'Trivia' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
  6 | {
  7 |     var pieces: [TriviaPiece]
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRewriter/Extensions/Trivia.swift:56:1: warning: extension declares a conformance of imported type 'TriviaPiece' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 54 | // MARK: - TriviaPiece
 55 |
 56 | extension TriviaPiece: CustomStringConvertible
    | |- warning: extension declares a conformance of imported type 'TriviaPiece' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 57 | {
 58 |     public var description: String
[72/92] Compiling SwiftRewriter Trivia.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRewriter/Extensions/Trivia.swift:5:1: warning: extension declares a conformance of imported type 'Trivia' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
  3 | // MARK: - Trivia
  4 |
  5 | extension Trivia: CustomStringConvertible
    | |- warning: extension declares a conformance of imported type 'Trivia' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
  6 | {
  7 |     var pieces: [TriviaPiece]
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRewriter/Extensions/Trivia.swift:56:1: warning: extension declares a conformance of imported type 'TriviaPiece' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 54 | // MARK: - TriviaPiece
 55 |
 56 | extension TriviaPiece: CustomStringConvertible
    | |- warning: extension declares a conformance of imported type 'TriviaPiece' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 57 | {
 58 |     public var description: String
[73/92] Compiling SwiftRewriter Operators.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRewriter/Extensions/Trivia.swift:5:1: warning: extension declares a conformance of imported type 'Trivia' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
  3 | // MARK: - Trivia
  4 |
  5 | extension Trivia: CustomStringConvertible
    | |- warning: extension declares a conformance of imported type 'Trivia' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
  6 | {
  7 |     var pieces: [TriviaPiece]
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRewriter/Extensions/Trivia.swift:56:1: warning: extension declares a conformance of imported type 'TriviaPiece' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 54 | // MARK: - TriviaPiece
 55 |
 56 | extension TriviaPiece: CustomStringConvertible
    | |- warning: extension declares a conformance of imported type 'TriviaPiece' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 57 | {
 58 |     public var description: String
[74/92] Compiling SwiftRewriter SemicolonTrimmer.swift
[75/92] Compiling SwiftRewriter Indent.swift
[76/92] Compiling SwiftRewriter Rewriter.swift
[77/92] Compiling SwiftRewriter FirstItemAwareIndenter.swift
[78/92] Compiling SwiftRewriter ExtensionIniter.swift
[79/92] Compiling SwiftRewriter ImportSorter.swift
[80/92] Compiling SwiftRewriter ElseNewliner.swift
[81/92] Compiling SwiftRewriter HeaderCopyrightTrimmer.swift
[82/92] Compiling SwiftRewriter FirstTokenRewriter.swift
[83/92] Compiling SwiftRewriter Indenter.swift
[84/92] Compiling SwiftRewriter BlockItemIndenter.swift
[85/92] Compiling SwiftRewriter Function.swift
[86/92] Compiling SwiftRewriter Lens.swift
[87/92] Compiling SwiftRewriter TokenHandler.swift
[88/92] Compiling Curry Curry.swift
[89/92] Emitting module Curry
[90/100] Compiling swift_rewriter main.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-rewriter/main.swift:2:8: error: no such module 'Result'
 1 | import Foundation
 2 | import Result
   |        `- error: no such module 'Result'
 3 | import Commandant
 4 |
[91/100] Compiling swift_rewriter CommonOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-rewriter/main.swift:2:8: error: no such module 'Result'
 1 | import Foundation
 2 | import Result
   |        `- error: no such module 'Result'
 3 | import Commandant
 4 |
[92/100] Compiling swift_rewriter rewriter.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-rewriter/main.swift:2:8: error: no such module 'Result'
 1 | import Foundation
 2 | import Result
   |        `- error: no such module 'Result'
 3 | import Commandant
 4 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[93/100] Emitting module swift_rewriter
/Users/admin/builder/spi-builder-workspace/Sources/swift-rewriter/main.swift:2:8: error: no such module 'Result'
 1 | import Foundation
 2 | import Result
   |        `- error: no such module 'Result'
 3 | import Commandant
 4 |
[94/100] Compiling swift_rewriter VersionCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-rewriter/main.swift:2:8: error: no such module 'Result'
 1 | import Foundation
 2 | import Result
   |        `- error: no such module 'Result'
 3 | import Commandant
 4 |
[95/100] Compiling swift_rewriter PrintASTCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-rewriter/main.swift:2:8: error: no such module 'Result'
 1 | import Foundation
 2 | import Result
   |        `- error: no such module 'Result'
 3 | import Commandant
 4 |
[96/100] Compiling swift_rewriter CommandProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-rewriter/main.swift:2:8: error: no such module 'Result'
 1 | import Foundation
 2 | import Result
   |        `- error: no such module 'Result'
 3 | import Commandant
 4 |
[97/100] Compiling swift_rewriter RunCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-rewriter/main.swift:2:8: error: no such module 'Result'
 1 | import Foundation
 2 | import Result
   |        `- error: no such module 'Result'
 3 | import Commandant
 4 |
Fetching https://github.com/thoughtbot/Curry.git
Fetching https://github.com/pointfreeco/swift-snapshot-testing
Fetching https://github.com/Carthage/Commandant.git
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/JohnSundell/Files.git
[1/2329] Fetching commandant
[25/2929] Fetching commandant, curry
[821/4177] Fetching commandant, curry, files
[3929/17404] Fetching commandant, curry, files, swift-snapshot-testing
[5633/88286] Fetching commandant, curry, files, swift-snapshot-testing, swift-syntax
Fetched https://github.com/thoughtbot/Curry.git from cache (2.30s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.30s)
Fetched https://github.com/Carthage/Commandant.git from cache (2.30s)
[69295/72130] Fetching files, swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (3.13s)
Fetched https://github.com/JohnSundell/Files.git from cache (3.13s)
Computing version for https://github.com/thoughtbot/Curry.git
Computed https://github.com/thoughtbot/Curry.git at 4.0.2 (3.64s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 0.50000.0 (0.52s)
Computing version for https://github.com/JohnSundell/Files.git
Computed https://github.com/JohnSundell/Files.git at 2.3.0 (1.79s)
Computing version for https://github.com/Carthage/Commandant.git
Computed https://github.com/Carthage/Commandant.git at 0.18.0 (1.76s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.12.0 (0.48s)
Creating working copy for https://github.com/Carthage/Commandant.git
Working copy of https://github.com/Carthage/Commandant.git resolved at 0.18.0
Creating working copy for https://github.com/JohnSundell/Files.git
Working copy of https://github.com/JohnSundell/Files.git resolved at 2.3.0
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 0.50000.0
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.12.0
Creating working copy for https://github.com/thoughtbot/Curry.git
Working copy of https://github.com/thoughtbot/Curry.git resolved at 4.0.2
BUILD FAILURE 6.2 macosSpm