The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of SafeDI, reference 1.2.2 (750058), with Swift 6.1 for Wasm on 4 Jun 2025 03:16:22 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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: 1.2.2
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/dfed/SafeDI
 * tag               1.2.2      -> FETCH_HEAD
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 1.2.2
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/dfed/SafeDI.git
https://github.com/dfed/SafeDI.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "602.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing.git"
    }
  ],
  "manifest_display_name" : "SafeDI",
  "name" : "SafeDI",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SafeDI",
      "targets" : [
        "SafeDI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SafeDIGenerator",
      "targets" : [
        "SafeDIGenerator"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "SafeDIPrebuiltGenerator",
      "targets" : [
        "SafeDIPrebuiltGenerator"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "InstallSafeDITool",
      "targets" : [
        "InstallSafeDITool"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "SafeDITool",
      "targets" : [
        "SafeDITool"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SafeDIMacros",
      "targets" : [
        "SafeDIMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SafeDIToolTests",
      "module_type" : "SwiftTarget",
      "name" : "SafeDIToolTests",
      "path" : "Tests/SafeDIToolTests",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "sources" : [
        "Helpers/SafeDIToolTestExecution.swift",
        "SafeDIToolCodeGenerationErrorTests.swift",
        "SafeDIToolCodeGenerationTests.swift",
        "SafeDIToolDOTGenerationTests.swift"
      ],
      "target_dependencies" : [
        "SafeDITool"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDITool",
      "module_type" : "SwiftTarget",
      "name" : "SafeDITool",
      "path" : "Sources/SafeDITool",
      "product_dependencies" : [
        "ArgumentParser",
        "SwiftParser"
      ],
      "product_memberships" : [
        "SafeDIGenerator",
        "SafeDITool"
      ],
      "sources" : [
        "SafeDITool.swift"
      ],
      "target_dependencies" : [
        "SafeDICore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SafeDITests",
      "module_type" : "SwiftTarget",
      "name" : "SafeDITests",
      "path" : "Tests/SafeDITests",
      "sources" : [
        "ErasedInstantiatorTests.swift",
        "InstantiatorTests.swift",
        "SendableErasedInstantiatorTests.swift",
        "SendableInstantiatorTests.swift"
      ],
      "target_dependencies" : [
        "SafeDI",
        "SafeDICore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDIPrebuiltGenerator",
      "module_type" : "PluginTarget",
      "name" : "SafeDIPrebuiltGenerator",
      "path" : "Plugins/SafeDIPrebuiltGenerator",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "SafeDIPrebuiltGenerator"
      ],
      "sources" : [
        "SafeDIGenerateDependencyTree.swift",
        "Shared.swift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SafeDIMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "SafeDIMacrosTests",
      "path" : "Tests/SafeDIMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport",
        "MacroTesting"
      ],
      "sources" : [
        "InjectableMacroTests.swift",
        "InstantiableMacroTests.swift"
      ],
      "target_dependencies" : [
        "SafeDIMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDIMacros",
      "module_type" : "SwiftTarget",
      "name" : "SafeDIMacros",
      "path" : "Sources/SafeDIMacros",
      "product_dependencies" : [
        "Collections",
        "SwiftCompilerPlugin",
        "SwiftDiagnostics",
        "SwiftSyntax",
        "SwiftSyntaxBuilder",
        "SwiftSyntaxMacros"
      ],
      "product_memberships" : [
        "SafeDI",
        "SafeDIMacros"
      ],
      "sources" : [
        "Macros/InjectableMacro.swift",
        "Macros/InstantiableMacro.swift",
        "SafeDIMacroCore/Errors/DiagnosticError.swift",
        "SafeDIMacroCore/Errors/FixableInjectableError.swift",
        "SafeDIMacroCore/Errors/FixableInstantiableError.swift",
        "SafeDIMacroCore/Extensions/AttributeListSyntaxElementExtensions.swift",
        "SafeDIMacroCore/Extensions/AttributeListSyntaxExtensions.swift",
        "SafeDIMacroCore/Extensions/AttributeSyntaxExtensions.swift",
        "SafeDIMacroCore/Extensions/CollectionExtensions.swift",
        "SafeDIMacroCore/Extensions/DeclModifierListSyntaxExtensions.swift",
        "SafeDIMacroCore/Extensions/DiagnosticExtensions.swift",
        "SafeDIMacroCore/Extensions/ImportDeclSyntaxExtensions.swift",
        "SafeDIMacroCore/Extensions/PatternBindingSyntaxExtensions.swift",
        "SafeDIMacroCore/Generators/DependencyTreeGenerator.swift",
        "SafeDIMacroCore/Generators/ScopeGenerator.swift",
        "SafeDIMacroCore/Models/ConcreteDeclSyntaxProtocol.swift",
        "SafeDIMacroCore/Models/ConcreteDeclType.swift",
        "SafeDIMacroCore/Models/Dependency.swift",
        "SafeDIMacroCore/Models/ImportStatement.swift",
        "SafeDIMacroCore/Models/Initializer.swift",
        "SafeDIMacroCore/Models/InstantiableStruct.swift",
        "SafeDIMacroCore/Models/Property.swift",
        "SafeDIMacroCore/Models/Scope.swift",
        "SafeDIMacroCore/Models/TypeDescription.swift",
        "SafeDIMacroCore/Models/UnorderedEquatingCollection.swift",
        "SafeDIMacroCore/Visitors/FileVisitor.swift",
        "SafeDIMacroCore/Visitors/InstantiableVisitor.swift",
        "SafeDIMacroPlugin.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SafeDIGenerator",
      "module_type" : "PluginTarget",
      "name" : "SafeDIGenerator",
      "path" : "Plugins/SafeDIGenerator",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "SafeDIGenerator"
      ],
      "sources" : [
        "SafeDIGenerateDependencyTree.swift",
        "Shared.swift"
      ],
      "target_dependencies" : [
        "SafeDITool"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SafeDICoreTests",
      "module_type" : "SwiftTarget",
      "name" : "SafeDICoreTests",
      "path" : "Tests/SafeDICoreTests",
      "sources" : [
        "FileVisitorTests.swift",
        "InitializerTests.swift",
        "TypeDescriptionTests.swift",
        "UnorderedEquatingCollectionTests.swift"
      ],
      "target_dependencies" : [
        "SafeDICore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDICore",
      "module_type" : "SwiftTarget",
      "name" : "SafeDICore",
      "path" : "Sources/SafeDICore",
      "product_dependencies" : [
        "Collections",
        "SwiftDiagnostics",
        "SwiftSyntax",
        "SwiftSyntaxBuilder"
      ],
      "product_memberships" : [
        "SafeDIGenerator",
        "SafeDITool"
      ],
      "sources" : [
        "Errors/DiagnosticError.swift",
        "Errors/FixableInjectableError.swift",
        "Errors/FixableInstantiableError.swift",
        "Extensions/AttributeListSyntaxElementExtensions.swift",
        "Extensions/AttributeListSyntaxExtensions.swift",
        "Extensions/AttributeSyntaxExtensions.swift",
        "Extensions/CollectionExtensions.swift",
        "Extensions/DeclModifierListSyntaxExtensions.swift",
        "Extensions/DiagnosticExtensions.swift",
        "Extensions/ImportDeclSyntaxExtensions.swift",
        "Extensions/PatternBindingSyntaxExtensions.swift",
        "Generators/DependencyTreeGenerator.swift",
        "Generators/ScopeGenerator.swift",
        "Models/ConcreteDeclSyntaxProtocol.swift",
        "Models/ConcreteDeclType.swift",
        "Models/Dependency.swift",
        "Models/ImportStatement.swift",
        "Models/Initializer.swift",
        "Models/InstantiableStruct.swift",
        "Models/Property.swift",
        "Models/Scope.swift",
        "Models/TypeDescription.swift",
        "Models/UnorderedEquatingCollection.swift",
        "Visitors/FileVisitor.swift",
        "Visitors/InstantiableVisitor.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SafeDI",
      "module_type" : "SwiftTarget",
      "name" : "SafeDI",
      "path" : "Sources/SafeDI",
      "product_memberships" : [
        "SafeDI"
      ],
      "sources" : [
        "Decorators/Forwarded.swift",
        "Decorators/Instantiable.swift",
        "Decorators/Instantiated.swift",
        "Decorators/Received.swift",
        "DelayedInstantiation/ErasedInstantiator.swift",
        "DelayedInstantiation/Instantiator.swift",
        "DelayedInstantiation/SendableErasedInstantiator.swift",
        "DelayedInstantiation/SendableInstantiator.swift"
      ],
      "target_dependencies" : [
        "SafeDIMacros"
      ],
      "type" : "library"
    },
    {
      "c99name" : "InstallSafeDITool",
      "module_type" : "PluginTarget",
      "name" : "InstallSafeDITool",
      "path" : "Plugins/InstallSafeDITool",
      "plugin_capability" : {
        "intent" : {
          "description" : "Installs a release version of the SafeDITool build plugin executable.",
          "type" : "custom",
          "verb" : "safedi-release-install"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "Downloads the SafeDI release build plugin executable into your project directory.",
            "type" : "writeToPackageDirectory"
          },
          {
            "network_scope" : {
              "all" : {
                "ports" : [
                ]
              }
            },
            "reason" : "Downloads the SafeDI release build plugin executable from GitHub.",
            "type" : "allowNetworkConnections"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "InstallSafeDITool"
      ],
      "sources" : [
        "InstallCLIPluginCommand.swift",
        "Shared.swift"
      ],
      "type" : "plugin"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/swiftlang/swift-syntax.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/pointfreeco/swift-macro-testing.git
Fetching https://github.com/apple/swift-collections.git
[1/908] Fetching swift-macro-testing
[909/17499] Fetching swift-macro-testing, swift-collections
[5389/32880] Fetching swift-macro-testing, swift-collections, swift-argument-parser
[32881/103600] Fetching swift-macro-testing, swift-collections, swift-argument-parser, swift-syntax
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (0.86s)
[37630/102692] Fetching swift-collections, swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.87s)
[22956/87311] Fetching swift-collections, swift-syntax
Fetched https://github.com/apple/swift-collections.git from cache (3.77s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (3.79s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.3 (4.24s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/13189] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (1.78s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (4.20s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (0.47s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (13.57s)
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.27s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.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.52s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.45s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.47s)
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/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/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/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.4
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
[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
[57/115] Write swift-version-24593BA9C3E375BF.txt
[58/115] Compiling _SwiftSyntaxCShims dummy.c
[60/131] Emitting module SwiftSyntax601
[61/131] Emitting module SwiftSyntax600
[62/131] Emitting module SwiftSyntax510
[63/131] Emitting module SwiftSyntax600
[64/131] Emitting module SwiftSyntax509
[65/131] Compiling SwiftSyntax509 Empty.swift
[66/132] Emitting module SwiftSyntax510
[67/132] Compiling SwiftSyntax510 Empty.swift
[68/132] Compiling SwiftSyntax601 Empty.swift
[69/132] Emitting module SwiftSyntax601
[70/134] Compiling SwiftSyntax601 Empty.swift
[71/134] Compiling SwiftSyntax509 Empty.swift
[72/134] Emitting module SwiftSyntax509
[76/136] Compiling SwiftSyntax510 Empty.swift
[79/137] Compiling SwiftSyntax600 Empty.swift
[82/155] Wrapping AST for SwiftSyntax509 for debugging
[83/171] Wrapping AST for SwiftSyntax601 for debugging
[84/171] Wrapping AST for SwiftSyntax510 for debugging
[85/171] Wrapping AST for SwiftSyntax601 for debugging
[87/171] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[87/171] Wrapping AST for SwiftSyntax510 for debugging
[89/172] Wrapping AST for SwiftSyntax600 for debugging
[90/172] Wrapping AST for SwiftSyntax509 for debugging
[92/172] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[93/172] Compiling InternalCollectionsUtilities Debugging.swift
[94/172] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[95/173] Emitting module ArgumentParserToolInfo
[96/173] Compiling InternalCollectionsUtilities Descriptions.swift
[97/173] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[102/173] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[102/192] Wrapping AST for SwiftSyntax600 for debugging
[104/271] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[105/290] Emitting module InternalCollectionsUtilities
[106/301] Compiling SwiftSyntax AbsolutePosition.swift
[107/301] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[108/301] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[109/301] Compiling SwiftSyntax Assert.swift
[110/301] Compiling SwiftSyntax BumpPtrAllocator.swift
[111/301] Compiling SwiftSyntax CommonAncestor.swift
[112/301] Compiling SwiftSyntax Convenience.swift
[113/301] Compiling SwiftSyntax CustomTraits.swift
[116/301] Emitting module InternalCollectionsUtilities
[123/303] Compiling ArgumentParserToolInfo ToolInfo.swift
[128/304] Emitting module ArgumentParserToolInfo
[130/558] Compiling HeapModule Heap+Descriptions.swift
[131/558] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[133/565] Compiling HeapModule Heap.swift
[134/565] Compiling HeapModule _HeapNode.swift
[135/565] Compiling HeapModule Heap+Invariants.swift
[136/565] Compiling HeapModule Heap+UnsafeHandle.swift
[137/565] Compiling HeapModule Heap+Descriptions.swift
[138/565] Emitting module HeapModule
[140/566] Compiling HeapModule Heap.swift
[141/566] Compiling HeapModule _HeapNode.swift
[142/566] Compiling _RopeModule BigString+UnicodeScalarView.swift
[143/566] Compiling _RopeModule BigSubstring+UTF16View.swift
[144/566] Compiling _RopeModule BigSubstring+UTF8View.swift
[145/566] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[146/566] Compiling _RopeModule BigSubstring.swift
[147/566] Compiling _RopeModule Rope+Builder.swift
[148/566] Compiling _RopeModule Rope+Debugging.swift
[149/566] Compiling _RopeModule Rope+Invariants.swift
[150/566] Compiling _RopeModule Rope+_Node.swift
[151/566] Compiling _RopeModule Rope+_Storage.swift
[152/566] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[153/566] Compiling _RopeModule Rope+_UnsafeHandle.swift
[154/566] Compiling _RopeModule Rope.swift
[155/566] Compiling _RopeModule RopeElement.swift
[156/573] Compiling _RopeModule BigString+Insert.swift
[157/573] Compiling _RopeModule BigString+Managing Breaks.swift
[158/573] Compiling _RopeModule BigString+RemoveSubrange.swift
[159/573] Compiling _RopeModule BigString+ReplaceSubrange.swift
[160/573] Compiling _RopeModule BigString+Split.swift
[161/573] Compiling _RopeModule Range+BigString.swift
[162/573] Compiling _RopeModule BigString+UTF16View.swift
[170/580] Compiling HeapModule Heap+Invariants.swift
[171/580] Compiling HeapModule Heap+UnsafeHandle.swift
[172/580] Emitting module HeapModule
[174/733] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[175/733] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[176/733] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[177/733] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[178/733] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[179/733] Compiling HashTreeCollections _HashNode+Structural merge.swift
[180/733] Compiling HashTreeCollections _HashTreeIterator.swift
[181/733] Compiling HashTreeCollections _HashTreeStatistics.swift
[182/733] Compiling HashTreeCollections _HashNode+Invariants.swift
[183/733] Compiling HashTreeCollections _HashNode+Lookups.swift
[184/733] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[185/733] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[186/733] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[187/733] Compiling HashTreeCollections _HashNode+Storage.swift
[188/733] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[189/733] Compiling HashTreeCollections _HashNode+Structural filter.swift
[190/733] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[191/733] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[192/733] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[193/733] Compiling HashTreeCollections _HashNode+Structural union.swift
[194/733] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[195/733] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[196/733] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[197/733] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[198/733] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[199/733] Compiling HashTreeCollections _RawHashNode.swift
[200/733] Compiling HashTreeCollections _UnmanagedHashNode.swift
[201/733] Compiling HashTreeCollections _UnsafePath.swift
[202/733] Compiling HashTreeCollections TreeDictionary+Codable.swift
[203/733] Compiling HashTreeCollections TreeDictionary+Collection.swift
[204/733] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[205/733] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[206/733] Compiling HashTreeCollections _AncestorHashSlots.swift
[207/733] Compiling HashTreeCollections _Bitmap.swift
[208/733] Compiling HashTreeCollections _Bucket.swift
[209/733] Compiling HashTreeCollections _Hash.swift
[210/733] Compiling HashTreeCollections _HashLevel.swift
[211/733] Compiling HashTreeCollections _HashNode+Builder.swift
[212/733] Compiling HashTreeCollections _HashNode+Debugging.swift
[213/733] Compiling HashTreeCollections _HashNode+Initializers.swift
[231/733] Compiling HashTreeCollections _HashNode.swift
[232/733] Compiling HashTreeCollections _HashNodeHeader.swift
[233/733] Compiling HashTreeCollections _HashSlot.swift
[234/733] Compiling HashTreeCollections _HashStack.swift
[235/733] Compiling HashTreeCollections TreeDictionary.swift
[236/733] Compiling HashTreeCollections TreeSet+Codable.swift
[237/733] Compiling HashTreeCollections TreeSet+Collection.swift
[238/733] Compiling HashTreeCollections TreeSet+Descriptions.swift
[239/733] Compiling HashTreeCollections TreeSet+Equatable.swift
[240/733] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[241/733] Compiling HashTreeCollections TreeSet+Extras.swift
[242/733] Compiling HashTreeCollections TreeSet+Filter.swift
[243/733] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[244/733] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[245/733] Compiling HashTreeCollections TreeDictionary+Filter.swift
[246/733] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[247/742] Compiling HashTreeCollections TreeSet+Hashable.swift
[248/742] Compiling HashTreeCollections TreeSet+Sendable.swift
[249/742] Compiling _RopeModule Rope+Join.swift
[250/742] Compiling _RopeModule Rope+MutatingForEach.swift
[251/742] Compiling _RopeModule Rope+Remove.swift
[252/742] Compiling _RopeModule Rope+RemoveSubrange.swift
[253/742] Compiling _RopeModule Rope+Split.swift
[254/742] Compiling _RopeModule Optional Utilities.swift
[255/742] Compiling _RopeModule String Utilities.swift
[256/742] Compiling _RopeModule String.Index+ABI.swift
[290/762] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[291/762] Compiling HashTreeCollections TreeSet+Debugging.swift
[317/762] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[318/762] Compiling HashTreeCollections TreeDictionary+Keys.swift
[319/762] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[320/762] Compiling HashTreeCollections TreeDictionary+Merge.swift
[321/762] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[322/762] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[323/762] Compiling HashTreeCollections TreeDictionary+Values.swift
[419/771] Emitting module OrderedCollections
[427/772] Compiling _RopeModule _CharacterRecognizer.swift
[428/772] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[429/772] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[430/772] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[431/772] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[432/772] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[433/772] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[434/772] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[435/772] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[436/772] Compiling HashTreeCollections TreeSet.swift
[476/805] Emitting module OrderedCollections
[478/806] Compiling DequeModule Deque+CustomReflectable.swift
[479/806] Compiling DequeModule Deque+Descriptions.swift
[480/808] Compiling DequeModule _DequeBuffer.swift
[481/808] Compiling DequeModule _DequeBufferHeader.swift
[482/808] Compiling DequeModule Deque._Storage.swift
[483/808] Compiling DequeModule Deque._UnsafeHandle.swift
[484/808] Compiling DequeModule Deque.swift
[487/808] Compiling DequeModule _DequeSlot.swift
[488/808] Compiling DequeModule _UnsafeWrappedBuffer.swift
[511/808] Emitting module _RopeModule
[523/821] Compiling DequeModule Deque+Extras.swift
[524/821] Compiling DequeModule Deque+Hashable.swift
[525/823] Emitting module _RopeModule
[526/823] Compiling DequeModule Deque._UnsafeHandle.swift
[527/823] Compiling DequeModule Deque.swift
[528/823] Compiling DequeModule Deque+Testing.swift
[529/823] Compiling DequeModule Deque._Storage.swift
[530/823] Compiling DequeModule Deque+CustomReflectable.swift
[531/823] Compiling DequeModule Deque+Descriptions.swift
[532/825] Compiling DequeModule _DequeSlot.swift
[533/825] Compiling DequeModule _UnsafeWrappedBuffer.swift
[534/825] Compiling DequeModule _DequeBuffer.swift
[535/825] Compiling DequeModule _DequeBufferHeader.swift
[536/825] Compiling DequeModule Deque+Equatable.swift
[537/825] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[542/825] Compiling SwiftSyntax SyntaxNodesGHI.swift
[543/825] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[544/825] Compiling SwiftSyntax SyntaxNodesOP.swift
[545/825] Compiling SwiftSyntax SyntaxNodesQRS.swift
[546/825] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[547/825] Compiling _RopeModule Optional Utilities.swift
[548/825] Compiling _RopeModule String Utilities.swift
[549/825] Compiling _RopeModule String.Index+ABI.swift
[573/825] Emitting module DequeModule
[592/826] Compiling DequeModule Deque+Codable.swift
[593/826] Compiling DequeModule Deque+Collection.swift
[656/879] Emitting module DequeModule
[658/880] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[659/880] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[660/880] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[661/880] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[662/880] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[663/880] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[664/880] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[665/880] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[666/880] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[668/934] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[669/934] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[670/934] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[671/934] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[672/934] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[673/934] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[674/934] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[675/934] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[676/934] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[677/934] Compiling BitCollections BitArray+BitwiseOperations.swift
[678/934] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[679/934] Compiling BitCollections BitArray+Codable.swift
[680/934] Compiling BitCollections BitArray+Collection.swift
[681/934] Compiling BitCollections BitArray+Copy.swift
[682/934] Compiling BitCollections BitArray+CustomReflectable.swift
[683/934] Compiling BitCollections BitArray+Descriptions.swift
[684/934] Compiling BitCollections BitArray+Equatable.swift
[685/934] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[686/934] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[688/973] Emitting module HashTreeCollections
[689/974] Compiling ArgumentParser Errors.swift
[690/974] Compiling ArgumentParser Flag.swift
[691/974] Compiling ArgumentParser NameSpecification.swift
[692/974] Compiling ArgumentParser Option.swift
[693/974] Compiling ArgumentParser OptionGroup.swift
[694/974] Compiling ArgumentParser AsyncParsableCommand.swift
[695/974] Compiling ArgumentParser CommandConfiguration.swift
[696/974] Compiling ArgumentParser CommandGroup.swift
[697/981] Compiling ArgumentParser CommandParser.swift
[698/981] Compiling ArgumentParser InputKey.swift
[699/981] Compiling ArgumentParser InputOrigin.swift
[700/981] Compiling ArgumentParser Name.swift
[701/981] Compiling ArgumentParser Parsed.swift
[702/981] Compiling ArgumentParser ParsedValues.swift
[703/981] Compiling ArgumentParser ParserError.swift
[704/981] Emitting module HashTreeCollections
[706/982] Compiling ArgumentParser SplitArguments.swift
[707/982] Compiling ArgumentParser DumpHelpGenerator.swift
[708/982] Compiling ArgumentParser HelpCommand.swift
[709/982] Compiling ArgumentParser HelpGenerator.swift
[710/982] Compiling ArgumentParser MessageInfo.swift
[711/982] Compiling ArgumentParser UsageGenerator.swift
[713/1020] Wrapping AST for _RopeModule for debugging
[719/1020] Compiling BitCollections BitSet+SetAlgebra union.swift
[720/1020] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[721/1020] Compiling BitCollections BitSet.Counted.swift
[728/1020] Wrapping AST for OrderedCollections for debugging
[730/1020] Compiling ArgumentParser ArgumentSet.swift
[731/1020] Compiling ArgumentParser CommandParser.swift
[732/1020] Compiling ArgumentParser InputKey.swift
[733/1020] Compiling ArgumentParser InputOrigin.swift
[734/1020] Compiling ArgumentParser Name.swift
[735/1020] Compiling ArgumentParser Parsed.swift
[736/1020] Compiling ArgumentParser ParsedValues.swift
[737/1027] Compiling ArgumentParser CommandConfiguration.swift
[738/1027] Compiling ArgumentParser CommandGroup.swift
[739/1027] Compiling ArgumentParser EnumerableFlag.swift
[740/1027] Compiling ArgumentParser BashCompletionsGenerator.swift
[741/1027] Compiling ArgumentParser CompletionsGenerator.swift
[742/1027] Compiling ArgumentParser FishCompletionsGenerator.swift
[743/1027] Compiling ArgumentParser ZshCompletionsGenerator.swift
[743/1027] Wrapping AST for InternalCollectionsUtilities for debugging
[744/1027] Wrapping AST for HeapModule for debugging
[746/1027] Emitting module BitCollections
[746/1027] Wrapping AST for HashTreeCollections for debugging
[747/1027] Wrapping AST for DequeModule for debugging
[748/1027] Wrapping AST for ArgumentParserToolInfo for debugging
[763/1027] Wrapping AST for _RopeModule for debugging
[764/1027] Wrapping AST for OrderedCollections for debugging
[766/1027] Emitting module BitCollections
[767/1027] Compiling ArgumentParser ArgumentHelp.swift
[768/1027] Compiling ArgumentParser ExpressibleByArgument.swift
[769/1027] Compiling ArgumentParser ParsableArguments.swift
[770/1027] Compiling ArgumentParser ParsableArgumentsValidation.swift
[771/1027] Compiling ArgumentParser ParsableCommand.swift
[772/1027] Compiling ArgumentParser ArgumentDecoder.swift
[773/1027] Compiling ArgumentParser ArgumentDefinition.swift
[775/1027] Compiling ArgumentParser ArgumentVisibility.swift
[776/1027] Compiling ArgumentParser CompletionKind.swift
[777/1027] Compiling ArgumentParser Errors.swift
[778/1027] Compiling ArgumentParser Flag.swift
[779/1027] Compiling ArgumentParser NameSpecification.swift
[780/1027] Compiling ArgumentParser Option.swift
[781/1027] Compiling ArgumentParser OptionGroup.swift
[782/1027] Compiling ArgumentParser AsyncParsableCommand.swift
[782/1027] Wrapping AST for InternalCollectionsUtilities for debugging
[783/1027] Wrapping AST for HeapModule for debugging
[784/1027] Wrapping AST for HashTreeCollections for debugging
[786/1027] Compiling BitCollections BitSet.Index.swift
[787/1027] Compiling BitCollections BitSet._UnsafeHandle.swift
[788/1027] Compiling BitCollections BitSet.swift
[789/1027] Compiling BitCollections Range+Utilities.swift
[790/1027] Compiling BitCollections Slice+Utilities.swift
[791/1027] Compiling BitCollections UInt+Tricks.swift
[792/1027] Compiling BitCollections _Word.swift
[792/1028] Wrapping AST for ArgumentParserToolInfo for debugging
[793/1028] Wrapping AST for DequeModule for debugging
[804/1028] Compiling ArgumentParser Argument.swift
[812/1028] Compiling ArgumentParser ParserError.swift
[813/1028] Compiling ArgumentParser SplitArguments.swift
[814/1028] Compiling ArgumentParser DumpHelpGenerator.swift
[815/1028] Compiling ArgumentParser HelpCommand.swift
[816/1028] Compiling ArgumentParser HelpGenerator.swift
[817/1028] Compiling ArgumentParser MessageInfo.swift
[818/1028] Compiling ArgumentParser UsageGenerator.swift
[826/1029] Wrapping AST for BitCollections for debugging
[829/1031] Compiling Collections Collections.swift
[830/1031] Emitting module Collections
[831/1032] Wrapping AST for BitCollections for debugging
[832/1034] Wrapping AST for Collections for debugging
[834/1034] Compiling Collections Collections.swift
[835/1034] Emitting module Collections
[836/1035] Wrapping AST for Collections for debugging
[848/1045] Emitting module ArgumentParser
[861/1045] Compiling ArgumentParser CollectionExtensions.swift
[862/1045] Compiling ArgumentParser Platform.swift
[863/1045] Compiling ArgumentParser SequenceExtensions.swift
[864/1045] Compiling ArgumentParser StringExtensions.swift
[865/1045] Compiling ArgumentParser Tree.swift
[866/1045] Emitting module ArgumentParser
[925/1047] Wrapping AST for ArgumentParser for debugging
[928/1047] Emitting module SwiftSyntax
[1002/1047] Compiling SwiftSyntax SyntaxNodesAB.swift
[1003/1047] Compiling SwiftSyntax SyntaxNodesC.swift
[1004/1047] Compiling SwiftSyntax SyntaxNodesD.swift
[1005/1047] Compiling SwiftSyntax SyntaxNodesEF.swift
[1011/1048] Wrapping AST for SwiftSyntax for debugging
[1013/1106] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1023/1107] Compiling SwiftDiagnostics Message.swift
[1024/1107] Compiling SwiftDiagnostics FixIt.swift
[1025/1107] Compiling SwiftParser Attributes.swift
[1026/1107] Compiling SwiftParser Availability.swift
[1027/1107] Emitting module SwiftDiagnostics
[1028/1107] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1029/1107] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1030/1107] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1031/1107] Compiling SwiftParser CharacterInfo.swift
[1032/1107] Compiling SwiftParser CollectionNodes+Parsable.swift
[1033/1108] Compiling SwiftDiagnostics Note.swift
[1035/1108] Compiling SwiftBasicFormat InferIndentation.swift
[1036/1108] Compiling SwiftBasicFormat Indenter.swift
[1037/1108] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1038/1108] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1039/1109] Wrapping AST for SwiftSyntax for debugging
[1040/1167] Wrapping AST for SwiftDiagnostics for debugging
[1042/1167] Emitting module SwiftBasicFormat
[1043/1167] Compiling SwiftBasicFormat BasicFormat.swift
[1044/1168] Compiling SwiftDiagnostics Message.swift
[1046/1169] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1047/1169] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1048/1169] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1049/1169] Emitting module SwiftDiagnostics
[1050/1169] Compiling SwiftParser Attributes.swift
[1051/1169] Compiling SwiftParser Availability.swift
[1051/1169] Wrapping AST for SwiftBasicFormat for debugging
[1053/1169] Compiling SwiftDiagnostics Note.swift
[1054/1169] Compiling SwiftBasicFormat Indenter.swift
[1055/1169] Compiling SwiftBasicFormat InferIndentation.swift
[1056/1169] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1057/1169] Compiling SwiftDiagnostics FixIt.swift
[1058/1169] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1059/1169] Compiling SwiftParser CharacterInfo.swift
[1060/1169] Compiling SwiftParser CollectionNodes+Parsable.swift
[1061/1169] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1063/1170] Compiling SwiftParser SwiftParserCompatibility.swift
[1064/1170] Compiling SwiftParser SwiftVersion.swift
[1065/1170] Compiling SwiftParser SyntaxUtils.swift
[1066/1170] Compiling SwiftParser TokenConsumer.swift
[1067/1170] Compiling SwiftParser TokenPrecedence.swift
[1067/1175] Wrapping AST for SwiftDiagnostics for debugging
[1069/1175] Emitting module SwiftBasicFormat
[1070/1175] Compiling SwiftBasicFormat BasicFormat.swift
[1071/1176] Wrapping AST for SwiftBasicFormat for debugging
[1073/1176] Emitting module SwiftParser
[1074/1181] Compiling SwiftParser LexemeSequence.swift
[1075/1181] Compiling SwiftParser Lexer.swift
[1076/1181] Compiling SwiftParser RegexLiteralLexer.swift
[1077/1181] Compiling SwiftParser UnicodeScalarExtensions.swift
[1078/1181] Compiling SwiftParser Lookahead.swift
[1079/1181] Compiling SwiftParser LoopProgressCondition.swift
[1085/1181] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[1092/1181] Emitting module SwiftParser
[1093/1181] Compiling SwiftParser TokenSpec.swift
[1094/1181] Compiling SwiftParser TokenSpecSet.swift
[1095/1181] Compiling SwiftParser TopLevel.swift
[1096/1181] Compiling SwiftParser TriviaParser.swift
[1097/1181] Compiling SwiftParser Types.swift
[1098/1181] Compiling SwiftParser Patterns.swift
[1099/1181] Compiling SwiftParser Recovery.swift
[1100/1181] Compiling SwiftParser Specifiers.swift
[1101/1181] Compiling SwiftParser Statements.swift
[1102/1181] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1103/1181] Compiling SwiftParser StringLiterals.swift
[1104/1181] Compiling SwiftParser Expressions.swift
[1105/1181] Compiling SwiftParser IncrementalParseTransition.swift
[1106/1181] Compiling SwiftParser IsValidIdentifier.swift
[1107/1181] Compiling SwiftParser Cursor.swift
[1108/1181] Compiling SwiftParser Lexeme.swift
[1114/1181] Compiling SwiftParser Modifiers.swift
[1115/1181] Compiling SwiftParser Names.swift
[1116/1181] Compiling SwiftParser Nominals.swift
[1117/1181] Compiling SwiftParser Parameters.swift
[1118/1181] Compiling SwiftParser ParseSourceFile.swift
[1119/1181] Compiling SwiftParser Parser.swift
[1136/1181] Compiling SwiftParser Declarations.swift
[1137/1181] Compiling SwiftParser Directives.swift
[1150/1181] Compiling SwiftParser ExperimentalFeatures.swift
[1151/1181] Compiling SwiftParser IsLexerClassified.swift
[1152/1181] Compiling SwiftParser LayoutNodes+Parsable.swift
[1153/1181] Compiling SwiftParser Parser+TokenSpecSet.swift
[1154/1181] Compiling SwiftParser TokenSpecStaticMembers.swift
[1155/1182] Wrapping AST for SwiftParser for debugging
[1157/1205] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1158/1206] Compiling SwiftOperators PrecedenceGroup.swift
[1159/1207] Compiling SwiftOperators PrecedenceGraph.swift
[1160/1207] Compiling SwiftOperators OperatorTable.swift
[1166/1208] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1167/1208] Emitting module SwiftOperators
[1169/1208] Compiling SwiftOperators OperatorTable+Semantics.swift
[1170/1208] Compiling SwiftOperators SyntaxSynthesis.swift
[1171/1208] Compiling SwiftOperators OperatorTable+Folding.swift
[1172/1208] Compiling SwiftOperators OperatorError.swift
[1173/1208] Compiling SwiftOperators OperatorTable+Defaults.swift
[1174/1208] Compiling SwiftOperators Operator.swift
[1175/1208] Compiling SwiftOperators OperatorError+Diagnostics.swift
[1176/1209] Emitting module SwiftParserDiagnostics
[1176/1209] Wrapping AST for SwiftParser for debugging
[1178/1222] Wrapping AST for SwiftOperators for debugging
[1180/1222] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1181/1222] Compiling SwiftParserDiagnostics Utils.swift
[1182/1222] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1183/1222] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[1184/1222] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[1185/1222] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1186/1223] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1187/1223] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1188/1223] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1189/1223] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[1190/1223] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[1191/1223] Emitting module SwiftParserDiagnostics
[1194/1223] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1199/1223] Compiling SwiftParserDiagnostics MissingNodesError.swift
[1200/1223] Compiling SwiftParserDiagnostics MissingTokenError.swift
[1201/1224] Wrapping AST for SwiftParserDiagnostics for debugging
[1203/1239] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1204/1239] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1205/1239] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1206/1239] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1207/1240] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1208/1240] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1209/1241] Wrapping AST for SwiftParserDiagnostics for debugging
[1211/1256] Emitting module SwiftSyntaxBuilder
[1212/1256] Compiling SwiftSyntaxBuilder Indenter.swift
[1213/1256] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1214/1256] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1215/1256] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1216/1256] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1217/1256] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1218/1256] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1219/1257] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1220/1257] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1221/1257] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1222/1257] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1223/1257] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1224/1257] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1225/1257] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1226/1257] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1227/1257] Emitting module SwiftSyntaxBuilder
[1230/1258] Wrapping AST for SwiftSyntaxBuilder for debugging
[1232/1258] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1233/1266] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[1234/1266] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[1235/1266] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[1236/1266] Compiling SwiftSyntaxMacros AccessorMacro.swift
[1237/1266] Compiling SwiftSyntaxMacros AttachedMacro.swift
[1238/1266] Compiling SwiftSyntaxMacros BodyMacro.swift
[1239/1298] Compiling SafeDICore PatternBindingSyntaxExtensions.swift
[1240/1298] Compiling SafeDICore DependencyTreeGenerator.swift
[1241/1298] Compiling SafeDICore DiagnosticExtensions.swift
[1242/1298] Compiling SafeDICore ImportDeclSyntaxExtensions.swift
[1243/1300] Compiling SafeDICore ScopeGenerator.swift
[1244/1300] Compiling SafeDICore ConcreteDeclSyntaxProtocol.swift
[1245/1300] Compiling SafeDICore ConcreteDeclType.swift
[1246/1300] Compiling SafeDICore Dependency.swift
[1247/1300] Compiling SafeDICore AttributeSyntaxExtensions.swift
[1248/1300] Compiling SafeDICore CollectionExtensions.swift
[1249/1300] Compiling SafeDICore DeclModifierListSyntaxExtensions.swift
[1250/1300] Compiling SafeDICore DiagnosticError.swift
[1251/1300] Compiling SafeDICore FixableInjectableError.swift
[1252/1300] Emitting module SwiftSyntaxMacros
[1257/1301] Compiling SafeDICore FixableInstantiableError.swift
[1258/1301] Compiling SafeDICore AttributeListSyntaxElementExtensions.swift
[1259/1301] Compiling SafeDICore AttributeListSyntaxExtensions.swift
[1261/1301] Compiling SwiftSyntaxMacros PreambleMacro.swift
[1262/1301] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[1263/1302] Wrapping AST for SwiftSyntaxBuilder for debugging
[1265/1325] Compiling SafeDICore AttributeListSyntaxExtensions.swift
[1266/1325] Compiling SafeDICore AttributeSyntaxExtensions.swift
[1267/1325] Compiling SafeDICore CollectionExtensions.swift
[1268/1325] Compiling SafeDICore DiagnosticError.swift
[1269/1325] Compiling SafeDICore FixableInjectableError.swift
[1270/1325] Compiling SafeDICore FixableInstantiableError.swift
[1271/1325] Compiling SafeDICore AttributeListSyntaxElementExtensions.swift
[1271/1332] Wrapping AST for SwiftSyntaxMacros for debugging
[1273/1337] Emitting module SafeDICore
[1274/1337] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[1275/1338] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[1276/1338] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[1277/1338] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[1285/1341] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[1286/1341] Emitting module SwiftSyntaxMacroExpansion
[1287/1341] Emitting module SafeDICore
[1288/1341] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[1289/1341] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[1290/1341] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[1291/1341] Compiling SafeDICore UnorderedEquatingCollection.swift
[1292/1341] Compiling SafeDICore FileVisitor.swift
[1293/1341] Compiling SafeDICore InstantiableVisitor.swift
[1294/1341] Compiling SafeDICore ConcreteDeclSyntaxProtocol.swift
[1295/1341] Compiling SafeDICore ConcreteDeclType.swift
[1296/1341] Compiling SafeDICore Dependency.swift
[1297/1341] Compiling SafeDICore ImportStatement.swift
[1298/1341] Compiling SafeDICore Initializer.swift
[1299/1341] Compiling SafeDICore InstantiableStruct.swift
[1300/1341] Compiling SafeDICore Property.swift
[1301/1341] Compiling SafeDICore Scope.swift
[1302/1341] Compiling SafeDICore TypeDescription.swift
[1306/1341] Compiling SafeDICore PatternBindingSyntaxExtensions.swift
[1307/1341] Compiling SafeDICore DependencyTreeGenerator.swift
[1308/1341] Compiling SafeDICore ScopeGenerator.swift
[1309/1341] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[1313/1342] Compiling SafeDICore DeclModifierListSyntaxExtensions.swift
[1314/1342] Compiling SafeDICore DiagnosticExtensions.swift
[1315/1342] Compiling SafeDICore ImportDeclSyntaxExtensions.swift
[1320/1343] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[1321/1343] Wrapping AST for SafeDICore for debugging
[1326/1357] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[1327/1357] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[1334/1358] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[1336/1359] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[1336/1359] Wrapping AST for SafeDICore for debugging
[1338/1361] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[1339/1361] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[1340/1361] Emitting module SwiftCompilerPluginMessageHandling
[1341/1361] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[1342/1361] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[1343/1361] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[1344/1361] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[1345/1361] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[1346/1361] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[1347/1362] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[1349/1362] Emitting module SafeDITool
[1350/1364] Emitting module SwiftCompilerPlugin
[1351/1364] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[1352/1365] Emitting module SafeDITool
[1353/1365] Wrapping AST for SwiftCompilerPlugin for debugging
[1355/1391] Compiling SafeDITool SafeDITool.swift
[1356/1391] Compiling SafeDIMacros FixableInstantiableError.swift
[1357/1391] Compiling SafeDIMacros AttributeListSyntaxElementExtensions.swift
[1358/1391] Compiling SafeDIMacros AttributeListSyntaxExtensions.swift
[1359/1391] Compiling SafeDIMacros AttributeSyntaxExtensions.swift
[1360/1395] Emitting module SafeDIMacros
[1361/1395] Wrapping AST for SafeDITool for debugging
[1362/1395] Write Objects.LinkFileList
[1364/1395] Compiling SafeDITool SafeDITool.swift
[1366/1396] Compiling SafeDIMacros InjectableMacro.swift
[1367/1396] Compiling SafeDIMacros InstantiableMacro.swift
[1368/1396] Compiling SafeDIMacros DiagnosticError.swift
[1369/1396] Compiling SafeDIMacros FixableInjectableError.swift
[1370/1396] Compiling SafeDIMacros FileVisitor.swift
[1371/1396] Compiling SafeDIMacros InstantiableVisitor.swift
[1372/1396] Compiling SafeDIMacros SafeDIMacroPlugin.swift
[1372/1396] Wrapping AST for SafeDITool for debugging
[1373/1396] Write Objects.LinkFileList
[1375/1396] Compiling SafeDIMacros ConcreteDeclType.swift
[1376/1396] Compiling SafeDIMacros Dependency.swift
[1377/1396] Compiling SafeDIMacros ImportStatement.swift
[1378/1396] Compiling SafeDIMacros Scope.swift
[1379/1396] Compiling SafeDIMacros TypeDescription.swift
[1380/1396] Compiling SafeDIMacros UnorderedEquatingCollection.swift
[1381/1396] Compiling SafeDIMacros Initializer.swift
[1382/1396] Compiling SafeDIMacros InstantiableStruct.swift
[1383/1396] Compiling SafeDIMacros Property.swift
[1384/1396] Compiling SafeDIMacros PatternBindingSyntaxExtensions.swift
[1385/1396] Compiling SafeDIMacros DependencyTreeGenerator.swift
[1386/1396] Compiling SafeDIMacros ScopeGenerator.swift
[1387/1396] Compiling SafeDIMacros ConcreteDeclSyntaxProtocol.swift
[1388/1396] Compiling SafeDIMacros CollectionExtensions.swift
[1389/1396] Compiling SafeDIMacros DeclModifierListSyntaxExtensions.swift
[1390/1396] Compiling SafeDIMacros DiagnosticExtensions.swift
[1391/1396] Compiling SafeDIMacros ImportDeclSyntaxExtensions.swift
[1392/1397] Linking SafeDITool-tool
[1393/1397] Wrapping AST for SafeDIMacros for debugging
[1394/1397] Write Objects.LinkFileList
[1395/1397] Linking SafeDIMacros-tool
[1397/1413] Emitting module SafeDI
[1398/1414] Compiling SafeDI Instantiated.swift
[1399/1414] Compiling SafeDI Instantiator.swift
[1400/1414] Compiling SafeDI ErasedInstantiator.swift
[1401/1414] Compiling SafeDI Received.swift
[1402/1414] Compiling SafeDI SendableErasedInstantiator.swift
[1403/1414] Compiling SafeDI Forwarded.swift
[1404/1414] Compiling SafeDI Instantiable.swift
[1405/1414] Compiling SafeDI Instantiated.swift
[1406/1415] Compiling SafeDI SendableErasedInstantiator.swift
[1407/1415] Compiling SafeDI Received.swift
[1408/1415] Compiling SafeDI ErasedInstantiator.swift
[1409/1415] Compiling SafeDI Instantiator.swift
[1410/1415] Compiling SafeDI Forwarded.swift
[1411/1415] Compiling SafeDI Instantiable.swift
[1412/1415] Emitting module SafeDI
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
[1412/1415] Linking SafeDITool.wasm
[1414/1415] Compiling SafeDI SendableInstantiator.swift
Build complete! (365.62s)
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.