The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftRewriter, reference 0.2.0 (5a14df), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 03:17:20 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/JohnSundell/Files.git
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/pointfreeco/swift-snapshot-testing
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/Carthage/Commandant.git
Fetching https://github.com/thoughtbot/Curry.git
[1/601] Fetching curry
[68/2930] Fetching curry, commandant
[297/4203] Fetching curry, commandant, files
[1660/19099] Fetching curry, commandant, files, quick
[3857/38916] Fetching curry, commandant, files, quick, nimble
[22271/54962] Fetching curry, commandant, files, quick, nimble, swift-snapshot-testing
[23225/129927] Fetching curry, commandant, files, quick, nimble, swift-snapshot-testing, swift-syntax
Fetched https://github.com/thoughtbot/Curry.git from cache (1.86s)
Fetched https://github.com/Quick/Nimble.git from cache (1.86s)
Fetching https://github.com/antitypical/Result.git
[22889/109509] Fetching commandant, files, quick, swift-snapshot-testing, swift-syntax
[31729/112042] Fetching commandant, files, quick, swift-snapshot-testing, swift-syntax, result
Fetched https://github.com/antitypical/Result.git from cache (0.91s)
[36857/109509] Fetching commandant, files, quick, swift-snapshot-testing, swift-syntax
Fetched https://github.com/JohnSundell/Files.git from cache (9.79s)
Fetched https://github.com/Quick/Quick.git from cache (9.79s)
Fetched https://github.com/Carthage/Commandant.git from cache (9.79s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (9.79s)
Fetched https://github.com/apple/swift-syntax.git from cache (9.79s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.4.0 (12.30s)
Computing version for https://github.com/JohnSundell/Files.git
Computed https://github.com/JohnSundell/Files.git at 2.3.0 (2.39s)
Computing version for https://github.com/thoughtbot/Curry.git
Computed https://github.com/thoughtbot/Curry.git at 4.0.2 (0.70s)
Computing version for https://github.com/Carthage/Commandant.git
Computed https://github.com/Carthage/Commandant.git at 0.15.0 (0.71s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 0.50000.0 (0.73s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 7.3.4 (0.70s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 1.3.4 (0.74s)
Computing version for https://github.com/antitypical/Result.git
Computed https://github.com/antitypical/Result.git at 4.1.0 (0.81s)
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.15.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
Creating working copy for https://github.com/antitypical/Result.git
Working copy of https://github.com/antitypical/Result.git resolved at 4.1.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/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 7.3.4
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 1.3.4
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.4.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swiftrewriter",
      "name": "SwiftRewriter",
      "url": "https://github.com/inamiy/swiftrewriter.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftrewriter",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "swift-syntax",
          "name": "SwiftSyntax",
          "url": "https://github.com/apple/swift-syntax.git",
          "version": "0.50000.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        },
        {
          "identity": "commandant",
          "name": "Commandant",
          "url": "https://github.com/Carthage/Commandant.git",
          "version": "0.18.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Commandant",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        },
        {
          "identity": "curry",
          "name": "Curry",
          "url": "https://github.com/thoughtbot/Curry.git",
          "version": "4.0.2",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Curry",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        },
        {
          "identity": "files",
          "name": "Files",
          "url": "https://github.com/JohnSundell/Files.git",
          "version": "2.3.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Files",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        },
        {
          "identity": "swift-snapshot-testing",
          "name": "swift-snapshot-testing",
          "url": "https://github.com/pointfreeco/swift-snapshot-testing",
          "version": "1.12.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-snapshot-testing",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/inamiy/swiftrewriter.git
[1/491] Fetching swiftrewriter
Fetched https://github.com/inamiy/swiftrewriter.git from cache (0.71s)
Fetching https://github.com/thoughtbot/Curry.git from cache
Fetching https://github.com/Carthage/Commandant.git from cache
Fetching https://github.com/JohnSundell/Files.git from cache
Fetching https://github.com/pointfreeco/swift-snapshot-testing from cache
Fetching https://github.com/apple/swift-syntax.git from cache
Fetched https://github.com/apple/swift-syntax.git from cache (0.83s)
Fetched https://github.com/thoughtbot/Curry.git from cache (0.84s)
Fetched https://github.com/Carthage/Commandant.git from cache (0.84s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (0.84s)
Fetched https://github.com/JohnSundell/Files.git from cache (0.84s)
Computing version for https://github.com/thoughtbot/Curry.git
Computed https://github.com/thoughtbot/Curry.git at 4.0.2 (0.92s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 0.50000.0 (0.03s)
Computing version for https://github.com/JohnSundell/Files.git
Computed https://github.com/JohnSundell/Files.git at 2.3.0 (0.03s)
Computing version for https://github.com/Carthage/Commandant.git
Computed https://github.com/Carthage/Commandant.git at 0.18.0 (0.61s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.12.0 (0.60s)
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/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/JohnSundell/Files.git
Working copy of https://github.com/JohnSundell/Files.git resolved at 2.3.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/inamiy/swiftrewriter.git
Working copy of https://github.com/inamiy/swiftrewriter.git resolved at 0.2.0 (5a14dfc)
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
warning: '.resolve-product-dependencies': dependency 'swiftrewriter' is not used by any target
Found 5 product dependencies
  - SwiftSyntax
  - Commandant
  - Curry
  - Files
  - swift-snapshot-testing
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/inamiy/swiftrewriter.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/12] Write sources
[5/12] Write swift-rewriter-entitlement.plist
[7/12] Write sources
[8/12] Write swift-version--6988338F2F200930.txt
[10/46] Compiling Result ResultProtocol.swift
[11/46] Emitting module SwiftSyntax
[12/48] Compiling SwiftSyntax SourceLength.swift
[13/48] Compiling SwiftSyntax SourcePresence.swift
[14/48] Compiling SwiftSyntax SwiftSyntax.swift
[15/48] Compiling Result Result.swift
[16/48] Compiling Result NoError.swift
[17/48] Emitting module Result
[18/48] Compiling Result AnyError.swift
[19/48] Compiling SwiftSyntax DiagnosticConsumer.swift
[20/48] Compiling SwiftSyntax DiagnosticEngine.swift
[21/48] Compiling SwiftSyntax JSONDiagnosticConsumer.swift
[22/48] Compiling SwiftSyntax AbsolutePosition.swift
[23/48] Compiling SwiftSyntax ByteTreeDeserialization.swift
[24/48] Compiling SwiftSyntax Diagnostic.swift
[25/48] Compiling SwiftSyntax LazyNonThreadSafeCache.swift
[26/48] Compiling SwiftSyntax PrintingDiagnosticConsumer.swift
[27/48] Compiling SwiftSyntax RawSyntax.swift
[28/58] Emitting module Files
[29/58] Compiling Files Files.swift
[30/58] Compiling SwiftSyntax SyntaxFactory.swift
[31/58] Compiling SwiftSyntax SyntaxKind.swift
[32/58] Compiling Commandant Switch.swift
[33/58] Compiling Commandant OrderedSet.swift
[34/58] Compiling Commandant Option.swift
[35/58] Compiling Commandant HelpCommand.swift
[36/58] Compiling Commandant Errors.swift
[37/58] Compiling Commandant Command.swift
[38/58] Compiling Commandant ArgumentProtocol.swift
[39/58] Compiling Commandant Argument.swift
[40/58] Emitting module Commandant
[41/58] Compiling Commandant ArgumentParser.swift
[42/58] Compiling SwiftSyntax TokenKind.swift
[43/58] Compiling SwiftSyntax Trivia.swift
[44/58] Compiling SwiftSyntax SwiftcInvocation.swift
[45/58] Compiling SwiftSyntax Syntax.swift
[46/58] Compiling SwiftSyntax SyntaxChildren.swift
[47/58] Compiling SwiftSyntax SyntaxData.swift
[48/58] Compiling SwiftSyntax WeakLookupTable.swift
[49/58] Compiling SwiftSyntax SyntaxBuilders.swift
[50/58] Compiling SwiftSyntax SyntaxClassifier.swift
[51/58] Compiling SwiftSyntax SyntaxCollections.swift
[52/58] Compiling SwiftSyntax SyntaxNodes.swift
[53/58] Compiling SwiftSyntax SyntaxRewriter.swift
[54/94] 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
[55/94] 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
[56/94] 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
[57/94] 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
[58/97] 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
[59/97] 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
[60/97] 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
[61/97] 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
[62/97] 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
[63/97] 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
[64/97] 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
[65/97] 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
[66/97] 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
[67/97] Compiling SwiftRewriter LeftParenSpacer.swift
[68/97] Compiling SwiftRewriter TernaryExprSpacer.swift
[69/97] Compiling SwiftRewriter TrailingSpaceTrimmer.swift
[70/97] Compiling SwiftRewriter DecimalLiteralUnderscorer.swift
[71/97] Compiling SwiftRewriter ColonSpacer.swift
[72/97] Compiling SwiftRewriter EqualSpacer.swift
[73/97] Compiling SwiftRewriter ExtraSpaceTrimmer.swift
[74/97] Compiling SwiftRewriter LeftBraceSpacer.swift
[75/97] Compiling SwiftRewriter ExtraNewliner.swift
[76/97] Compiling SwiftRewriter MethodChainNewliner.swift
[77/97] Compiling SwiftRewriter ArrowSpacer.swift
[78/97] Compiling SwiftRewriter BinaryOperatorSpacer.swift
[79/97] Compiling SwiftRewriter FirstItemAwareIndenter.swift
[80/97] Compiling SwiftRewriter ExtensionIniter.swift
[81/97] Compiling SwiftRewriter ImportSorter.swift
[82/97] Compiling SwiftRewriter ElseNewliner.swift
[83/97] Compiling SwiftRewriter SemicolonTrimmer.swift
[84/97] Compiling SwiftRewriter Indent.swift
[85/97] Compiling SwiftRewriter Rewriter.swift
[86/97] Compiling SwiftRewriter HeaderCopyrightTrimmer.swift
[87/97] Compiling SwiftRewriter FirstTokenRewriter.swift
[88/97] Compiling SwiftRewriter Indenter.swift
[89/97] Compiling SwiftRewriter BlockItemIndenter.swift
[90/97] Compiling SwiftRewriter Function.swift
[91/97] Compiling SwiftRewriter Lens.swift
[92/97] Compiling SwiftRewriter TokenHandler.swift
[93/97] Emitting module Curry
[94/97] Compiling Curry Curry.swift
[95/105] Compiling swift_rewriter main.swift
[96/105] Compiling swift_rewriter CommonOptions.swift
[97/105] Compiling swift_rewriter CommandProtocol.swift
[98/105] Compiling swift_rewriter VersionCommand.swift
[99/105] Compiling swift_rewriter rewriter.swift
[100/105] Emitting module swift_rewriter
[101/105] Compiling swift_rewriter PrintASTCommand.swift
[102/105] Compiling swift_rewriter RunCommand.swift
[102/105] Write Objects.LinkFileList
[103/105] Linking swift-rewriter
[104/105] Applying swift-rewriter
Build complete! (31.15s)
Build complete.
{
  "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" : "/Users/admin/builder/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"
}
Done.