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 Wasm on 5 Dec 2025 16:35:18 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/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:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/dfed/SafeDI.git
https://github.com/dfed/SafeDI.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : "/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/pointfreeco/swift-macro-testing.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/932] Fetching swift-macro-testing
[933/17809] Fetching swift-macro-testing, swift-argument-parser
[1609/36137] Fetching swift-macro-testing, swift-argument-parser, swift-collections
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (0.55s)
[1211/35205] Fetching swift-argument-parser, swift-collections
[14219/108228] Fetching swift-argument-parser, swift-collections, swift-syntax
Fetched https://github.com/apple/swift-collections.git from cache (2.36s)
[46087/89900] Fetching swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser.git from cache (7.22s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (7.26s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.4 (7.92s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/15634] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (4.21s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (8.50s)
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.84s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.7 (0.73s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4651] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.38s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (1.00s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5600] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.12s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (2.66s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.8.0 (0.95s)
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/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/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/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/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-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
[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/120] Write sources
[59/120] Compiling _SwiftSyntaxCShims PlatformMutex.c
[61/120] Write swift-version-24593BA9C3E375BF.txt
[63/136] Emitting module SwiftSyntax602
[64/136] Emitting module SwiftSyntax601
[65/136] Compiling SwiftSyntax601 Empty.swift
[66/137] Emitting module SwiftSyntax600
[67/137] Compiling SwiftSyntax600 Empty.swift
[68/138] Emitting module SwiftSyntax510
[69/138] Compiling SwiftSyntax510 Empty.swift
[70/139] Compiling SwiftSyntax602 Empty.swift
[74/140] Emitting module SwiftSyntax602
[75/140] Compiling SwiftSyntax602 Empty.swift
[77/141] Compiling SwiftSyntax600 Empty.swift
[78/141] Emitting module SwiftSyntax600
[79/141] Emitting module SwiftSyntax510
[80/141] Compiling SwiftSyntax510 Empty.swift
[81/143] Emitting module SwiftSyntax601
[82/143] Compiling SwiftSyntax601 Empty.swift
[87/167] Emitting module SwiftSyntax509
[88/167] Compiling SwiftSyntax509 Empty.swift
[89/183] Wrapping AST for SwiftSyntax602 for debugging
[91/183] Emitting module SwiftSyntax509
[91/183] Wrapping AST for SwiftSyntax600 for debugging
[92/186] Wrapping AST for SwiftSyntax510 for debugging
[96/186] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[97/186] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[97/188] Wrapping AST for SwiftSyntax601 for debugging
[99/188] Compiling InternalCollectionsUtilities UInt+reversed.swift
[100/188] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[101/188] Compiling InternalCollectionsUtilities Integer rank.swift
[102/188] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[103/190] Compiling InternalCollectionsUtilities Debugging.swift
[104/190] Compiling InternalCollectionsUtilities Descriptions.swift
[105/190] Compiling InternalCollectionsUtilities _SortedCollection.swift
[106/190] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[106/190] Wrapping AST for SwiftSyntax602 for debugging
[107/190] Wrapping AST for SwiftSyntax601 for debugging
[108/190] Wrapping AST for SwiftSyntax600 for debugging
[110/190] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[111/190] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[113/190] Wrapping AST for SwiftSyntax510 for debugging
[114/190] Wrapping AST for SwiftSyntax509 for debugging
[116/190] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[117/190] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[121/253] Wrapping AST for SwiftSyntax509 for debugging
[123/316] Emitting module InternalCollectionsUtilities
[124/316] Compiling SwiftSyntax Identifier.swift
[125/316] Compiling SwiftSyntax MemoryLayout.swift
[126/316] Compiling SwiftSyntax AbsolutePosition.swift
[127/316] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[128/316] Compiling SwiftSyntax Convenience.swift
[129/316] Compiling SwiftSyntax CustomTraits.swift
[130/316] Compiling SwiftSyntax EditorPlaceholder.swift
[134/317] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[135/317] Compiling SwiftSyntax Assert.swift
[136/317] Compiling SwiftSyntax BumpPtrAllocator.swift
[137/317] Compiling SwiftSyntax CommonAncestor.swift
[139/317] Emitting module InternalCollectionsUtilities
[141/432] Emitting module ArgumentParserToolInfo
[142/432] Compiling ArgumentParserToolInfo ToolInfo.swift
[143/433] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[144/449] Compiling HeapModule Heap+Descriptions.swift
[146/525] Emitting module ArgumentParserToolInfo
[147/525] Compiling ArgumentParserToolInfo ToolInfo.swift
[149/526] Compiling HeapModule _HeapNode.swift
[150/581] Compiling HeapModule Heap.swift
[151/581] Emitting module HeapModule
[152/581] Compiling HeapModule Heap+Invariants.swift
[153/581] Compiling HeapModule Heap+UnsafeHandle.swift
[155/657] Compiling _RopeModule Rope+Invariants.swift
[156/657] Compiling _RopeModule Rope+_Node.swift
[157/657] Compiling _RopeModule Rope+_Storage.swift
[158/657] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[159/657] Compiling _RopeModule Rope+_UnsafeHandle.swift
[160/657] Compiling _RopeModule Rope.swift
[161/657] Compiling _RopeModule RopeElement.swift
[162/664] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[163/664] Compiling _RopeModule Rope+ForEachWhile.swift
[164/664] Compiling _RopeModule Rope+Insert.swift
[165/664] Compiling HashTreeCollections TreeSet+Sequence.swift
[166/664] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[167/664] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[168/664] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[169/664] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[170/664] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[171/664] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[172/664] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[173/674] Compiling _RopeModule BigString+UnicodeScalarView.swift
[174/674] Compiling _RopeModule BigSubstring+UTF16View.swift
[175/674] Compiling _RopeModule BigSubstring+UTF8View.swift
[176/674] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[177/674] Compiling _RopeModule BigSubstring.swift
[178/674] Compiling _RopeModule Rope+Builder.swift
[179/674] Compiling _RopeModule Rope+Debugging.swift
[187/681] Emitting module _RopeModule
[188/690] Compiling HeapModule Heap.swift
[189/690] Compiling HeapModule _HeapNode.swift
[190/690] Compiling HeapModule Heap+Descriptions.swift
[198/690] Compiling _RopeModule BigString+Debugging.swift
[199/690] Compiling _RopeModule BigString+Index.swift
[200/690] Compiling _RopeModule BigString+Ingester.swift
[201/690] Compiling _RopeModule BigString+Invariants.swift
[202/690] Compiling _RopeModule BigString+Iterators.swift
[203/690] Compiling _RopeModule BigString+Metrics.swift
[204/690] Compiling _RopeModule BigString+Summary.swift
[205/690] Compiling _RopeModule BigString.swift
[206/690] Compiling HeapModule Heap+UnsafeHandle.swift
[207/690] Compiling HeapModule Heap+Invariants.swift
[208/690] Compiling _RopeModule BigString+RemoveSubrange.swift
[209/690] Compiling _RopeModule BigString+ReplaceSubrange.swift
[210/690] Compiling _RopeModule BigString+Split.swift
[211/690] Compiling _RopeModule Range+BigString.swift
[212/690] Compiling _RopeModule BigString+UTF16View.swift
[213/690] Compiling _RopeModule BigString+UTF8View.swift
[214/690] Compiling _RopeModule BigString+Builder.swift
[215/690] Compiling _RopeModule BigString+Contents.swift
[216/690] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[217/690] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[218/690] Compiling _RopeModule BigString+Sequence.swift
[219/690] Compiling _RopeModule BigString+TextOutputStream.swift
[220/690] Compiling _RopeModule BigString+Append.swift
[221/690] Compiling _RopeModule BigString+Initializers.swift
[222/690] Compiling _RopeModule BigString+Insert.swift
[223/690] Compiling _RopeModule BigString+Managing Breaks.swift
[224/690] Compiling _RopeModule BigString+Chunk.swift
[225/690] Compiling _RopeModule BigString+BidirectionalCollection.swift
[226/690] Compiling _RopeModule BigString+Comparable.swift
[227/690] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[228/690] Compiling _RopeModule BigString+CustomStringConvertible.swift
[229/690] Compiling _RopeModule BigString+Equatable.swift
[230/690] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[231/690] Compiling _RopeModule BigString+Hashing.swift
[248/690] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[249/690] Compiling _RopeModule BigString+Chunk+Breaks.swift
[250/690] Compiling _RopeModule BigString+Chunk+Counts.swift
[251/690] Compiling _RopeModule BigString+Chunk+Description.swift
[252/690] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[253/690] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[254/690] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[255/690] Compiling _RopeModule BigString+Chunk+Splitting.swift
[256/690] Compiling OrderedCollections OrderedSet+SubSequence.swift
[257/690] Compiling OrderedCollections OrderedSet+Testing.swift
[258/690] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[259/690] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[260/690] Compiling OrderedCollections OrderedSet.swift
[261/690] Compiling OrderedCollections _UnsafeBitset.swift
[262/690] Compiling _RopeModule Rope+Sequence.swift
[263/690] Compiling _RopeModule Rope+Append.swift
[264/690] Compiling _RopeModule Rope+Extract.swift
[265/690] Compiling _RopeModule Rope+Find.swift
[266/690] Emitting module HeapModule
[277/691] Compiling OrderedCollections OrderedSet+Sendable.swift
[288/700] Compiling _RopeModule _CharacterRecognizer.swift
[289/700] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[290/700] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[291/700] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[292/700] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[293/700] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[294/700] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[295/700] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[296/700] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[297/700] Compiling HashTreeCollections TreeSet.swift
[298/776] Compiling HashTreeCollections _AncestorHashSlots.swift
[299/776] Compiling HashTreeCollections _Bitmap.swift
[300/776] Compiling HashTreeCollections _Bucket.swift
[301/776] Compiling HashTreeCollections _Hash.swift
[302/776] Compiling HashTreeCollections _HashLevel.swift
[303/776] Compiling HashTreeCollections _HashNode+Builder.swift
[304/776] Compiling HashTreeCollections _HashNode+Debugging.swift
[305/776] Compiling HashTreeCollections _HashNode+Initializers.swift
[306/776] Compiling HashTreeCollections _HashNode+Structural union.swift
[307/776] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[308/776] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[309/776] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[310/776] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[311/776] Compiling HashTreeCollections _HashNode.swift
[312/776] Compiling HashTreeCollections _HashNodeHeader.swift
[313/776] Compiling HashTreeCollections _HashSlot.swift
[314/776] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[315/776] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[316/776] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[317/776] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[318/776] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[319/776] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[320/776] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[321/776] Compiling HashTreeCollections TreeDictionary.swift
[322/776] Compiling HashTreeCollections TreeSet+Codable.swift
[323/776] Compiling HashTreeCollections _HashNode+Lookups.swift
[324/776] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[325/776] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[326/776] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[327/776] Compiling HashTreeCollections _HashNode+Storage.swift
[328/776] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[329/776] Compiling HashTreeCollections _HashNode+Structural filter.swift
[330/776] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[331/776] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[340/776] Compiling HashTreeCollections _HashNode+Invariants.swift
[343/784] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[344/784] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[345/784] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[346/784] Compiling HashTreeCollections _HashNode+Structural merge.swift
[347/784] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[348/784] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[349/784] Compiling HashTreeCollections TreeDictionary+Values.swift
[350/784] Compiling HashTreeCollections TreeSet+Hashable.swift
[351/784] Compiling HashTreeCollections TreeSet+Sendable.swift
[352/784] Compiling HashTreeCollections TreeSet+Sequence.swift
[356/784] Compiling HashTreeCollections _HashTreeIterator.swift
[357/784] Compiling HashTreeCollections _HashTreeStatistics.swift
[358/784] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[359/784] Compiling HashTreeCollections _RawHashNode.swift
[360/784] Compiling HashTreeCollections _UnmanagedHashNode.swift
[361/784] Compiling HashTreeCollections _UnsafePath.swift
[362/784] Compiling HashTreeCollections TreeDictionary+Codable.swift
[363/784] Compiling HashTreeCollections TreeDictionary+Collection.swift
[364/784] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[365/784] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[366/784] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[381/784] Compiling SwiftSyntax SyntaxNodesC.swift
[382/784] Compiling SwiftSyntax SyntaxNodesD.swift
[383/784] Compiling SwiftSyntax SyntaxNodesEF.swift
[384/794] Compiling HashTreeCollections TreeDictionary+Keys.swift
[385/794] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[386/794] Compiling HashTreeCollections TreeDictionary+Merge.swift
[387/794] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[388/794] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[400/794] Compiling SwiftSyntax SyntaxNodesGHI.swift
[401/794] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[431/802] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[432/802] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[433/802] Compiling HashTreeCollections TreeDictionary+Filter.swift
[434/802] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[435/802] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[442/802] Compiling SwiftSyntax SyntaxNodesGHI.swift
[443/802] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[444/802] Compiling SwiftSyntax SyntaxNodesOP.swift
[445/802] Compiling SwiftSyntax SyntaxNodesQRS.swift
[446/802] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[447/802] Compiling HashTreeCollections TreeSet+Descriptions.swift
[448/802] Compiling HashTreeCollections TreeSet+Equatable.swift
[449/802] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[450/802] Compiling HashTreeCollections TreeSet+Extras.swift
[451/802] Compiling HashTreeCollections TreeSet+Filter.swift
[452/802] Emitting module OrderedCollections
[477/804] Compiling HashTreeCollections _HashStack.swift
[491/804] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[493/834] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[494/834] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[495/834] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[496/834] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[497/834] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[498/834] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[499/834] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[500/834] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[501/834] Compiling HashTreeCollections TreeSet.swift
[513/834] Compiling DequeModule Deque+Codable.swift
[514/834] Compiling DequeModule Deque+Collection.swift
[515/834] Compiling DequeModule Deque+CustomReflectable.swift
[516/834] Compiling DequeModule Deque+Descriptions.swift
[517/834] Compiling DequeModule Deque+Equatable.swift
[518/834] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[519/834] Compiling DequeModule Deque+Extras.swift
[520/834] Compiling DequeModule Deque+Hashable.swift
[521/834] Compiling DequeModule Deque+Testing.swift
[522/834] Compiling DequeModule Deque._Storage.swift
[523/834] Compiling DequeModule Deque._UnsafeHandle.swift
[524/834] Compiling DequeModule Deque.swift
[525/834] Compiling DequeModule _DequeBuffer.swift
[526/834] Compiling DequeModule _DequeBufferHeader.swift
[535/834] Emitting module _RopeModule
[570/838] Compiling DequeModule _DequeSlot.swift
[571/838] Compiling DequeModule _UnsafeWrappedBuffer.swift
[588/838] Emitting module HashTreeCollections
[590/839] Emitting module DequeModule
[594/894] Compiling BitCollections BitSet+BidirectionalCollection.swift
[595/894] Compiling BitCollections BitSet+Codable.swift
[596/894] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[597/894] Compiling BitCollections BitSet+CustomReflectable.swift
[598/894] Compiling BitCollections BitSet+CustomStringConvertible.swift
[599/894] Compiling BitCollections BitSet+Equatable.swift
[600/894] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[601/894] Compiling BitCollections BitSet+Extras.swift
[602/894] Compiling BitCollections BitSet+Hashable.swift
[603/894] Compiling BitCollections BitSet+Initializers.swift
[604/894] Compiling BitCollections BitSet+Invariants.swift
[605/894] Compiling BitCollections BitArray+BitwiseOperations.swift
[606/894] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[607/894] Compiling BitCollections BitArray+Codable.swift
[608/894] Compiling BitCollections BitArray+Collection.swift
[609/894] Compiling BitCollections BitArray+Copy.swift
[610/894] Compiling BitCollections BitArray+CustomReflectable.swift
[611/894] Compiling BitCollections BitArray+Descriptions.swift
[612/894] Compiling BitCollections BitArray+Equatable.swift
[613/894] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[614/894] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[615/894] Compiling BitCollections BitArray+Extras.swift
[616/894] Compiling BitCollections BitArray+Fill.swift
[617/894] Compiling BitCollections BitArray+Hashable.swift
[618/894] Compiling BitCollections BitArray+Initializers.swift
[619/894] Compiling BitCollections BitArray+Invariants.swift
[620/894] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[621/894] Compiling BitCollections BitArray+RandomBits.swift
[622/894] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[623/894] Compiling BitCollections BitArray+Shifts.swift
[624/894] Compiling BitCollections BitArray+Testing.swift
[625/894] Compiling BitCollections BitArray._UnsafeHandle.swift
[626/894] Compiling BitCollections BitArray.swift
[627/894] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[628/894] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[629/894] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[630/894] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[631/894] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[632/894] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[633/894] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[634/894] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[635/894] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[669/894] Compiling BitCollections BitSet+Random.swift
[670/894] Compiling BitCollections BitSet+SetAlgebra basics.swift
[671/894] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[672/894] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[673/894] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[674/894] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[675/894] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[676/992] Compiling BitCollections BitArray+Copy.swift
[677/992] Compiling BitCollections BitArray+CustomReflectable.swift
[678/992] Compiling BitCollections BitArray+Descriptions.swift
[679/992] Compiling BitCollections BitArray+Equatable.swift
[680/992] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[681/992] Compiling BitCollections BitSet+CustomReflectable.swift
[682/992] Compiling BitCollections BitSet+CustomStringConvertible.swift
[683/992] Compiling BitCollections BitSet+Equatable.swift
[684/992] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[685/992] Compiling BitCollections BitSet+Extras.swift
[686/992] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[687/992] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[688/992] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[689/992] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[690/992] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[691/992] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[692/992] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[693/992] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[694/992] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[695/992] Compiling BitCollections BitSet+Hashable.swift
[696/992] Compiling BitCollections BitSet+Initializers.swift
[697/992] Compiling BitCollections BitSet+Invariants.swift
[698/992] Compiling BitCollections BitSet+Random.swift
[699/992] Compiling BitCollections BitSet+SetAlgebra basics.swift
[700/992] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[701/992] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[702/992] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[703/992] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[704/992] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[714/1044] Compiling ArgumentParser CollectionExtensions.swift
[715/1044] Compiling ArgumentParser Mutex.swift
[716/1044] Compiling ArgumentParser Platform.swift
[717/1044] Compiling ArgumentParser SequenceExtensions.swift
[718/1044] Compiling ArgumentParser StringExtensions.swift
[719/1044] Compiling ArgumentParser SwiftExtensions.swift
[720/1044] Compiling ArgumentParser SplitArguments.swift
[720/1044] Wrapping AST for OrderedCollections for debugging
[722/1044] Emitting module BitCollections
[722/1044] Wrapping AST for _RopeModule for debugging
[724/1044] Compiling ArgumentParser ArgumentHelp.swift
[725/1044] Compiling ArgumentParser InputKey.swift
[726/1044] Compiling ArgumentParser InputOrigin.swift
[727/1044] Compiling ArgumentParser Name.swift
[728/1044] Compiling ArgumentParser Parsed.swift
[729/1044] Compiling ArgumentParser ParsedValues.swift
[730/1044] Compiling ArgumentParser ParserError.swift
[738/1051] Emitting module BitCollections
[739/1051] Compiling ArgumentParser ArgumentVisibility.swift
[740/1051] Compiling ArgumentParser CompletionKind.swift
[741/1051] Compiling ArgumentParser Errors.swift
[742/1051] Compiling ArgumentParser Flag.swift
[743/1051] Compiling ArgumentParser NameSpecification.swift
[744/1051] Compiling ArgumentParser Option.swift
[745/1051] Compiling ArgumentParser OptionGroup.swift
[746/1051] Compiling ArgumentParser AsyncParsableCommand.swift
[751/1051] Compiling BitCollections BitSet+SetAlgebra union.swift
[752/1051] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[753/1051] Compiling BitCollections BitSet.Counted.swift
[754/1051] Compiling ArgumentParser DumpHelpGenerator.swift
[755/1051] Compiling ArgumentParser HelpCommand.swift
[756/1051] Compiling ArgumentParser HelpGenerator.swift
[757/1051] Compiling ArgumentParser MessageInfo.swift
[758/1051] Compiling ArgumentParser UsageGenerator.swift
[760/1051] Wrapping AST for InternalCollectionsUtilities for debugging
[762/1051] Emitting module HashTreeCollections
[762/1052] Wrapping AST for HeapModule for debugging
[764/1052] Wrapping AST for DequeModule for debugging
[779/1052] Wrapping AST for ArgumentParserToolInfo for debugging
[780/1052] Wrapping AST for HashTreeCollections for debugging
[782/1052] Compiling ArgumentParser CommandConfiguration.swift
[783/1052] Compiling ArgumentParser CommandGroup.swift
[784/1052] Compiling ArgumentParser EnumerableFlag.swift
[785/1052] Compiling ArgumentParser ExpressibleByArgument.swift
[786/1052] Compiling ArgumentParser ParsableArguments.swift
[787/1052] Compiling ArgumentParser ParsableCommand.swift
[788/1052] Compiling ArgumentParser ArgumentDecoder.swift
[789/1052] Compiling ArgumentParser ArgumentDefinition.swift
[790/1052] Compiling ArgumentParser ArgumentSet.swift
[791/1052] Compiling ArgumentParser CommandParser.swift
[792/1052] Compiling ArgumentParser BashCompletionsGenerator.swift
[793/1052] Compiling ArgumentParser CompletionsGenerator.swift
[794/1052] Compiling ArgumentParser FishCompletionsGenerator.swift
[795/1052] Compiling ArgumentParser ZshCompletionsGenerator.swift
[796/1052] Compiling ArgumentParser Argument.swift
[797/1052] Compiling ArgumentParser ArgumentDiscussion.swift
[805/1052] Wrapping AST for _RopeModule for debugging
[807/1052] Compiling BitCollections BitSet.Index.swift
[808/1052] Compiling BitCollections BitSet._UnsafeHandle.swift
[809/1052] Compiling BitCollections BitSet.swift
[810/1052] Compiling BitCollections Range+Utilities.swift
[811/1052] Compiling BitCollections Slice+Utilities.swift
[812/1052] Compiling BitCollections UInt+Tricks.swift
[813/1052] Compiling BitCollections _Word.swift
[813/1052] Wrapping AST for OrderedCollections for debugging
[830/1053] Wrapping AST for InternalCollectionsUtilities for debugging
[832/1053] Wrapping AST for HeapModule for debugging
[833/1053] Wrapping AST for DequeModule for debugging
[841/1054] Wrapping AST for HashTreeCollections for debugging
[842/1054] Wrapping AST for ArgumentParserToolInfo for debugging
[844/1054] Wrapping AST for BitCollections for debugging
[847/1056] Emitting module Collections
[848/1056] Compiling Collections Collections.swift
[851/1059] Emitting module Collections
[852/1060] Wrapping AST for Collections for debugging
[861/1066] Emitting module ArgumentParser
[863/1072] Compiling ArgumentParser Tree.swift
[864/1072] Compiling ArgumentParser CodingKeyValidator.swift
[865/1072] Compiling ArgumentParser NonsenseFlagsValidator.swift
[866/1072] Compiling ArgumentParser ParsableArgumentsValidation.swift
[867/1072] Compiling ArgumentParser PositionalArgumentsValidator.swift
[868/1072] Compiling ArgumentParser UniqueNamesValidator.swift
[918/1072] Emitting module SwiftSyntax
[920/1073] Wrapping AST for ArgumentParser for debugging
[1031/1074] Compiling SwiftSyntax SyntaxNodesC.swift
[1032/1074] Compiling SwiftSyntax SyntaxNodesD.swift
[1033/1074] Compiling SwiftSyntax SyntaxNodesEF.swift
[1039/1075] Wrapping AST for SwiftSyntax for debugging
[1050/1135] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1051/1135] Compiling SwiftDiagnostics Message.swift
[1052/1136] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1053/1136] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1054/1136] Compiling SwiftParser Attributes.swift
[1055/1136] Compiling SwiftParser Availability.swift
[1056/1136] Emitting module SwiftDiagnostics
[1057/1136] Compiling SwiftParser CharacterInfo.swift
[1058/1136] Compiling SwiftParser CollectionNodes+Parsable.swift
[1059/1136] Compiling SwiftDiagnostics Note.swift
[1060/1136] Compiling SwiftBasicFormat InferIndentation.swift
[1061/1136] Compiling SwiftBasicFormat Indenter.swift
[1061/1136] Wrapping AST for SwiftSyntax for debugging
[1062/1136] Compiling SwiftDiagnostics FixIt.swift
[1064/1136] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1065/1195] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1066/1195] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1068/1196] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1069/1196] Compiling SwiftDiagnostics Message.swift
[1070/1197] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1070/1197] Wrapping AST for SwiftDiagnostics for debugging
[1072/1197] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1073/1197] Compiling SwiftBasicFormat BasicFormat.swift
[1074/1197] Emitting module SwiftBasicFormat
[1076/1198] Compiling SwiftParser Lexeme.swift
[1077/1198] Compiling SwiftParser LexemeSequence.swift
[1078/1198] Emitting module SwiftDiagnostics
[1080/1198] Compiling SwiftDiagnostics Note.swift
[1081/1198] Compiling SwiftBasicFormat Indenter.swift
[1082/1198] Compiling SwiftBasicFormat InferIndentation.swift
[1083/1198] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1084/1198] Compiling SwiftDiagnostics FixIt.swift
[1084/1198] Wrapping AST for SwiftBasicFormat for debugging
[1086/1198] Compiling SwiftParser Lexer.swift
[1087/1198] Compiling SwiftParser RegexLiteralLexer.swift
[1088/1198] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1089/1198] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1090/1199] Wrapping AST for SwiftDiagnostics for debugging
[1092/1199] Compiling SwiftBasicFormat BasicFormat.swift
[1093/1200] Wrapping AST for SwiftBasicFormat for debugging
[1095/1200] Compiling SwiftParser StringLiterals.swift
[1096/1200] Compiling SwiftParser SwiftParserCompatibility.swift
[1097/1200] Compiling SwiftParser SwiftVersion.swift
[1098/1200] Compiling SwiftParser SyntaxUtils.swift
[1099/1200] Compiling SwiftParser TokenConsumer.swift
[1100/1200] Compiling SwiftParser TokenPrecedence.swift
[1101/1205] Compiling SwiftParser LoopProgressCondition.swift
[1102/1205] Compiling SwiftParser Modifiers.swift
[1103/1205] Compiling SwiftParser Names.swift
[1104/1205] Compiling SwiftParser Nominals.swift
[1105/1205] Compiling SwiftParser Parameters.swift
[1106/1205] Compiling SwiftParser ParseSourceFile.swift
[1111/1205] Compiling SwiftParser UnicodeScalarExtensions.swift
[1112/1205] Compiling SwiftParser Lookahead.swift
[1113/1205] Emitting module SwiftParser
[1115/1205] Compiling SwiftParser TokenSpec.swift
[1116/1205] Compiling SwiftParser TokenSpecSet.swift
[1117/1205] Compiling SwiftParser TopLevel.swift
[1118/1205] Compiling SwiftParser TriviaParser.swift
[1119/1205] Compiling SwiftParser Types.swift
[1125/1210] Emitting module SwiftParser
[1132/1210] Compiling SwiftParser Parser.swift
[1133/1210] Compiling SwiftParser Patterns.swift
[1134/1210] Compiling SwiftParser Recovery.swift
[1135/1210] Compiling SwiftParser Specifiers.swift
[1136/1210] Compiling SwiftParser Statements.swift
[1137/1210] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1138/1210] Compiling SwiftParser Directives.swift
[1139/1210] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[1140/1210] Compiling SwiftParser Expressions.swift
[1141/1210] Compiling SwiftParser IncrementalParseTransition.swift
[1142/1210] Compiling SwiftParser IsValidIdentifier.swift
[1143/1210] Compiling SwiftParser Cursor.swift
[1161/1210] Compiling SwiftParser Attributes.swift
[1162/1210] Compiling SwiftParser Availability.swift
[1163/1210] Compiling SwiftParser CharacterInfo.swift
[1164/1210] Compiling SwiftParser CollectionNodes+Parsable.swift
[1165/1210] Compiling SwiftParser CompilerFiles.swift
[1166/1210] Compiling SwiftParser Declarations.swift
[1179/1210] Compiling SwiftParser ExperimentalFeatures.swift
[1180/1210] Compiling SwiftParser IsLexerClassified.swift
[1181/1210] Compiling SwiftParser LayoutNodes+Parsable.swift
[1182/1210] Compiling SwiftParser Parser+TokenSpecSet.swift
[1183/1210] Compiling SwiftParser TokenSpecStaticMembers.swift
[1189/1212] Wrapping AST for SwiftParser for debugging
[1193/1248] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1195/1250] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1196/1250] Compiling SwiftOperators PrecedenceGroup.swift
[1197/1251] Compiling SwiftOperators OperatorTable.swift
[1198/1251] Compiling SwiftOperators PrecedenceGraph.swift
[1199/1251] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1200/1251] Compiling SwiftOperators OperatorTable+Semantics.swift
[1201/1251] Compiling SwiftOperators SyntaxSynthesis.swift
[1202/1251] Compiling SwiftOperators OperatorTable+Folding.swift
[1203/1251] Compiling SwiftOperators Operator.swift
[1204/1251] Compiling SwiftOperators OperatorError+Diagnostics.swift
[1205/1251] Compiling SwiftOperators OperatorError.swift
[1206/1251] Compiling SwiftOperators OperatorTable+Defaults.swift
[1207/1251] Emitting module SwiftOperators
[1209/1252] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1210/1252] Compiling SwiftParserDiagnostics Utils.swift
[1211/1252] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1211/1252] Wrapping AST for SwiftOperators for debugging
[1213/1252] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1216/1252] Emitting module SwiftParserDiagnostics
[1224/1252] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1226/1252] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1230/1252] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[1231/1252] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[1235/1254] Wrapping AST for SwiftParserDiagnostics for debugging
[1238/1284] Compiling SwiftSyntaxBuilder Indenter.swift
[1239/1284] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1240/1285] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1241/1285] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1242/1285] Emitting module SwiftSyntaxBuilder
[1244/1286] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1245/1286] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1246/1286] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1247/1286] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1248/1286] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1249/1286] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1250/1286] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1251/1286] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1252/1286] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1253/1286] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1254/1286] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1255/1286] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1271/1288] Wrapping AST for SwiftSyntaxBuilder for debugging
[1274/1351] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[1275/1351] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[1276/1353] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[1277/1353] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[1278/1353] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[1279/1353] Compiling SwiftSyntaxMacros Macro+Format.swift
[1280/1353] Compiling SwiftSyntaxMacros AccessorMacro.swift
[1281/1353] Compiling SwiftSyntaxMacros AttachedMacro.swift
[1282/1353] Compiling SwiftSyntaxMacros BodyMacro.swift
[1283/1353] Emitting module SwiftSyntaxMacros
[1284/1353] Compiling SwiftSyntaxMacros MemberMacro.swift
[1285/1353] Compiling SwiftSyntaxMacros PeerMacro.swift
[1286/1353] Compiling SwiftSyntaxMacros Macro.swift
[1287/1353] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[1288/1353] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[1289/1353] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[1290/1353] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[1291/1353] Compiling SwiftSyntaxMacros PreambleMacro.swift
[1292/1353] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[1293/1354] Wrapping AST for SwiftSyntaxMacros for debugging
[1295/1354] Emitting module SafeDICore
[1297/1369] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[1298/1370] Emitting module SwiftSyntaxMacroExpansion
[1299/1370] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[1300/1370] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[1305/1370] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[1306/1370] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[1307/1370] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[1310/1370] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[1311/1370] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[1312/1370] Compiling SafeDICore UnorderedEquatingCollection.swift
[1313/1370] Compiling SafeDICore FileVisitor.swift
[1314/1370] Compiling SafeDICore InstantiableVisitor.swift
[1320/1370] Compiling SafeDICore InstantiableStruct.swift
[1321/1370] Compiling SafeDICore Property.swift
[1322/1370] Compiling SafeDICore Scope.swift
[1323/1370] Compiling SafeDICore TypeDescription.swift
[1333/1370] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[1358/1373] Wrapping AST for SafeDICore for debugging
[1359/1375] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[1361/1387] Wrapping AST for SafeDICore for debugging
[1363/1389] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[1364/1389] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[1365/1390] Emitting module SwiftCompilerPluginMessageHandling
[1366/1390] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[1367/1390] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[1368/1390] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[1369/1390] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[1370/1390] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[1371/1390] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[1372/1390] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[1373/1390] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[1374/1390] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[1375/1390] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[1376/1391] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[1378/1393] Emitting module SwiftCompilerPlugin
[1379/1393] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[1381/1394] Compiling SafeDITool SafeDITool.swift
[1382/1394] Emitting module SafeDITool
[1383/1394] Compiling SafeDITool SafeDITool.swift
[1384/1394] Emitting module SafeDITool
[1386/1396] Wrapping AST for SwiftCompilerPlugin for debugging
[1387/1399] Wrapping AST for SafeDITool for debugging
[1388/1400] Write Objects.LinkFileList
[1389/1400] Wrapping AST for SafeDITool for debugging
[1390/1400] Write Objects.LinkFileList
[1392/1400] Compiling SafeDIMacros SafeDIMacroPlugin.swift
[1393/1400] Emitting module SafeDIMacros
[1394/1400] Compiling SafeDIMacros InjectableMacro.swift
[1395/1400] Compiling SafeDIMacros InstantiableMacro.swift
[1396/1401] Wrapping AST for SafeDIMacros for debugging
[1397/1401] Write Objects.LinkFileList
[1398/1401] Linking SafeDITool-tool
[1399/1401] Linking SafeDIMacros-tool
[1401/1409] Compiling SafeDI ErasedInstantiator.swift
[1402/1416] Compiling SafeDI Instantiable.swift
[1403/1418] Compiling SafeDI Instantiated.swift
[1404/1418] Compiling SafeDI Forwarded.swift
[1405/1418] Emitting module SafeDI
[1406/1418] Compiling SafeDI Received.swift
[1407/1418] Compiling SafeDI Instantiator.swift
[1408/1418] Compiling SafeDI SendableErasedInstantiator.swift
[1409/1418] Compiling SafeDI Forwarded.swift
[1410/1418] Compiling SafeDI Instantiable.swift
[1411/1419] Emitting module SafeDI
[1412/1419] Compiling SafeDI SendableErasedInstantiator.swift
[1413/1419] Compiling SafeDI Received.swift
[1414/1419] Compiling SafeDI SendableInstantiator.swift
[1415/1420] Compiling SafeDI Instantiator.swift
[1416/1420] Compiling SafeDI Instantiated.swift
[1417/1420] Compiling SafeDI ErasedInstantiator.swift
[1419/1420] Compiling SafeDI SendableInstantiator.swift
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/libFoundation.a: archive member 'Foundation.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/libFoundationEssentials.a: archive member 'FoundationEssentials.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/libFoundationInternationalization.a: archive member 'FoundationInternationalization.autolink' is neither Wasm object file nor LLVM bitcode
[1420/1421] Linking SafeDITool.wasm
Build complete! (410.61s)
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" : "/host/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"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.