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

Successful build of SafeDI, reference 1.4.3 (d9752b), with Swift 6.1 for macOS (SPM) on 5 Dec 2025 16:36:01 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dfed/SafeDI.git
Reference: 1.4.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dfed/SafeDI
 * tag               1.4.3      -> FETCH_HEAD
HEAD is now at d9752b8 Bump version to 1.4.3
Cloned https://github.com/dfed/SafeDI.git
Revision (git rev-parse @):
d9752b828df07fa7e84c2f59302be875a76d5808
SUCCESS checkout https://github.com/dfed/SafeDI.git at 1.4.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/dfed/SafeDI.git
https://github.com/dfed/SafeDI.git
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "603.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing.git"
    }
  ],
  "manifest_display_name" : "SafeDI",
  "name" : "SafeDI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SafeDI",
      "targets" : [
        "SafeDI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SafeDIGenerator",
      "targets" : [
        "SafeDIGenerator"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "SafeDIPrebuiltGenerator",
      "targets" : [
        "SafeDIPrebuiltGenerator"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "InstallSafeDITool",
      "targets" : [
        "InstallSafeDITool"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "SafeDITool",
      "targets" : [
        "SafeDITool"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SafeDIMacros",
      "targets" : [
        "SafeDIMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SafeDIToolTests",
      "module_type" : "SwiftTarget",
      "name" : "SafeDIToolTests",
      "path" : "Tests/SafeDIToolTests",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "sources" : [
        "Helpers/SafeDIToolTestExecution.swift",
        "SafeDIToolCodeGenerationErrorTests.swift",
        "SafeDIToolCodeGenerationTests.swift",
        "SafeDIToolDOTGenerationTests.swift"
      ],
      "target_dependencies" : [
        "SafeDITool"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDITool",
      "module_type" : "SwiftTarget",
      "name" : "SafeDITool",
      "path" : "Sources/SafeDITool",
      "product_dependencies" : [
        "ArgumentParser",
        "SwiftParser"
      ],
      "product_memberships" : [
        "SafeDIGenerator",
        "SafeDITool"
      ],
      "sources" : [
        "SafeDITool.swift"
      ],
      "target_dependencies" : [
        "SafeDICore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SafeDITests",
      "module_type" : "SwiftTarget",
      "name" : "SafeDITests",
      "path" : "Tests/SafeDITests",
      "sources" : [
        "ErasedInstantiatorTests.swift",
        "InstantiatorTests.swift",
        "SendableErasedInstantiatorTests.swift",
        "SendableInstantiatorTests.swift"
      ],
      "target_dependencies" : [
        "SafeDI",
        "SafeDICore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDIPrebuiltGenerator",
      "module_type" : "PluginTarget",
      "name" : "SafeDIPrebuiltGenerator",
      "path" : "Plugins/SafeDIPrebuiltGenerator",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "SafeDIPrebuiltGenerator"
      ],
      "sources" : [
        "SafeDIGenerateDependencyTree.swift",
        "Shared.swift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SafeDIMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "SafeDIMacrosTests",
      "path" : "Tests/SafeDIMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport",
        "MacroTesting"
      ],
      "sources" : [
        "InjectableMacroTests.swift",
        "InstantiableMacroTests.swift"
      ],
      "target_dependencies" : [
        "SafeDIMacros",
        "SafeDICore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDIMacros",
      "module_type" : "SwiftTarget",
      "name" : "SafeDIMacros",
      "path" : "Sources/SafeDIMacros",
      "product_dependencies" : [
        "SwiftCompilerPlugin",
        "SwiftDiagnostics",
        "SwiftSyntax",
        "SwiftSyntaxBuilder",
        "SwiftSyntaxMacros"
      ],
      "product_memberships" : [
        "SafeDI",
        "SafeDIMacros"
      ],
      "sources" : [
        "Macros/InjectableMacro.swift",
        "Macros/InstantiableMacro.swift",
        "SafeDIMacroPlugin.swift"
      ],
      "target_dependencies" : [
        "SafeDICore"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SafeDIGenerator",
      "module_type" : "PluginTarget",
      "name" : "SafeDIGenerator",
      "path" : "Plugins/SafeDIGenerator",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "SafeDIGenerator"
      ],
      "sources" : [
        "SafeDIGenerateDependencyTree.swift",
        "Shared.swift"
      ],
      "target_dependencies" : [
        "SafeDITool"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SafeDICoreTests",
      "module_type" : "SwiftTarget",
      "name" : "SafeDICoreTests",
      "path" : "Tests/SafeDICoreTests",
      "sources" : [
        "FileVisitorTests.swift",
        "InitializerTests.swift",
        "TypeDescriptionTests.swift",
        "UnorderedEquatingCollectionTests.swift"
      ],
      "target_dependencies" : [
        "SafeDICore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDICore",
      "module_type" : "SwiftTarget",
      "name" : "SafeDICore",
      "path" : "Sources/SafeDICore",
      "product_dependencies" : [
        "Collections",
        "SwiftDiagnostics",
        "SwiftSyntax",
        "SwiftSyntaxBuilder"
      ],
      "product_memberships" : [
        "SafeDI",
        "SafeDIGenerator",
        "SafeDITool",
        "SafeDIMacros"
      ],
      "sources" : [
        "Errors/DiagnosticError.swift",
        "Errors/FixableInjectableError.swift",
        "Errors/FixableInstantiableError.swift",
        "Extensions/AttributeListSyntaxElementExtensions.swift",
        "Extensions/AttributeListSyntaxExtensions.swift",
        "Extensions/AttributeSyntaxExtensions.swift",
        "Extensions/CollectionExtensions.swift",
        "Extensions/DeclModifierListSyntaxExtensions.swift",
        "Extensions/DiagnosticExtensions.swift",
        "Extensions/ImportDeclSyntaxExtensions.swift",
        "Extensions/PatternBindingSyntaxExtensions.swift",
        "Generators/DependencyTreeGenerator.swift",
        "Generators/ScopeGenerator.swift",
        "Models/ConcreteDeclSyntaxProtocol.swift",
        "Models/ConcreteDeclType.swift",
        "Models/Dependency.swift",
        "Models/ImportStatement.swift",
        "Models/Initializer.swift",
        "Models/InstantiableStruct.swift",
        "Models/Property.swift",
        "Models/Scope.swift",
        "Models/TypeDescription.swift",
        "Models/UnorderedEquatingCollection.swift",
        "Visitors/FileVisitor.swift",
        "Visitors/InstantiableVisitor.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SafeDI",
      "module_type" : "SwiftTarget",
      "name" : "SafeDI",
      "path" : "Sources/SafeDI",
      "product_memberships" : [
        "SafeDI"
      ],
      "sources" : [
        "Decorators/Forwarded.swift",
        "Decorators/Instantiable.swift",
        "Decorators/Instantiated.swift",
        "Decorators/Received.swift",
        "DelayedInstantiation/ErasedInstantiator.swift",
        "DelayedInstantiation/Instantiator.swift",
        "DelayedInstantiation/SendableErasedInstantiator.swift",
        "DelayedInstantiation/SendableInstantiator.swift"
      ],
      "target_dependencies" : [
        "SafeDIMacros"
      ],
      "type" : "library"
    },
    {
      "c99name" : "InstallSafeDITool",
      "module_type" : "PluginTarget",
      "name" : "InstallSafeDITool",
      "path" : "Plugins/InstallSafeDITool",
      "plugin_capability" : {
        "intent" : {
          "description" : "Installs a release version of the SafeDITool build plugin executable.",
          "type" : "custom",
          "verb" : "safedi-release-install"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "Downloads the SafeDI release build plugin executable into your project directory.",
            "type" : "writeToPackageDirectory"
          },
          {
            "network_scope" : {
              "all" : {
                "ports" : [
                ]
              }
            },
            "reason" : "Downloads the SafeDI release build plugin executable from GitHub.",
            "type" : "allowNetworkConnections"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "InstallSafeDITool"
      ],
      "sources" : [
        "InstallCLIPluginCommand.swift",
        "Shared.swift"
      ],
      "type" : "plugin"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin InstallSafeDITool
[2/2] Compiling plugin SafeDIPrebuiltGenerator
[3/3] Compiling plugin SafeDIGenerator
[4/4] Compiling plugin GenerateManual
[5/5] Compiling plugin GenerateDoccReference
Building for debugging...
[5/72] Write sources
[38/72] Write SafeDITool-tool-entitlement.plist
[38/72] Write SafeDITool-entitlement.plist
[38/72] Write sources
[61/72] Write swift-version-2F0A5646E1D333AE.txt
[63/103] Emitting module SwiftSyntax601
[64/103] Compiling SwiftSyntax601 Empty.swift
[65/103] Emitting module SwiftSyntax600
[66/103] Compiling SwiftSyntax600 Empty.swift
[67/103] Emitting module SwiftSyntax602
[68/103] Compiling SwiftSyntax602 Empty.swift
[69/103] Compiling SwiftSyntax601 Empty.swift
[70/103] Emitting module SwiftSyntax601
[71/103] Emitting module ArgumentParserToolInfo
[72/103] Compiling ArgumentParserToolInfo ToolInfo.swift
[73/103] Emitting module SwiftSyntax602
[74/103] Compiling SwiftSyntax602 Empty.swift
[74/103] Compiling _SwiftSyntaxCShims PlatformMutex.c
[76/103] Emitting module ArgumentParserToolInfo
[77/103] Compiling ArgumentParserToolInfo ToolInfo.swift
[78/103] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[79/104] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[80/131] Compiling SwiftSyntax509 Empty.swift
[81/131] Compiling SwiftSyntax510 Empty.swift
[82/131] Emitting module SwiftSyntax510
[83/131] Emitting module SwiftSyntax509
[84/131] Emitting module SwiftSyntax600
[85/131] Compiling SwiftSyntax600 Empty.swift
[86/131] Emitting module SwiftSyntax509
[87/131] Compiling SwiftSyntax509 Empty.swift
[88/131] Compiling SwiftSyntax510 Empty.swift
[89/131] Emitting module SwiftSyntax510
[90/131] Compiling InternalCollectionsUtilities Descriptions.swift
[91/131] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[92/131] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[93/131] Compiling InternalCollectionsUtilities Debugging.swift
[94/172] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[94/178] Compiling _SwiftSyntaxCShims PlatformMutex.c
[96/224] Compiling ArgumentParser SwiftExtensions.swift
[97/224] Compiling ArgumentParser Tree.swift
[98/224] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[99/224] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[100/224] Compiling ArgumentParser ArgumentDiscussion.swift
[101/224] Compiling ArgumentParser ArgumentHelp.swift
[102/224] Emitting module InternalCollectionsUtilities
[103/224] Compiling ArgumentParser OptionGroup.swift
[104/224] Compiling ArgumentParser AsyncParsableCommand.swift
[105/352] Compiling SwiftSyntax CommonAncestor.swift
[106/352] Compiling SwiftSyntax Convenience.swift
[107/352] Compiling SwiftSyntax Assert.swift
[108/352] Compiling SwiftSyntax BumpPtrAllocator.swift
[109/352] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[110/352] Compiling SwiftSyntax SyntaxKind.swift
[111/352] Compiling SwiftSyntax SyntaxRewriter.swift
[112/352] Compiling SwiftSyntax SyntaxTraits.swift
[113/352] Compiling SwiftSyntax SyntaxVisitor.swift
[114/352] Compiling SwiftSyntax TokenKind.swift
[115/352] Compiling SwiftSyntax AbsolutePosition.swift
[120/352] Compiling SwiftSyntax SyntaxCollections.swift
[121/352] Compiling SwiftSyntax SyntaxEnum.swift
[124/352] Emitting module InternalCollectionsUtilities
[125/634] Compiling BitCollections BitArray+Invariants.swift
[126/634] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[127/635] Compiling DequeModule _DequeBuffer.swift
[128/635] Compiling DequeModule _DequeBufferHeader.swift
[129/635] Compiling DequeModule _DequeSlot.swift
[130/635] Compiling HeapModule _HeapNode.swift
[131/635] Compiling HeapModule Heap.swift
[132/635] Compiling HeapModule Heap+UnsafeHandle.swift
[133/635] Compiling BitCollections BitArray+RandomBits.swift
[134/635] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[135/635] Compiling HeapModule Heap+Invariants.swift
[136/635] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[137/635] Compiling HeapModule Heap+Descriptions.swift
[138/635] Emitting module HeapModule
[139/635] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[140/635] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[141/635] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[142/635] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[143/635] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[144/635] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[145/641] Compiling BitCollections BitSet+SetAlgebra union.swift
[146/641] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[147/641] Compiling BitCollections BitSet.Counted.swift
[148/641] Compiling BitCollections BitSet.Index.swift
[149/641] Compiling BitCollections BitSet._UnsafeHandle.swift
[150/641] Compiling BitCollections BitArray+Descriptions.swift
[151/641] Compiling BitCollections BitArray+Equatable.swift
[152/641] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[153/641] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[154/641] Compiling BitCollections BitArray+Extras.swift
[155/641] Compiling BitCollections BitArray+Fill.swift
[156/641] Compiling HashTreeCollections TreeDictionary+Values.swift
[157/641] Compiling DequeModule _UnsafeWrappedBuffer.swift
[158/641] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[159/641] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[160/641] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[161/641] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[162/641] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[163/641] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[164/641] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[165/641] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[166/641] Compiling HashTreeCollections TreeSet+Equatable.swift
[167/641] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[168/641] Compiling HashTreeCollections TreeSet+Extras.swift
[169/641] Compiling HashTreeCollections TreeSet+Filter.swift
[170/641] Compiling HashTreeCollections TreeSet+Hashable.swift
[171/641] Compiling HashTreeCollections TreeSet+Sendable.swift
[172/641] Compiling HashTreeCollections TreeSet+Sequence.swift
[173/641] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[174/719] Compiling _RopeModule BigString+Metrics.swift
[175/719] Compiling _RopeModule BigString+Summary.swift
[176/719] Compiling _RopeModule BigString.swift
[177/719] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[178/719] Compiling _RopeModule BigString+Chunk+Breaks.swift
[179/719] Compiling _RopeModule BigString+Chunk+Counts.swift
[180/719] Compiling _RopeModule BigString+Chunk.swift
[181/719] Compiling _RopeModule BigString+BidirectionalCollection.swift
[182/719] Compiling _RopeModule BigString+Comparable.swift
[183/719] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[184/719] Compiling _RopeModule BigString+CustomStringConvertible.swift
[185/719] Compiling _RopeModule BigString+Equatable.swift
[188/724] Compiling _RopeModule BigString+Iterators.swift
[192/724] Compiling _RopeModule BigString+Builder.swift
[193/724] Compiling _RopeModule BigString+Contents.swift
[194/724] Compiling _RopeModule BigString+UnicodeScalarView.swift
[195/724] Compiling _RopeModule BigSubstring+UTF16View.swift
[196/724] Compiling _RopeModule BigSubstring+UTF8View.swift
[197/724] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[198/724] Compiling _RopeModule BigSubstring.swift
[199/724] Compiling _RopeModule Rope+Builder.swift
[200/724] Compiling _RopeModule Rope+_Storage.swift
[201/724] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[202/724] Compiling _RopeModule Rope+_UnsafeHandle.swift
[203/724] Compiling _RopeModule Rope.swift
[204/724] Compiling _RopeModule RopeElement.swift
[205/724] Compiling _RopeModule RopeMetric.swift
[207/724] Compiling BitCollections BitSet.swift
[208/724] Compiling BitCollections Range+Utilities.swift
[209/724] Compiling BitCollections Slice+Utilities.swift
[210/724] Compiling BitCollections UInt+Tricks.swift
[211/724] Compiling BitCollections _Word.swift
[212/724] Compiling _RopeModule Rope+Index.swift
[213/724] Compiling _RopeModule Rope+Sequence.swift
[214/724] Compiling _RopeModule Rope+MutatingForEach.swift
[215/724] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[216/724] Compiling _RopeModule BigString+Chunk+Splitting.swift
[222/724] Compiling _RopeModule BigString+Chunk+Description.swift
[223/724] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[224/724] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[225/724] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[226/724] Compiling _RopeModule BigString+Hashing.swift
[227/724] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[228/724] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[229/724] Compiling _RopeModule BigString+Sequence.swift
[230/724] Compiling _RopeModule BigString+TextOutputStream.swift
[231/724] Compiling _RopeModule BigString+Append.swift
[232/724] Compiling _RopeModule BigString+Initializers.swift
[233/724] Compiling _RopeModule Rope+_Node.swift
[234/724] Emitting module DequeModule
[235/724] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[236/724] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[237/724] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[238/724] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[239/724] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[240/724] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[241/724] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[242/724] Compiling HashTreeCollections TreeSet.swift
[251/731] Compiling _RopeModule BigString+Managing Breaks.swift
[252/731] Compiling _RopeModule BigString+RemoveSubrange.swift
[253/731] Compiling _RopeModule BigString+ReplaceSubrange.swift
[254/731] Compiling _RopeModule BigString+Split.swift
[255/731] Compiling _RopeModule Range+BigString.swift
[256/731] Compiling _RopeModule BigString+UTF16View.swift
[257/731] Compiling _RopeModule BigString+UTF8View.swift
[264/731] Compiling _RopeModule Rope+Debugging.swift
[265/731] Compiling _RopeModule Rope+Invariants.swift
[266/731] Compiling _RopeModule Rope+Append.swift
[267/731] Compiling _RopeModule Rope+Extract.swift
[268/731] Compiling _RopeModule Rope+Find.swift
[275/731] Compiling _RopeModule Rope+ForEachWhile.swift
[276/731] Compiling _RopeModule Rope+Insert.swift
[277/731] Compiling _RopeModule Rope+Join.swift
[281/731] Emitting module BitCollections
[318/731] Compiling _RopeModule BigString+Debugging.swift
[319/731] Compiling _RopeModule BigString+Index.swift
[320/731] Compiling _RopeModule BigString+Ingester.swift
[321/731] Compiling _RopeModule BigString+Invariants.swift
[334/731] Compiling _RopeModule BigString+Insert.swift
[335/787] Compiling OrderedCollections OrderedDictionary.swift
[336/787] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[337/787] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[338/787] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[339/787] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[340/787] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[341/787] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[342/794] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[343/794] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[344/794] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[345/794] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[346/794] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[347/794] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[348/794] Compiling OrderedCollections OrderedSet+Sendable.swift
[349/794] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[350/794] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[351/794] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[352/794] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[353/794] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[354/794] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[355/794] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[356/794] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[357/794] Compiling OrderedCollections _Hashtable+Header.swift
[358/794] Compiling OrderedCollections OrderedSet+Descriptions.swift
[359/794] Compiling OrderedCollections OrderedSet+Diffing.swift
[360/794] Compiling OrderedCollections OrderedSet+Equatable.swift
[361/794] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[362/794] Compiling OrderedCollections OrderedDictionary+Elements.swift
[363/794] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[364/794] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[365/794] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[366/794] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[373/794] Compiling HeapModule _HeapNode.swift
[374/794] Compiling HeapModule Heap.swift
[388/800] Compiling OrderedCollections OrderedDictionary+Codable.swift
[397/800] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[404/800] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[405/800] Emitting module HeapModule
[406/800] Compiling HeapModule Heap+Invariants.swift
[407/800] Compiling HeapModule Heap+UnsafeHandle.swift
[408/800] Compiling HeapModule Heap+Descriptions.swift
[409/800] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[410/800] Compiling OrderedCollections OrderedDictionary+Values.swift
[418/800] Compiling OrderedCollections OrderedSet+SubSequence.swift
[419/800] Compiling OrderedCollections OrderedSet+Testing.swift
[420/800] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[421/800] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[422/800] Compiling OrderedCollections OrderedSet.swift
[423/800] Compiling OrderedCollections _UnsafeBitset.swift
[430/800] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[439/807] Compiling OrderedCollections _HashTable+Testing.swift
[440/807] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[441/807] Compiling OrderedCollections _HashTable.swift
[442/807] Compiling OrderedCollections OrderedSet+Hashable.swift
[443/807] Compiling OrderedCollections OrderedSet+Initializers.swift
[444/807] Compiling OrderedCollections OrderedSet+Insertions.swift
[445/807] Compiling OrderedCollections OrderedSet+Invariants.swift
[446/807] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[448/807] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[449/807] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[450/807] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[451/807] Compiling OrderedCollections _HashTable+Bucket.swift
[452/807] Compiling OrderedCollections _HashTable+BucketIterator.swift
[453/807] Compiling OrderedCollections _HashTable+Constants.swift
[454/807] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[455/885] Emitting module OrderedCollections
[456/901] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[457/901] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[458/901] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[459/901] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[460/901] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[461/901] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[462/901] Compiling HashTreeCollections TreeDictionary+Codable.swift
[463/901] Compiling HashTreeCollections TreeDictionary+Collection.swift
[464/901] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[465/901] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[466/901] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[467/901] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[468/901] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[469/901] Compiling HashTreeCollections _HashNode.swift
[470/901] Compiling HashTreeCollections _HashNodeHeader.swift
[471/901] Compiling HashTreeCollections _HashSlot.swift
[472/901] Compiling HashTreeCollections _HashStack.swift
[473/901] Compiling HashTreeCollections _HashTreeIterator.swift
[474/901] Compiling HashTreeCollections _HashTreeStatistics.swift
[475/901] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[476/901] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[477/901] Compiling DequeModule Deque+Collection.swift
[478/901] Compiling DequeModule Deque+Equatable.swift
[479/901] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[480/901] Compiling HashTreeCollections _HashLevel.swift
[481/901] Compiling HashTreeCollections _HashNode+Builder.swift
[482/901] Compiling HashTreeCollections _HashNode+Debugging.swift
[483/901] Compiling HashTreeCollections _HashNode+Initializers.swift
[484/901] Compiling HashTreeCollections _HashNode+Invariants.swift
[485/901] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[486/901] Compiling DequeModule Deque+CustomReflectable.swift
[487/901] Compiling DequeModule Deque+Descriptions.swift
[488/901] Compiling DequeModule Deque+Extras.swift
[489/901] Compiling DequeModule Deque+Hashable.swift
[490/901] Compiling DequeModule Deque+Testing.swift
[491/901] Compiling DequeModule Deque._Storage.swift
[492/901] Compiling DequeModule Deque._UnsafeHandle.swift
[493/901] Compiling DequeModule Deque.swift
[502/909] Emitting module _RopeModule
[503/909] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[504/909] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[505/909] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[506/909] Compiling HashTreeCollections _HashNode+Storage.swift
[507/909] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[508/909] Compiling HashTreeCollections _HashNode+Structural filter.swift
[509/909] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[510/909] Compiling HashTreeCollections TreeDictionary+Merge.swift
[511/909] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[512/909] Compiling HashTreeCollections _RawHashNode.swift
[513/909] Compiling HashTreeCollections _UnmanagedHashNode.swift
[514/909] Compiling HashTreeCollections _UnsafePath.swift
[526/909] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[534/909] Compiling HashTreeCollections TreeDictionary+Filter.swift
[535/909] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[536/909] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[537/909] Compiling HashTreeCollections TreeDictionary+Keys.swift
[546/909] Compiling DequeModule Deque+Codable.swift
[557/909] Compiling HashTreeCollections TreeSet+Collection.swift
[558/909] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[559/909] Compiling HashTreeCollections TreeSet+Debugging.swift
[560/909] Compiling HashTreeCollections TreeSet+Descriptions.swift
[561/909] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[562/909] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[563/909] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[564/909] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[565/909] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[566/909] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[567/909] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[568/909] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[569/909] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[570/909] Compiling HashTreeCollections TreeSet.swift
[571/964] Compiling BitCollections BitSet+SetAlgebra union.swift
[572/964] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[573/964] Compiling BitCollections BitSet.Counted.swift
[574/964] Compiling BitCollections BitSet.Index.swift
[575/964] Compiling BitCollections BitSet._UnsafeHandle.swift
[576/964] Compiling BitCollections BitArray+Hashable.swift
[577/964] Compiling BitCollections BitArray+Initializers.swift
[578/964] Compiling BitCollections BitArray+BitwiseOperations.swift
[579/964] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[580/964] Compiling BitCollections BitArray+Codable.swift
[581/964] Compiling BitCollections BitArray+Collection.swift
[582/964] Compiling BitCollections BitArray+Copy.swift
[583/964] Compiling BitCollections BitArray+CustomReflectable.swift
[584/964] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[590/971] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[591/971] Compiling HashTreeCollections _HashNode+Structural merge.swift
[592/971] Compiling BitCollections BitArray+Descriptions.swift
[593/971] Compiling BitCollections BitArray+Equatable.swift
[594/971] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[595/971] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[596/971] Compiling BitCollections BitArray+Extras.swift
[597/971] Compiling BitCollections BitArray+Fill.swift
[598/971] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[599/971] Compiling BitCollections BitSet+CustomReflectable.swift
[600/971] Compiling BitCollections BitSet+CustomStringConvertible.swift
[601/971] Compiling BitCollections BitSet+Equatable.swift
[602/971] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[603/971] Compiling BitCollections BitSet+Extras.swift
[604/971] Compiling HashTreeCollections TreeSet+Codable.swift
[606/978] Emitting module _RopeModule
[607/978] Compiling DequeModule _DequeBuffer.swift
[614/978] Compiling DequeModule _DequeSlot.swift
[615/978] Compiling DequeModule _DequeBufferHeader.swift
[632/984] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[639/984] Compiling BitCollections BitSet+Initializers.swift
[640/984] Compiling BitCollections BitSet+Invariants.swift
[641/984] Compiling BitCollections BitSet+Random.swift
[642/984] Compiling BitCollections BitSet+SetAlgebra basics.swift
[643/984] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[644/984] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[645/984] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[646/984] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[647/984] Compiling BitCollections BitArray+Shifts.swift
[648/984] Compiling BitCollections BitArray+Testing.swift
[649/984] Compiling BitCollections BitArray._UnsafeHandle.swift
[650/984] Compiling BitCollections BitArray.swift
[651/984] Compiling BitCollections BitSet+BidirectionalCollection.swift
[652/984] Compiling BitCollections BitSet+Codable.swift
[653/984] Compiling BitCollections BitSet+Hashable.swift
[654/984] Emitting module HashTreeCollections
[658/984] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[659/984] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[660/984] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[667/984] Emitting module OrderedCollections
[668/984] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[669/984] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[670/984] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[671/984] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[672/984] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[673/984] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[674/984] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[677/984] Emitting module DequeModule
[680/984] Compiling SwiftSyntax SyntaxNodesQRS.swift
[688/984] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[689/986] Emitting module BitCollections
[690/986] Compiling Collections Collections.swift
[691/986] Compiling DequeModule _UnsafeWrappedBuffer.swift
[692/986] Emitting module Collections
[699/986] Compiling BitCollections BitArray+Invariants.swift
[700/986] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[701/986] Compiling BitCollections BitArray+RandomBits.swift
[714/986] Compiling BitCollections BitSet.swift
[715/986] Compiling BitCollections Range+Utilities.swift
[716/986] Compiling BitCollections Slice+Utilities.swift
[717/986] Compiling BitCollections UInt+Tricks.swift
[718/986] Compiling BitCollections _Word.swift
[735/986] Emitting module ArgumentParser
[769/994] Compiling ArgumentParser NonsenseFlagsValidator.swift
[770/994] Compiling ArgumentParser ParsableArgumentsValidation.swift
[771/994] Compiling ArgumentParser PositionalArgumentsValidator.swift
[772/994] Compiling ArgumentParser UniqueNamesValidator.swift
[796/994] Compiling SwiftSyntax SyntaxNodesD.swift
[797/994] Compiling SwiftSyntax SyntaxNodesEF.swift
[798/994] Compiling SwiftSyntax SyntaxNodesGHI.swift
[799/994] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[800/994] Compiling SwiftSyntax SyntaxNodesOP.swift
[819/994] Emitting module HashTreeCollections
[820/996] Emitting module Collections
[821/996] Compiling Collections Collections.swift
[882/996] Emitting module SwiftSyntax
[989/1116] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[990/1117] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[991/1117] Emitting module SwiftDiagnostics
[993/1118] Compiling SwiftDiagnostics Convenience.swift
[994/1118] Compiling SwiftDiagnostics Diagnostic.swift
[995/1118] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[996/1118] Compiling SwiftDiagnostics Message.swift
[998/1118] Compiling SwiftBasicFormat Syntax+Extensions.swift
[999/1118] Compiling SwiftDiagnostics Convenience.swift
[1000/1118] Compiling SwiftDiagnostics Diagnostic.swift
[1001/1118] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[1002/1118] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1003/1118] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1004/1118] Compiling SwiftDiagnostics Note.swift
[1006/1118] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1007/1118] Compiling SwiftDiagnostics FixIt.swift
[1008/1118] Compiling SwiftBasicFormat Indenter.swift
[1009/1118] Compiling SwiftBasicFormat InferIndentation.swift
[1010/1118] Compiling SwiftDiagnostics FixIt.swift
[1011/1118] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1012/1118] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1013/1118] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1014/1118] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1015/1118] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1016/1118] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1017/1118] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1018/1118] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1019/1118] Compiling SwiftBasicFormat Indenter.swift
[1020/1118] Compiling SwiftBasicFormat InferIndentation.swift
[1021/1118] Emitting module SwiftBasicFormat
[1022/1118] Compiling SwiftBasicFormat BasicFormat.swift
[1024/1118] Emitting module SwiftBasicFormat
[1025/1118] Compiling SwiftParser TopLevel.swift
[1026/1118] Compiling SwiftParser TriviaParser.swift
[1027/1118] Compiling SwiftParser Types.swift
[1028/1118] Compiling SwiftParser ExperimentalFeatures.swift
[1029/1122] Compiling SwiftParser TokenConsumer.swift
[1030/1122] Compiling SwiftParser TokenPrecedence.swift
[1031/1122] Compiling SwiftParser TokenSpec.swift
[1032/1122] Compiling SwiftParser TokenSpecSet.swift
[1033/1126] Compiling SwiftParser StringLiterals.swift
[1034/1126] Compiling SwiftParser SwiftParserCompatibility.swift
[1035/1126] Compiling SwiftParser SwiftVersion.swift
[1036/1126] Compiling SwiftParser SyntaxUtils.swift
[1049/1126] Compiling SwiftParser RegexLiteralLexer.swift
[1050/1126] Compiling SwiftParser UnicodeScalarExtensions.swift
[1051/1126] Compiling SwiftParser Lookahead.swift
[1052/1126] Compiling SwiftParser LoopProgressCondition.swift
[1053/1126] Compiling SwiftParser Modifiers.swift
[1054/1126] Emitting module SwiftParser
[1055/1126] Compiling SwiftParser Names.swift
[1056/1126] Compiling SwiftParser Nominals.swift
[1057/1126] Compiling SwiftParser Parameters.swift
[1058/1126] Compiling SwiftParser ParseSourceFile.swift
[1059/1126] Compiling SwiftParser Parser.swift
[1065/1126] Compiling SwiftParser Patterns.swift
[1066/1126] Compiling SwiftParser Recovery.swift
[1067/1126] Compiling SwiftParser Specifiers.swift
[1068/1126] Compiling SwiftParser Statements.swift
[1069/1126] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1080/1126] Compiling SwiftParser Declarations.swift
[1081/1126] Compiling SwiftParser Directives.swift
[1082/1126] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[1083/1126] Compiling SwiftParser Expressions.swift
[1084/1126] Compiling SwiftParser IncrementalParseTransition.swift
[1085/1126] Compiling SwiftParser IsValidIdentifier.swift
[1086/1126] Compiling SwiftParser Cursor.swift
[1087/1126] Compiling SwiftParser Lexeme.swift
[1088/1126] Compiling SwiftParser LexemeSequence.swift
[1089/1126] Compiling SwiftParser Lexer.swift
[1090/1126] Compiling SwiftParser Attributes.swift
[1091/1126] Compiling SwiftParser Availability.swift
[1092/1126] Compiling SwiftParser CharacterInfo.swift
[1093/1126] Compiling SwiftParser CollectionNodes+Parsable.swift
[1094/1126] Compiling SwiftParser CompilerFiles.swift
[1100/1126] Emitting module SwiftParser
[1111/1126] Compiling SwiftParser IsLexerClassified.swift
[1112/1126] Compiling SwiftParser LayoutNodes+Parsable.swift
[1113/1126] Compiling SwiftParser Parser+TokenSpecSet.swift
[1114/1126] Compiling SwiftParser TokenSpecStaticMembers.swift
[1119/1162] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1120/1163] Compiling SwiftOperators PrecedenceGroup.swift
[1121/1164] Compiling SwiftOperators PrecedenceGraph.swift
[1122/1164] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1123/1165] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1124/1165] Compiling SwiftOperators OperatorTable.swift
[1125/1165] Compiling SwiftOperators OperatorTable+Defaults.swift
[1126/1165] Compiling SwiftOperators OperatorTable+Semantics.swift
[1127/1165] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1128/1165] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1129/1165] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1130/1165] Compiling SwiftOperators SyntaxSynthesis.swift
[1131/1165] Compiling SwiftOperators OperatorError.swift
[1132/1165] Compiling SwiftOperators Operator.swift
[1133/1165] Emitting module SwiftOperators
[1134/1165] Compiling SwiftOperators OperatorTable+Folding.swift
[1135/1165] Compiling SwiftOperators OperatorError+Diagnostics.swift
[1136/1165] Compiling SwiftParserDiagnostics Utils.swift
[1137/1165] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1138/1165] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1139/1165] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1141/1165] Compiling SwiftParserDiagnostics Utils.swift
[1142/1165] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1143/1165] Emitting module SwiftParserDiagnostics
[1144/1165] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1145/1165] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[1146/1165] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[1147/1165] Emitting module SwiftParserDiagnostics
[1148/1165] Compiling SwiftParserDiagnostics MissingNodesError.swift
[1149/1165] Compiling SwiftParserDiagnostics MissingTokenError.swift
[1150/1165] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[1151/1165] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[1158/1195] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1159/1196] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1160/1196] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1161/1196] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1162/1196] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1163/1196] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1164/1196] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1165/1196] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1166/1196] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1167/1196] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1168/1196] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1169/1196] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1170/1197] Emitting module SwiftSyntaxBuilder
[1171/1197] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1172/1197] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1175/1197] Compiling SwiftSyntaxBuilder Indenter.swift
[1176/1197] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1177/1197] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1178/1197] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1185/1197] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1189/1197] Emitting module SwiftSyntaxBuilder
[1190/1263] Compiling SwiftSyntaxMacros PreambleMacro.swift
[1191/1264] Compiling SwiftSyntaxMacros MemberMacro.swift
[1192/1264] Compiling SwiftSyntaxMacros PeerMacro.swift
[1193/1264] Compiling SwiftSyntaxMacros Macro.swift
[1194/1264] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[1195/1264] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[1196/1264] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[1197/1264] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[1198/1266] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[1199/1266] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[1200/1266] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[1201/1266] Compiling SwiftSyntaxMacros Macro+Format.swift
[1203/1266] Compiling SwiftSyntaxMacros AccessorMacro.swift
[1204/1266] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[1205/1266] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[1206/1266] Compiling SwiftSyntaxMacros AttachedMacro.swift
[1207/1266] Compiling SwiftSyntaxMacros BodyMacro.swift
[1208/1266] Emitting module SwiftSyntaxMacros
[1211/1266] Compiling SafeDICore TypeDescription.swift
[1212/1266] Compiling SafeDICore UnorderedEquatingCollection.swift
[1213/1266] Emitting module SafeDICore
[1214/1266] Compiling SafeDICore Scope.swift
[1215/1266] Compiling SafeDICore Dependency.swift
[1216/1266] Compiling SafeDICore ImportStatement.swift
[1217/1266] Compiling SafeDICore DiagnosticExtensions.swift
[1218/1266] Compiling SafeDICore Property.swift
[1219/1266] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[1220/1266] Emitting module SafeDICore
[1224/1278] Compiling SafeDICore FileVisitor.swift
[1225/1278] Compiling SafeDICore InstantiableVisitor.swift
[1261/1282] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[1262/1282] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[1263/1282] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[1264/1282] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[1265/1282] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[1266/1282] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[1267/1282] Emitting module SwiftSyntaxMacroExpansion
[1268/1282] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[1269/1282] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[1270/1282] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[1271/1294] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[1272/1294] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[1273/1295] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[1274/1295] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[1275/1295] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[1276/1295] Emitting module SwiftCompilerPluginMessageHandling
[1277/1295] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[1278/1295] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[1279/1295] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[1280/1295] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[1281/1295] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[1282/1295] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[1283/1295] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[1284/1297] Emitting module SwiftCompilerPlugin
[1285/1297] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[1286/1301] Compiling SafeDIMacros SafeDIMacroPlugin.swift
[1287/1301] Compiling SafeDIMacros InstantiableMacro.swift
[1288/1301] Compiling SafeDIMacros InjectableMacro.swift
[1289/1301] Emitting module SafeDIMacros
[1290/1301] Emitting module SafeDITool
[1291/1301] Compiling SafeDITool SafeDITool.swift
[1291/1301] Write Objects.LinkFileList
[1294/1301] Emitting module SafeDITool
[1295/1301] Compiling SafeDITool SafeDITool.swift
[1295/1301] Write Objects.LinkFileList
[1296/1301] Linking SafeDIMacros-tool
[1297/1319] Linking SafeDITool
[1299/1319] Compiling SafeDI SendableInstantiator.swift
[1300/1319] Compiling SafeDI SendableErasedInstantiator.swift
[1301/1319] Compiling SafeDI SendableInstantiator.swift
[1302/1319] Compiling SafeDI SendableErasedInstantiator.swift
[1302/1319] Applying SafeDITool
[1303/1319] Linking SafeDITool-tool
[1304/1319] Applying SafeDITool-tool
[1306/1319] Compiling SafeDI Forwarded.swift
[1307/1319] Compiling SafeDI ErasedInstantiator.swift
[1308/1319] Compiling SafeDI Instantiated.swift
[1309/1319] Compiling SafeDI Instantiator.swift
[1310/1319] Compiling SafeDI Instantiated.swift
[1311/1319] Compiling SafeDI Instantiable.swift
[1312/1319] Compiling SafeDI Forwarded.swift
[1313/1319] Compiling SafeDI Received.swift
[1314/1319] Compiling SafeDI Instantiator.swift
[1315/1319] Compiling SafeDI Received.swift
[1316/1319] Emitting module SafeDI
[1317/1319] Compiling SafeDI ErasedInstantiator.swift
[1318/1319] Compiling SafeDI Instantiable.swift
[1319/1319] Emitting module SafeDI
Build complete! (58.98s)
Fetching https://github.com/pointfreeco/swift-macro-testing.git
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-argument-parser.git from cache
Fetching https://github.com/swiftlang/swift-syntax.git from cache
[1/932] Fetching swift-macro-testing
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (0.90s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (3.63s)
Fetched https://github.com/apple/swift-collections.git from cache (3.65s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (3.68s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.4 (4.27s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing from cache
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (1.92s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (5.63s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.2 (0.54s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.7 (0.52s)
Fetching https://github.com/pointfreeco/swift-custom-dump from cache
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (1.03s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (1.54s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.72s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.31s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.8.0 (0.48s)
Creating working copy for https://github.com/pointfreeco/swift-macro-testing.git
Working copy of https://github.com/pointfreeco/swift-macro-testing.git resolved at 0.6.4
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.8.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.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.18.7
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.2
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "603.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing.git"
    }
  ],
  "manifest_display_name" : "SafeDI",
  "name" : "SafeDI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SafeDI",
      "targets" : [
        "SafeDI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SafeDIGenerator",
      "targets" : [
        "SafeDIGenerator"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "SafeDIPrebuiltGenerator",
      "targets" : [
        "SafeDIPrebuiltGenerator"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "InstallSafeDITool",
      "targets" : [
        "InstallSafeDITool"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "SafeDITool",
      "targets" : [
        "SafeDITool"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SafeDIMacros",
      "targets" : [
        "SafeDIMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SafeDIToolTests",
      "module_type" : "SwiftTarget",
      "name" : "SafeDIToolTests",
      "path" : "Tests/SafeDIToolTests",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "sources" : [
        "Helpers/SafeDIToolTestExecution.swift",
        "SafeDIToolCodeGenerationErrorTests.swift",
        "SafeDIToolCodeGenerationTests.swift",
        "SafeDIToolDOTGenerationTests.swift"
      ],
      "target_dependencies" : [
        "SafeDITool"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDITool",
      "module_type" : "SwiftTarget",
      "name" : "SafeDITool",
      "path" : "Sources/SafeDITool",
      "product_dependencies" : [
        "ArgumentParser",
        "SwiftParser"
      ],
      "product_memberships" : [
        "SafeDIGenerator",
        "SafeDITool"
      ],
      "sources" : [
        "SafeDITool.swift"
      ],
      "target_dependencies" : [
        "SafeDICore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SafeDITests",
      "module_type" : "SwiftTarget",
      "name" : "SafeDITests",
      "path" : "Tests/SafeDITests",
      "sources" : [
        "ErasedInstantiatorTests.swift",
        "InstantiatorTests.swift",
        "SendableErasedInstantiatorTests.swift",
        "SendableInstantiatorTests.swift"
      ],
      "target_dependencies" : [
        "SafeDI",
        "SafeDICore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDIPrebuiltGenerator",
      "module_type" : "PluginTarget",
      "name" : "SafeDIPrebuiltGenerator",
      "path" : "Plugins/SafeDIPrebuiltGenerator",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "SafeDIPrebuiltGenerator"
      ],
      "sources" : [
        "SafeDIGenerateDependencyTree.swift",
        "Shared.swift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SafeDIMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "SafeDIMacrosTests",
      "path" : "Tests/SafeDIMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport",
        "MacroTesting"
      ],
      "sources" : [
        "InjectableMacroTests.swift",
        "InstantiableMacroTests.swift"
      ],
      "target_dependencies" : [
        "SafeDIMacros",
        "SafeDICore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDIMacros",
      "module_type" : "SwiftTarget",
      "name" : "SafeDIMacros",
      "path" : "Sources/SafeDIMacros",
      "product_dependencies" : [
        "SwiftCompilerPlugin",
        "SwiftDiagnostics",
        "SwiftSyntax",
        "SwiftSyntaxBuilder",
        "SwiftSyntaxMacros"
      ],
      "product_memberships" : [
        "SafeDI",
        "SafeDIMacros"
      ],
      "sources" : [
        "Macros/InjectableMacro.swift",
        "Macros/InstantiableMacro.swift",
        "SafeDIMacroPlugin.swift"
      ],
      "target_dependencies" : [
        "SafeDICore"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SafeDIGenerator",
      "module_type" : "PluginTarget",
      "name" : "SafeDIGenerator",
      "path" : "Plugins/SafeDIGenerator",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "SafeDIGenerator"
      ],
      "sources" : [
        "SafeDIGenerateDependencyTree.swift",
        "Shared.swift"
      ],
      "target_dependencies" : [
        "SafeDITool"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SafeDICoreTests",
      "module_type" : "SwiftTarget",
      "name" : "SafeDICoreTests",
      "path" : "Tests/SafeDICoreTests",
      "sources" : [
        "FileVisitorTests.swift",
        "InitializerTests.swift",
        "TypeDescriptionTests.swift",
        "UnorderedEquatingCollectionTests.swift"
      ],
      "target_dependencies" : [
        "SafeDICore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDICore",
      "module_type" : "SwiftTarget",
      "name" : "SafeDICore",
      "path" : "Sources/SafeDICore",
      "product_dependencies" : [
        "Collections",
        "SwiftDiagnostics",
        "SwiftSyntax",
        "SwiftSyntaxBuilder"
      ],
      "product_memberships" : [
        "SafeDI",
        "SafeDIGenerator",
        "SafeDITool",
        "SafeDIMacros"
      ],
      "sources" : [
        "Errors/DiagnosticError.swift",
        "Errors/FixableInjectableError.swift",
        "Errors/FixableInstantiableError.swift",
        "Extensions/AttributeListSyntaxElementExtensions.swift",
        "Extensions/AttributeListSyntaxExtensions.swift",
        "Extensions/AttributeSyntaxExtensions.swift",
        "Extensions/CollectionExtensions.swift",
        "Extensions/DeclModifierListSyntaxExtensions.swift",
        "Extensions/DiagnosticExtensions.swift",
        "Extensions/ImportDeclSyntaxExtensions.swift",
        "Extensions/PatternBindingSyntaxExtensions.swift",
        "Generators/DependencyTreeGenerator.swift",
        "Generators/ScopeGenerator.swift",
        "Models/ConcreteDeclSyntaxProtocol.swift",
        "Models/ConcreteDeclType.swift",
        "Models/Dependency.swift",
        "Models/ImportStatement.swift",
        "Models/Initializer.swift",
        "Models/InstantiableStruct.swift",
        "Models/Property.swift",
        "Models/Scope.swift",
        "Models/TypeDescription.swift",
        "Models/UnorderedEquatingCollection.swift",
        "Visitors/FileVisitor.swift",
        "Visitors/InstantiableVisitor.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SafeDI",
      "module_type" : "SwiftTarget",
      "name" : "SafeDI",
      "path" : "Sources/SafeDI",
      "product_memberships" : [
        "SafeDI"
      ],
      "sources" : [
        "Decorators/Forwarded.swift",
        "Decorators/Instantiable.swift",
        "Decorators/Instantiated.swift",
        "Decorators/Received.swift",
        "DelayedInstantiation/ErasedInstantiator.swift",
        "DelayedInstantiation/Instantiator.swift",
        "DelayedInstantiation/SendableErasedInstantiator.swift",
        "DelayedInstantiation/SendableInstantiator.swift"
      ],
      "target_dependencies" : [
        "SafeDIMacros"
      ],
      "type" : "library"
    },
    {
      "c99name" : "InstallSafeDITool",
      "module_type" : "PluginTarget",
      "name" : "InstallSafeDITool",
      "path" : "Plugins/InstallSafeDITool",
      "plugin_capability" : {
        "intent" : {
          "description" : "Installs a release version of the SafeDITool build plugin executable.",
          "type" : "custom",
          "verb" : "safedi-release-install"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "Downloads the SafeDI release build plugin executable into your project directory.",
            "type" : "writeToPackageDirectory"
          },
          {
            "network_scope" : {
              "all" : {
                "ports" : [
                ]
              }
            },
            "reason" : "Downloads the SafeDI release build plugin executable from GitHub.",
            "type" : "allowNetworkConnections"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "InstallSafeDITool"
      ],
      "sources" : [
        "InstallCLIPluginCommand.swift",
        "Shared.swift"
      ],
      "type" : "plugin"
    }
  ],
  "tools_version" : "6.0"
}
Done.