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 (73a4d7), with Swift 6.1 for Wasm on 27 Jun 2025 08:29:25 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dfed/SafeDI.git
Reference: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 73a4d7b Bump SwiftFormat
Cloned https://github.com/dfed/SafeDI.git
Revision (git rev-parse @):
73a4d7b08231fc6293e1fdd89a3a26efea95d5ec
SUCCESS checkout https://github.com/dfed/SafeDI.git at main
========================================
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" : "602.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"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDIMacros",
      "module_type" : "SwiftTarget",
      "name" : "SafeDIMacros",
      "path" : "Sources/SafeDIMacros",
      "product_dependencies" : [
        "Collections",
        "SwiftCompilerPlugin",
        "SwiftDiagnostics",
        "SwiftSyntax",
        "SwiftSyntaxBuilder",
        "SwiftSyntaxMacros"
      ],
      "product_memberships" : [
        "SafeDI",
        "SafeDIMacros"
      ],
      "sources" : [
        "Macros/InjectableMacro.swift",
        "Macros/InstantiableMacro.swift",
        "SafeDIMacroCore/Errors/DiagnosticError.swift",
        "SafeDIMacroCore/Errors/FixableInjectableError.swift",
        "SafeDIMacroCore/Errors/FixableInstantiableError.swift",
        "SafeDIMacroCore/Extensions/AttributeListSyntaxElementExtensions.swift",
        "SafeDIMacroCore/Extensions/AttributeListSyntaxExtensions.swift",
        "SafeDIMacroCore/Extensions/AttributeSyntaxExtensions.swift",
        "SafeDIMacroCore/Extensions/CollectionExtensions.swift",
        "SafeDIMacroCore/Extensions/DeclModifierListSyntaxExtensions.swift",
        "SafeDIMacroCore/Extensions/DiagnosticExtensions.swift",
        "SafeDIMacroCore/Extensions/ImportDeclSyntaxExtensions.swift",
        "SafeDIMacroCore/Extensions/PatternBindingSyntaxExtensions.swift",
        "SafeDIMacroCore/Generators/DependencyTreeGenerator.swift",
        "SafeDIMacroCore/Generators/ScopeGenerator.swift",
        "SafeDIMacroCore/Models/ConcreteDeclSyntaxProtocol.swift",
        "SafeDIMacroCore/Models/ConcreteDeclType.swift",
        "SafeDIMacroCore/Models/Dependency.swift",
        "SafeDIMacroCore/Models/ImportStatement.swift",
        "SafeDIMacroCore/Models/Initializer.swift",
        "SafeDIMacroCore/Models/InstantiableStruct.swift",
        "SafeDIMacroCore/Models/Property.swift",
        "SafeDIMacroCore/Models/Scope.swift",
        "SafeDIMacroCore/Models/TypeDescription.swift",
        "SafeDIMacroCore/Models/UnorderedEquatingCollection.swift",
        "SafeDIMacroCore/Visitors/FileVisitor.swift",
        "SafeDIMacroCore/Visitors/InstantiableVisitor.swift",
        "SafeDIMacroPlugin.swift"
      ],
      "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" : [
        "SafeDIGenerator",
        "SafeDITool"
      ],
      "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-4609320-3":/host -w "$PWD" 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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
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/swiftlang/swift-syntax.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/pointfreeco/swift-macro-testing.git
[1/908] Fetching swift-macro-testing
[909/17623] Fetching swift-macro-testing, swift-collections
[3584/33011] Fetching swift-macro-testing, swift-collections, swift-argument-parser
[19092/103967] Fetching swift-macro-testing, swift-collections, swift-argument-parser, swift-syntax
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (1.67s)
[32595/103059] Fetching swift-collections, swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.71s)
[18210/87671] Fetching swift-collections, swift-syntax
Fetched https://github.com/apple/swift-collections.git from cache (9.23s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (9.32s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.3 (10.21s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/14051] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.94s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (6.66s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (0.93s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (0.86s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.44s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (1.37s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5467] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.32s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.36s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.81s)
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.4
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
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.5.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
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.3
[1/1] Compiling plugin InstallSafeDITool
[2/2] Compiling plugin SafeDIPrebuiltGenerator
[3/3] Compiling plugin SafeDIGenerator
[4/4] Compiling plugin GenerateManual
Building for debugging...
[4/115] Write sources
[56/115] Compiling _SwiftSyntaxCShims dummy.c
[58/115] Write swift-version-24593BA9C3E375BF.txt
[60/131] Emitting module SwiftSyntax601
[61/131] Compiling SwiftSyntax509 Empty.swift
[62/131] Emitting module SwiftSyntax509
[63/131] Emitting module SwiftSyntax600
[64/131] Compiling SwiftSyntax600 Empty.swift
[66/133] Compiling SwiftSyntax509 Empty.swift
[67/133] Emitting module SwiftSyntax509
[69/134] Compiling SwiftSyntax510 Empty.swift
[70/134] Emitting module SwiftSyntax510
[71/134] Compiling SwiftSyntax601 Empty.swift
[72/134] Emitting module SwiftSyntax601
[73/136] Emitting module SwiftSyntax510
[74/136] Compiling SwiftSyntax510 Empty.swift
[75/137] Emitting module SwiftSyntax600
[76/137] Compiling SwiftSyntax600 Empty.swift
[77/138] Compiling SwiftSyntax601 Empty.swift
[83/167] Wrapping AST for SwiftSyntax510 for debugging
[84/167] Wrapping AST for SwiftSyntax600 for debugging
[85/167] Wrapping AST for SwiftSyntax601 for debugging
[87/167] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[88/167] Compiling InternalCollectionsUtilities UInt+reversed.swift
[89/170] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[90/170] Compiling InternalCollectionsUtilities Debugging.swift
[91/173] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[93/173] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[94/173] Compiling InternalCollectionsUtilities _SortedCollection.swift
[94/173] Wrapping AST for SwiftSyntax601 for debugging
[96/173] Compiling InternalCollectionsUtilities Descriptions.swift
[97/173] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[97/186] Wrapping AST for SwiftSyntax509 for debugging
[98/237] Wrapping AST for SwiftSyntax600 for debugging
[99/282] Wrapping AST for SwiftSyntax510 for debugging
[101/301] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[103/301] Compiling SwiftSyntax Identifier.swift
[104/301] Compiling SwiftSyntax MemoryLayout.swift
[104/301] Wrapping AST for SwiftSyntax509 for debugging
[108/301] Emitting module InternalCollectionsUtilities
[109/301] Compiling SwiftSyntax SourceLength.swift
[110/301] Compiling SwiftSyntax SourceLocation.swift
[111/301] Emitting module InternalCollectionsUtilities
[112/301] Compiling SwiftSyntax SourcePresence.swift
[113/301] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[114/301] Compiling SwiftSyntax RawSyntaxTokenView.swift
[115/301] Compiling SwiftSyntax SourceEdit.swift
[116/301] Compiling SwiftSyntax MissingNodeInitializers.swift
[117/301] Compiling SwiftSyntax RawSyntax.swift
[118/302] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[119/302] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[124/303] Emitting module ArgumentParserToolInfo
[125/303] Compiling ArgumentParserToolInfo ToolInfo.swift
[127/423] Emitting module ArgumentParserToolInfo
[128/423] Compiling ArgumentParserToolInfo ToolInfo.swift
[130/511] Compiling HeapModule Heap+Descriptions.swift
[131/530] Compiling HeapModule _HeapNode.swift
[132/564] Compiling HeapModule Heap.swift
[133/634] Compiling HeapModule Heap+Invariants.swift
[134/634] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[135/634] Compiling HeapModule Heap+UnsafeHandle.swift
[136/634] Emitting module HeapModule
[138/635] Compiling OrderedCollections OrderedSet+Insertions.swift
[139/635] Compiling OrderedCollections OrderedSet+Invariants.swift
[140/635] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[141/635] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[142/635] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[143/635] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[144/635] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[145/635] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[146/635] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[147/635] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[148/635] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[149/635] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[150/635] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[151/635] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[152/649] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[153/649] Compiling HeapModule Heap+Invariants.swift
[154/649] Compiling HeapModule Heap+Descriptions.swift
[155/649] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[156/649] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[157/649] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[158/649] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[159/649] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[160/649] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[161/649] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[162/649] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[163/649] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[164/649] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[165/649] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[166/649] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[167/649] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[168/649] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[169/649] Compiling OrderedCollections OrderedDictionary+Values.swift
[170/649] Compiling OrderedCollections OrderedSet+Initializers.swift
[171/649] Compiling OrderedCollections _HashTable+Bucket.swift
[172/649] Compiling OrderedCollections _HashTable+BucketIterator.swift
[173/649] Compiling OrderedCollections _HashTable+Constants.swift
[174/649] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[175/649] Compiling OrderedCollections _HashTable+Testing.swift
[176/649] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[177/649] Compiling OrderedCollections _HashTable.swift
[178/649] Compiling OrderedCollections _Hashtable+Header.swift
[179/649] Compiling OrderedCollections OrderedDictionary.swift
[180/649] Compiling OrderedCollections OrderedSet+Codable.swift
[181/649] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[182/649] Compiling OrderedCollections OrderedSet+Descriptions.swift
[183/649] Compiling OrderedCollections OrderedSet+Diffing.swift
[184/649] Compiling OrderedCollections OrderedSet+Equatable.swift
[185/649] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[186/649] Compiling OrderedCollections OrderedSet+Hashable.swift
[187/649] Compiling _RopeModule BigString+Sequence.swift
[188/649] Compiling _RopeModule BigString+TextOutputStream.swift
[189/649] Compiling HashTreeCollections TreeSet+Sequence.swift
[190/649] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[191/649] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[192/649] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[193/649] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[194/649] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[195/649] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[196/649] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[207/659] Compiling OrderedCollections OrderedSet+Sendable.swift
[208/659] Compiling OrderedCollections OrderedSet+SubSequence.swift
[209/659] Compiling OrderedCollections OrderedSet+Testing.swift
[210/659] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[211/659] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[212/659] Compiling OrderedCollections OrderedSet.swift
[213/659] Compiling OrderedCollections _UnsafeBitset.swift
[214/659] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[215/659] Compiling _RopeModule BigString+Hashing.swift
[216/659] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[217/659] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[225/666] Compiling HeapModule _HeapNode.swift
[226/666] Compiling HeapModule Heap.swift
[235/666] Compiling HeapModule Heap+UnsafeHandle.swift
[236/666] Emitting module HeapModule
[253/667] Compiling OrderedCollections OrderedDictionary+Codable.swift
[254/667] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[255/667] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[256/667] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[257/667] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[258/667] Compiling OrderedCollections OrderedDictionary+Elements.swift
[259/667] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[260/667] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[269/683] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[270/683] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[271/683] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[272/683] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[273/683] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[274/683] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[275/683] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[276/683] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[277/683] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[278/683] Compiling HashTreeCollections TreeSet.swift
[279/743] Compiling HashTreeCollections _HashNode+Invariants.swift
[280/743] Compiling HashTreeCollections _HashNode+Lookups.swift
[281/743] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[282/743] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[283/743] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[284/743] Compiling HashTreeCollections _HashNode+Storage.swift
[285/743] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[286/743] Compiling HashTreeCollections _HashNode+Structural filter.swift
[287/743] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[288/743] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[289/743] Compiling HashTreeCollections _HashNode+Structural union.swift
[290/743] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[291/743] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[292/743] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[293/743] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[294/743] Compiling HashTreeCollections _HashNode.swift
[295/743] Compiling HashTreeCollections _HashNodeHeader.swift
[296/743] Compiling HashTreeCollections _HashSlot.swift
[297/743] Compiling HashTreeCollections _HashStack.swift
[298/743] Compiling HashTreeCollections TreeSet+Descriptions.swift
[299/743] Compiling HashTreeCollections TreeSet+Equatable.swift
[300/743] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[301/743] Compiling HashTreeCollections TreeSet+Extras.swift
[302/743] Compiling HashTreeCollections TreeSet+Filter.swift
[303/743] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[304/743] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[305/743] Compiling HashTreeCollections TreeDictionary+Filter.swift
[306/743] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[307/743] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[308/743] Compiling HashTreeCollections TreeDictionary+Keys.swift
[309/743] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[310/743] Compiling HashTreeCollections TreeDictionary+Merge.swift
[311/743] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[312/743] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[313/743] Compiling HashTreeCollections TreeDictionary+Values.swift
[314/743] Compiling HashTreeCollections TreeSet+Hashable.swift
[315/743] Compiling HashTreeCollections TreeSet+Sendable.swift
[329/752] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[330/752] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[331/752] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[332/752] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[333/752] Compiling HashTreeCollections _AncestorHashSlots.swift
[334/752] Compiling HashTreeCollections _Bitmap.swift
[335/752] Compiling HashTreeCollections _Bucket.swift
[336/752] Compiling HashTreeCollections _Hash.swift
[337/752] Compiling HashTreeCollections _HashLevel.swift
[338/752] Compiling HashTreeCollections _HashNode+Builder.swift
[339/752] Compiling HashTreeCollections _HashNode+Debugging.swift
[340/752] Compiling HashTreeCollections _HashNode+Initializers.swift
[343/752] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[344/752] Compiling HashTreeCollections _HashNode+Structural merge.swift
[353/752] Compiling HashTreeCollections _HashTreeIterator.swift
[354/752] Compiling HashTreeCollections _HashTreeStatistics.swift
[355/752] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[356/752] Compiling HashTreeCollections _RawHashNode.swift
[357/752] Compiling HashTreeCollections _UnmanagedHashNode.swift
[358/752] Compiling HashTreeCollections _UnsafePath.swift
[359/752] Compiling HashTreeCollections TreeDictionary+Codable.swift
[360/752] Compiling HashTreeCollections TreeDictionary+Collection.swift
[361/752] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[362/752] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[363/752] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[370/752] Compiling HashTreeCollections TreeDictionary.swift
[371/752] Compiling HashTreeCollections TreeSet+Codable.swift
[372/752] Compiling HashTreeCollections TreeSet+Collection.swift
[384/761] Compiling _RopeModule Rope+Join.swift
[385/761] Compiling _RopeModule Rope+MutatingForEach.swift
[386/761] Compiling _RopeModule Rope+Remove.swift
[387/761] Compiling _RopeModule Rope+RemoveSubrange.swift
[388/761] Compiling _RopeModule Rope+Split.swift
[389/761] Compiling _RopeModule Optional Utilities.swift
[390/761] Compiling _RopeModule String Utilities.swift
[391/761] Compiling _RopeModule String.Index+ABI.swift
[400/771] Emitting module OrderedCollections
[412/772] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[413/772] Compiling HashTreeCollections TreeSet+Debugging.swift
[450/787] Emitting module OrderedCollections
[452/788] Compiling DequeModule Deque+Equatable.swift
[453/788] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[454/790] Compiling DequeModule _DequeBuffer.swift
[455/790] Compiling DequeModule _DequeBufferHeader.swift
[456/790] Emitting module _RopeModule
[457/790] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[458/790] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[459/790] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[460/790] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[461/790] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[462/790] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[463/790] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[464/790] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[465/790] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[466/790] Compiling HashTreeCollections TreeSet.swift
[467/790] Compiling DequeModule Deque.swift
[470/790] Compiling DequeModule _DequeSlot.swift
[471/790] Compiling DequeModule _UnsafeWrappedBuffer.swift
[478/790] Compiling DequeModule Deque+Codable.swift
[479/790] Compiling DequeModule Deque+Collection.swift
[482/790] Compiling DequeModule Deque+CustomReflectable.swift
[483/790] Compiling DequeModule Deque+Descriptions.swift
[484/790] Compiling DequeModule Deque+Extras.swift
[485/790] Compiling DequeModule Deque+Hashable.swift
[486/790] Compiling DequeModule Deque+Testing.swift
[487/790] Compiling DequeModule Deque._Storage.swift
[488/790] Compiling DequeModule Deque._UnsafeHandle.swift
[489/797] Compiling DequeModule Deque+Equatable.swift
[490/797] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[491/805] Compiling DequeModule Deque+Testing.swift
[492/805] Compiling DequeModule Deque._Storage.swift
[493/805] Compiling DequeModule Deque+Extras.swift
[494/805] Compiling DequeModule Deque+Hashable.swift
[495/805] Emitting module _RopeModule
[496/805] Compiling DequeModule Deque+CustomReflectable.swift
[497/805] Compiling DequeModule Deque+Descriptions.swift
[500/807] Compiling DequeModule Deque+Codable.swift
[501/807] Compiling DequeModule Deque+Collection.swift
[510/807] Compiling DequeModule Deque._UnsafeHandle.swift
[511/807] Compiling DequeModule Deque.swift
[512/807] Compiling DequeModule _DequeBuffer.swift
[513/807] Compiling DequeModule _DequeBufferHeader.swift
[514/807] Compiling DequeModule _DequeSlot.swift
[515/807] Compiling DequeModule _UnsafeWrappedBuffer.swift
[557/825] Emitting module HashTreeCollections
[577/826] Emitting module DequeModule
[585/827] Compiling SwiftSyntax SyntaxNodesGHI.swift
[586/827] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[587/827] Compiling SwiftSyntax SyntaxNodesOP.swift
[588/827] Compiling SwiftSyntax SyntaxNodesQRS.swift
[589/827] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[598/920] Emitting module DequeModule
[609/973] Compiling ArgumentParser BashCompletionsGenerator.swift
[610/973] Compiling ArgumentParser CompletionsGenerator.swift
[611/973] Compiling ArgumentParser FishCompletionsGenerator.swift
[612/973] Compiling ArgumentParser ZshCompletionsGenerator.swift
[613/973] Compiling ArgumentParser Argument.swift
[614/973] Compiling ArgumentParser ArgumentHelp.swift
[615/973] Compiling ArgumentParser ArgumentVisibility.swift
[616/973] Compiling ArgumentParser CompletionKind.swift
[617/973] Compiling ArgumentParser Errors.swift
[618/973] Compiling ArgumentParser Flag.swift
[619/973] Compiling ArgumentParser NameSpecification.swift
[620/973] Compiling ArgumentParser ArgumentDefinition.swift
[621/973] Compiling ArgumentParser ArgumentSet.swift
[622/973] Compiling ArgumentParser CommandParser.swift
[623/973] Compiling ArgumentParser InputKey.swift
[624/973] Compiling ArgumentParser InputOrigin.swift
[625/973] Compiling ArgumentParser Name.swift
[626/973] Compiling ArgumentParser Parsed.swift
[627/973] Compiling ArgumentParser ParsedValues.swift
[628/973] Compiling ArgumentParser ParserError.swift
[629/973] Compiling ArgumentParser SplitArguments.swift
[630/973] Compiling ArgumentParser DumpHelpGenerator.swift
[631/973] Compiling ArgumentParser Option.swift
[632/973] Compiling ArgumentParser OptionGroup.swift
[633/973] Compiling ArgumentParser AsyncParsableCommand.swift
[634/973] Compiling ArgumentParser CommandConfiguration.swift
[635/973] Compiling ArgumentParser CommandGroup.swift
[636/973] Compiling ArgumentParser EnumerableFlag.swift
[637/973] Compiling ArgumentParser ExpressibleByArgument.swift
[638/973] Compiling ArgumentParser ParsableArguments.swift
[639/973] Compiling ArgumentParser ParsableArgumentsValidation.swift
[640/973] Compiling ArgumentParser ParsableCommand.swift
[641/973] Compiling ArgumentParser ArgumentDecoder.swift
[642/1011] Compiling ArgumentParser Parsed.swift
[643/1011] Compiling ArgumentParser ParsedValues.swift
[644/1011] Compiling ArgumentParser ParserError.swift
[645/1011] Compiling ArgumentParser SplitArguments.swift
[646/1011] Compiling ArgumentParser DumpHelpGenerator.swift
[647/1011] Compiling ArgumentParser HelpCommand.swift
[648/1011] Compiling ArgumentParser HelpGenerator.swift
[649/1011] Compiling ArgumentParser MessageInfo.swift
[650/1011] Compiling ArgumentParser UsageGenerator.swift
[651/1011] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[652/1011] Compiling ArgumentParser BashCompletionsGenerator.swift
[653/1011] Compiling ArgumentParser CompletionsGenerator.swift
[654/1011] Compiling ArgumentParser FishCompletionsGenerator.swift
[655/1011] Compiling ArgumentParser ZshCompletionsGenerator.swift
[656/1011] Compiling ArgumentParser Argument.swift
[657/1011] Compiling ArgumentParser ArgumentHelp.swift
[658/1011] Compiling ArgumentParser ArgumentVisibility.swift
[659/1011] Compiling ArgumentParser CompletionKind.swift
[660/1011] Compiling ArgumentParser Errors.swift
[661/1011] Compiling ArgumentParser Flag.swift
[662/1011] Compiling ArgumentParser ParsableArgumentsValidation.swift
[663/1011] Compiling ArgumentParser ParsableCommand.swift
[664/1011] Compiling ArgumentParser ArgumentDecoder.swift
[665/1011] Compiling ArgumentParser ArgumentDefinition.swift
[666/1011] Compiling ArgumentParser ArgumentSet.swift
[667/1011] Compiling ArgumentParser CommandParser.swift
[668/1011] Compiling ArgumentParser InputKey.swift
[669/1011] Compiling ArgumentParser InputOrigin.swift
[670/1011] Compiling ArgumentParser Name.swift
[679/1019] Emitting module BitCollections
[680/1026] Wrapping AST for _RopeModule for debugging
[688/1026] Wrapping AST for OrderedCollections for debugging
[697/1026] Compiling BitCollections BitSet+Initializers.swift
[698/1026] Compiling BitCollections BitSet+Invariants.swift
[699/1026] Compiling BitCollections BitSet+Random.swift
[700/1026] Compiling BitCollections BitSet+SetAlgebra basics.swift
[701/1026] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[702/1026] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[703/1026] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[704/1026] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[705/1026] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[706/1026] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[707/1026] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[708/1026] Compiling BitCollections BitSet+SetAlgebra union.swift
[709/1026] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[710/1026] Compiling BitCollections BitSet.Counted.swift
[731/1026] Wrapping AST for InternalCollectionsUtilities for debugging
[733/1026] Emitting module HashTreeCollections
[733/1027] Wrapping AST for HeapModule for debugging
[735/1027] Wrapping AST for HashTreeCollections for debugging
[736/1027] Wrapping AST for DequeModule for debugging
[737/1027] Wrapping AST for ArgumentParserToolInfo for debugging
[749/1027] Compiling ArgumentParser NameSpecification.swift
[750/1027] Compiling ArgumentParser Option.swift
[751/1027] Compiling ArgumentParser OptionGroup.swift
[752/1027] Compiling ArgumentParser AsyncParsableCommand.swift
[753/1027] Compiling ArgumentParser CommandConfiguration.swift
[754/1027] Compiling ArgumentParser CommandGroup.swift
[755/1027] Compiling ArgumentParser EnumerableFlag.swift
[756/1027] Compiling ArgumentParser ExpressibleByArgument.swift
[757/1027] Compiling ArgumentParser ParsableArguments.swift
[763/1027] Compiling BitCollections BitSet.Index.swift
[764/1027] Compiling BitCollections BitSet._UnsafeHandle.swift
[765/1027] Compiling BitCollections BitSet.swift
[766/1027] Compiling BitCollections Range+Utilities.swift
[767/1027] Compiling BitCollections Slice+Utilities.swift
[768/1027] Compiling BitCollections UInt+Tricks.swift
[769/1027] Compiling BitCollections _Word.swift
[769/1027] Wrapping AST for OrderedCollections for debugging
[794/1028] Wrapping AST for _RopeModule for debugging
[796/1028] Wrapping AST for InternalCollectionsUtilities for debugging
[797/1028] Wrapping AST for HeapModule for debugging
[805/1029] Wrapping AST for HashTreeCollections for debugging
[806/1029] Wrapping AST for BitCollections for debugging
[808/1031] Wrapping AST for ArgumentParserToolInfo for debugging
[809/1031] Wrapping AST for DequeModule for debugging
[811/1031] Compiling Collections Collections.swift
[811/1031] Wrapping AST for BitCollections for debugging
[813/1031] Emitting module Collections
[815/1034] Compiling Collections Collections.swift
[816/1034] Emitting module Collections
[816/1035] Wrapping AST for Collections for debugging
[825/1040] Emitting module ArgumentParser
[851/1045] Compiling ArgumentParser CollectionExtensions.swift
[852/1045] Compiling ArgumentParser Platform.swift
[853/1045] Compiling ArgumentParser SequenceExtensions.swift
[854/1045] Compiling ArgumentParser StringExtensions.swift
[855/1045] Compiling ArgumentParser Tree.swift
[907/1047] Wrapping AST for ArgumentParser for debugging
[910/1047] Emitting module SwiftSyntax
[1002/1047] Compiling SwiftSyntax SyntaxNodesAB.swift
[1003/1047] Compiling SwiftSyntax SyntaxNodesC.swift
[1004/1047] Compiling SwiftSyntax SyntaxNodesD.swift
[1005/1047] Compiling SwiftSyntax SyntaxNodesEF.swift
[1011/1048] Wrapping AST for SwiftSyntax for debugging
[1013/1065] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1014/1107] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1015/1107] Compiling SwiftDiagnostics Note.swift
[1016/1107] Compiling SwiftDiagnostics Message.swift
[1017/1107] Compiling SwiftParser CharacterInfo.swift
[1018/1107] Compiling SwiftParser CollectionNodes+Parsable.swift
[1019/1107] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1020/1107] Emitting module SwiftDiagnostics
[1021/1107] Compiling SwiftParser Attributes.swift
[1022/1107] Compiling SwiftParser Availability.swift
[1023/1107] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1024/1107] Compiling SwiftBasicFormat Indenter.swift
[1025/1107] Compiling SwiftBasicFormat InferIndentation.swift
[1026/1107] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1027/1107] Compiling SwiftDiagnostics FixIt.swift
[1028/1107] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1029/1108] Wrapping AST for SwiftDiagnostics for debugging
[1031/1108] Emitting module SwiftBasicFormat
[1032/1108] Compiling SwiftBasicFormat BasicFormat.swift
[1042/1110] Wrapping AST for SwiftBasicFormat for debugging
[1044/1112] Wrapping AST for SwiftSyntax for debugging
[1046/1168] Emitting module SwiftDiagnostics
[1047/1169] Compiling SwiftDiagnostics Message.swift
[1048/1169] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1049/1169] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1050/1169] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1051/1169] Emitting module SwiftBasicFormat
[1052/1169] Compiling SwiftParser Modifiers.swift
[1053/1169] Compiling SwiftParser Names.swift
[1054/1169] Compiling SwiftParser Nominals.swift
[1055/1169] Compiling SwiftParser Parameters.swift
[1056/1169] Compiling SwiftParser ParseSourceFile.swift
[1057/1169] Compiling SwiftParser Parser.swift
[1058/1169] Compiling SwiftParser Attributes.swift
[1059/1169] Compiling SwiftParser Availability.swift
[1060/1174] Compiling SwiftDiagnostics Note.swift
[1061/1174] Compiling SwiftBasicFormat InferIndentation.swift
[1062/1174] Compiling SwiftBasicFormat Indenter.swift
[1063/1174] Compiling SwiftDiagnostics FixIt.swift
[1064/1174] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1065/1174] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1066/1174] Compiling SwiftParser CharacterInfo.swift
[1067/1174] Compiling SwiftParser CollectionNodes+Parsable.swift
[1068/1174] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1069/1175] Wrapping AST for SwiftDiagnostics for debugging
[1071/1175] Compiling SwiftBasicFormat BasicFormat.swift
[1073/1176] Compiling SwiftParser TokenSpec.swift
[1074/1176] Compiling SwiftParser TokenSpecSet.swift
[1075/1176] Compiling SwiftParser TopLevel.swift
[1076/1176] Compiling SwiftParser TriviaParser.swift
[1077/1176] Compiling SwiftParser Types.swift
[1078/1176] Compiling SwiftParser SwiftParserCompatibility.swift
[1079/1176] Compiling SwiftParser SwiftVersion.swift
[1080/1176] Compiling SwiftParser SyntaxUtils.swift
[1081/1176] Compiling SwiftParser TokenConsumer.swift
[1082/1176] Compiling SwiftParser TokenPrecedence.swift
[1082/1176] Wrapping AST for SwiftBasicFormat for debugging
[1084/1176] Compiling SwiftParser Patterns.swift
[1085/1176] Compiling SwiftParser Recovery.swift
[1086/1176] Compiling SwiftParser Specifiers.swift
[1087/1176] Compiling SwiftParser Statements.swift
[1088/1176] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1089/1176] Compiling SwiftParser StringLiterals.swift
[1090/1176] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[1091/1176] Compiling SwiftParser Expressions.swift
[1092/1176] Compiling SwiftParser IncrementalParseTransition.swift
[1093/1176] Compiling SwiftParser IsValidIdentifier.swift
[1094/1176] Compiling SwiftParser Cursor.swift
[1095/1176] Compiling SwiftParser Lexeme.swift
[1096/1176] Emitting module SwiftParser
[1097/1176] Compiling SwiftParser LexemeSequence.swift
[1098/1176] Compiling SwiftParser Lexer.swift
[1099/1176] Compiling SwiftParser RegexLiteralLexer.swift
[1100/1176] Compiling SwiftParser UnicodeScalarExtensions.swift
[1101/1176] Compiling SwiftParser Lookahead.swift
[1102/1176] Compiling SwiftParser LoopProgressCondition.swift
[1129/1181] Compiling SwiftParser Declarations.swift
[1130/1181] Compiling SwiftParser Directives.swift
[1149/1181] Emitting module SwiftParser
[1150/1181] Compiling SwiftParser ExperimentalFeatures.swift
[1151/1181] Compiling SwiftParser IsLexerClassified.swift
[1152/1181] Compiling SwiftParser LayoutNodes+Parsable.swift
[1153/1181] Compiling SwiftParser Parser+TokenSpecSet.swift
[1154/1181] Compiling SwiftParser TokenSpecStaticMembers.swift
[1155/1182] Wrapping AST for SwiftParser for debugging
[1162/1196] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1164/1197] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1165/1197] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1166/1197] Compiling SwiftParserDiagnostics Utils.swift
[1166/1204] Wrapping AST for SwiftParser for debugging
[1168/1220] Compiling SwiftOperators PrecedenceGroup.swift
[1169/1221] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1170/1221] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1171/1222] Compiling SwiftOperators OperatorTable.swift
[1172/1222] Compiling SwiftOperators PrecedenceGraph.swift
[1173/1222] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[1174/1222] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[1175/1222] Compiling SwiftOperators OperatorTable+Semantics.swift
[1176/1222] Compiling SwiftOperators SyntaxSynthesis.swift
[1177/1222] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1178/1222] Compiling SwiftParserDiagnostics MissingNodesError.swift
[1179/1222] Compiling SwiftParserDiagnostics MissingTokenError.swift
[1180/1222] Emitting module SwiftOperators
[1181/1222] Compiling SwiftOperators OperatorTable+Folding.swift
[1182/1223] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1183/1223] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1185/1223] Emitting module SwiftParserDiagnostics
[1186/1223] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1187/1223] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1188/1223] Compiling SwiftParserDiagnostics Utils.swift
[1188/1223] Wrapping AST for SwiftOperators for debugging
[1194/1223] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[1195/1223] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[1198/1223] Emitting module SwiftParserDiagnostics
[1201/1224] Wrapping AST for SwiftParserDiagnostics for debugging
[1209/1255] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1210/1255] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1211/1256] Compiling SwiftSyntaxBuilder Indenter.swift
[1212/1256] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1215/1257] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1216/1257] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1217/1257] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1220/1257] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1221/1257] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1222/1257] Emitting module SwiftSyntaxBuilder
[1224/1257] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1225/1257] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1226/1257] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1227/1257] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1228/1257] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1229/1257] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1230/1257] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1242/1259] Wrapping AST for SwiftSyntaxBuilder for debugging
[1245/1322] Compiling SafeDICore DiagnosticExtensions.swift
[1246/1322] Compiling SafeDICore ImportDeclSyntaxExtensions.swift
[1247/1322] Compiling SafeDICore Property.swift
[1248/1322] Compiling SafeDICore Scope.swift
[1249/1322] Compiling SafeDICore TypeDescription.swift
[1250/1327] Compiling SafeDICore ScopeGenerator.swift
[1251/1327] Compiling SafeDICore ConcreteDeclSyntaxProtocol.swift
[1252/1327] Compiling SafeDICore DiagnosticError.swift
[1253/1327] Compiling SafeDICore FixableInjectableError.swift
[1254/1327] Compiling SafeDICore PatternBindingSyntaxExtensions.swift
[1255/1327] Compiling SafeDICore DependencyTreeGenerator.swift
[1256/1327] Compiling SafeDICore FixableInstantiableError.swift
[1257/1327] Compiling SafeDICore AttributeListSyntaxElementExtensions.swift
[1258/1327] Compiling SafeDICore DeclModifierListSyntaxExtensions.swift
[1259/1327] Emitting module SwiftSyntaxMacros
[1260/1327] Compiling SafeDICore ConcreteDeclType.swift
[1261/1327] Compiling SafeDICore Dependency.swift
[1262/1327] Compiling SafeDICore AttributeListSyntaxExtensions.swift
[1263/1327] Compiling SafeDICore AttributeSyntaxExtensions.swift
[1264/1327] Compiling SafeDICore CollectionExtensions.swift
[1269/1327] Emitting module SafeDICore
[1270/1327] Compiling SwiftSyntaxMacros PreambleMacro.swift
[1271/1327] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[1276/1331] Emitting module SafeDICore
[1277/1331] Compiling SafeDICore UnorderedEquatingCollection.swift
[1278/1331] Compiling SafeDICore FileVisitor.swift
[1279/1331] Compiling SafeDICore InstantiableVisitor.swift
[1291/1331] Compiling SafeDICore InstantiableStruct.swift
[1291/1331] Wrapping AST for SwiftSyntaxMacros for debugging
[1296/1340] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[1297/1341] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[1298/1341] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[1299/1341] Emitting module SwiftSyntaxMacroExpansion
[1310/1341] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[1311/1341] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[1312/1341] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[1319/1342] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[1320/1342] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[1329/1343] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[1330/1344] Wrapping AST for SafeDICore for debugging
[1332/1348] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[1334/1360] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[1335/1360] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[1336/1361] Emitting module SwiftCompilerPluginMessageHandling
[1337/1361] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[1338/1361] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[1339/1361] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[1340/1361] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[1341/1361] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[1342/1361] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[1343/1361] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[1344/1361] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[1345/1361] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[1346/1361] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[1347/1362] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[1349/1364] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[1350/1364] Emitting module SwiftCompilerPlugin
[1352/1365] Emitting module SafeDITool
[1353/1365] Compiling SafeDITool SafeDITool.swift
[1355/1365] Emitting module SafeDITool
[1357/1367] Wrapping AST for SwiftCompilerPlugin for debugging
[1358/1393] Wrapping AST for SafeDITool for debugging
[1359/1393] Write Objects.LinkFileList
[1360/1393] Wrapping AST for SafeDITool for debugging
[1361/1393] Write Objects.LinkFileList
[1363/1393] Compiling SafeDIMacros CollectionExtensions.swift
[1364/1393] Compiling SafeDIMacros DeclModifierListSyntaxExtensions.swift
[1365/1393] Compiling SafeDIMacros DiagnosticExtensions.swift
[1366/1393] Compiling SafeDIMacros ImportDeclSyntaxExtensions.swift
[1367/1396] Emitting module SafeDIMacros
[1368/1396] Compiling SafeDIMacros FileVisitor.swift
[1369/1396] Compiling SafeDIMacros InstantiableVisitor.swift
[1370/1396] Compiling SafeDIMacros SafeDIMacroPlugin.swift
[1371/1396] Compiling SafeDIMacros InjectableMacro.swift
[1372/1396] Compiling SafeDIMacros InstantiableMacro.swift
[1373/1396] Compiling SafeDIMacros DiagnosticError.swift
[1374/1396] Compiling SafeDIMacros FixableInjectableError.swift
[1375/1396] Compiling SafeDIMacros Initializer.swift
[1376/1396] Compiling SafeDIMacros InstantiableStruct.swift
[1377/1396] Compiling SafeDIMacros Property.swift
[1377/1396] Linking SafeDITool-tool
[1379/1396] Compiling SafeDIMacros Scope.swift
[1380/1396] Compiling SafeDIMacros TypeDescription.swift
[1381/1396] Compiling SafeDIMacros UnorderedEquatingCollection.swift
[1382/1396] Compiling SafeDIMacros FixableInstantiableError.swift
[1383/1396] Compiling SafeDIMacros AttributeListSyntaxElementExtensions.swift
[1384/1396] Compiling SafeDIMacros AttributeListSyntaxExtensions.swift
[1385/1396] Compiling SafeDIMacros AttributeSyntaxExtensions.swift
[1386/1396] Compiling SafeDIMacros ConcreteDeclType.swift
[1387/1396] Compiling SafeDIMacros Dependency.swift
[1388/1396] Compiling SafeDIMacros ImportStatement.swift
[1389/1396] Compiling SafeDIMacros PatternBindingSyntaxExtensions.swift
[1390/1396] Compiling SafeDIMacros DependencyTreeGenerator.swift
[1391/1396] Compiling SafeDIMacros ScopeGenerator.swift
[1392/1396] Compiling SafeDIMacros ConcreteDeclSyntaxProtocol.swift
[1393/1397] Wrapping AST for SafeDIMacros for debugging
[1394/1397] Write Objects.LinkFileList
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
[1395/1397] Linking SafeDITool.wasm
[1396/1397] Linking SafeDIMacros-tool
[1398/1413] Compiling SafeDI Instantiable.swift
[1399/1413] Compiling SafeDI Instantiated.swift
[1400/1414] Compiling SafeDI Received.swift
[1401/1414] Compiling SafeDI Forwarded.swift
[1402/1414] Emitting module SafeDI
[1403/1414] Compiling SafeDI SendableErasedInstantiator.swift
[1404/1414] Compiling SafeDI Instantiator.swift
[1405/1414] Emitting module SafeDI
[1406/1415] Compiling SafeDI Instantiated.swift
[1407/1415] Compiling SafeDI Forwarded.swift
[1408/1415] Compiling SafeDI SendableErasedInstantiator.swift
[1409/1415] Compiling SafeDI Instantiable.swift
[1410/1415] Compiling SafeDI Received.swift
[1411/1415] Compiling SafeDI ErasedInstantiator.swift
[1412/1415] Compiling SafeDI Instantiator.swift
[1413/1415] Compiling SafeDI ErasedInstantiator.swift
[1414/1415] Compiling SafeDI SendableInstantiator.swift
Build complete! (291.21s)
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" : "602.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"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDIMacros",
      "module_type" : "SwiftTarget",
      "name" : "SafeDIMacros",
      "path" : "Sources/SafeDIMacros",
      "product_dependencies" : [
        "Collections",
        "SwiftCompilerPlugin",
        "SwiftDiagnostics",
        "SwiftSyntax",
        "SwiftSyntaxBuilder",
        "SwiftSyntaxMacros"
      ],
      "product_memberships" : [
        "SafeDI",
        "SafeDIMacros"
      ],
      "sources" : [
        "Macros/InjectableMacro.swift",
        "Macros/InstantiableMacro.swift",
        "SafeDIMacroCore/Errors/DiagnosticError.swift",
        "SafeDIMacroCore/Errors/FixableInjectableError.swift",
        "SafeDIMacroCore/Errors/FixableInstantiableError.swift",
        "SafeDIMacroCore/Extensions/AttributeListSyntaxElementExtensions.swift",
        "SafeDIMacroCore/Extensions/AttributeListSyntaxExtensions.swift",
        "SafeDIMacroCore/Extensions/AttributeSyntaxExtensions.swift",
        "SafeDIMacroCore/Extensions/CollectionExtensions.swift",
        "SafeDIMacroCore/Extensions/DeclModifierListSyntaxExtensions.swift",
        "SafeDIMacroCore/Extensions/DiagnosticExtensions.swift",
        "SafeDIMacroCore/Extensions/ImportDeclSyntaxExtensions.swift",
        "SafeDIMacroCore/Extensions/PatternBindingSyntaxExtensions.swift",
        "SafeDIMacroCore/Generators/DependencyTreeGenerator.swift",
        "SafeDIMacroCore/Generators/ScopeGenerator.swift",
        "SafeDIMacroCore/Models/ConcreteDeclSyntaxProtocol.swift",
        "SafeDIMacroCore/Models/ConcreteDeclType.swift",
        "SafeDIMacroCore/Models/Dependency.swift",
        "SafeDIMacroCore/Models/ImportStatement.swift",
        "SafeDIMacroCore/Models/Initializer.swift",
        "SafeDIMacroCore/Models/InstantiableStruct.swift",
        "SafeDIMacroCore/Models/Property.swift",
        "SafeDIMacroCore/Models/Scope.swift",
        "SafeDIMacroCore/Models/TypeDescription.swift",
        "SafeDIMacroCore/Models/UnorderedEquatingCollection.swift",
        "SafeDIMacroCore/Visitors/FileVisitor.swift",
        "SafeDIMacroCore/Visitors/InstantiableVisitor.swift",
        "SafeDIMacroPlugin.swift"
      ],
      "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" : [
        "SafeDIGenerator",
        "SafeDITool"
      ],
      "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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.