The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SafeDI, reference main (2227da), with Swift 6.1 for Wasm on 5 Dec 2025 16:48:43 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: 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 2227da8 Improve unexpected swift nodes test
Cloned https://github.com/dfed/SafeDI.git
Revision (git rev-parse @):
2227da8a598bb6db1690f97d866607b7a900455b
SUCCESS checkout https://github.com/dfed/SafeDI.git at main
========================================
Build
========================================
Selected platform:         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/pointfreeco/swift-macro-testing.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/932] Fetching swift-macro-testing
[933/17809] Fetching swift-macro-testing, swift-argument-parser
Fetching https://github.com/swiftlang/swift-syntax.git
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (0.50s)
Fetching https://github.com/apple/swift-collections.git
[844/16877] Fetching swift-argument-parser
[16710/35205] Fetching swift-argument-parser, swift-collections
[20178/108228] Fetching swift-argument-parser, swift-collections, swift-syntax
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.87s)
[16278/91351] Fetching swift-collections, swift-syntax
Fetched https://github.com/apple/swift-collections.git from cache (2.93s)
[34321/73023] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (9.95s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.4 (11.53s)
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.62s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (10.29s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.2 (1.02s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.7 (0.99s)
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.56s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (2.09s)
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.69s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (3.21s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.8.0 (0.92s)
Creating working copy for https://github.com/pointfreeco/swift-macro-testing.git
Working copy of https://github.com/pointfreeco/swift-macro-testing.git resolved at 0.6.4
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/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/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-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
[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] Compiling SwiftSyntax600 Empty.swift
[64/136] Emitting module SwiftSyntax600
[66/137] Compiling SwiftSyntax600 Empty.swift
[67/138] Emitting module SwiftSyntax601
[68/138] Compiling SwiftSyntax601 Empty.swift
[71/139] Emitting module SwiftSyntax510
[72/139] Compiling SwiftSyntax510 Empty.swift
[73/140] Emitting module SwiftSyntax510
[74/140] Compiling SwiftSyntax510 Empty.swift
[75/140] Compiling SwiftSyntax602 Empty.swift
[76/140] Emitting module SwiftSyntax602
[78/142] Compiling SwiftSyntax602 Empty.swift
[79/143] Emitting module SwiftSyntax601
[80/143] Compiling SwiftSyntax601 Empty.swift
[86/148] Wrapping AST for SwiftSyntax600 for debugging
[88/149] Compiling SwiftSyntax509 Empty.swift
[88/154] Wrapping AST for SwiftSyntax601 for debugging
[90/154] Emitting module SwiftSyntax509
[92/174] Compiling SwiftSyntax509 Empty.swift
[92/186] Wrapping AST for SwiftSyntax602 for debugging
[94/186] Wrapping AST for SwiftSyntax510 for debugging
[97/186] Compiling InternalCollectionsUtilities _SortedCollection.swift
[98/186] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[98/188] Wrapping AST for SwiftSyntax602 for debugging
[100/188] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[101/188] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[101/190] Wrapping AST for SwiftSyntax601 for debugging
[102/190] Wrapping AST for SwiftSyntax509 for debugging
[104/190] Compiling InternalCollectionsUtilities Debugging.swift
[105/190] Compiling InternalCollectionsUtilities Descriptions.swift
[108/190] Emitting module ArgumentParserToolInfo
[109/190] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[110/190] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[110/190] Wrapping AST for SwiftSyntax600 for debugging
[111/190] Wrapping AST for SwiftSyntax510 for debugging
[115/232] Compiling SwiftSyntax Identifier.swift
[116/232] Compiling SwiftSyntax MemoryLayout.swift
[117/236] Compiling SwiftSyntax RawSyntaxArena.swift
[118/236] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[119/236] Compiling SwiftSyntax MissingNodeInitializers.swift
[120/236] Compiling SwiftSyntax RawSyntax.swift
[121/316] Compiling SwiftSyntax RawSyntaxArena.swift
[122/316] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[123/316] Compiling SwiftSyntax SourceLength.swift
[124/316] Compiling SwiftSyntax SourceLocation.swift
[125/316] Compiling SwiftSyntax SourcePresence.swift
[125/316] Wrapping AST for SwiftSyntax509 for debugging
[130/316] Emitting module InternalCollectionsUtilities
[132/316] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[133/316] Compiling SwiftSyntax Syntax.swift
[134/316] Compiling SwiftSyntax SyntaxChildren.swift
[135/316] Compiling SwiftSyntax SyntaxCollection.swift
[142/448] Compiling HeapModule Heap+Invariants.swift
[143/448] Compiling ArgumentParserToolInfo ToolInfo.swift
[144/449] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[145/450] Emitting module ArgumentParserToolInfo
[146/450] Compiling ArgumentParserToolInfo ToolInfo.swift
[147/480] Compiling HeapModule Heap+Descriptions.swift
[148/487] Compiling HeapModule _HeapNode.swift
[151/526] Compiling HeapModule Heap.swift
[152/526] Compiling HeapModule Heap+UnsafeHandle.swift
[153/594] Emitting module HeapModule
[155/650] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[156/650] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[157/650] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[158/650] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[159/650] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[160/650] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[161/650] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[162/664] Compiling OrderedCollections OrderedSet+SubSequence.swift
[163/664] Compiling OrderedCollections OrderedSet+Testing.swift
[164/664] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[165/664] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[166/664] Compiling OrderedCollections OrderedSet.swift
[167/664] Compiling OrderedCollections _UnsafeBitset.swift
[168/664] Compiling _RopeModule Rope+Sequence.swift
[169/664] Compiling _RopeModule Rope+Append.swift
[170/664] Compiling _RopeModule Rope+Extract.swift
[171/664] Compiling _RopeModule Rope+Find.swift
[172/664] Compiling _RopeModule Rope+ForEachWhile.swift
[173/664] Compiling _RopeModule Rope+Insert.swift
[174/664] Compiling HashTreeCollections TreeSet+Collection.swift
[175/664] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[176/664] Compiling HashTreeCollections TreeSet+Debugging.swift
[177/664] Compiling HashTreeCollections TreeSet+Descriptions.swift
[178/664] Compiling HashTreeCollections TreeSet+Equatable.swift
[179/664] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[180/664] Compiling HashTreeCollections TreeSet+Extras.swift
[181/664] Compiling HashTreeCollections TreeSet+Filter.swift
[182/674] Compiling OrderedCollections OrderedSet+Initializers.swift
[183/674] Compiling OrderedCollections OrderedSet+Insertions.swift
[184/674] Compiling OrderedCollections OrderedSet+Invariants.swift
[185/674] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[186/674] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[187/674] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[188/674] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[189/674] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[190/674] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[191/674] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[192/674] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[193/674] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[194/674] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[195/674] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[196/674] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[197/674] Compiling HeapModule _HeapNode.swift
[198/674] Compiling HeapModule Heap.swift
[213/681] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[214/681] Compiling HeapModule Heap+Invariants.swift
[215/681] Compiling HeapModule Heap+Descriptions.swift
[216/681] Compiling HeapModule Heap+UnsafeHandle.swift
[217/681] Emitting module HeapModule
[219/682] Compiling OrderedCollections OrderedDictionary.swift
[220/682] Compiling OrderedCollections OrderedSet+Codable.swift
[221/682] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[222/682] Compiling OrderedCollections OrderedSet+Descriptions.swift
[223/682] Compiling OrderedCollections OrderedSet+Diffing.swift
[224/682] Compiling OrderedCollections OrderedSet+Equatable.swift
[225/682] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[226/682] Compiling OrderedCollections OrderedSet+Hashable.swift
[235/682] Compiling OrderedCollections OrderedDictionary+Codable.swift
[236/682] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[237/682] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[238/682] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[239/682] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[240/682] Compiling OrderedCollections OrderedDictionary+Elements.swift
[241/682] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[242/682] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[243/682] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[244/682] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[245/682] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[246/682] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[247/682] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[248/682] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[249/682] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[250/682] Compiling OrderedCollections OrderedDictionary+Values.swift
[251/758] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[252/758] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[253/758] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[254/758] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[255/758] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[256/758] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[257/758] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[258/758] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[259/758] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[260/758] Compiling HashTreeCollections TreeSet.swift
[261/758] Compiling HashTreeCollections _UnsafePath.swift
[262/758] Compiling HashTreeCollections TreeDictionary+Codable.swift
[263/758] Compiling HashTreeCollections TreeDictionary+Collection.swift
[264/758] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[265/758] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[266/758] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[267/758] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[268/758] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[269/758] Compiling HashTreeCollections _HashNode+Invariants.swift
[270/758] Compiling HashTreeCollections _HashNode+Lookups.swift
[271/758] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[272/758] Compiling HashTreeCollections _HashTreeIterator.swift
[273/758] Compiling HashTreeCollections _HashTreeStatistics.swift
[274/758] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[275/758] Compiling HashTreeCollections _RawHashNode.swift
[276/758] Compiling HashTreeCollections _UnmanagedHashNode.swift
[277/758] Compiling HashTreeCollections _HashNode+Structural union.swift
[278/758] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[279/758] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[280/758] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[281/758] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[282/758] Compiling HashTreeCollections _HashNode.swift
[283/758] Compiling HashTreeCollections _HashNodeHeader.swift
[284/758] Compiling HashTreeCollections _HashSlot.swift
[285/758] Compiling HashTreeCollections _AncestorHashSlots.swift
[286/758] Compiling HashTreeCollections _Bitmap.swift
[287/758] Compiling HashTreeCollections _Bucket.swift
[288/758] Compiling HashTreeCollections _Hash.swift
[289/758] Compiling HashTreeCollections _HashLevel.swift
[290/758] Compiling HashTreeCollections _HashNode+Builder.swift
[291/758] Compiling HashTreeCollections _HashNode+Debugging.swift
[292/758] Compiling HashTreeCollections _HashNode+Initializers.swift
[293/758] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[294/758] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[295/758] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[296/758] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[297/758] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[298/758] Compiling HashTreeCollections _HashNode+Structural merge.swift
[299/758] Compiling HashTreeCollections TreeSet+Hashable.swift
[300/758] Compiling HashTreeCollections TreeSet+Sendable.swift
[301/758] Compiling HashTreeCollections TreeSet+Sequence.swift
[302/758] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[303/758] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[304/758] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[305/758] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[306/758] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[307/758] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[308/758] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[309/758] Compiling HashTreeCollections TreeDictionary.swift
[310/758] Compiling HashTreeCollections TreeSet+Codable.swift
[354/767] Emitting module OrderedCollections
[377/777] Compiling _RopeModule Rope+Join.swift
[378/777] Compiling _RopeModule Rope+MutatingForEach.swift
[379/777] Compiling _RopeModule Rope+Remove.swift
[380/777] Compiling _RopeModule Rope+RemoveSubrange.swift
[381/777] Compiling _RopeModule Rope+Split.swift
[382/777] Compiling _RopeModule Optional Utilities.swift
[383/777] Compiling _RopeModule String Utilities.swift
[384/777] Compiling _RopeModule String.Index+ABI.swift
[395/795] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[396/795] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[397/795] Compiling HashTreeCollections TreeDictionary+Filter.swift
[398/795] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[399/795] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[400/795] Compiling HashTreeCollections TreeDictionary+Keys.swift
[401/795] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[402/795] Compiling HashTreeCollections TreeDictionary+Merge.swift
[403/795] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[404/795] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[405/795] Compiling HashTreeCollections TreeDictionary+Values.swift
[423/810] Compiling DequeModule Deque.swift
[424/810] Compiling DequeModule Deque+Equatable.swift
[425/810] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[426/810] Compiling DequeModule _DequeBuffer.swift
[427/810] Compiling DequeModule _DequeBufferHeader.swift
[432/810] Emitting module _RopeModule
[433/810] Emitting module OrderedCollections
[439/811] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[440/811] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[441/811] Compiling HashTreeCollections _HashNode+Storage.swift
[442/811] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[443/811] Compiling HashTreeCollections _HashNode+Structural filter.swift
[444/811] Compiling DequeModule Deque+CustomReflectable.swift
[445/811] Compiling DequeModule Deque+Descriptions.swift
[459/813] Compiling HashTreeCollections _HashStack.swift
[462/813] Compiling DequeModule Deque+Extras.swift
[463/813] Compiling DequeModule Deque+Hashable.swift
[464/813] Compiling DequeModule Deque+Codable.swift
[465/813] Compiling DequeModule Deque+Collection.swift
[466/813] Compiling DequeModule Deque+Testing.swift
[467/813] Compiling DequeModule Deque._Storage.swift
[468/813] Compiling DequeModule Deque._UnsafeHandle.swift
[474/813] Compiling DequeModule _DequeSlot.swift
[475/813] Compiling DequeModule _UnsafeWrappedBuffer.swift
[506/813] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[507/813] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[508/813] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[509/813] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[510/813] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[511/813] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[512/813] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[513/813] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[514/813] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[515/813] Compiling HashTreeCollections TreeSet.swift
[516/828] Emitting module _RopeModule
[519/828] Compiling DequeModule _DequeBuffer.swift
[520/828] Compiling DequeModule _DequeBufferHeader.swift
[521/830] Compiling DequeModule Deque.swift
[524/830] Compiling DequeModule _DequeSlot.swift
[525/830] Compiling DequeModule _UnsafeWrappedBuffer.swift
[532/830] Compiling DequeModule Deque+Testing.swift
[533/830] Compiling DequeModule Deque._Storage.swift
[534/830] Compiling DequeModule Deque._UnsafeHandle.swift
[536/830] Compiling DequeModule Deque+Extras.swift
[537/830] Compiling DequeModule Deque+Hashable.swift
[538/830] Compiling DequeModule Deque+CustomReflectable.swift
[539/830] Compiling DequeModule Deque+Descriptions.swift
[540/830] Compiling DequeModule Deque+Equatable.swift
[541/830] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[544/830] Compiling SwiftSyntax SyntaxNodesOP.swift
[545/830] Compiling SwiftSyntax SyntaxNodesQRS.swift
[546/830] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[564/830] Emitting module HashTreeCollections
[565/831] Emitting module DequeModule
[615/870] Compiling BitCollections BitArray+Extras.swift
[616/870] Compiling BitCollections BitArray+Fill.swift
[618/939] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[619/939] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[620/939] Compiling BitCollections BitArray+Extras.swift
[621/939] Compiling BitCollections BitArray+Fill.swift
[622/939] Compiling BitCollections BitArray+Hashable.swift
[623/939] Compiling BitCollections BitArray+Initializers.swift
[624/939] Compiling BitCollections BitArray+Invariants.swift
[625/939] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[626/939] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[627/939] Compiling BitCollections BitSet+CustomReflectable.swift
[628/939] Compiling BitCollections BitSet+CustomStringConvertible.swift
[629/939] Compiling BitCollections BitArray+RandomBits.swift
[630/939] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[631/939] Compiling BitCollections BitArray+Shifts.swift
[632/939] Compiling BitCollections BitArray+Testing.swift
[633/939] Compiling BitCollections BitArray._UnsafeHandle.swift
[634/939] Compiling BitCollections BitArray.swift
[635/939] Compiling BitCollections BitSet+BidirectionalCollection.swift
[636/939] Compiling BitCollections BitSet+Codable.swift
[637/939] Compiling BitCollections BitSet+Initializers.swift
[638/939] Compiling BitCollections BitSet+Invariants.swift
[639/939] Compiling BitCollections BitSet+Random.swift
[640/939] Emitting module DequeModule
[651/984] Compiling ArgumentParser DumpHelpGenerator.swift
[652/984] Compiling ArgumentParser HelpCommand.swift
[653/984] Compiling ArgumentParser HelpGenerator.swift
[654/984] Compiling ArgumentParser MessageInfo.swift
[655/984] Compiling ArgumentParser UsageGenerator.swift
[656/984] Compiling ArgumentParser ParsableArguments.swift
[657/984] Compiling ArgumentParser ParsableCommand.swift
[658/984] Compiling ArgumentParser ArgumentDecoder.swift
[659/984] Compiling ArgumentParser ArgumentDefinition.swift
[660/984] Compiling ArgumentParser ArgumentSet.swift
[661/984] Compiling ArgumentParser CommandParser.swift
[662/984] Compiling ArgumentParser InputKey.swift
[663/984] Compiling ArgumentParser InputOrigin.swift
[664/984] Compiling ArgumentParser Name.swift
[665/984] Compiling ArgumentParser Parsed.swift
[666/984] Compiling ArgumentParser ParsedValues.swift
[667/984] Compiling ArgumentParser ParserError.swift
[668/984] Compiling ArgumentParser CollectionExtensions.swift
[669/984] Compiling ArgumentParser Mutex.swift
[671/1029] Compiling ArgumentParser ParserError.swift
[672/1029] Compiling ArgumentParser ArgumentVisibility.swift
[673/1029] Compiling ArgumentParser CompletionKind.swift
[674/1029] Compiling ArgumentParser Errors.swift
[675/1029] Compiling ArgumentParser Flag.swift
[676/1029] Compiling ArgumentParser NameSpecification.swift
[677/1029] Compiling ArgumentParser Option.swift
[678/1036] Emitting module BitCollections
[679/1043] Wrapping AST for _RopeModule for debugging
[681/1043] Compiling ArgumentParser BashCompletionsGenerator.swift
[682/1043] Compiling ArgumentParser CompletionsGenerator.swift
[683/1043] Compiling ArgumentParser FishCompletionsGenerator.swift
[684/1043] Compiling ArgumentParser ZshCompletionsGenerator.swift
[685/1043] Compiling ArgumentParser Argument.swift
[686/1043] Compiling ArgumentParser ArgumentDiscussion.swift
[687/1043] Compiling ArgumentParser ArgumentHelp.swift
[688/1043] Compiling ArgumentParser ParsableArguments.swift
[688/1043] Wrapping AST for OrderedCollections for debugging
[690/1043] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[691/1043] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[692/1043] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[693/1043] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[694/1043] Compiling BitCollections BitSet+SetAlgebra union.swift
[695/1043] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[696/1043] Compiling BitCollections BitSet.Counted.swift
[697/1043] Compiling ArgumentParser Mutex.swift
[698/1043] Compiling ArgumentParser Platform.swift
[699/1043] Compiling ArgumentParser SequenceExtensions.swift
[700/1043] Compiling ArgumentParser StringExtensions.swift
[701/1043] Compiling ArgumentParser SwiftExtensions.swift
[702/1043] Compiling BitCollections BitArray+Descriptions.swift
[703/1043] Compiling BitCollections BitArray+Equatable.swift
[704/1043] Compiling ArgumentParser SplitArguments.swift
[705/1043] Compiling ArgumentParser DumpHelpGenerator.swift
[706/1043] Compiling ArgumentParser HelpCommand.swift
[707/1043] Compiling ArgumentParser HelpGenerator.swift
[708/1043] Compiling ArgumentParser MessageInfo.swift
[709/1043] Compiling ArgumentParser UsageGenerator.swift
[710/1043] Compiling ArgumentParser CollectionExtensions.swift
[717/1043] Wrapping AST for InternalCollectionsUtilities for debugging
[718/1043] Wrapping AST for HeapModule for debugging
[720/1043] Emitting module HashTreeCollections
[720/1044] Wrapping AST for HashTreeCollections for debugging
[722/1044] Wrapping AST for DequeModule for debugging
[723/1044] Wrapping AST for ArgumentParserToolInfo for debugging
[733/1044] Compiling ArgumentParser ParsableCommand.swift
[734/1044] Compiling ArgumentParser ArgumentDecoder.swift
[735/1044] Compiling ArgumentParser ArgumentDefinition.swift
[736/1044] Compiling ArgumentParser ArgumentSet.swift
[737/1044] Compiling ArgumentParser CommandParser.swift
[738/1044] Compiling ArgumentParser OptionGroup.swift
[739/1044] Compiling ArgumentParser AsyncParsableCommand.swift
[747/1044] Compiling ArgumentParser Parsed.swift
[748/1044] Compiling ArgumentParser ParsedValues.swift
[755/1044] Compiling ArgumentParser CommandConfiguration.swift
[756/1044] Compiling ArgumentParser CommandGroup.swift
[757/1044] Compiling ArgumentParser EnumerableFlag.swift
[758/1044] Compiling ArgumentParser ExpressibleByArgument.swift
[759/1044] Compiling ArgumentParser InputKey.swift
[760/1044] Compiling ArgumentParser InputOrigin.swift
[761/1044] Compiling ArgumentParser Name.swift
[761/1044] Wrapping AST for _RopeModule for debugging
[786/1044] Wrapping AST for OrderedCollections for debugging
[788/1044] Compiling BitCollections BitSet.Index.swift
[789/1044] Compiling BitCollections BitSet._UnsafeHandle.swift
[790/1044] Compiling BitCollections BitSet.swift
[791/1044] Compiling BitCollections Range+Utilities.swift
[792/1044] Compiling BitCollections Slice+Utilities.swift
[793/1044] Compiling BitCollections UInt+Tricks.swift
[794/1044] Compiling BitCollections _Word.swift
[794/1045] Wrapping AST for InternalCollectionsUtilities for debugging
[795/1045] Wrapping AST for HeapModule for debugging
[804/1046] Wrapping AST for HashTreeCollections for debugging
[805/1046] Wrapping AST for DequeModule for debugging
[807/1046] Wrapping AST for ArgumentParserToolInfo for debugging
[808/1046] Wrapping AST for BitCollections for debugging
[811/1050] Emitting module Collections
[812/1050] Compiling Collections Collections.swift
[813/1050] Emitting module Collections
[814/1050] Compiling Collections Collections.swift
[816/1052] Wrapping AST for Collections for debugging
[819/1052] Emitting module ArgumentParser
[826/1064] Compiling ArgumentParser Tree.swift
[827/1064] Compiling ArgumentParser CodingKeyValidator.swift
[828/1064] Compiling ArgumentParser NonsenseFlagsValidator.swift
[829/1064] Compiling ArgumentParser ParsableArgumentsValidation.swift
[830/1064] Compiling ArgumentParser PositionalArgumentsValidator.swift
[831/1064] Compiling ArgumentParser UniqueNamesValidator.swift
[844/1064] Emitting module ArgumentParser
[920/1066] Wrapping AST for ArgumentParser for debugging
[923/1066] Emitting module SwiftSyntax
[1031/1074] Compiling SwiftSyntax SyntaxNodesC.swift
[1032/1074] Compiling SwiftSyntax SyntaxNodesD.swift
[1033/1074] Compiling SwiftSyntax SyntaxNodesEF.swift
[1034/1074] Compiling SwiftSyntax SyntaxNodesGHI.swift
[1035/1074] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[1036/1074] Compiling SwiftSyntax SyntaxNodesOP.swift
[1037/1074] Compiling SwiftSyntax SyntaxNodesQRS.swift
[1038/1074] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[1039/1075] Wrapping AST for SwiftSyntax for debugging
[1041/1134] Compiling SwiftDiagnostics Message.swift
[1042/1135] Compiling SwiftDiagnostics FixIt.swift
[1043/1135] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1044/1135] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1045/1135] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1046/1135] Compiling SwiftBasicFormat InferIndentation.swift
[1047/1135] Compiling SwiftDiagnostics Note.swift
[1048/1135] Emitting module SwiftDiagnostics
[1049/1135] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1050/1135] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1051/1135] Compiling SwiftParser Attributes.swift
[1052/1135] Compiling SwiftParser Availability.swift
[1053/1135] Compiling SwiftBasicFormat Indenter.swift
[1054/1135] Compiling SwiftParser CharacterInfo.swift
[1055/1135] Compiling SwiftParser CollectionNodes+Parsable.swift
[1056/1135] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1057/1136] Wrapping AST for SwiftDiagnostics for debugging
[1059/1136] Emitting module SwiftBasicFormat
[1060/1136] Compiling SwiftBasicFormat BasicFormat.swift
[1061/1137] Wrapping AST for SwiftBasicFormat for debugging
[1063/1137] Compiling SwiftParser StringLiterals.swift
[1064/1137] Compiling SwiftParser SwiftParserCompatibility.swift
[1065/1137] Compiling SwiftParser SwiftVersion.swift
[1066/1137] Compiling SwiftParser SyntaxUtils.swift
[1067/1137] Compiling SwiftParser TokenConsumer.swift
[1068/1137] Compiling SwiftParser TokenPrecedence.swift
[1069/1142] Compiling SwiftParser LoopProgressCondition.swift
[1070/1142] Compiling SwiftParser Modifiers.swift
[1071/1142] Compiling SwiftParser Names.swift
[1072/1142] Compiling SwiftParser Nominals.swift
[1073/1142] Compiling SwiftParser Parameters.swift
[1074/1142] Compiling SwiftParser ParseSourceFile.swift
[1075/1142] Compiling SwiftParser Lexeme.swift
[1076/1142] Compiling SwiftParser LexemeSequence.swift
[1077/1142] Compiling SwiftParser Lexer.swift
[1078/1142] Compiling SwiftParser RegexLiteralLexer.swift
[1079/1142] Compiling SwiftParser UnicodeScalarExtensions.swift
[1080/1142] Compiling SwiftParser Lookahead.swift
[1081/1142] Emitting module SwiftParser
[1086/1142] Compiling SwiftParser CompilerFiles.swift
[1087/1142] Compiling SwiftParser Declarations.swift
[1088/1142] Compiling SwiftParser TokenSpec.swift
[1089/1142] Compiling SwiftParser TokenSpecSet.swift
[1090/1142] Compiling SwiftParser TopLevel.swift
[1091/1142] Compiling SwiftParser TriviaParser.swift
[1092/1142] Compiling SwiftParser Types.swift
[1093/1142] Compiling SwiftParser Parser.swift
[1094/1142] Compiling SwiftParser Patterns.swift
[1095/1142] Compiling SwiftParser Recovery.swift
[1096/1142] Compiling SwiftParser Specifiers.swift
[1097/1142] Compiling SwiftParser Statements.swift
[1098/1142] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1099/1142] Compiling SwiftParser Directives.swift
[1100/1142] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[1101/1142] Compiling SwiftParser Expressions.swift
[1102/1142] Compiling SwiftParser IncrementalParseTransition.swift
[1103/1142] Compiling SwiftParser IsValidIdentifier.swift
[1104/1142] Compiling SwiftParser Cursor.swift
[1105/1142] Compiling SwiftParser ExperimentalFeatures.swift
[1106/1142] Compiling SwiftParser IsLexerClassified.swift
[1107/1142] Compiling SwiftParser LayoutNodes+Parsable.swift
[1108/1142] Compiling SwiftParser Parser+TokenSpecSet.swift
[1109/1142] Compiling SwiftParser TokenSpecStaticMembers.swift
[1110/1156] Wrapping AST for SwiftParser for debugging
[1112/1166] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1113/1167] Compiling SwiftOperators PrecedenceGraph.swift
[1114/1168] Compiling SwiftOperators PrecedenceGroup.swift
[1115/1168] Compiling SwiftOperators OperatorTable.swift
[1116/1168] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1117/1168] Emitting module SwiftOperators
[1118/1168] Compiling SwiftOperators OperatorTable+Semantics.swift
[1119/1168] Compiling SwiftOperators SyntaxSynthesis.swift
[1120/1168] Compiling SwiftOperators OperatorError.swift
[1121/1168] Compiling SwiftOperators OperatorTable+Defaults.swift
[1122/1168] Compiling SwiftOperators Operator.swift
[1123/1168] Compiling SwiftOperators OperatorError+Diagnostics.swift
[1124/1168] Compiling SwiftOperators OperatorTable+Folding.swift
[1125/1169] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1126/1169] Compiling SwiftParserDiagnostics Utils.swift
[1127/1169] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1128/1169] Wrapping AST for SwiftOperators for debugging
[1130/1169] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1131/1169] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1134/1169] Emitting module SwiftParserDiagnostics
[1146/1170] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[1147/1170] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[1148/1171] Wrapping AST for SwiftSyntax for debugging
[1149/1177] Wrapping AST for SwiftParserDiagnostics for debugging
[1151/1245] Compiling SwiftBasicFormat Indenter.swift
[1152/1245] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1153/1245] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1154/1245] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1155/1245] Compiling SwiftDiagnostics Message.swift
[1156/1246] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[1157/1246] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[1158/1246] Emitting module SwiftDiagnostics
[1159/1246] Compiling SwiftBasicFormat InferIndentation.swift
[1160/1246] Compiling SwiftDiagnostics Note.swift
[1161/1246] Compiling SwiftDiagnostics Convenience.swift
[1162/1246] Compiling SwiftDiagnostics Diagnostic.swift
[1163/1247] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1166/1247] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1167/1247] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1168/1247] Compiling SwiftDiagnostics FixIt.swift
[1172/1248] Compiling SwiftBasicFormat BasicFormat.swift
[1173/1248] Emitting module SwiftBasicFormat
[1174/1248] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1175/1248] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1176/1248] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1177/1248] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1177/1249] Wrapping AST for SwiftDiagnostics for debugging
[1180/1249] Emitting module SwiftSyntaxBuilder
[1181/1249] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1182/1249] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1183/1249] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1183/1249] Wrapping AST for SwiftBasicFormat for debugging
[1185/1249] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1186/1249] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1187/1249] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1188/1249] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1189/1250] Wrapping AST for SwiftSyntaxBuilder for debugging
[1191/1290] Compiling SafeDICore AttributeListSyntaxElementExtensions.swift
[1192/1290] Compiling SafeDICore DeclModifierListSyntaxExtensions.swift
[1193/1292] Compiling SafeDICore DiagnosticExtensions.swift
[1194/1292] Compiling SafeDICore ImportDeclSyntaxExtensions.swift
[1195/1292] Compiling SafeDICore PatternBindingSyntaxExtensions.swift
[1196/1292] Compiling SafeDICore DependencyTreeGenerator.swift
[1197/1292] Compiling SafeDICore DiagnosticError.swift
[1198/1292] Compiling SafeDICore FixableInjectableError.swift
[1199/1292] Compiling SafeDICore FixableInstantiableError.swift
[1200/1292] Compiling SafeDICore ScopeGenerator.swift
[1201/1292] Compiling SafeDICore ImportStatement.swift
[1202/1292] Compiling SafeDICore Initializer.swift
[1203/1292] Compiling SafeDICore InstantiableStruct.swift
[1204/1292] Emitting module SwiftSyntaxMacros
[1205/1292] Compiling SafeDICore AttributeListSyntaxExtensions.swift
[1206/1292] Compiling SafeDICore AttributeSyntaxExtensions.swift
[1207/1292] Compiling SafeDICore CollectionExtensions.swift
[1208/1292] Compiling SwiftSyntaxMacros PreambleMacro.swift
[1209/1292] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[1218/1296] Emitting module SwiftParser
[1224/1301] Wrapping AST for SwiftSyntaxMacros for debugging
[1226/1303] Emitting module SafeDICore
[1227/1310] Compiling SwiftParser StringLiterals.swift
[1228/1310] Compiling SwiftParser SwiftParserCompatibility.swift
[1229/1310] Compiling SwiftParser SwiftVersion.swift
[1230/1310] Compiling SwiftParser SyntaxUtils.swift
[1231/1310] Compiling SwiftParser TokenConsumer.swift
[1232/1310] Compiling SwiftParser TokenPrecedence.swift
[1233/1310] Compiling SwiftParser TokenSpec.swift
[1234/1310] Compiling SwiftParser TokenSpecSet.swift
[1235/1310] Compiling SwiftParser TopLevel.swift
[1236/1310] Compiling SwiftParser TriviaParser.swift
[1237/1310] Compiling SwiftParser Types.swift
[1238/1310] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[1239/1311] Emitting module SwiftSyntaxMacroExpansion
[1240/1311] Compiling SafeDICore TypeDescription.swift
[1241/1311] Compiling SafeDICore ConcreteDeclSyntaxProtocol.swift
[1242/1311] Compiling SafeDICore ConcreteDeclType.swift
[1243/1311] Compiling SafeDICore Dependency.swift
[1244/1311] Compiling SafeDICore UnorderedEquatingCollection.swift
[1245/1311] Compiling SafeDICore FileVisitor.swift
[1246/1311] Compiling SafeDICore InstantiableVisitor.swift
[1247/1311] Compiling SwiftParser Patterns.swift
[1248/1311] Compiling SwiftParser Recovery.swift
[1249/1311] Compiling SwiftParser Specifiers.swift
[1250/1311] Compiling SwiftParser Statements.swift
[1251/1311] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1258/1311] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[1259/1311] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[1260/1311] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[1261/1311] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[1262/1311] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[1263/1311] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[1264/1311] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[1268/1311] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[1278/1312] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[1280/1324] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[1281/1324] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[1293/1325] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[1294/1325] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[1295/1326] Emitting module SwiftCompilerPluginMessageHandling
[1296/1326] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[1296/1326] Wrapping AST for SafeDICore for debugging
[1298/1328] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[1299/1328] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[1300/1328] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[1303/1328] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[1304/1328] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[1305/1328] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[1306/1328] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[1308/1329] Compiling SwiftParser ExperimentalFeatures.swift
[1309/1329] Compiling SwiftParser IsLexerClassified.swift
[1310/1329] Compiling SwiftParser LayoutNodes+Parsable.swift
[1311/1329] Compiling SwiftParser Parser+TokenSpecSet.swift
[1312/1329] Compiling SwiftParser TokenSpecStaticMembers.swift
[1313/1330] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[1314/1332] Wrapping AST for SwiftParser for debugging
[1316/1332] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[1317/1332] Emitting module SwiftCompilerPlugin
[1318/1346] Wrapping AST for SwiftCompilerPlugin for debugging
[1320/1349] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1321/1351] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1322/1351] Emitting module SwiftParserDiagnostics
[1323/1351] Compiling SafeDIMacros SafeDIMacroPlugin.swift
[1324/1351] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1325/1351] Compiling SwiftParserDiagnostics Utils.swift
[1326/1351] Emitting module SafeDIMacros
[1327/1351] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1328/1351] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1329/1351] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1330/1351] Compiling SafeDIMacros InstantiableMacro.swift
[1331/1351] Compiling SafeDIMacros InjectableMacro.swift
[1332/1352] Wrapping AST for SafeDIMacros for debugging
[1333/1352] Write Objects.LinkFileList
[1335/1352] Compiling SafeDITool SafeDITool.swift
[1336/1352] Emitting module SafeDITool
[1337/1353] Wrapping AST for SafeDITool for debugging
[1338/1353] Write Objects.LinkFileList
[1340/1353] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[1341/1353] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[1342/1353] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[1343/1353] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[1344/1353] Compiling SwiftParserDiagnostics MissingNodesError.swift
[1345/1353] Compiling SwiftParserDiagnostics MissingTokenError.swift
[1346/1354] Wrapping AST for SwiftParserDiagnostics for debugging
[1347/1369] Linking SafeDIMacros-tool
[1349/1385] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1350/1385] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1351/1386] Compiling SafeDI ErasedInstantiator.swift
[1352/1387] Compiling SafeDI Forwarded.swift
[1353/1387] Emitting module SafeDI
[1354/1387] Compiling SafeDI SendableErasedInstantiator.swift
[1355/1388] Emitting module SafeDI
[1356/1388] Compiling SafeDI Forwarded.swift
[1357/1388] Compiling SafeDI Instantiable.swift
[1358/1388] Compiling SafeDI Instantiator.swift
[1359/1388] Compiling SafeDI Instantiated.swift
[1360/1388] Compiling SafeDI SendableErasedInstantiator.swift
[1361/1388] Compiling SafeDI Received.swift
[1362/1388] Compiling SafeDI Instantiable.swift
[1363/1388] Compiling SafeDI ErasedInstantiator.swift
[1364/1388] Compiling SafeDI Instantiated.swift
[1365/1388] Compiling SafeDI Received.swift
[1366/1388] Compiling SafeDI Instantiator.swift
[1366/1388] Linking SafeDITool-tool
[1368/1388] Compiling SafeDI SendableInstantiator.swift
[1372/1390] Emitting module SwiftSyntaxBuilder
[1373/1390] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1374/1390] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1375/1390] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1376/1390] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1377/1390] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1378/1390] Compiling SwiftSyntaxBuilder Indenter.swift
[1379/1390] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1380/1390] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1381/1390] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1382/1390] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1383/1390] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1384/1390] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1385/1390] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1386/1391] Wrapping AST for SwiftSyntaxBuilder for debugging
[1388/1414] Emitting module SafeDICore
[1389/1417] Compiling SafeDICore ImportStatement.swift
[1390/1417] Compiling SafeDICore Initializer.swift
[1391/1417] Compiling SafeDICore InstantiableStruct.swift
[1392/1417] Compiling SafeDICore UnorderedEquatingCollection.swift
[1393/1417] Compiling SafeDICore FileVisitor.swift
[1394/1417] Compiling SafeDICore InstantiableVisitor.swift
[1395/1417] Compiling SafeDICore AttributeListSyntaxExtensions.swift
[1396/1417] Compiling SafeDICore AttributeSyntaxExtensions.swift
[1397/1417] Compiling SafeDICore CollectionExtensions.swift
[1398/1417] Compiling SafeDICore ConcreteDeclSyntaxProtocol.swift
[1399/1417] Compiling SafeDICore ConcreteDeclType.swift
[1400/1417] Compiling SafeDICore Dependency.swift
[1401/1417] Compiling SafeDICore Property.swift
[1402/1417] Compiling SafeDICore Scope.swift
[1403/1417] Compiling SafeDICore TypeDescription.swift
[1404/1417] Compiling SafeDICore PatternBindingSyntaxExtensions.swift
[1405/1417] Compiling SafeDICore DependencyTreeGenerator.swift
[1406/1417] Compiling SafeDICore ScopeGenerator.swift
[1407/1417] Compiling SafeDICore DiagnosticError.swift
[1408/1417] Compiling SafeDICore FixableInjectableError.swift
[1409/1417] Compiling SafeDICore FixableInstantiableError.swift
[1410/1417] Compiling SafeDICore AttributeListSyntaxElementExtensions.swift
[1411/1417] Compiling SafeDICore DeclModifierListSyntaxExtensions.swift
[1412/1417] Compiling SafeDICore DiagnosticExtensions.swift
[1413/1417] Compiling SafeDICore ImportDeclSyntaxExtensions.swift
[1414/1418] Wrapping AST for SafeDICore for debugging
[1416/1420] Emitting module SafeDITool
[1417/1420] Compiling SafeDITool SafeDITool.swift
[1418/1421] Wrapping AST for SafeDITool for debugging
[1419/1421] 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/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! (466.80s)
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.