The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftRewriter, reference 0.2.0 (5a14df), with Swift 6.1 for Android on 27 May 2025 13:51:58 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/inamiy/swiftrewriter.git
Reference: 0.2.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/inamiy/swiftrewriter.git
https://github.com/inamiy/swiftrewriter.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "exact" : [
          "0.50000.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    },
    {
      "identity" : "commandant",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.15.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Carthage/Commandant.git"
    },
    {
      "identity" : "curry",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.2",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/thoughtbot/Curry.git"
    },
    {
      "identity" : "files",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/Files.git"
    },
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing"
    }
  ],
  "manifest_display_name" : "SwiftRewriter",
  "name" : "SwiftRewriter",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftRewriter",
      "targets" : [
        "SwiftRewriter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "swift-rewriter",
      "targets" : [
        "swift-rewriter"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swift_rewriter",
      "module_type" : "SwiftTarget",
      "name" : "swift-rewriter",
      "path" : "Sources/swift-rewriter",
      "product_dependencies" : [
        "Commandant",
        "Curry",
        "Files"
      ],
      "product_memberships" : [
        "swift-rewriter"
      ],
      "sources" : [
        "Commands/PrintASTCommand.swift",
        "Commands/RunCommand.swift",
        "Commands/VersionCommand.swift",
        "Utilities/CommandProtocol.swift",
        "Utilities/CommonOptions.swift",
        "main.swift",
        "rewriter.swift"
      ],
      "target_dependencies" : [
        "SwiftRewriter"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftRewriterTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftRewriterTests",
      "path" : "Tests/SwiftRewriterTests",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "sources" : [
        "Combined/CombinedTests.swift",
        "Comment/HeaderCopyrightTrimmerTests.swift",
        "Helpers/TestRunner.swift",
        "Indent/BlockItemIndenterTests.swift",
        "Indent/FirstItemAwareIndenterTests.swift",
        "Indent/IndenterTests.swift",
        "Move/ExtensionIniterTests.swift",
        "Move/ImportSorterTests.swift",
        "Newline/ElseNewlinerTests.swift",
        "Newline/ExtraNewlinerTests.swift",
        "Newline/MethodChainNewlinerTests.swift",
        "Space/ArrowSpacerTests.swift",
        "Space/BinaryOperatorSpacerTests.swift",
        "Space/ColonSpacerTests.swift",
        "Space/EqualSpacerTests.swift",
        "Space/ExtraSpaceTrimmerTests.swift",
        "Space/LeftBraceSpacerTests.swift",
        "Space/LeftParenSpacerTests.swift",
        "Space/TernaryExprSpacerTests.swift",
        "Space/TrailingSpaceTrimmer.swift",
        "Token/DecimalLiteralUnderscorerTests.swift",
        "Token/SemicolonTrimmerTests.swift",
        "XCTestManifests.swift",
        "rewriter.swift"
      ],
      "target_dependencies" : [
        "SwiftRewriter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftRewriter",
      "module_type" : "SwiftTarget",
      "name" : "SwiftRewriter",
      "path" : "Sources/SwiftRewriter",
      "product_dependencies" : [
        "SwiftSyntax"
      ],
      "product_memberships" : [
        "SwiftRewriter",
        "swift-rewriter"
      ],
      "sources" : [
        "Debug/DebugString.swift",
        "Debug/DebugTree.swift",
        "Extensions/AbsolutePosition.swift",
        "Extensions/Basic.swift",
        "Extensions/Syntax.swift",
        "Extensions/TokenSyntax.swift",
        "Extensions/Trivia.swift",
        "Operators.swift",
        "Protocols/HasRewriterExamples.swift",
        "Protocols/Protocols.swift",
        "Protocols/SyntaxRewriterProtocol.swift",
        "Rewriters/BugFixer.swift",
        "Rewriters/Comment/HeaderCopyrightTrimmer.swift",
        "Rewriters/Common/FirstTokenRewriter.swift",
        "Rewriters/Indent/Indenter.swift",
        "Rewriters/Indent/Internal/BlockItemIndenter.swift",
        "Rewriters/Indent/Internal/FirstItemAwareIndenter.swift",
        "Rewriters/Move/ExtensionIniter.swift",
        "Rewriters/Move/ImportSorter.swift",
        "Rewriters/Newline/ElseNewliner.swift",
        "Rewriters/Newline/ExtraNewliner.swift",
        "Rewriters/Newline/MethodChainNewliner.swift",
        "Rewriters/Space/ArrowSpacer.swift",
        "Rewriters/Space/BinaryOperatorSpacer.swift",
        "Rewriters/Space/ColonSpacer.swift",
        "Rewriters/Space/EqualSpacer.swift",
        "Rewriters/Space/ExtraSpaceTrimmer.swift",
        "Rewriters/Space/LeftBraceSpacer.swift",
        "Rewriters/Space/LeftParenSpacer.swift",
        "Rewriters/Space/TernaryExprSpacer.swift",
        "Rewriters/Space/TrailingSpaceTrimmer.swift",
        "Rewriters/Token/DecimalLiteralUnderscorer.swift",
        "Rewriters/Token/SemicolonTrimmer.swift",
        "Types/Indent.swift",
        "Types/Rewriter.swift",
        "Utilities/Function.swift",
        "Utilities/Lens.swift",
        "Utilities/TokenHandler.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/pointfreeco/swift-snapshot-testing
Fetching https://github.com/JohnSundell/Files.git
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/thoughtbot/Curry.git
Fetching https://github.com/Carthage/Commandant.git
[1/1236] Fetching files
[51/1836] Fetching files, curry
[1837/4165] Fetching files, curry, commandant
Fetched https://github.com/thoughtbot/Curry.git from cache (0.40s)
Fetched https://github.com/Carthage/Commandant.git from cache (0.40s)
[1/13182] Fetching swift-snapshot-testing
[1979/83626] Fetching swift-snapshot-testing, swift-syntax
Fetched https://github.com/JohnSundell/Files.git from cache (6.28s)
Fetched https://github.com/apple/swift-syntax.git from cache (6.37s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (6.39s)
Computing version for https://github.com/thoughtbot/Curry.git
Computed https://github.com/thoughtbot/Curry.git at 4.0.2 (7.14s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 0.50000.0 (0.68s)
Computing version for https://github.com/JohnSundell/Files.git
Computed https://github.com/JohnSundell/Files.git at 2.3.0 (3.55s)
Computing version for https://github.com/Carthage/Commandant.git
Computed https://github.com/Carthage/Commandant.git at 0.18.0 (3.76s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.12.0 (1.06s)
Creating working copy for https://github.com/thoughtbot/Curry.git
Working copy of https://github.com/thoughtbot/Curry.git resolved at 4.0.2
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/Carthage/Commandant.git
Working copy of https://github.com/Carthage/Commandant.git resolved at 0.18.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
Building for debugging...
[0/15] Write sources
[6/15] Write swift-version-24593BA9C3E375BF.txt
[8/53] Emitting module Files
[9/53] Compiling Commandant OrderedSet.swift
[10/54] Compiling Commandant Result+Additions.swift
[11/54] Compiling Commandant Switch.swift
[12/54] Emitting module SwiftSyntax
[13/57] Compiling Commandant Option.swift
/host/spi-builder-workspace/.build/checkouts/Commandant/Sources/Commandant/Option.swift:239:32: error: instance method 'contains' requires that 'String.Element' (aka 'Character') conform to 'Collection'
237 | 			let components = unwrappedStringValue.split(
238 | 				omittingEmptySubsequences: true,
239 | 				whereSeparator: [",", " "].contains
    |                                `- error: instance method 'contains' requires that 'String.Element' (aka 'Character') conform to 'Collection'
240 | 			)
241 | 			var resultValues: [T] = []
_StringProcessing.Collection.contains:3:15: note: where 'C' = 'String.Element' (aka 'Character')
1 | protocol Collection {
2 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
3 |   public func contains<C>(_ other: C) -> Bool where C : Collection, Self.Element == C.Element}
  |               `- note: where 'C' = 'String.Element' (aka 'Character')
4 |
[14/57] Compiling Commandant Errors.swift
[15/57] Compiling Commandant HelpCommand.swift
[16/57] Emitting module Commandant
[17/57] Compiling Commandant Argument.swift
[18/57] Compiling Commandant ArgumentParser.swift
[19/57] Compiling Commandant ArgumentProtocol.swift
[20/57] Compiling Commandant Command.swift
[21/57] Compiling SwiftSyntax SwiftSyntax.swift
[22/57] Compiling SwiftSyntax SwiftcInvocation.swift
[23/57] Compiling SwiftSyntax Syntax.swift
[24/57] Emitting module Curry
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/9] Write swift-version-24593BA9C3E375BF.txt
[2/47] Emitting module Curry
[3/47] Compiling Commandant Result+Additions.swift
[4/47] Emitting module Files
[5/48] Emitting module Commandant
[6/48] Compiling Commandant Errors.swift
[7/48] Compiling Commandant Option.swift
[8/48] Compiling Commandant OrderedSet.swift
[9/48] Compiling Commandant HelpCommand.swift
[10/48] Compiling Commandant Switch.swift
[11/48] Compiling Commandant ArgumentProtocol.swift
[12/48] Compiling Commandant Command.swift
[13/48] Compiling Commandant Argument.swift
[14/48] Compiling Commandant ArgumentParser.swift
[15/49] Wrapping AST for Commandant for debugging
[17/49] Compiling Files Files.swift
[19/50] Compiling SwiftSyntax DiagnosticEngine.swift
[20/50] Compiling SwiftSyntax JSONDiagnosticConsumer.swift
[21/50] Compiling SwiftSyntax LazyNonThreadSafeCache.swift
[22/50] Compiling SwiftSyntax PrintingDiagnosticConsumer.swift
[23/50] Compiling SwiftSyntax RawSyntax.swift
[24/50] Compiling SwiftSyntax SourceLength.swift
[25/50] Compiling SwiftSyntax SourcePresence.swift
[25/53] Wrapping AST for Files for debugging
[31/53] Emitting module SwiftSyntax
[32/53] Compiling SwiftSyntax SyntaxRewriter.swift
[33/53] Compiling SwiftSyntax TokenKind.swift
[34/53] Compiling SwiftSyntax Trivia.swift
[35/53] Compiling SwiftSyntax SwiftSyntax.swift
[36/53] Compiling SwiftSyntax SwiftcInvocation.swift
[37/53] Compiling SwiftSyntax Syntax.swift
[38/53] Compiling SwiftSyntax SyntaxChildren.swift
[39/53] Compiling SwiftSyntax SyntaxData.swift
[40/53] Compiling SwiftSyntax WeakLookupTable.swift
[41/53] Compiling SwiftSyntax SyntaxBuilders.swift
[42/53] Compiling SwiftSyntax SyntaxClassifier.swift
[43/53] Compiling SwiftSyntax SyntaxCollections.swift
[44/53] Compiling SwiftSyntax SyntaxFactory.swift
[45/53] Compiling SwiftSyntax SyntaxKind.swift
[46/53] Compiling SwiftSyntax SyntaxNodes.swift
[47/54] Wrapping AST for SwiftSyntax for debugging
[49/89] Compiling SwiftRewriter DebugString.swift
/host/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
/host/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
/host/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
/host/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/89] Compiling SwiftRewriter Syntax.swift
/host/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
[54/93] Compiling SwiftRewriter TrailingSpaceTrimmer.swift
[55/93] Compiling SwiftRewriter DecimalLiteralUnderscorer.swift
[56/93] Compiling SwiftRewriter SemicolonTrimmer.swift
[57/93] Compiling SwiftRewriter Indent.swift
[58/93] Compiling SwiftRewriter EqualSpacer.swift
[59/93] Compiling SwiftRewriter ExtraSpaceTrimmer.swift
[60/93] Compiling SwiftRewriter LeftBraceSpacer.swift
[61/93] Compiling SwiftRewriter LeftParenSpacer.swift
[62/93] Compiling SwiftRewriter TernaryExprSpacer.swift
[63/93] Emitting module SwiftRewriter
/host/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
/host/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]
/host/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
/host/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
[64/93] Compiling SwiftRewriter SyntaxRewriterProtocol.swift
[65/93] Compiling SwiftRewriter BugFixer.swift
[66/93] Compiling SwiftRewriter HeaderCopyrightTrimmer.swift
[67/93] Compiling SwiftRewriter FirstTokenRewriter.swift
[68/93] Compiling SwiftRewriter Indenter.swift
[69/93] Compiling SwiftRewriter ExtraNewliner.swift
[70/93] Compiling SwiftRewriter MethodChainNewliner.swift
[71/93] Compiling SwiftRewriter ArrowSpacer.swift
[72/93] Compiling SwiftRewriter BinaryOperatorSpacer.swift
[73/93] Compiling SwiftRewriter ColonSpacer.swift
[74/93] Compiling SwiftRewriter TokenSyntax.swift
/host/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]
/host/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
/host/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
[75/93] Compiling SwiftRewriter Trivia.swift
/host/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]
/host/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
/host/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
[76/93] Compiling SwiftRewriter Operators.swift
/host/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]
/host/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
/host/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
[77/93] Compiling SwiftRewriter HasRewriterExamples.swift
/host/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]
/host/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
/host/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
[78/93] Compiling SwiftRewriter Protocols.swift
/host/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]
/host/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
/host/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
[79/93] Compiling SwiftRewriter Rewriter.swift
[80/93] Compiling SwiftRewriter Function.swift
[81/93] Compiling SwiftRewriter Lens.swift
[82/93] Compiling SwiftRewriter TokenHandler.swift
[83/93] Compiling SwiftRewriter BlockItemIndenter.swift
[84/93] Compiling SwiftRewriter FirstItemAwareIndenter.swift
[85/93] Compiling SwiftRewriter ExtensionIniter.swift
[86/93] Compiling SwiftRewriter ImportSorter.swift
[87/93] Compiling SwiftRewriter ElseNewliner.swift
[88/94] Wrapping AST for SwiftRewriter for debugging
[90/94] Compiling Curry Curry.swift
[91/98] Wrapping AST for Curry for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[93/103] Emitting module swift_rewriter
/host/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/103] Compiling swift_rewriter PrintASTCommand.swift
/host/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/103] Compiling swift_rewriter main.swift
/host/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/103] Compiling swift_rewriter RunCommand.swift
/host/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/103] Compiling swift_rewriter VersionCommand.swift
/host/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 |
[98/103] Compiling swift_rewriter rewriter.swift
/host/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 |
[99/103] Compiling swift_rewriter CommandProtocol.swift
/host/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 |
[100/103] Compiling swift_rewriter CommonOptions.swift
/host/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 |
BUILD FAILURE 6.1 android