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 main (2227da), with Swift 6.1 for macOS (SPM) on 5 Dec 2025 16:29:52 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dfed/SafeDI
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2227da8 Improve unexpected swift nodes test
Cloned https://github.com/dfed/SafeDI.git
Revision (git rev-parse @):
2227da8a598bb6db1690f97d866607b7a900455b
SUCCESS checkout https://github.com/dfed/SafeDI.git at main
========================================
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
[43/72] Write SafeDITool-entitlement.plist
[43/72] Write sources
[43/72] Write SafeDITool-tool-entitlement.plist
[43/72] Write sources
[61/72] Write swift-version-2F0A5646E1D333AE.txt
[62/103] Compiling _SwiftSyntaxCShims PlatformMutex.c
[64/103] Emitting module SwiftSyntax602
[65/103] Compiling SwiftSyntax602 Empty.swift
[66/103] Emitting module SwiftSyntax510
[67/103] Compiling SwiftSyntax510 Empty.swift
[68/103] Emitting module SwiftSyntax601
[69/103] Compiling SwiftSyntax601 Empty.swift
[70/103] Emitting module SwiftSyntax602
[71/103] Compiling SwiftSyntax602 Empty.swift
[71/103] Compiling _SwiftSyntaxCShims PlatformMutex.c
[73/103] Compiling ArgumentParserToolInfo ToolInfo.swift
[74/103] Emitting module ArgumentParserToolInfo
[75/103] Emitting module SwiftSyntax600
[76/103] Compiling SwiftSyntax600 Empty.swift
[77/103] Emitting module ArgumentParserToolInfo
[78/103] Compiling ArgumentParserToolInfo ToolInfo.swift
[79/103] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[80/104] Compiling InternalCollectionsUtilities Descriptions.swift
[81/104] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[82/104] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[83/104] Compiling InternalCollectionsUtilities Debugging.swift
[84/108] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[85/114] Emitting module SwiftSyntax601
[86/114] Compiling SwiftSyntax601 Empty.swift
[87/114] Emitting module SwiftSyntax600
[88/114] Compiling SwiftSyntax600 Empty.swift
[89/131] Emitting module SwiftSyntax510
[90/131] Compiling SwiftSyntax510 Empty.swift
[91/131] Compiling SwiftSyntax509 Empty.swift
[92/131] Emitting module SwiftSyntax509
[93/131] Compiling SwiftSyntax509 Empty.swift
[94/131] Emitting module SwiftSyntax509
[95/223] Compiling ArgumentParser DumpHelpGenerator.swift
[96/223] Compiling ArgumentParser HelpCommand.swift
[97/223] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[98/223] Compiling ArgumentParser ArgumentDiscussion.swift
[99/223] Compiling ArgumentParser ArgumentHelp.swift
[100/223] Emitting module InternalCollectionsUtilities
[101/351] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[102/351] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[103/352] Compiling SwiftSyntax Convenience.swift
[104/352] Compiling SwiftSyntax SyntaxProtocol.swift
[105/352] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[106/352] Compiling SwiftSyntax Assert.swift
[107/352] Compiling SwiftSyntax BumpPtrAllocator.swift
[108/352] Compiling SwiftSyntax CommonAncestor.swift
[109/352] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[110/352] Compiling SwiftSyntax SyntaxText.swift
[111/352] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[118/352] Compiling SwiftSyntax TokenDiagnostic.swift
[119/352] Compiling SwiftSyntax TokenSequence.swift
[120/352] Compiling SwiftSyntax TokenSyntax.swift
[121/352] Compiling SwiftSyntax Trivia.swift
[122/352] Compiling SwiftSyntax AbsolutePosition.swift
[123/352] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[124/352] Emitting module InternalCollectionsUtilities
[125/579] Compiling HashTreeCollections _Bucket.swift
[126/579] Compiling HashTreeCollections _Hash.swift
[127/580] Compiling DequeModule _DequeBufferHeader.swift
[128/635] Compiling DequeModule _DequeBuffer.swift
[129/635] Compiling HeapModule _HeapNode.swift
[130/635] Compiling DequeModule _DequeSlot.swift
[131/635] Compiling HeapModule Heap.swift
[132/635] Compiling BitCollections BitArray+Copy.swift
[133/635] Compiling BitCollections BitArray+CustomReflectable.swift
[134/635] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[135/635] Compiling HeapModule Heap+UnsafeHandle.swift
[136/635] Compiling HeapModule Heap+Invariants.swift
[137/635] Compiling HeapModule Heap+Descriptions.swift
[138/635] Emitting module HeapModule
[139/635] Compiling BitCollections BitArray+Descriptions.swift
[140/635] Compiling BitCollections BitArray+Equatable.swift
[141/635] Compiling DequeModule _UnsafeWrappedBuffer.swift
[142/635] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[143/635] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[144/635] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[145/635] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[146/635] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[147/635] Compiling BitCollections BitArray+Hashable.swift
[148/635] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[149/635] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[150/635] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[151/635] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[152/635] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[153/635] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[154/641] Compiling BitCollections BitArray+Initializers.swift
[155/641] Compiling BitCollections BitArray+Invariants.swift
[156/641] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[157/641] Compiling BitCollections BitArray+RandomBits.swift
[158/641] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[159/641] Compiling HashTreeCollections TreeDictionary+Values.swift
[160/711] Compiling _RopeModule BigString+Summary.swift
[161/711] Compiling _RopeModule BigString.swift
[162/711] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[163/711] Compiling _RopeModule BigString+Chunk+Breaks.swift
[164/711] Compiling _RopeModule BigString+UTF8View.swift
[165/711] Compiling _RopeModule Rope+Append.swift
[166/711] Compiling _RopeModule Rope+Extract.swift
[167/711] Compiling _RopeModule Rope+Find.swift
[168/711] Compiling _RopeModule Rope+ForEachWhile.swift
[169/711] Compiling _RopeModule Rope+Insert.swift
[170/711] Compiling _RopeModule Rope+Join.swift
[171/711] Compiling _RopeModule Rope+MutatingForEach.swift
[172/711] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[173/711] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[174/711] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[175/711] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[176/711] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[177/711] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[178/711] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[179/711] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[180/719] Compiling _RopeModule Rope+Invariants.swift
[181/719] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[182/719] Compiling _RopeModule BigString+Hashing.swift
[183/719] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[184/719] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[185/719] Compiling _RopeModule BigString+Sequence.swift
[186/719] Compiling _RopeModule BigString+TextOutputStream.swift
[187/719] Compiling _RopeModule BigString+Append.swift
[188/719] Compiling _RopeModule BigString+Metrics.swift
[193/719] Compiling _RopeModule BigString+Chunk+Counts.swift
[194/719] Compiling _RopeModule BigString+Builder.swift
[195/719] Compiling _RopeModule BigString+Contents.swift
[196/719] Compiling _RopeModule BigString+Chunk.swift
[197/719] Compiling _RopeModule BigString+BidirectionalCollection.swift
[198/719] Compiling _RopeModule BigString+Comparable.swift
[199/719] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[200/719] Compiling _RopeModule BigString+CustomStringConvertible.swift
[201/719] Compiling _RopeModule BigString+Equatable.swift
[202/719] Compiling _RopeModule RopeSummary.swift
[203/719] Compiling _RopeModule _RopeItem.swift
[204/719] Compiling _RopeModule _RopePath.swift
[205/719] Compiling _RopeModule _RopeVersion.swift
[206/719] Compiling _RopeModule Rope+Collection.swift
[207/719] Compiling _RopeModule Rope+Index.swift
[208/719] Emitting module BitCollections
[209/724] Compiling _RopeModule BigString+Initializers.swift
[210/724] Compiling BitCollections BitSet.swift
[211/724] Compiling BitCollections Range+Utilities.swift
[212/724] Compiling BitCollections Slice+Utilities.swift
[213/724] Compiling BitCollections UInt+Tricks.swift
[214/724] Compiling BitCollections _Word.swift
[215/724] Compiling _RopeModule Range+BigString.swift
[216/724] Compiling _RopeModule BigString+UTF16View.swift
[217/724] Compiling _RopeModule BigString+Chunk+Description.swift
[218/724] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[219/724] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[220/724] Compiling _RopeModule Rope+_Node.swift
[221/724] Compiling _RopeModule Rope+_Storage.swift
[222/724] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[223/724] Compiling _RopeModule Rope+_UnsafeHandle.swift
[224/724] Compiling _RopeModule Rope.swift
[225/724] Compiling _RopeModule RopeElement.swift
[226/724] Compiling _RopeModule RopeMetric.swift
[227/724] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[228/724] Compiling _RopeModule BigString+Chunk+Splitting.swift
[229/724] Emitting module DequeModule
[246/731] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[247/731] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[248/731] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[249/731] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[250/731] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[251/731] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[252/731] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[253/731] Compiling HashTreeCollections TreeSet.swift
[254/731] Compiling _RopeModule BigSubstring.swift
[255/731] Compiling _RopeModule Rope+Builder.swift
[256/731] Compiling _RopeModule Rope+Debugging.swift
[267/731] Compiling _RopeModule Rope+Sequence.swift
[268/731] Compiling _RopeModule BigString+UnicodeScalarView.swift
[269/731] Compiling _RopeModule BigSubstring+UTF16View.swift
[270/731] Compiling _RopeModule BigSubstring+UTF8View.swift
[271/731] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[272/731] Compiling _RopeModule BigString+Iterators.swift
[280/731] Compiling _RopeModule BigString+Debugging.swift
[281/731] Compiling _RopeModule BigString+Index.swift
[282/731] Compiling _RopeModule BigString+Ingester.swift
[283/731] Compiling _RopeModule BigString+Invariants.swift
[291/787] Compiling OrderedCollections OrderedDictionary.swift
[292/787] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[293/787] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[294/787] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[295/787] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[296/787] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[297/787] Compiling OrderedCollections OrderedSet+Sendable.swift
[298/787] Compiling OrderedCollections OrderedSet+Codable.swift
[299/787] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[300/787] Compiling OrderedCollections OrderedSet+Descriptions.swift
[301/787] Compiling OrderedCollections OrderedSet+Diffing.swift
[302/787] Compiling OrderedCollections OrderedSet+Equatable.swift
[303/787] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[304/787] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[305/787] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[306/787] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[307/787] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[308/787] Compiling OrderedCollections OrderedDictionary+Values.swift
[309/787] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[310/787] Compiling OrderedCollections OrderedDictionary+Elements.swift
[311/787] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[312/787] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[313/787] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[314/787] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[315/787] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[316/787] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[317/787] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[318/787] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[319/787] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[320/787] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[321/787] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[329/787] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[330/787] Compiling OrderedCollections _Hashtable+Header.swift
[331/787] Compiling OrderedCollections OrderedDictionary+Codable.swift
[332/787] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[333/787] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[334/787] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[335/787] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[336/787] Compiling OrderedCollections OrderedSet+Hashable.swift
[337/787] Compiling OrderedCollections OrderedSet+Initializers.swift
[338/787] Compiling OrderedCollections _HashTable+Bucket.swift
[339/787] Compiling OrderedCollections _HashTable+BucketIterator.swift
[340/787] Compiling OrderedCollections _HashTable+Constants.swift
[341/787] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[342/787] Compiling OrderedCollections _HashTable+Testing.swift
[343/787] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[344/787] Compiling OrderedCollections _HashTable.swift
[365/800] Compiling OrderedCollections OrderedSet+SubSequence.swift
[366/800] Compiling OrderedCollections OrderedSet+Testing.swift
[367/800] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[368/800] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[369/800] Compiling OrderedCollections OrderedSet.swift
[370/800] Compiling OrderedCollections _UnsafeBitset.swift
[378/800] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[394/807] Compiling OrderedCollections OrderedSet+Invariants.swift
[395/807] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[402/807] Compiling HeapModule Heap.swift
[403/807] Compiling HeapModule Heap+Invariants.swift
[404/807] Compiling HeapModule Heap+Descriptions.swift
[405/807] Compiling HeapModule _HeapNode.swift
[406/807] Compiling HeapModule Heap+UnsafeHandle.swift
[419/807] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[420/807] Emitting module HeapModule
[421/807] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[422/807] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[423/807] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[424/807] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[436/807] Emitting module OrderedCollections
[452/814] Compiling OrderedCollections OrderedSet+Insertions.swift
[456/908] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[457/908] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[458/908] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[459/908] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[460/908] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[461/908] Compiling HashTreeCollections _HashNode+Structural merge.swift
[462/908] Compiling HashTreeCollections TreeDictionary+Values.swift
[463/908] Compiling HashTreeCollections TreeDictionary.swift
[464/908] Compiling HashTreeCollections TreeSet+Codable.swift
[465/908] Compiling HashTreeCollections TreeSet+Collection.swift
[466/908] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[467/908] Compiling HashTreeCollections TreeSet+Debugging.swift
[468/908] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[469/908] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[470/908] Compiling HashTreeCollections _HashNode+Structural union.swift
[471/908] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[472/908] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[473/908] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[474/908] Compiling HashTreeCollections _HashNode+Lookups.swift
[475/908] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[476/908] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[477/908] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[478/908] Compiling HashTreeCollections _HashNode+Storage.swift
[479/908] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[480/908] Compiling HashTreeCollections _HashNode+Structural filter.swift
[507/908] Compiling HashTreeCollections TreeSet+Descriptions.swift
[508/908] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[509/908] Emitting module _RopeModule
[510/908] Compiling HashTreeCollections TreeSet+Equatable.swift
[511/908] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[512/908] Compiling HashTreeCollections TreeSet+Extras.swift
[513/908] Compiling HashTreeCollections TreeSet+Filter.swift
[514/908] Compiling HashTreeCollections TreeSet+Hashable.swift
[515/908] Compiling HashTreeCollections TreeSet+Sendable.swift
[516/908] Compiling HashTreeCollections TreeSet+Sequence.swift
[531/908] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[532/916] Compiling HashTreeCollections _HashTreeIterator.swift
[533/916] Compiling HashTreeCollections _HashTreeStatistics.swift
[534/916] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[535/916] Compiling HashTreeCollections _AncestorHashSlots.swift
[536/916] Compiling HashTreeCollections _Bitmap.swift
[537/916] Compiling HashTreeCollections _Bucket.swift
[538/916] Compiling HashTreeCollections _Hash.swift
[539/916] Compiling HashTreeCollections _HashLevel.swift
[543/916] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[544/916] Compiling HashTreeCollections _HashNode.swift
[545/916] Compiling HashTreeCollections _HashNodeHeader.swift
[546/916] Compiling HashTreeCollections _HashSlot.swift
[547/916] Compiling HashTreeCollections _HashStack.swift
[548/916] Compiling HashTreeCollections _HashNode+Builder.swift
[549/916] Compiling HashTreeCollections _HashNode+Debugging.swift
[550/916] Compiling HashTreeCollections _HashNode+Initializers.swift
[551/916] Compiling HashTreeCollections _HashNode+Invariants.swift
[552/916] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[553/916] Compiling HashTreeCollections TreeDictionary+Filter.swift
[554/916] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[555/916] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[556/916] Compiling HashTreeCollections TreeDictionary+Codable.swift
[557/916] Compiling HashTreeCollections TreeDictionary+Collection.swift
[558/916] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[559/916] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[560/916] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[561/916] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[566/916] Compiling HashTreeCollections TreeDictionary+Keys.swift
[567/916] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[568/916] Compiling HashTreeCollections TreeDictionary+Merge.swift
[569/916] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[570/916] Compiling DequeModule _DequeBuffer.swift
[571/916] Compiling DequeModule _DequeSlot.swift
[572/916] Compiling DequeModule _DequeBufferHeader.swift
[579/972] Compiling BitCollections BitArray+Shifts.swift
[580/972] Compiling BitCollections BitArray+Testing.swift
[581/972] Compiling BitCollections BitArray._UnsafeHandle.swift
[582/972] Compiling BitCollections BitArray.swift
[583/972] Compiling BitCollections BitSet+BidirectionalCollection.swift
[584/972] Compiling BitCollections BitSet+Codable.swift
[585/972] Compiling BitCollections BitArray+Descriptions.swift
[586/979] Compiling BitCollections BitSet+SetAlgebra union.swift
[587/979] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[588/979] Compiling BitCollections BitSet.Counted.swift
[589/979] Compiling BitCollections BitSet.Index.swift
[590/979] Compiling BitCollections BitSet._UnsafeHandle.swift
[591/979] Compiling HashTreeCollections _UnsafePath.swift
[598/979] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[599/979] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[600/979] Emitting module _RopeModule
[601/979] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[602/979] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[603/979] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[604/979] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[605/979] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[606/979] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[607/979] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[608/979] Compiling HashTreeCollections TreeSet.swift
[609/979] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[616/979] Compiling DequeModule _UnsafeWrappedBuffer.swift
[617/979] Compiling BitCollections BitArray+Initializers.swift
[618/979] Compiling BitCollections BitArray+Invariants.swift
[619/979] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[620/979] Compiling BitCollections BitArray+RandomBits.swift
[621/979] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[622/979] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[623/979] Compiling BitCollections BitSet+CustomReflectable.swift
[624/979] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[625/979] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[626/979] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[627/979] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[628/979] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[629/979] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[630/979] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[631/979] Compiling BitCollections BitArray+Hashable.swift
[632/979] Compiling BitCollections BitSet+CustomStringConvertible.swift
[633/979] Compiling BitCollections BitSet+Equatable.swift
[634/979] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[635/979] Compiling BitCollections BitSet+Extras.swift
[636/979] Compiling BitCollections BitArray+BitwiseOperations.swift
[637/979] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[638/979] Compiling BitCollections BitArray+Codable.swift
[639/979] Compiling BitCollections BitArray+Collection.swift
[646/979] Emitting module DequeModule
[647/979] Emitting module OrderedCollections
[648/979] Emitting module HashTreeCollections
[650/981] Compiling BitCollections BitArray+Equatable.swift
[651/981] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[652/981] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[653/981] Compiling BitCollections BitArray+Extras.swift
[654/981] Compiling BitCollections BitArray+Fill.swift
[655/981] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[656/981] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[657/981] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[658/981] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[659/981] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[660/981] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[661/986] Emitting module Collections
[662/986] Compiling Collections Collections.swift
[665/986] Compiling BitCollections BitSet.swift
[666/986] Compiling BitCollections Range+Utilities.swift
[667/986] Compiling BitCollections Slice+Utilities.swift
[668/986] Compiling BitCollections UInt+Tricks.swift
[669/986] Compiling BitCollections _Word.swift
[674/986] Compiling SwiftSyntax SyntaxNodesD.swift
[675/986] Compiling SwiftSyntax SyntaxNodesEF.swift
[676/986] Compiling SwiftSyntax SyntaxNodesGHI.swift
[677/986] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[678/986] Compiling SwiftSyntax SyntaxNodesOP.swift
[679/986] Compiling SwiftSyntax SyntaxNodesQRS.swift
[685/990] Emitting module ArgumentParser
[686/990] Emitting module BitCollections
[696/990] Compiling BitCollections BitSet+Hashable.swift
[697/990] Compiling BitCollections BitSet+Initializers.swift
[698/990] Compiling ArgumentParser UniqueNamesValidator.swift
[746/990] Compiling BitCollections BitSet+Invariants.swift
[747/990] Compiling BitCollections BitSet+Random.swift
[748/990] Compiling BitCollections BitSet+SetAlgebra basics.swift
[753/990] Compiling ArgumentParser NonsenseFlagsValidator.swift
[754/990] Compiling ArgumentParser ParsableArgumentsValidation.swift
[755/990] Compiling ArgumentParser PositionalArgumentsValidator.swift
[792/990] Emitting module HashTreeCollections
[793/992] Compiling Collections Collections.swift
[794/992] Emitting module Collections
[865/996] Emitting module ArgumentParser
[871/996] Compiling ArgumentParser NonsenseFlagsValidator.swift
[872/996] Compiling ArgumentParser ParsableArgumentsValidation.swift
[873/996] Compiling ArgumentParser PositionalArgumentsValidator.swift
[874/996] Compiling ArgumentParser UniqueNamesValidator.swift
[875/996] Emitting module SwiftSyntax
[989/1056] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[990/1056] Compiling SwiftDiagnostics Message.swift
[991/1057] Compiling SwiftBasicFormat Syntax+Extensions.swift
[992/1057] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[993/1117] Compiling SwiftDiagnostics Note.swift
[994/1117] Compiling SwiftBasicFormat InferIndentation.swift
[995/1117] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[996/1117] Compiling SwiftDiagnostics FixIt.swift
[997/1117] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[998/1117] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[999/1117] Compiling SwiftDiagnostics Diagnostic.swift
[1000/1117] Compiling SwiftDiagnostics Convenience.swift
[1001/1117] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[1002/1117] Emitting module SwiftDiagnostics
[1003/1117] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1004/1117] Compiling SwiftDiagnostics Message.swift
[1005/1118] Compiling SwiftDiagnostics Note.swift
[1006/1118] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1007/1118] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1008/1118] Compiling SwiftBasicFormat Indenter.swift
[1009/1118] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1010/1118] Emitting module SwiftBasicFormat
[1011/1118] Compiling SwiftBasicFormat InferIndentation.swift
[1012/1118] Compiling SwiftDiagnostics FixIt.swift
[1013/1118] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1014/1118] Compiling SwiftBasicFormat Indenter.swift
[1015/1118] Emitting module SwiftBasicFormat
[1016/1118] Compiling SwiftBasicFormat BasicFormat.swift
[1017/1118] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[1018/1118] Compiling SwiftDiagnostics Convenience.swift
[1019/1118] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1020/1118] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[1021/1118] Emitting module SwiftDiagnostics
[1022/1118] Compiling SwiftDiagnostics Diagnostic.swift
[1023/1118] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1024/1118] Compiling SwiftBasicFormat BasicFormat.swift
[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 SwiftParserCompatibility.swift
[1030/1122] Compiling SwiftParser SwiftVersion.swift
[1031/1122] Compiling SwiftParser SyntaxUtils.swift
[1032/1122] Compiling SwiftParser RegexLiteralLexer.swift
[1033/1122] Compiling SwiftParser UnicodeScalarExtensions.swift
[1034/1122] Compiling SwiftParser Lookahead.swift
[1035/1122] Compiling SwiftParser LoopProgressCondition.swift
[1036/1122] Compiling SwiftParser Modifiers.swift
[1037/1122] Compiling SwiftParser Nominals.swift
[1038/1122] Compiling SwiftParser Parameters.swift
[1039/1122] Compiling SwiftParser ParseSourceFile.swift
[1040/1122] Compiling SwiftParser Parser.swift
[1041/1122] Compiling SwiftParser Declarations.swift
[1042/1122] Emitting module SwiftParser
[1047/1126] Compiling SwiftParser StringLiterals.swift
[1056/1126] Compiling SwiftParser Directives.swift
[1057/1126] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[1058/1126] Compiling SwiftParser Expressions.swift
[1059/1126] Compiling SwiftParser IncrementalParseTransition.swift
[1060/1126] Compiling SwiftParser Patterns.swift
[1061/1126] Compiling SwiftParser Recovery.swift
[1062/1126] Compiling SwiftParser Specifiers.swift
[1063/1126] Compiling SwiftParser Statements.swift
[1064/1126] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1066/1126] Compiling SwiftParser Cursor.swift
[1067/1126] Compiling SwiftParser Lexeme.swift
[1068/1126] Compiling SwiftParser LexemeSequence.swift
[1069/1126] Compiling SwiftParser Lexer.swift
[1070/1126] Compiling SwiftParser Names.swift
[1071/1126] Emitting module SwiftParser
[1072/1126] Compiling SwiftParser Attributes.swift
[1073/1126] Compiling SwiftParser Availability.swift
[1074/1126] Compiling SwiftParser CharacterInfo.swift
[1075/1126] Compiling SwiftParser CollectionNodes+Parsable.swift
[1076/1126] Compiling SwiftParser CompilerFiles.swift
[1077/1126] Compiling SwiftParser IsValidIdentifier.swift
[1082/1126] Compiling SwiftParser TokenConsumer.swift
[1083/1126] Compiling SwiftParser TokenPrecedence.swift
[1084/1126] Compiling SwiftParser TokenSpec.swift
[1085/1126] Compiling SwiftParser TokenSpecSet.swift
[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 SwiftOperators PrecedenceGroup.swift
[1120/1163] Compiling SwiftOperators PrecedenceGraph.swift
[1121/1163] Compiling SwiftOperators OperatorTable.swift
[1122/1163] Compiling SwiftOperators SyntaxSynthesis.swift
[1123/1163] Compiling SwiftParserDiagnostics Utils.swift
[1124/1163] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1125/1163] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1126/1163] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1127/1163] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1128/1163] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1129/1164] Compiling SwiftOperators OperatorTable+Semantics.swift
[1130/1164] Compiling SwiftOperators OperatorTable+Defaults.swift
[1131/1164] Compiling SwiftOperators OperatorError+Diagnostics.swift
[1132/1164] Compiling SwiftOperators Operator.swift
[1133/1164] Compiling SwiftOperators OperatorError.swift
[1134/1164] Emitting module SwiftOperators
[1135/1164] Compiling SwiftOperators OperatorTable+Folding.swift
[1136/1164] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1137/1164] Compiling SwiftParserDiagnostics Utils.swift
[1138/1164] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1139/1165] Compiling SwiftParserDiagnostics MissingNodesError.swift
[1140/1165] Compiling SwiftParserDiagnostics MissingTokenError.swift
[1141/1165] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1142/1165] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1143/1165] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1144/1165] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1145/1165] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1146/1165] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[1147/1165] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[1148/1165] Emitting module SwiftParserDiagnostics
[1149/1165] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[1150/1165] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[1153/1165] Emitting module SwiftParserDiagnostics
[1158/1195] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1159/1195] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1160/1195] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1161/1196] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1162/1196] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1163/1196] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1164/1196] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1165/1196] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1166/1196] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1169/1197] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1170/1197] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1171/1197] Compiling SwiftSyntaxBuilder Indenter.swift
[1172/1197] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1173/1197] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1174/1197] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1179/1197] Emitting module SwiftSyntaxBuilder
[1183/1197] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1184/1197] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1187/1197] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1188/1197] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1190/1263] Compiling SafeDICore TypeDescription.swift
[1191/1263] Compiling SafeDICore UnorderedEquatingCollection.swift
[1192/1263] Compiling SwiftSyntaxMacros PreambleMacro.swift
[1193/1263] Compiling SafeDICore AttributeListSyntaxElementExtensions.swift
[1194/1263] Compiling SafeDICore AttributeListSyntaxExtensions.swift
[1195/1264] Compiling SafeDICore DeclModifierListSyntaxExtensions.swift
[1196/1264] Compiling SafeDICore DiagnosticExtensions.swift
[1197/1264] Compiling SafeDICore Dependency.swift
[1198/1264] Compiling SafeDICore ImportStatement.swift
[1199/1264] Compiling SafeDICore FixableInstantiableError.swift
[1200/1264] Compiling SafeDICore Initializer.swift
[1201/1264] Compiling SafeDICore DiagnosticError.swift
[1202/1264] Compiling SafeDICore FixableInjectableError.swift
[1203/1264] Compiling SafeDICore InstantiableStruct.swift
[1204/1264] Compiling SafeDICore CollectionExtensions.swift
[1205/1264] Emitting module SwiftSyntaxMacros
[1206/1264] Compiling SafeDICore Property.swift
[1207/1264] Compiling SafeDICore Scope.swift
[1208/1264] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[1211/1264] Compiling SafeDICore AttributeSyntaxExtensions.swift
[1220/1268] Emitting module SafeDICore
[1222/1278] Compiling SafeDICore DependencyTreeGenerator.swift
[1223/1278] Compiling SafeDICore ScopeGenerator.swift
[1224/1278] Compiling SafeDICore ConcreteDeclSyntaxProtocol.swift
[1225/1278] Compiling SafeDICore ConcreteDeclType.swift
[1232/1278] Compiling SafeDICore ImportDeclSyntaxExtensions.swift
[1233/1278] Compiling SafeDICore PatternBindingSyntaxExtensions.swift
[1237/1278] Compiling SafeDICore FileVisitor.swift
[1238/1278] Compiling SafeDICore InstantiableVisitor.swift
[1261/1278] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[1262/1278] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[1263/1278] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[1264/1278] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[1265/1278] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[1266/1278] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[1267/1278] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[1268/1278] Emitting module SwiftSyntaxMacroExpansion
[1269/1278] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[1270/1278] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[1271/1294] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[1272/1295] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[1273/1295] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[1274/1295] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[1275/1295] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[1276/1295] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[1277/1295] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[1278/1295] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[1279/1295] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[1280/1295] Emitting module SwiftCompilerPluginMessageHandling
[1281/1295] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[1282/1295] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[1283/1295] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[1284/1297] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[1285/1297] Emitting module SwiftCompilerPlugin
[1286/1301] Compiling SafeDIMacros InjectableMacro.swift
[1287/1301] Compiling SafeDIMacros SafeDIMacroPlugin.swift
[1288/1301] Emitting module SafeDIMacros
[1289/1301] Compiling SafeDIMacros InstantiableMacro.swift
[1289/1301] Write Objects.LinkFileList
[1291/1301] Compiling SafeDITool SafeDITool.swift
[1292/1301] Emitting module SafeDITool
[1292/1301] Write Objects.LinkFileList
[1294/1301] Compiling SafeDITool SafeDITool.swift
[1295/1301] Emitting module SafeDITool
[1295/1301] Write Objects.LinkFileList
[1296/1301] Linking SafeDIMacros-tool
[1298/1319] Compiling SafeDI SendableErasedInstantiator.swift
[1299/1319] Compiling SafeDI SendableInstantiator.swift
[1300/1319] Compiling SafeDI Instantiator.swift
[1301/1319] Compiling SafeDI SendableInstantiator.swift
[1302/1319] Compiling SafeDI SendableErasedInstantiator.swift
[1303/1319] Compiling SafeDI Instantiator.swift
[1303/1319] Linking SafeDITool-tool
[1304/1319] Applying SafeDITool-tool
[1305/1319] Linking SafeDITool
[1306/1319] Applying SafeDITool
[1308/1319] Compiling SafeDI ErasedInstantiator.swift
[1309/1319] Compiling SafeDI Received.swift
[1310/1319] Compiling SafeDI Instantiable.swift
[1311/1319] Compiling SafeDI Received.swift
[1312/1319] Compiling SafeDI Instantiated.swift
[1314/1319] Compiling SafeDI Instantiable.swift
[1315/1319] Compiling SafeDI ErasedInstantiator.swift
[1316/1319] Compiling SafeDI Forwarded.swift
[1318/1319] Emitting module SafeDI
Build complete! (55.11s)
Fetching https://github.com/pointfreeco/swift-macro-testing.git
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetching https://github.com/apple/swift-argument-parser.git from cache
[1/932] Fetching swift-macro-testing
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (1.25s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.30s)
Fetched https://github.com/apple/swift-collections.git from cache (1.91s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (1.93s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.4 (2.49s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing from cache
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (1.95s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (5.02s)
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.50s)
Fetching https://github.com/pointfreeco/swift-custom-dump from cache
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.99s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (1.51s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.68s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.33s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.8.0 (0.50s)
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/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/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/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.2
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-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-macro-testing.git
Working copy of https://github.com/pointfreeco/swift-macro-testing.git resolved at 0.6.4
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.