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 (750058), with Swift 6.1 for Wasm on 4 Jun 2025 03:20:45 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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.63.1
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 750058d Bump to 1.2.2
Cloned https://github.com/dfed/SafeDI.git
Revision (git rev-parse @):
750058d8e4a3889bba27a9a198e469d34020fd31
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-4606859-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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
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
Fetching https://github.com/apple/swift-collections.git
[1/908] Fetching swift-macro-testing
[909/17499] Fetching swift-macro-testing, swift-collections
[1573/32880] Fetching swift-macro-testing, swift-collections, swift-argument-parser
Fetching https://github.com/swiftlang/swift-syntax.git
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.70s)
[13684/17499] Fetching swift-macro-testing, swift-collections
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (2.50s)
Fetched https://github.com/apple/swift-collections.git from cache (2.52s)
[1/70720] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (10.38s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.3 (13.21s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/13189] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (3.13s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (8.22s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (1.42s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (1.20s)
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.56s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (1.76s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5458] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.20s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.51s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (1.16s)
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/pointfreeco/swift-macro-testing.git
Working copy of https://github.com/pointfreeco/swift-macro-testing.git resolved at 0.6.3
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/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/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-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/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.4
[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 SwiftSyntax510
[61/131] Emitting module SwiftSyntax509
[62/131] Emitting module SwiftSyntax601
[63/131] Compiling SwiftSyntax509 Empty.swift
[64/131] Emitting module SwiftSyntax509
[65/132] Emitting module SwiftSyntax600
[66/132] Compiling SwiftSyntax600 Empty.swift
[69/133] Emitting module SwiftSyntax510
[70/133] Compiling SwiftSyntax510 Empty.swift
[71/134] Emitting module SwiftSyntax601
[72/134] Compiling SwiftSyntax601 Empty.swift
[73/134] Emitting module SwiftSyntax600
[74/134] Compiling SwiftSyntax600 Empty.swift
[75/135] Compiling SwiftSyntax601 Empty.swift
[76/137] Compiling SwiftSyntax510 Empty.swift
[79/138] Compiling SwiftSyntax509 Empty.swift
[83/169] Wrapping AST for SwiftSyntax600 for debugging
[84/169] Wrapping AST for SwiftSyntax601 for debugging
[85/171] Wrapping AST for SwiftSyntax510 for debugging
[87/235] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[87/236] Wrapping AST for SwiftSyntax509 for debugging
[88/236] Compiling SwiftSyntax SyntaxChildren.swift
[89/236] Compiling SwiftSyntax SyntaxCollection.swift
[90/237] Wrapping AST for SwiftSyntax601 for debugging
[92/237] Compiling SwiftSyntax SyntaxHashable.swift
[93/237] Compiling SwiftSyntax SyntaxIdentifier.swift
[94/237] Compiling SwiftSyntax SyntaxNodeFactory.swift
[95/237] Compiling SwiftSyntax SyntaxNodeStructure.swift
[96/237] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[97/237] Emitting module ArgumentParserToolInfo
[98/237] Compiling SwiftSyntax SourceLocation.swift
[99/237] Compiling SwiftSyntax SourcePresence.swift
[99/237] Wrapping AST for SwiftSyntax600 for debugging
[101/285] Compiling SwiftSyntax SourcePresence.swift
[102/285] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[102/301] Wrapping AST for SwiftSyntax510 for debugging
[103/301] Wrapping AST for SwiftSyntax509 for debugging
[105/301] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[107/301] Compiling SwiftSyntax AbsolutePosition.swift
[108/301] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[109/301] Compiling SwiftSyntax Convenience.swift
[110/301] Compiling SwiftSyntax CustomTraits.swift
[111/301] Emitting module InternalCollectionsUtilities
[113/301] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[114/301] Compiling SwiftSyntax Assert.swift
[115/301] Compiling SwiftSyntax BumpPtrAllocator.swift
[116/301] Compiling SwiftSyntax CommonAncestor.swift
[117/302] Compiling SwiftSyntax EditorPlaceholder.swift
[118/302] Compiling SwiftSyntax SourceLocation.swift
[125/303] Compiling ArgumentParserToolInfo ToolInfo.swift
[126/304] Emitting module ArgumentParserToolInfo
[127/304] Compiling ArgumentParserToolInfo ToolInfo.swift
[130/503] Compiling HeapModule Heap+Descriptions.swift
[131/510] Compiling HeapModule _HeapNode.swift
[132/530] Compiling HeapModule Heap.swift
[133/565] Compiling HeapModule Heap+Invariants.swift
[134/565] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[135/565] Compiling HeapModule Heap+UnsafeHandle.swift
[136/565] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[137/565] Emitting module HeapModule
[138/566] Compiling HeapModule _HeapNode.swift
[140/566] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[141/566] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[142/566] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[143/566] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[144/566] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[145/566] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[146/566] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[147/566] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[148/566] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[149/566] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[150/566] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[151/566] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[152/566] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[153/566] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[154/573] Compiling HeapModule Heap.swift
[155/573] Compiling HeapModule Heap+Invariants.swift
[156/573] Compiling HeapModule Heap+UnsafeHandle.swift
[157/573] Compiling HeapModule Heap+Descriptions.swift
[158/649] Emitting module HeapModule
[160/650] Compiling HashTreeCollections _UnsafePath.swift
[161/650] Compiling HashTreeCollections TreeDictionary+Codable.swift
[162/650] Compiling HashTreeCollections TreeDictionary+Collection.swift
[163/650] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[164/650] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[165/650] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[166/650] Compiling HashTreeCollections _AncestorHashSlots.swift
[167/650] Compiling HashTreeCollections _Bitmap.swift
[168/650] Compiling HashTreeCollections TreeDictionary+Filter.swift
[169/650] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[170/650] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[171/650] Compiling HashTreeCollections TreeDictionary+Keys.swift
[172/650] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[173/650] Compiling HashTreeCollections TreeDictionary+Merge.swift
[174/650] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[175/650] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[176/650] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[177/650] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[178/650] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[179/650] Compiling HashTreeCollections _HashNode+Structural union.swift
[180/650] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[181/650] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[182/650] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[183/650] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[184/650] Compiling HashTreeCollections _HashNode.swift
[185/650] Compiling HashTreeCollections _HashNodeHeader.swift
[186/650] Compiling HashTreeCollections _HashSlot.swift
[187/650] Compiling HashTreeCollections _HashStack.swift
[188/650] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[189/650] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[190/650] Compiling HashTreeCollections _Bucket.swift
[191/650] Compiling HashTreeCollections _Hash.swift
[192/650] Compiling HashTreeCollections _HashLevel.swift
[193/650] Compiling HashTreeCollections _HashNode+Builder.swift
[194/650] Compiling HashTreeCollections _HashNode+Debugging.swift
[195/650] Compiling HashTreeCollections _HashNode+Initializers.swift
[196/650] Compiling HashTreeCollections _HashNode+Invariants.swift
[197/650] Compiling HashTreeCollections _HashNode+Lookups.swift
[198/689] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[199/689] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[200/689] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[201/689] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[202/689] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[203/689] Compiling HashTreeCollections _HashNode+Structural merge.swift
[204/689] Compiling HashTreeCollections _HashTreeIterator.swift
[205/689] Compiling HashTreeCollections _HashTreeStatistics.swift
[214/733] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[215/733] Compiling HashTreeCollections _RawHashNode.swift
[216/733] Compiling HashTreeCollections _UnmanagedHashNode.swift
[217/733] Compiling HashTreeCollections _UnsafePath.swift
[218/733] Compiling HashTreeCollections TreeDictionary+Codable.swift
[219/733] Compiling HashTreeCollections TreeDictionary+Collection.swift
[220/733] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[221/733] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[222/733] Compiling HashTreeCollections _HashNodeHeader.swift
[223/733] Compiling HashTreeCollections _HashSlot.swift
[224/733] Compiling HashTreeCollections _HashStack.swift
[225/733] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[226/733] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[227/733] Compiling HashTreeCollections _HashNode+Storage.swift
[228/733] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[229/733] Compiling HashTreeCollections _HashNode+Structural filter.swift
[230/733] Compiling HashTreeCollections TreeSet+Hashable.swift
[231/733] Compiling HashTreeCollections TreeSet+Sendable.swift
[232/733] Compiling HashTreeCollections TreeSet+Sequence.swift
[233/733] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[234/733] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[235/733] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[236/733] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[237/733] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[238/733] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[239/733] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[240/733] Compiling HashTreeCollections _Bitmap.swift
[241/733] Compiling HashTreeCollections _Bucket.swift
[242/733] Compiling HashTreeCollections _Hash.swift
[243/733] Compiling HashTreeCollections _HashLevel.swift
[244/733] Compiling HashTreeCollections _HashNode+Builder.swift
[245/733] Compiling HashTreeCollections _HashNode+Debugging.swift
[246/733] Compiling HashTreeCollections _HashNode+Initializers.swift
[247/733] Compiling HashTreeCollections _HashNode+Invariants.swift
[248/733] Compiling HashTreeCollections _HashNode+Lookups.swift
[249/733] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[259/743] Compiling HashTreeCollections TreeSet+Descriptions.swift
[260/743] Compiling HashTreeCollections TreeSet+Equatable.swift
[261/743] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[262/743] Compiling HashTreeCollections TreeSet+Extras.swift
[263/743] Compiling HashTreeCollections TreeSet+Filter.swift
[264/743] Compiling HashTreeCollections _AncestorHashSlots.swift
[268/752] Compiling HashTreeCollections TreeDictionary.swift
[269/752] Compiling HashTreeCollections TreeSet+Codable.swift
[270/752] Compiling HashTreeCollections TreeSet+Collection.swift
[271/752] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[272/752] Compiling HashTreeCollections TreeSet+Debugging.swift
[281/752] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[282/752] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[283/752] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[284/752] Compiling HashTreeCollections TreeDictionary+Filter.swift
[285/752] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[286/752] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[287/752] Compiling HashTreeCollections TreeDictionary+Keys.swift
[288/752] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[289/752] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[290/752] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[291/752] Compiling HashTreeCollections _HashNode+Structural union.swift
[292/752] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[293/752] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[294/752] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[295/752] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[296/752] Compiling HashTreeCollections _HashNode.swift
[365/771] Compiling HashTreeCollections TreeDictionary+Merge.swift
[366/771] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[367/771] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[368/771] Compiling HashTreeCollections TreeDictionary+Values.swift
[369/771] Emitting module OrderedCollections
[370/772] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[371/772] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[372/772] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[373/772] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[374/772] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[375/772] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[376/772] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[377/772] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[378/772] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[379/772] Compiling HashTreeCollections TreeSet.swift
[399/787] Emitting module OrderedCollections
[411/788] Compiling DequeModule Deque+Codable.swift
[412/788] Compiling DequeModule Deque+Collection.swift
[413/788] Compiling DequeModule Deque+Equatable.swift
[414/788] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[415/788] Compiling DequeModule Deque+CustomReflectable.swift
[416/788] Compiling DequeModule Deque+Descriptions.swift
[417/788] Compiling DequeModule Deque+Extras.swift
[418/788] Compiling DequeModule Deque+Hashable.swift
[419/788] Compiling DequeModule Deque+Testing.swift
[420/788] Compiling DequeModule Deque._Storage.swift
[421/788] Compiling DequeModule Deque._UnsafeHandle.swift
[422/788] Compiling DequeModule _DequeBuffer.swift
[423/788] Compiling DequeModule _DequeBufferHeader.swift
[446/814] Emitting module _RopeModule
[447/814] Compiling DequeModule Deque+Extras.swift
[448/814] Compiling DequeModule Deque+Hashable.swift
[449/814] Compiling DequeModule Deque+Equatable.swift
[450/814] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[451/814] Compiling DequeModule Deque._UnsafeHandle.swift
[452/814] Compiling DequeModule Deque.swift
[453/814] Emitting module _RopeModule
[454/814] Compiling DequeModule Deque+CustomReflectable.swift
[455/814] Compiling DequeModule Deque+Descriptions.swift
[456/816] Compiling DequeModule _DequeBuffer.swift
[457/816] Compiling DequeModule _DequeBufferHeader.swift
[458/816] Compiling DequeModule _DequeSlot.swift
[459/816] Compiling DequeModule _UnsafeWrappedBuffer.swift
[461/816] Compiling DequeModule Deque+Testing.swift
[462/816] Compiling DequeModule Deque._Storage.swift
[469/816] Compiling DequeModule Deque+Codable.swift
[470/816] Compiling DequeModule Deque+Collection.swift
[517/825] Compiling SwiftSyntax SyntaxNodesGHI.swift
[518/825] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[519/825] Compiling SwiftSyntax SyntaxNodesOP.swift
[520/825] Compiling SwiftSyntax SyntaxNodesQRS.swift
[521/825] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[522/825] Compiling _RopeModule Optional Utilities.swift
[523/825] Compiling _RopeModule String Utilities.swift
[524/825] Compiling _RopeModule String.Index+ABI.swift
[526/825] Compiling SwiftSyntax SyntaxNodesD.swift
[527/825] Compiling SwiftSyntax SyntaxNodesEF.swift
[545/825] Compiling SwiftSyntax SyntaxNodesAB.swift
[546/825] Compiling SwiftSyntax SyntaxNodesC.swift
[549/825] Emitting module DequeModule
[557/870] Compiling BitCollections BitArray+BitwiseOperations.swift
[558/870] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[559/870] Compiling BitCollections BitArray+Codable.swift
[560/870] Compiling BitCollections BitArray+Collection.swift
[561/870] Compiling BitCollections BitArray+Copy.swift
[562/870] Compiling BitCollections BitArray+CustomReflectable.swift
[563/870] Compiling BitCollections BitArray+Descriptions.swift
[564/870] Compiling BitCollections BitArray+Equatable.swift
[565/870] Compiling BitCollections BitSet+Initializers.swift
[566/870] Compiling BitCollections BitSet+Invariants.swift
[567/870] Compiling BitCollections BitSet+Random.swift
[568/870] Compiling BitCollections BitSet+SetAlgebra basics.swift
[569/870] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[570/870] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[571/870] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[572/870] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[573/870] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[574/870] Compiling BitCollections BitArray+Extras.swift
[575/870] Compiling BitCollections BitArray+Fill.swift
[576/870] Compiling BitCollections BitArray+Hashable.swift
[577/870] Compiling BitCollections BitArray+Initializers.swift
[578/870] Compiling BitCollections BitArray+Invariants.swift
[598/879] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[599/879] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[600/879] Compiling BitCollections BitSet+SetAlgebra union.swift
[601/879] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[602/879] Compiling BitCollections BitSet.Counted.swift
[603/879] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[604/879] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[605/879] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[606/879] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[617/879] Emitting module DequeModule
[630/881] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[642/881] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[643/881] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[644/881] Compiling BitCollections BitSet+CustomReflectable.swift
[645/881] Compiling BitCollections BitSet+CustomStringConvertible.swift
[646/881] Compiling BitCollections BitSet+Equatable.swift
[647/881] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[648/881] Compiling BitCollections BitSet+Extras.swift
[649/881] Compiling BitCollections BitSet+Hashable.swift
[660/881] Compiling BitCollections BitArray+RandomBits.swift
[661/881] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[662/881] Compiling BitCollections BitArray+Shifts.swift
[663/881] Compiling BitCollections BitArray+Testing.swift
[664/881] Compiling BitCollections BitArray._UnsafeHandle.swift
[665/881] Compiling BitCollections BitArray.swift
[666/881] Compiling BitCollections BitSet+BidirectionalCollection.swift
[667/881] Compiling BitCollections BitSet+Codable.swift
[668/881] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[669/881] Emitting module HashTreeCollections
[671/975] Wrapping AST for _RopeModule for debugging
[673/1012] Compiling ArgumentParser FishCompletionsGenerator.swift
[674/1012] Compiling ArgumentParser ZshCompletionsGenerator.swift
[675/1012] Compiling ArgumentParser Argument.swift
[676/1012] Compiling ArgumentParser ArgumentHelp.swift
[677/1012] Compiling ArgumentParser OptionGroup.swift
[678/1012] Compiling ArgumentParser AsyncParsableCommand.swift
[679/1012] Compiling ArgumentParser CommandConfiguration.swift
[680/1012] Compiling ArgumentParser ArgumentSet.swift
[681/1012] Compiling ArgumentParser CommandParser.swift
[682/1012] Compiling ArgumentParser InputKey.swift
[683/1012] Compiling ArgumentParser InputOrigin.swift
[684/1012] Compiling ArgumentParser Name.swift
[685/1012] Compiling ArgumentParser Parsed.swift
[686/1012] Compiling ArgumentParser ParsedValues.swift
[687/1019] Emitting module BitCollections
[687/1019] Wrapping AST for OrderedCollections for debugging
[689/1019] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[690/1019] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[691/1019] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[692/1019] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[693/1019] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[694/1019] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[695/1019] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[696/1019] Emitting module HashTreeCollections
[696/1020] Wrapping AST for InternalCollectionsUtilities for debugging
[698/1020] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[699/1020] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[700/1020] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[701/1020] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[702/1020] Compiling BitCollections BitSet+SetAlgebra union.swift
[703/1020] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[704/1020] Compiling BitCollections BitSet.Counted.swift
[705/1020] Wrapping AST for HeapModule for debugging
[707/1020] Emitting module BitCollections
[707/1027] Wrapping AST for DequeModule for debugging
[708/1027] Wrapping AST for HashTreeCollections for debugging
[709/1027] Wrapping AST for ArgumentParserToolInfo for debugging
[710/1027] Wrapping AST for _RopeModule for debugging
[711/1027] Wrapping AST for OrderedCollections for debugging
[712/1027] Wrapping AST for InternalCollectionsUtilities for debugging
[720/1027] Compiling ArgumentParser ParserError.swift
[728/1027] Compiling ArgumentParser SplitArguments.swift
[729/1027] Compiling ArgumentParser DumpHelpGenerator.swift
[730/1027] Compiling ArgumentParser HelpCommand.swift
[731/1027] Compiling ArgumentParser HelpGenerator.swift
[732/1027] Compiling ArgumentParser MessageInfo.swift
[733/1027] Compiling ArgumentParser UsageGenerator.swift
[734/1027] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[742/1027] Compiling ArgumentParser CommandGroup.swift
[743/1027] Compiling ArgumentParser EnumerableFlag.swift
[744/1027] Compiling ArgumentParser ExpressibleByArgument.swift
[745/1027] Compiling ArgumentParser ParsableArguments.swift
[746/1027] Compiling ArgumentParser ParsableArgumentsValidation.swift
[747/1027] Compiling ArgumentParser ParsableCommand.swift
[748/1027] Compiling ArgumentParser ArgumentDecoder.swift
[749/1027] Compiling ArgumentParser ArgumentDefinition.swift
[758/1027] Compiling ArgumentParser ArgumentVisibility.swift
[759/1027] Compiling ArgumentParser CompletionKind.swift
[760/1027] Compiling ArgumentParser Errors.swift
[761/1027] Compiling ArgumentParser Flag.swift
[762/1027] Compiling ArgumentParser NameSpecification.swift
[763/1027] Compiling ArgumentParser Option.swift
[764/1027] Compiling ArgumentParser BashCompletionsGenerator.swift
[765/1027] Compiling ArgumentParser CompletionsGenerator.swift
[765/1027] Wrapping AST for HeapModule for debugging
[766/1027] Wrapping AST for HashTreeCollections for debugging
[775/1027] Wrapping AST for DequeModule for debugging
[776/1027] Wrapping AST for ArgumentParserToolInfo for debugging
[778/1027] Compiling BitCollections BitSet.Index.swift
[779/1027] Compiling BitCollections BitSet._UnsafeHandle.swift
[780/1027] Compiling BitCollections BitSet.swift
[781/1027] Compiling BitCollections Range+Utilities.swift
[782/1027] Compiling BitCollections Slice+Utilities.swift
[783/1027] Compiling BitCollections UInt+Tricks.swift
[784/1027] Compiling BitCollections _Word.swift
[801/1028] Wrapping AST for BitCollections for debugging
[803/1030] Compiling Collections Collections.swift
[804/1030] Emitting module Collections
[813/1032] Wrapping AST for BitCollections for debugging
[814/1032] Wrapping AST for Collections for debugging
[816/1034] Compiling Collections Collections.swift
[817/1034] Emitting module Collections
[818/1035] Wrapping AST for Collections for debugging
[820/1035] Emitting module ArgumentParser
[834/1045] Compiling ArgumentParser CollectionExtensions.swift
[835/1045] Compiling ArgumentParser Platform.swift
[836/1045] Compiling ArgumentParser SequenceExtensions.swift
[837/1045] Compiling ArgumentParser StringExtensions.swift
[838/1045] Compiling ArgumentParser Tree.swift
[907/1047] Wrapping AST for ArgumentParser for debugging
[910/1047] Emitting module SwiftSyntax
[1011/1048] Wrapping AST for SwiftSyntax for debugging
[1022/1106] Compiling SwiftBasicFormat InferIndentation.swift
[1023/1106] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1024/1106] Compiling SwiftDiagnostics Message.swift
[1026/1108] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1027/1108] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1028/1108] Compiling SwiftBasicFormat Indenter.swift
[1029/1108] Compiling SwiftDiagnostics Note.swift
[1029/1149] Wrapping AST for SwiftSyntax for debugging
[1031/1149] Compiling SwiftDiagnostics FixIt.swift
[1032/1149] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1033/1149] Compiling SwiftParser IncrementalParseTransition.swift
[1034/1149] Compiling SwiftParser IsValidIdentifier.swift
[1035/1149] Emitting module SwiftDiagnostics
[1036/1149] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1037/1149] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[1038/1149] Compiling SwiftParser Expressions.swift
[1039/1149] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1040/1167] Wrapping AST for SwiftDiagnostics for debugging
[1042/1167] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1043/1167] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1044/1167] Compiling SwiftDiagnostics Message.swift
[1045/1168] Emitting module SwiftDiagnostics
[1046/1168] Emitting module SwiftBasicFormat
[1047/1168] Compiling SwiftBasicFormat BasicFormat.swift
[1048/1169] Compiling SwiftDiagnostics Convenience.swift
[1049/1169] Compiling SwiftDiagnostics Diagnostic.swift
[1050/1169] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[1051/1169] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[1052/1169] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1054/1169] Compiling SwiftDiagnostics Note.swift
[1055/1169] Compiling SwiftBasicFormat Indenter.swift
[1056/1169] Compiling SwiftBasicFormat InferIndentation.swift
[1056/1169] Wrapping AST for SwiftBasicFormat for debugging
[1058/1169] Compiling SwiftDiagnostics FixIt.swift
[1059/1169] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1060/1169] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1061/1169] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1062/1170] Wrapping AST for SwiftDiagnostics for debugging
[1064/1170] Emitting module SwiftBasicFormat
[1065/1170] Compiling SwiftBasicFormat BasicFormat.swift
[1067/1171] Emitting module SwiftParser
[1068/1181] Wrapping AST for SwiftBasicFormat for debugging
[1070/1181] Compiling SwiftParser LexemeSequence.swift
[1071/1181] Compiling SwiftParser Lexer.swift
[1072/1181] Compiling SwiftParser RegexLiteralLexer.swift
[1073/1181] Compiling SwiftParser UnicodeScalarExtensions.swift
[1074/1181] Compiling SwiftParser Lookahead.swift
[1075/1181] Compiling SwiftParser LoopProgressCondition.swift
[1076/1181] Compiling SwiftParser SwiftParserCompatibility.swift
[1077/1181] Compiling SwiftParser SwiftVersion.swift
[1078/1181] Compiling SwiftParser SyntaxUtils.swift
[1079/1181] Compiling SwiftParser TokenConsumer.swift
[1080/1181] Compiling SwiftParser TokenPrecedence.swift
[1081/1181] Compiling SwiftParser Modifiers.swift
[1088/1181] Compiling SwiftParser Names.swift
[1089/1181] Compiling SwiftParser Nominals.swift
[1090/1181] Compiling SwiftParser Parameters.swift
[1091/1181] Compiling SwiftParser ParseSourceFile.swift
[1092/1181] Compiling SwiftParser Parser.swift
[1093/1181] Compiling SwiftParser Patterns.swift
[1094/1181] Compiling SwiftParser Attributes.swift
[1095/1181] Compiling SwiftParser Availability.swift
[1096/1181] Compiling SwiftParser CharacterInfo.swift
[1097/1181] Compiling SwiftParser CollectionNodes+Parsable.swift
[1098/1181] Compiling SwiftParser Declarations.swift
[1099/1181] Compiling SwiftParser Directives.swift
[1104/1181] Compiling SwiftParser Cursor.swift
[1105/1181] Compiling SwiftParser Lexeme.swift
[1106/1181] Compiling SwiftParser TokenSpec.swift
[1107/1181] Compiling SwiftParser TokenSpecSet.swift
[1108/1181] Compiling SwiftParser TopLevel.swift
[1109/1181] Compiling SwiftParser TriviaParser.swift
[1110/1181] Compiling SwiftParser Types.swift
[1111/1181] Compiling SwiftParser Recovery.swift
[1112/1181] Compiling SwiftParser Specifiers.swift
[1113/1181] Compiling SwiftParser Statements.swift
[1114/1181] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1115/1181] Compiling SwiftParser StringLiterals.swift
[1138/1181] Compiling SwiftParser ExperimentalFeatures.swift
[1139/1181] Compiling SwiftParser IsLexerClassified.swift
[1140/1181] Compiling SwiftParser LayoutNodes+Parsable.swift
[1141/1181] Compiling SwiftParser Parser+TokenSpecSet.swift
[1142/1181] Compiling SwiftParser TokenSpecStaticMembers.swift
[1161/1183] Wrapping AST for SwiftParser for debugging
[1164/1219] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1165/1220] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[1166/1220] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[1167/1221] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1168/1222] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1169/1222] Compiling SwiftOperators PrecedenceGroup.swift
[1172/1222] Compiling SwiftOperators SyntaxSynthesis.swift
[1173/1222] Compiling SwiftOperators OperatorTable.swift
[1174/1222] Compiling SwiftOperators PrecedenceGraph.swift
[1175/1222] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1176/1222] Emitting module SwiftOperators
[1177/1222] Compiling SwiftOperators OperatorTable+Semantics.swift
[1178/1222] Compiling SwiftParserDiagnostics MissingNodesError.swift
[1179/1222] Compiling SwiftParserDiagnostics MissingTokenError.swift
[1180/1222] Compiling SwiftOperators OperatorTable+Folding.swift
[1181/1223] Emitting module SwiftParserDiagnostics
[1186/1223] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1187/1223] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1188/1223] Compiling SwiftParserDiagnostics Utils.swift
[1189/1223] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1190/1223] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1190/1223] Wrapping AST for SwiftOperators for debugging
[1196/1223] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1199/1223] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[1200/1223] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[1206/1225] 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] Emitting module SwiftSyntaxBuilder
[1217/1257] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1218/1257] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1221/1257] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1222/1257] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1223/1257] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1224/1257] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1225/1257] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1226/1257] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1227/1257] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1234/1257] Emitting module SwiftSyntaxBuilder
[1235/1257] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1236/1257] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1242/1259] Wrapping AST for SwiftSyntaxBuilder for debugging
[1245/1322] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[1246/1322] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[1247/1324] Compiling SwiftSyntaxMacros Macro.swift
[1248/1324] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[1249/1324] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[1250/1324] Compiling SwiftSyntaxMacros Macro+Format.swift
[1251/1324] Compiling SwiftSyntaxMacros MemberMacro.swift
[1252/1324] Compiling SwiftSyntaxMacros PeerMacro.swift
[1253/1324] Compiling SwiftSyntaxMacros AccessorMacro.swift
[1254/1324] Compiling SwiftSyntaxMacros AttachedMacro.swift
[1255/1324] Compiling SwiftSyntaxMacros BodyMacro.swift
[1256/1324] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[1257/1324] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[1258/1324] Emitting module SwiftSyntaxMacros
[1259/1324] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[1260/1324] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[1261/1324] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[1265/1330] Compiling SwiftSyntaxMacros PreambleMacro.swift
[1266/1330] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[1288/1331] Emitting module SafeDICore
[1292/1331] Wrapping AST for SwiftSyntaxMacros for debugging
[1294/1340] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[1297/1341] Compiling SafeDICore InstantiableStruct.swift
[1298/1341] Emitting module SwiftSyntaxMacroExpansion
[1299/1341] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[1300/1341] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[1301/1341] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[1302/1341] Compiling SafeDICore UnorderedEquatingCollection.swift
[1303/1341] Compiling SafeDICore FileVisitor.swift
[1304/1341] Compiling SafeDICore InstantiableVisitor.swift
[1305/1341] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[1306/1341] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[1307/1341] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[1308/1341] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[1315/1341] Compiling SafeDICore Property.swift
[1316/1341] Compiling SafeDICore Scope.swift
[1317/1341] Compiling SafeDICore TypeDescription.swift
[1325/1342] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[1326/1343] Wrapping AST for SafeDICore for debugging
[1327/1345] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[1332/1358] Wrapping AST for SafeDICore for debugging
[1334/1360] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[1335/1360] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[1336/1360] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[1337/1360] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[1338/1361] Emitting module SwiftCompilerPluginMessageHandling
[1339/1361] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[1340/1361] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[1341/1361] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[1342/1361] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[1343/1361] Emitting module SafeDITool
[1344/1361] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[1345/1361] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[1346/1361] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[1347/1361] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[1348/1364] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[1350/1364] Emitting module SwiftCompilerPlugin
[1351/1364] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[1352/1365] Wrapping AST for SwiftCompilerPlugin for debugging
[1354/1391] Emitting module SafeDITool
[1355/1391] Compiling SafeDITool SafeDITool.swift
[1358/1393] Wrapping AST for SafeDITool for debugging
[1359/1393] Write Objects.LinkFileList
[1361/1393] Compiling SafeDIMacros FixableInstantiableError.swift
[1362/1393] Compiling SafeDIMacros AttributeListSyntaxElementExtensions.swift
[1363/1393] Compiling SafeDIMacros AttributeListSyntaxExtensions.swift
[1364/1393] Compiling SafeDIMacros AttributeSyntaxExtensions.swift
[1364/1396] Wrapping AST for SafeDITool for debugging
[1365/1396] Write Objects.LinkFileList
[1367/1396] Emitting module SafeDIMacros
[1368/1396] Compiling SafeDIMacros InjectableMacro.swift
[1369/1396] Compiling SafeDIMacros InstantiableMacro.swift
[1370/1396] Compiling SafeDIMacros DiagnosticError.swift
[1371/1396] Compiling SafeDIMacros FixableInjectableError.swift
[1372/1396] Compiling SafeDIMacros FileVisitor.swift
[1373/1396] Compiling SafeDIMacros InstantiableVisitor.swift
[1374/1396] Compiling SafeDIMacros SafeDIMacroPlugin.swift
[1375/1396] Compiling SafeDIMacros Scope.swift
[1376/1396] Compiling SafeDIMacros TypeDescription.swift
[1377/1396] Compiling SafeDIMacros UnorderedEquatingCollection.swift
[1378/1396] Compiling SafeDIMacros ConcreteDeclType.swift
[1379/1396] Compiling SafeDIMacros Dependency.swift
[1380/1396] Compiling SafeDIMacros ImportStatement.swift
[1381/1396] Compiling SafeDIMacros Initializer.swift
[1382/1396] Compiling SafeDIMacros InstantiableStruct.swift
[1383/1396] Compiling SafeDIMacros Property.swift
[1383/1396] Linking SafeDITool-tool
[1385/1396] Compiling SafeDIMacros PatternBindingSyntaxExtensions.swift
[1386/1396] Compiling SafeDIMacros DependencyTreeGenerator.swift
[1387/1396] Compiling SafeDIMacros ScopeGenerator.swift
[1388/1396] Compiling SafeDIMacros ConcreteDeclSyntaxProtocol.swift
[1389/1396] Compiling SafeDIMacros CollectionExtensions.swift
[1390/1396] Compiling SafeDIMacros DeclModifierListSyntaxExtensions.swift
[1391/1396] Compiling SafeDIMacros DiagnosticExtensions.swift
[1392/1396] Compiling SafeDIMacros ImportDeclSyntaxExtensions.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/1414] Compiling SafeDI SendableErasedInstantiator.swift
[1400/1414] Compiling SafeDI Forwarded.swift
[1401/1414] Emitting module SafeDI
[1402/1414] Compiling SafeDI Instantiated.swift
[1403/1414] Emitting module SafeDI
[1404/1414] Compiling SafeDI Received.swift
[1405/1414] Compiling SafeDI Instantiable.swift
[1406/1415] Compiling SafeDI Forwarded.swift
[1407/1415] Compiling SafeDI ErasedInstantiator.swift
[1408/1415] Compiling SafeDI Instantiator.swift
[1409/1415] Compiling SafeDI SendableErasedInstantiator.swift
[1410/1415] Compiling SafeDI ErasedInstantiator.swift
[1411/1415] Compiling SafeDI Instantiated.swift
[1412/1415] Compiling SafeDI Received.swift
[1413/1415] Compiling SafeDI Instantiator.swift
[1414/1415] Compiling SafeDI SendableInstantiator.swift
Build complete! (467.57s)
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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.