The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SafeDI, reference main (a51b09), with Swift 6.1 for Linux on 30 Apr 2025 03:10:28 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.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 a51b093 Resolve ExamplePackageIntegration package
Cloned https://github.com/dfed/SafeDI.git
Revision (git rev-parse @):
a51b093ec48d1c86c44c500ca9fdd04476e4fbcc
SUCCESS checkout https://github.com/dfed/SafeDI.git at main
========================================
Build
========================================
Selected platform:         linux
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" : "601.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" : "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",
        "SwiftSyntax",
        "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" : "SafeDIMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "SafeDIMacrosTests",
      "path" : "Tests/SafeDIMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport",
        "MacroTesting"
      ],
      "sources" : [
        "InjectableMacroTests.swift",
        "InstantiableMacroTests.swift"
      ],
      "target_dependencies" : [
        "SafeDIMacros",
        "SafeDICore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDIMacros",
      "module_type" : "SwiftTarget",
      "name" : "SafeDIMacros",
      "path" : "Sources/SafeDIMacros",
      "product_dependencies" : [
        "SwiftCompilerPlugin",
        "SwiftDiagnostics",
        "SwiftSyntax",
        "SwiftSyntaxBuilder",
        "SwiftSyntaxMacros"
      ],
      "product_memberships" : [
        "SafeDI",
        "SafeDIMacros"
      ],
      "sources" : [
        "Macros/InjectableMacro.swift",
        "Macros/InstantiableMacro.swift",
        "SafeDIMacroPlugin.swift"
      ],
      "target_dependencies" : [
        "SafeDICore"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SafeDIGenerator",
      "module_type" : "PluginTarget",
      "name" : "SafeDIGenerator",
      "path" : "Plugins/SafeDIGenerator",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "SafeDIGenerator"
      ],
      "sources" : [
        "SafeDIGenerateDependencyTree.swift",
        "Shared.swift"
      ],
      "target_dependencies" : [
        "SafeDITool"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SafeDICoreTests",
      "module_type" : "SwiftTarget",
      "name" : "SafeDICoreTests",
      "path" : "Tests/SafeDICoreTests",
      "sources" : [
        "FileVisitorTests.swift",
        "InitializerTests.swift",
        "TypeDescriptionTests.swift",
        "UnorderedEquatingCollectionTests.swift"
      ],
      "target_dependencies" : [
        "SafeDICore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDICore",
      "module_type" : "SwiftTarget",
      "name" : "SafeDICore",
      "path" : "Sources/SafeDICore",
      "product_dependencies" : [
        "Collections",
        "SwiftDiagnostics",
        "SwiftSyntax",
        "SwiftSyntaxBuilder"
      ],
      "product_memberships" : [
        "SafeDI",
        "SafeDIGenerator",
        "SafeDITool",
        "SafeDIMacros"
      ],
      "sources" : [
        "Errors/DiagnosticError.swift",
        "Errors/FixableInjectableError.swift",
        "Errors/FixableInstantiableError.swift",
        "Extensions/AttributeListSyntaxElementExtensions.swift",
        "Extensions/AttributeListSyntaxExtensions.swift",
        "Extensions/AttributeSyntaxExtensions.swift",
        "Extensions/CollectionExtensions.swift",
        "Extensions/DeclModifierListSyntaxExtensions.swift",
        "Extensions/DiagnosticExtensions.swift",
        "Extensions/ImportDeclSyntaxExtensions.swift",
        "Extensions/PatternBindingSyntaxExtensions.swift",
        "Generators/DependencyTreeGenerator.swift",
        "Generators/ScopeGenerator.swift",
        "Models/ConcreteDeclSyntaxProtocol.swift",
        "Models/ConcreteDeclType.swift",
        "Models/Dependency.swift",
        "Models/ImportStatement.swift",
        "Models/Initializer.swift",
        "Models/InstantiableStruct.swift",
        "Models/Property.swift",
        "Models/Scope.swift",
        "Models/TypeDescription.swift",
        "Models/UnorderedEquatingCollection.swift",
        "Visitors/FileVisitor.swift",
        "Visitors/InstantiableVisitor.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SafeDI",
      "module_type" : "SwiftTarget",
      "name" : "SafeDI",
      "path" : "Sources/SafeDI",
      "product_memberships" : [
        "SafeDI"
      ],
      "sources" : [
        "Decorators/Forwarded.swift",
        "Decorators/Instantiable.swift",
        "Decorators/Instantiated.swift",
        "Decorators/Received.swift",
        "DelayedInstantiation/ErasedInstantiator.swift",
        "DelayedInstantiation/Instantiator.swift",
        "DelayedInstantiation/SendableErasedInstantiator.swift",
        "DelayedInstantiation/SendableInstantiator.swift"
      ],
      "target_dependencies" : [
        "SafeDIMacros"
      ],
      "type" : "library"
    },
    {
      "c99name" : "InstallSafeDITool",
      "module_type" : "PluginTarget",
      "name" : "InstallSafeDITool",
      "path" : "Plugins/InstallSafeDITool",
      "plugin_capability" : {
        "intent" : {
          "description" : "Installs a release version of the SafeDITool build plugin executable.",
          "type" : "custom",
          "verb" : "safedi-release-install"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "Downloads the SafeDI release build plugin executable into your project directory.",
            "type" : "writeToPackageDirectory"
          },
          {
            "network_scope" : {
              "all" : {
                "ports" : [
                ]
              }
            },
            "reason" : "Downloads the SafeDI release build plugin executable from GitHub.",
            "type" : "allowNetworkConnections"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "InstallSafeDITool"
      ],
      "sources" : [
        "InstallCLIPluginCommand.swift",
        "Shared.swift"
      ],
      "type" : "plugin"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/pointfreeco/swift-macro-testing.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/868] Fetching swift-macro-testing
[869/17137] Fetching swift-macro-testing, swift-collections
[5099/32087] Fetching swift-macro-testing, swift-collections, swift-argument-parser
[24442/102332] Fetching swift-macro-testing, swift-collections, swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.18s)
[32591/87382] Fetching swift-macro-testing, swift-collections, swift-syntax
Fetched https://github.com/apple/swift-collections.git from cache (1.20s)
[17727/71113] Fetching swift-macro-testing, swift-syntax
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (4.99s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (5.03s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (7.02s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.2 (0.45s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/13159] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (1.76s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (2.19s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.3 (0.48s)
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.29s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.75s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5388] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.57s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.23s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.51s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
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.2
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.3
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.0
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 SafeDIGenerator
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/110] Write sources
[53/110] Compiling _SwiftSyntaxCShims dummy.c
[55/110] Write swift-version-24593BA9C3E375BF.txt
[57/141] Emitting module SwiftSyntax510
[58/141] Emitting module ArgumentParserToolInfo
[59/141] Emitting module SwiftSyntax509
[60/141] Emitting module SwiftSyntax600
[61/141] Compiling SwiftSyntax600 Empty.swift
[62/142] Emitting module SwiftSyntax510
[63/142] Compiling SwiftSyntax510 Empty.swift
[65/143] Compiling SwiftSyntax509 Empty.swift
[67/144] Compiling InternalCollectionsUtilities UInt+reversed.swift
[68/144] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[69/144] Compiling ArgumentParserToolInfo ToolInfo.swift
[70/147] Compiling SwiftSyntax510 Empty.swift
[71/148] Emitting module SwiftSyntax600
[72/148] Compiling SwiftSyntax600 Empty.swift
[73/148] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[74/148] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[75/148] Compiling InternalCollectionsUtilities _SortedCollection.swift
[76/148] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[77/148] Compiling InternalCollectionsUtilities Debugging.swift
[78/148] Compiling InternalCollectionsUtilities Descriptions.swift
[79/149] Compiling ArgumentParserToolInfo ToolInfo.swift
[80/149] Emitting module ArgumentParserToolInfo
[81/149] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[82/149] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[83/149] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[85/149] Emitting module InternalCollectionsUtilities
[86/149] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[87/149] Compiling InternalCollectionsUtilities Integer rank.swift
[88/149] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[90/150] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[91/150] Compiling InternalCollectionsUtilities Specialize.swift
[93/163] Wrapping AST for SwiftSyntax600 for debugging
[96/169] Emitting module SwiftSyntax509
[97/169] Compiling SwiftSyntax509 Empty.swift
[97/170] Wrapping AST for SwiftSyntax510 for debugging
[100/170] Wrapping AST for SwiftSyntax509 for debugging
[102/170] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[103/170] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[104/171] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[105/171] Compiling InternalCollectionsUtilities Specialize.swift
[106/249] Compiling ArgumentParser OptionGroup.swift
[107/249] Compiling ArgumentParser AsyncParsableCommand.swift
[108/249] Compiling ArgumentParser Argument.swift
[109/249] Compiling ArgumentParser ArgumentHelp.swift
[109/284] Wrapping AST for ArgumentParserToolInfo for debugging
[110/290] Wrapping AST for SwiftSyntax600 for debugging
[112/348] Wrapping AST for SwiftSyntax509 for debugging
[113/377] Wrapping AST for ArgumentParserToolInfo for debugging
[115/377] Compiling SwiftSyntax CustomTraits.swift
[116/377] Compiling SwiftSyntax Identifier.swift
[117/507] Emitting module InternalCollectionsUtilities
[118/507] Compiling HeapModule _HeapNode.swift
[119/507] Compiling HeapModule Heap.swift
[120/507] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[121/507] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[122/507] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[123/507] Compiling OrderedCollections OrderedDictionary+Elements.swift
[124/507] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[125/507] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[126/507] Compiling OrderedCollections OrderedDictionary+Codable.swift
[127/507] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[128/507] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[129/507] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[130/508] Compiling HeapModule Heap+Descriptions.swift
[131/508] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[132/508] Compiling HeapModule Heap+Invariants.swift
[133/508] Compiling HeapModule Heap+UnsafeHandle.swift
[134/508] Emitting module HeapModule
[136/509] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[137/509] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[138/509] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[139/509] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[140/509] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[141/509] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[142/509] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[144/516] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[145/516] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[146/516] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[147/516] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[148/516] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[149/516] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[150/516] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[151/639] Compiling OrderedCollections OrderedSet+Initializers.swift
[152/639] Compiling OrderedCollections OrderedSet+Insertions.swift
[153/639] Compiling OrderedCollections OrderedSet+Invariants.swift
[154/639] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[155/639] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[156/639] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[157/639] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[158/639] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[159/639] Compiling OrderedCollections OrderedDictionary.swift
[160/639] Compiling OrderedCollections OrderedSet+Codable.swift
[161/639] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[162/639] Compiling OrderedCollections OrderedSet+Descriptions.swift
[163/639] Compiling OrderedCollections OrderedSet+Diffing.swift
[164/639] Compiling OrderedCollections OrderedSet+Equatable.swift
[165/639] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[166/639] Compiling OrderedCollections OrderedSet+Hashable.swift
[167/639] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[168/639] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[169/639] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[170/639] Compiling OrderedCollections OrderedDictionary+Elements.swift
[171/639] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[172/639] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[173/639] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[174/639] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[175/639] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[176/639] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[181/648] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[182/648] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[183/648] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[184/648] Compiling OrderedCollections OrderedDictionary+Values.swift
[185/648] Compiling OrderedCollections _HashTable+Bucket.swift
[186/648] Compiling OrderedCollections _HashTable+BucketIterator.swift
[187/648] Compiling OrderedCollections _HashTable+Constants.swift
[188/648] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[189/648] Compiling OrderedCollections _HashTable+Testing.swift
[190/648] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[191/648] Compiling OrderedCollections _HashTable.swift
[192/648] Compiling OrderedCollections _Hashtable+Header.swift
[193/648] Compiling OrderedCollections OrderedDictionary+Codable.swift
[194/648] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[201/648] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[202/648] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[203/648] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[204/648] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[205/648] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[206/648] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[207/648] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[208/648] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[209/648] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[210/648] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[211/648] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[212/648] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[213/648] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[214/648] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[215/655] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[216/655] Compiling OrderedCollections OrderedSet.swift
[217/655] Compiling OrderedCollections _UnsafeBitset.swift
[218/655] Compiling _RopeModule Rope+Sequence.swift
[219/655] Compiling _RopeModule Rope+Append.swift
[220/655] Compiling _RopeModule Rope+Extract.swift
[221/655] Compiling _RopeModule Rope+Find.swift
[222/655] Compiling _RopeModule Rope+ForEachWhile.swift
[223/655] Compiling _RopeModule Rope+Insert.swift
[229/655] Compiling OrderedCollections OrderedSet+Sendable.swift
[230/655] Compiling OrderedCollections OrderedSet+SubSequence.swift
[231/655] Compiling OrderedCollections OrderedSet+Testing.swift
[232/655] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[282/655] Emitting module OrderedCollections
[312/672] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[313/672] Compiling HeapModule Heap+Descriptions.swift
[332/672] Emitting module ArgumentParser
[344/682] Emitting module _RopeModule
[345/682] Compiling HeapModule _HeapNode.swift
[346/682] Compiling HeapModule Heap.swift
[364/682] Compiling HeapModule Heap+Invariants.swift
[365/682] Compiling HeapModule Heap+UnsafeHandle.swift
[366/682] Emitting module HeapModule
[385/691] Emitting module OrderedCollections
[401/692] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[402/692] Compiling SwiftSyntax SyntaxNodesOP.swift
[403/692] Compiling SwiftSyntax SyntaxNodesQRS.swift
[404/692] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[405/692] Compiling _RopeModule Rope+Split.swift
[406/692] Compiling _RopeModule Optional Utilities.swift
[407/692] Compiling _RopeModule String Utilities.swift
[408/692] Compiling _RopeModule String.Index+ABI.swift
[409/692] Compiling _RopeModule _CharacterRecognizer.swift
[417/768] Compiling HashTreeCollections _AncestorHashSlots.swift
[418/768] Compiling HashTreeCollections _Bitmap.swift
[419/768] Compiling HashTreeCollections _Bucket.swift
[420/768] Compiling HashTreeCollections _Hash.swift
[421/768] Compiling HashTreeCollections _HashLevel.swift
[422/768] Compiling HashTreeCollections _HashNode+Builder.swift
[423/768] Compiling HashTreeCollections _HashNode+Debugging.swift
[424/768] Compiling HashTreeCollections _HashNode+Initializers.swift
[425/768] Compiling HashTreeCollections _HashNode+Invariants.swift
[426/768] Compiling HashTreeCollections _HashNode+Lookups.swift
[427/768] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[428/768] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[429/844] Emitting module _RopeModule
[430/844] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[431/844] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[432/844] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[433/844] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[434/844] Compiling HashTreeCollections _HashNode+Structural merge.swift
[435/844] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[436/844] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[437/844] Compiling HashTreeCollections _HashNode+Structural union.swift
[438/844] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[439/844] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[440/844] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[446/844] Compiling HashTreeCollections _UnmanagedHashNode.swift
[447/844] Compiling HashTreeCollections _UnsafePath.swift
[448/844] Compiling HashTreeCollections TreeDictionary+Codable.swift
[449/844] Compiling HashTreeCollections TreeDictionary+Collection.swift
[450/844] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[456/844] Compiling HashTreeCollections _HashSlot.swift
[457/844] Compiling HashTreeCollections _HashStack.swift
[458/844] Compiling HashTreeCollections _AncestorHashSlots.swift
[459/844] Compiling HashTreeCollections _Bitmap.swift
[460/844] Compiling HashTreeCollections _Bucket.swift
[461/844] Compiling HashTreeCollections _Hash.swift
[462/844] Compiling HashTreeCollections _HashLevel.swift
[463/844] Compiling HashTreeCollections _HashNode+Builder.swift
[464/844] Compiling HashTreeCollections _HashNode+Debugging.swift
[465/844] Compiling HashTreeCollections _HashNode+Initializers.swift
[466/844] Compiling HashTreeCollections _HashNode+Invariants.swift
[467/844] Compiling HashTreeCollections _HashNode+Lookups.swift
[468/844] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[469/844] Compiling HashTreeCollections _HashTreeIterator.swift
[470/844] Compiling HashTreeCollections _HashTreeStatistics.swift
[471/844] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[472/844] Compiling HashTreeCollections _RawHashNode.swift
[478/844] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[479/844] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[480/844] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[481/844] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[482/844] Compiling HashTreeCollections TreeDictionary+Filter.swift
[483/844] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[484/844] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[485/844] Compiling HashTreeCollections TreeSet+Hashable.swift
[486/844] Compiling HashTreeCollections TreeSet+Sendable.swift
[487/844] Compiling HashTreeCollections TreeSet+Sequence.swift
[488/844] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[489/844] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[490/844] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[491/844] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[492/844] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[493/844] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[494/844] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[506/865] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[507/865] Compiling HashTreeCollections _HashNode.swift
[508/865] Compiling HashTreeCollections _HashNodeHeader.swift
[516/865] Compiling HashTreeCollections TreeDictionary.swift
[517/865] Compiling HashTreeCollections TreeSet+Codable.swift
[518/865] Compiling HashTreeCollections TreeSet+Collection.swift
[519/865] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[520/865] Compiling HashTreeCollections TreeSet+Debugging.swift
[521/865] Compiling HashTreeCollections TreeSet+Descriptions.swift
[522/865] Compiling HashTreeCollections TreeSet+Equatable.swift
[523/865] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[524/865] Compiling HashTreeCollections TreeSet+Extras.swift
[525/865] Compiling HashTreeCollections TreeSet+Filter.swift
[531/865] Compiling HashTreeCollections TreeDictionary+Keys.swift
[532/865] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[533/865] Compiling HashTreeCollections TreeDictionary+Merge.swift
[534/865] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[535/865] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[536/865] Compiling HashTreeCollections TreeDictionary+Values.swift
[566/880] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[567/880] Compiling DequeModule Deque+CustomReflectable.swift
[568/880] Compiling DequeModule Deque+Descriptions.swift
[569/882] Compiling DequeModule Deque+Equatable.swift
[570/882] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[572/882] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[573/882] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[574/882] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[575/882] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[576/882] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[577/882] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[578/882] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[579/882] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[580/882] Compiling HashTreeCollections TreeSet.swift
[581/882] Compiling DequeModule _DequeBuffer.swift
[582/882] Compiling DequeModule _DequeBufferHeader.swift
[603/883] Compiling DequeModule _DequeSlot.swift
[604/883] Compiling DequeModule _UnsafeWrappedBuffer.swift
[627/883] Compiling DequeModule Deque+Testing.swift
[628/883] Compiling DequeModule Deque._Storage.swift
[629/883] Compiling DequeModule Deque+Extras.swift
[630/883] Compiling DequeModule Deque+Hashable.swift
[631/883] Compiling DequeModule Deque._UnsafeHandle.swift
[632/883] Compiling DequeModule Deque.swift
[658/899] Compiling DequeModule Deque+Codable.swift
[659/899] Compiling DequeModule Deque+Collection.swift
[660/900] Compiling DequeModule Deque+CustomReflectable.swift
[661/900] Compiling DequeModule Deque+Descriptions.swift
[664/902] Compiling DequeModule _DequeBuffer.swift
[665/902] Compiling DequeModule _DequeBufferHeader.swift
[666/902] Emitting module DequeModule
[667/956] Compiling BitCollections BitArray+Hashable.swift
[668/956] Compiling BitCollections BitArray+Initializers.swift
[669/982] Wrapping AST for _RopeModule for debugging
[671/1005] Compiling BitCollections BitArray+Descriptions.swift
[672/1005] Compiling BitCollections BitArray+Equatable.swift
[672/1009] Wrapping AST for _RopeModule for debugging
[673/1009] Wrapping AST for OrderedCollections for debugging
[675/1009] Compiling BitCollections BitArray+Collection.swift
[676/1009] Compiling BitCollections BitArray+Copy.swift
[677/1009] Compiling BitCollections BitArray+CustomReflectable.swift
[680/1009] Compiling BitCollections BitArray+RandomBits.swift
[681/1009] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[682/1009] Compiling BitCollections BitArray+Shifts.swift
[683/1009] Compiling BitCollections BitArray+Testing.swift
[684/1009] Compiling BitCollections BitArray._UnsafeHandle.swift
[685/1009] Compiling BitCollections BitArray.swift
[686/1009] Compiling BitCollections BitSet+BidirectionalCollection.swift
[687/1009] Compiling BitCollections BitSet+Codable.swift
[688/1009] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[689/1009] Compiling BitCollections BitSet+CustomReflectable.swift
[690/1009] Compiling BitCollections BitSet+CustomStringConvertible.swift
[691/1009] Compiling BitCollections BitSet+Equatable.swift
[692/1009] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[693/1009] Compiling BitCollections BitSet+Extras.swift
[694/1009] Compiling BitCollections BitSet+Hashable.swift
[695/1009] Compiling BitCollections BitSet+Initializers.swift
[696/1009] Compiling BitCollections BitSet+Invariants.swift
[697/1009] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[698/1009] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[699/1009] Compiling BitCollections BitArray+Extras.swift
[700/1009] Compiling BitCollections BitArray+Fill.swift
[701/1009] Compiling BitCollections BitArray+Hashable.swift
[702/1009] Compiling BitCollections BitArray+Initializers.swift
[703/1009] Compiling BitCollections BitArray+Invariants.swift
[704/1009] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[705/1009] Compiling BitCollections BitArray+BitwiseOperations.swift
[706/1009] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[707/1009] Compiling BitCollections BitArray+Codable.swift
[713/1009] Wrapping AST for OrderedCollections for debugging
[750/1009] Compiling BitCollections BitSet+Random.swift
[751/1009] Compiling BitCollections BitSet+SetAlgebra basics.swift
[752/1009] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[753/1009] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[754/1009] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[762/1009] Emitting module BitCollections
[762/1016] Wrapping AST for InternalCollectionsUtilities for debugging
[767/1016] Emitting module BitCollections
[767/1023] Wrapping AST for HeapModule for debugging
[769/1023] Emitting module DequeModule
[771/1024] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[772/1024] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[773/1024] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[774/1024] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[775/1024] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[776/1024] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[777/1024] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[778/1024] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[779/1024] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[780/1024] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[781/1024] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[782/1024] Compiling BitCollections BitSet+SetAlgebra union.swift
[783/1024] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[784/1024] Compiling BitCollections BitSet.Counted.swift
[791/1024] Wrapping AST for HeapModule for debugging
[813/1024] Wrapping AST for DequeModule for debugging
[815/1024] Wrapping AST for ArgumentParser for debugging
[842/1024] Emitting module HashTreeCollections
[843/1025] Compiling BitCollections BitSet.Index.swift
[844/1025] Compiling BitCollections BitSet._UnsafeHandle.swift
[845/1025] Compiling BitCollections BitSet.swift
[846/1025] Compiling BitCollections Range+Utilities.swift
[847/1025] Compiling BitCollections Slice+Utilities.swift
[848/1025] Compiling BitCollections UInt+Tricks.swift
[849/1025] Compiling BitCollections _Word.swift
[850/1026] Emitting module HashTreeCollections
[884/1028] Wrapping AST for HashTreeCollections for debugging
[885/1028] Wrapping AST for BitCollections for debugging
[887/1028] Wrapping AST for HashTreeCollections for debugging
[888/1032] Wrapping AST for BitCollections for debugging
[890/1032] Compiling Collections Collections.swift
[891/1032] Emitting module Collections
[892/1033] Compiling Collections Collections.swift
[893/1033] Emitting module Collections
[895/1034] Wrapping AST for Collections for debugging
[898/1034] Emitting module SwiftSyntax
[999/1042] Compiling SwiftSyntax SyntaxNodesC.swift
[1000/1042] Compiling SwiftSyntax SyntaxNodesD.swift
[1001/1042] Compiling SwiftSyntax SyntaxNodesEF.swift
[1002/1042] Compiling SwiftSyntax SyntaxNodesGHI.swift
[1003/1042] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[1004/1042] Compiling SwiftSyntax SyntaxNodesOP.swift
[1005/1042] Compiling SwiftSyntax SyntaxNodesQRS.swift
[1006/1042] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[1007/1043] Wrapping AST for SwiftSyntax for debugging
[1009/1100] Emitting module SwiftDiagnostics
[1010/1101] Compiling SwiftDiagnostics Note.swift
[1011/1101] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1012/1101] Compiling SwiftDiagnostics Convenience.swift
[1013/1101] Compiling SwiftDiagnostics Diagnostic.swift
[1014/1101] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1015/1101] Compiling SwiftDiagnostics Message.swift
[1016/1101] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1017/1101] Compiling SwiftBasicFormat InferIndentation.swift
[1018/1101] Compiling SwiftDiagnostics FixIt.swift
[1019/1101] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1020/1101] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1021/1101] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1022/1101] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[1023/1101] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[1024/1102] Wrapping AST for SwiftDiagnostics for debugging
[1026/1102] Compiling SwiftBasicFormat BasicFormat.swift
[1027/1102] Emitting module SwiftBasicFormat
[1028/1103] Wrapping AST for SwiftBasicFormat for debugging
[1030/1103] Emitting module SwiftParser
[1031/1108] Compiling SwiftParser LexemeSequence.swift
[1032/1108] Compiling SwiftParser Lexer.swift
[1033/1108] Compiling SwiftParser RegexLiteralLexer.swift
[1034/1108] Compiling SwiftParser UnicodeScalarExtensions.swift
[1035/1108] Compiling SwiftParser Lookahead.swift
[1036/1108] Compiling SwiftParser LoopProgressCondition.swift
[1037/1108] Compiling SwiftParser SwiftParserCompatibility.swift
[1038/1108] Compiling SwiftParser SwiftVersion.swift
[1039/1108] Compiling SwiftParser SyntaxUtils.swift
[1040/1108] Compiling SwiftParser TokenConsumer.swift
[1041/1108] Compiling SwiftParser TokenPrecedence.swift
[1042/1108] Compiling SwiftParser TokenSpec.swift
[1043/1108] Compiling SwiftParser TokenSpecSet.swift
[1044/1108] Compiling SwiftParser TopLevel.swift
[1045/1108] Compiling SwiftParser TriviaParser.swift
[1046/1108] Compiling SwiftParser Types.swift
[1047/1108] Compiling SwiftParser Modifiers.swift
[1048/1108] Compiling SwiftParser Names.swift
[1049/1108] Compiling SwiftParser Nominals.swift
[1050/1108] Compiling SwiftParser Parameters.swift
[1051/1108] Compiling SwiftParser ParseSourceFile.swift
[1052/1108] Compiling SwiftParser Parser.swift
[1053/1108] Compiling SwiftParser Patterns.swift
[1054/1108] Compiling SwiftParser Recovery.swift
[1055/1108] Compiling SwiftParser Specifiers.swift
[1056/1108] Compiling SwiftParser Statements.swift
[1057/1108] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1058/1108] Compiling SwiftParser StringLiterals.swift
[1059/1108] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[1060/1108] Compiling SwiftParser Expressions.swift
[1061/1108] Compiling SwiftParser IncrementalParseTransition.swift
[1062/1108] Compiling SwiftParser IsValidIdentifier.swift
[1063/1108] Compiling SwiftParser Cursor.swift
[1064/1108] Compiling SwiftParser Lexeme.swift
[1069/1108] Compiling SwiftParser Declarations.swift
[1070/1108] Compiling SwiftParser Directives.swift
[1071/1108] Compiling SwiftParser ExperimentalFeatures.swift
[1072/1108] Compiling SwiftParser IsLexerClassified.swift
[1073/1108] Compiling SwiftParser LayoutNodes+Parsable.swift
[1074/1108] Compiling SwiftParser Parser+TokenSpecSet.swift
[1075/1108] Compiling SwiftParser TokenSpecStaticMembers.swift
[1085/1110] Wrapping AST for SwiftParser for debugging
[1086/1123] Wrapping AST for SwiftSyntax for debugging
[1088/1133] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1089/1181] Compiling SwiftDiagnostics FixIt.swift
[1090/1182] Compiling SwiftDiagnostics Message.swift
[1091/1182] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1092/1182] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1093/1182] Emitting module SwiftBasicFormat
[1094/1182] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1095/1182] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1096/1182] Compiling SwiftDiagnostics Note.swift
[1097/1182] Compiling SwiftBasicFormat InferIndentation.swift
[1098/1182] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1099/1182] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1100/1182] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[1101/1182] Compiling SwiftParser Expressions.swift
[1102/1182] Compiling SwiftParser IncrementalParseTransition.swift
[1103/1182] Compiling SwiftParser IsValidIdentifier.swift
[1104/1182] Emitting module SwiftDiagnostics
[1105/1182] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1107/1183] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1108/1183] Compiling SwiftParser Nominals.swift
[1109/1183] Compiling SwiftParser Parameters.swift
[1109/1183] Wrapping AST for SwiftDiagnostics for debugging
[1111/1183] Compiling SwiftBasicFormat BasicFormat.swift
[1114/1184] Emitting module SwiftParserDiagnostics
[1116/1184] Compiling SwiftParser Modifiers.swift
[1117/1184] Compiling SwiftParser Names.swift
[1117/1184] Wrapping AST for SwiftBasicFormat for debugging
[1119/1184] Emitting module SwiftParser
[1122/1189] Compiling SwiftParser Cursor.swift
[1123/1189] Compiling SwiftParser Lexeme.swift
[1129/1190] Compiling SwiftParser ParseSourceFile.swift
[1130/1190] Compiling SwiftParser Parser.swift
[1131/1190] Compiling SwiftParser LexemeSequence.swift
[1132/1190] Compiling SwiftParser Lexer.swift
[1133/1190] Compiling SwiftParser RegexLiteralLexer.swift
[1134/1190] Compiling SwiftParser UnicodeScalarExtensions.swift
[1135/1190] Compiling SwiftParser Lookahead.swift
[1136/1190] Compiling SwiftParser LoopProgressCondition.swift
[1137/1190] Compiling SwiftParser Patterns.swift
[1138/1190] Compiling SwiftParser Recovery.swift
[1139/1190] Compiling SwiftParser Specifiers.swift
[1140/1190] Compiling SwiftParser Statements.swift
[1141/1190] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1142/1190] Compiling SwiftParser StringLiterals.swift
[1143/1190] Compiling SwiftParser SwiftParserCompatibility.swift
[1144/1190] Compiling SwiftParser SwiftVersion.swift
[1145/1190] Compiling SwiftParser SyntaxUtils.swift
[1146/1190] Compiling SwiftParser TokenConsumer.swift
[1147/1190] Compiling SwiftParser TokenPrecedence.swift
[1148/1190] Compiling SwiftParser TokenSpec.swift
[1149/1190] Compiling SwiftParser TokenSpecSet.swift
[1150/1190] Compiling SwiftParser TopLevel.swift
[1151/1190] Compiling SwiftParser TriviaParser.swift
[1152/1190] Compiling SwiftParser Types.swift
[1152/1190] Wrapping AST for SwiftParserDiagnostics for debugging
[1154/1205] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1155/1205] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1156/1206] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1157/1206] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1158/1206] Compiling SwiftParser Attributes.swift
[1159/1206] Compiling SwiftParser Availability.swift
[1160/1206] Compiling SwiftParser CharacterInfo.swift
[1161/1206] Compiling SwiftParser CollectionNodes+Parsable.swift
[1162/1206] Compiling SwiftParser Declarations.swift
[1163/1206] Compiling SwiftParser Directives.swift
[1166/1206] Compiling SwiftSyntaxBuilder Indenter.swift
[1167/1206] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1168/1206] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1169/1206] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1170/1206] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1171/1206] Emitting module SwiftSyntaxBuilder
[1176/1206] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1177/1206] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1178/1206] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1179/1206] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1180/1206] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1181/1206] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1182/1207] Wrapping AST for SwiftSyntaxBuilder for debugging
[1184/1230] Compiling SafeDICore DiagnosticError.swift
[1185/1230] Compiling SafeDICore FixableInjectableError.swift
[1186/1230] Compiling SafeDICore FixableInstantiableError.swift
[1187/1230] Compiling SafeDICore AttributeListSyntaxElementExtensions.swift
[1188/1230] Compiling SafeDICore AttributeListSyntaxExtensions.swift
[1189/1230] Compiling SafeDICore AttributeSyntaxExtensions.swift
[1190/1230] Compiling SafeDICore CollectionExtensions.swift
[1191/1233] Emitting module SafeDICore
[1192/1233] Compiling SafeDICore UnorderedEquatingCollection.swift
[1193/1233] Compiling SafeDICore FileVisitor.swift
[1194/1233] Compiling SafeDICore InstantiableVisitor.swift
[1195/1233] Compiling SwiftParser ExperimentalFeatures.swift
[1196/1233] Compiling SwiftParser IsLexerClassified.swift
[1197/1233] Compiling SwiftParser LayoutNodes+Parsable.swift
[1198/1233] Compiling SwiftParser Parser+TokenSpecSet.swift
[1199/1233] Compiling SwiftParser TokenSpecStaticMembers.swift
[1200/1234] Compiling SafeDICore ConcreteDeclSyntaxProtocol.swift
[1201/1234] Compiling SafeDICore ConcreteDeclType.swift
[1202/1234] Compiling SafeDICore Dependency.swift
[1203/1234] Wrapping AST for SwiftParser for debugging
[1205/1257] Compiling SwiftParserDiagnostics MissingNodesError.swift
[1206/1257] Compiling SwiftParserDiagnostics MissingTokenError.swift
[1207/1257] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1208/1259] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[1209/1259] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[1210/1259] Compiling SwiftOperators PrecedenceGroup.swift
[1211/1259] Compiling SwiftOperators PrecedenceGraph.swift
[1212/1259] Compiling SwiftOperators OperatorTable.swift
[1213/1259] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1214/1259] Compiling SafeDICore DeclModifierListSyntaxExtensions.swift
[1215/1259] Compiling SafeDICore DiagnosticExtensions.swift
[1216/1259] Compiling SafeDICore ImportDeclSyntaxExtensions.swift
[1217/1259] Emitting module SwiftOperators
[1218/1259] Compiling SafeDICore ImportStatement.swift
[1219/1259] Compiling SafeDICore Initializer.swift
[1220/1259] Compiling SafeDICore InstantiableStruct.swift
[1221/1259] Compiling SafeDICore Property.swift
[1222/1259] Compiling SafeDICore Scope.swift
[1223/1259] Compiling SafeDICore TypeDescription.swift
[1224/1259] Compiling SafeDICore PatternBindingSyntaxExtensions.swift
[1225/1259] Compiling SafeDICore DependencyTreeGenerator.swift
[1226/1259] Compiling SafeDICore ScopeGenerator.swift
[1228/1260] Compiling SwiftOperators SyntaxSynthesis.swift
[1229/1260] Compiling SwiftOperators OperatorTable+Semantics.swift
[1230/1260] Compiling SwiftOperators OperatorTable+Folding.swift
[1230/1263] Wrapping AST for SafeDICore for debugging
[1232/1263] Wrapping AST for SwiftOperators for debugging
[1234/1263] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1235/1263] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1236/1263] Compiling SwiftParserDiagnostics Utils.swift
[1237/1263] Emitting module SwiftParserDiagnostics
[1240/1263] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1241/1263] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1244/1263] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[1245/1263] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[1246/1264] Wrapping AST for SwiftParserDiagnostics for debugging
[1248/1279] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1249/1279] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1250/1280] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1251/1280] Emitting module SafeDITool
[1252/1280] Compiling SafeDITool SafeDITool.swift
[1253/1280] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1254/1280] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1255/1281] Emitting module SwiftSyntaxBuilder
[1256/1281] Wrapping AST for SafeDITool for debugging
[1257/1281] Write Objects.LinkFileList
[1259/1281] Compiling SwiftSyntaxBuilder Indenter.swift
[1260/1281] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1261/1281] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1262/1281] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1263/1281] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1264/1281] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1265/1281] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1266/1281] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1267/1281] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1268/1281] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1269/1282] Wrapping AST for SwiftSyntaxBuilder for debugging
[1271/1322] Compiling SafeDICore ConcreteDeclType.swift
[1272/1322] Compiling SafeDICore Dependency.swift
[1273/1324] Compiling SafeDICore AttributeListSyntaxElementExtensions.swift
[1274/1324] Compiling SafeDICore AttributeListSyntaxExtensions.swift
[1275/1324] Compiling SafeDICore AttributeSyntaxExtensions.swift
[1276/1324] Compiling SafeDICore CollectionExtensions.swift
[1277/1324] Compiling SafeDICore ImportDeclSyntaxExtensions.swift
[1278/1324] Compiling SafeDICore PatternBindingSyntaxExtensions.swift
[1279/1324] Compiling SafeDICore DependencyTreeGenerator.swift
[1280/1324] Compiling SafeDICore ScopeGenerator.swift
[1281/1324] Compiling SafeDICore ConcreteDeclSyntaxProtocol.swift
[1282/1324] Compiling SafeDICore DeclModifierListSyntaxExtensions.swift
[1283/1324] Compiling SafeDICore DiagnosticExtensions.swift
[1284/1324] Compiling SafeDICore DiagnosticError.swift
[1285/1324] Compiling SafeDICore FixableInjectableError.swift
[1286/1324] Compiling SafeDICore FixableInstantiableError.swift
[1287/1324] Emitting module SwiftSyntaxMacros
[1288/1324] Compiling SwiftSyntaxMacros PreambleMacro.swift
[1289/1324] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[1289/1325] Linking SafeDITool
[1304/1328] Compiling SafeDICore InstantiableStruct.swift
[1305/1328] Emitting module SafeDICore
[1305/1328] Wrapping AST for SwiftSyntaxMacros for debugging
[1307/1337] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[1308/1338] Compiling SafeDICore Property.swift
[1309/1338] Compiling SafeDICore Scope.swift
[1310/1338] Compiling SafeDICore TypeDescription.swift
[1311/1338] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[1312/1338] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[1313/1338] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[1314/1338] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[1315/1338] Emitting module SwiftSyntaxMacroExpansion
[1316/1338] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[1320/1338] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[1321/1338] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[1325/1338] Compiling SafeDICore UnorderedEquatingCollection.swift
[1326/1338] Compiling SafeDICore FileVisitor.swift
[1327/1338] Compiling SafeDICore InstantiableVisitor.swift
[1328/1339] Wrapping AST for SafeDICore for debugging
[1330/1341] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[1331/1342] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[1333/1354] Emitting module SafeDITool
[1334/1354] Compiling SafeDITool SafeDITool.swift
[1336/1355] Emitting module SwiftCompilerPluginMessageHandling
[1336/1356] Wrapping AST for SafeDITool for debugging
[1337/1356] Write Objects.LinkFileList
[1339/1356] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[1340/1356] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[1341/1356] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[1342/1356] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[1343/1356] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[1344/1356] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[1345/1356] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[1346/1356] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[1347/1356] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[1348/1356] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[1349/1356] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[1350/1356] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[1351/1357] Linking SafeDITool-tool
[1352/1357] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[1354/1359] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[1355/1359] Emitting module SwiftCompilerPlugin
[1356/1360] Wrapping AST for SwiftCompilerPlugin for debugging
[1358/1364] Emitting module SafeDIMacros
[1359/1364] Compiling SafeDIMacros InjectableMacro.swift
[1360/1364] Compiling SafeDIMacros SafeDIMacroPlugin.swift
[1361/1364] Compiling SafeDIMacros InstantiableMacro.swift
[1362/1365] Wrapping AST for SafeDIMacros for debugging
[1363/1365] Write Objects.LinkFileList
[1364/1365] Linking SafeDIMacros-tool
[1366/1381] Compiling SafeDI SendableErasedInstantiator.swift
[1367/1381] Compiling SafeDI Forwarded.swift
[1368/1382] Compiling SafeDI Instantiated.swift
[1369/1382] Compiling SafeDI Instantiable.swift
[1370/1382] Compiling SafeDI Received.swift
[1371/1382] Emitting module SafeDI
[1372/1382] Compiling SafeDI SendableErasedInstantiator.swift
[1373/1383] Compiling SafeDI Instantiator.swift
[1374/1383] Emitting module SafeDI
[1375/1383] Compiling SafeDI Forwarded.swift
[1376/1383] Compiling SafeDI Received.swift
[1377/1383] Compiling SafeDI Instantiated.swift
[1378/1383] Compiling SafeDI ErasedInstantiator.swift
[1379/1383] Compiling SafeDI Instantiable.swift
[1380/1383] Compiling SafeDI ErasedInstantiator.swift
[1381/1383] Compiling SafeDI Instantiator.swift
[1382/1383] Compiling SafeDI SendableInstantiator.swift
Build complete! (259.56s)
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" : "601.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" : "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",
        "SwiftSyntax",
        "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" : "SafeDIMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "SafeDIMacrosTests",
      "path" : "Tests/SafeDIMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport",
        "MacroTesting"
      ],
      "sources" : [
        "InjectableMacroTests.swift",
        "InstantiableMacroTests.swift"
      ],
      "target_dependencies" : [
        "SafeDIMacros",
        "SafeDICore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDIMacros",
      "module_type" : "SwiftTarget",
      "name" : "SafeDIMacros",
      "path" : "Sources/SafeDIMacros",
      "product_dependencies" : [
        "SwiftCompilerPlugin",
        "SwiftDiagnostics",
        "SwiftSyntax",
        "SwiftSyntaxBuilder",
        "SwiftSyntaxMacros"
      ],
      "product_memberships" : [
        "SafeDI",
        "SafeDIMacros"
      ],
      "sources" : [
        "Macros/InjectableMacro.swift",
        "Macros/InstantiableMacro.swift",
        "SafeDIMacroPlugin.swift"
      ],
      "target_dependencies" : [
        "SafeDICore"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SafeDIGenerator",
      "module_type" : "PluginTarget",
      "name" : "SafeDIGenerator",
      "path" : "Plugins/SafeDIGenerator",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "SafeDIGenerator"
      ],
      "sources" : [
        "SafeDIGenerateDependencyTree.swift",
        "Shared.swift"
      ],
      "target_dependencies" : [
        "SafeDITool"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SafeDICoreTests",
      "module_type" : "SwiftTarget",
      "name" : "SafeDICoreTests",
      "path" : "Tests/SafeDICoreTests",
      "sources" : [
        "FileVisitorTests.swift",
        "InitializerTests.swift",
        "TypeDescriptionTests.swift",
        "UnorderedEquatingCollectionTests.swift"
      ],
      "target_dependencies" : [
        "SafeDICore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeDICore",
      "module_type" : "SwiftTarget",
      "name" : "SafeDICore",
      "path" : "Sources/SafeDICore",
      "product_dependencies" : [
        "Collections",
        "SwiftDiagnostics",
        "SwiftSyntax",
        "SwiftSyntaxBuilder"
      ],
      "product_memberships" : [
        "SafeDI",
        "SafeDIGenerator",
        "SafeDITool",
        "SafeDIMacros"
      ],
      "sources" : [
        "Errors/DiagnosticError.swift",
        "Errors/FixableInjectableError.swift",
        "Errors/FixableInstantiableError.swift",
        "Extensions/AttributeListSyntaxElementExtensions.swift",
        "Extensions/AttributeListSyntaxExtensions.swift",
        "Extensions/AttributeSyntaxExtensions.swift",
        "Extensions/CollectionExtensions.swift",
        "Extensions/DeclModifierListSyntaxExtensions.swift",
        "Extensions/DiagnosticExtensions.swift",
        "Extensions/ImportDeclSyntaxExtensions.swift",
        "Extensions/PatternBindingSyntaxExtensions.swift",
        "Generators/DependencyTreeGenerator.swift",
        "Generators/ScopeGenerator.swift",
        "Models/ConcreteDeclSyntaxProtocol.swift",
        "Models/ConcreteDeclType.swift",
        "Models/Dependency.swift",
        "Models/ImportStatement.swift",
        "Models/Initializer.swift",
        "Models/InstantiableStruct.swift",
        "Models/Property.swift",
        "Models/Scope.swift",
        "Models/TypeDescription.swift",
        "Models/UnorderedEquatingCollection.swift",
        "Visitors/FileVisitor.swift",
        "Visitors/InstantiableVisitor.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SafeDI",
      "module_type" : "SwiftTarget",
      "name" : "SafeDI",
      "path" : "Sources/SafeDI",
      "product_memberships" : [
        "SafeDI"
      ],
      "sources" : [
        "Decorators/Forwarded.swift",
        "Decorators/Instantiable.swift",
        "Decorators/Instantiated.swift",
        "Decorators/Received.swift",
        "DelayedInstantiation/ErasedInstantiator.swift",
        "DelayedInstantiation/Instantiator.swift",
        "DelayedInstantiation/SendableErasedInstantiator.swift",
        "DelayedInstantiation/SendableInstantiator.swift"
      ],
      "target_dependencies" : [
        "SafeDIMacros"
      ],
      "type" : "library"
    },
    {
      "c99name" : "InstallSafeDITool",
      "module_type" : "PluginTarget",
      "name" : "InstallSafeDITool",
      "path" : "Plugins/InstallSafeDITool",
      "plugin_capability" : {
        "intent" : {
          "description" : "Installs a release version of the SafeDITool build plugin executable.",
          "type" : "custom",
          "verb" : "safedi-release-install"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "Downloads the SafeDI release build plugin executable into your project directory.",
            "type" : "writeToPackageDirectory"
          },
          {
            "network_scope" : {
              "all" : {
                "ports" : [
                ]
              }
            },
            "reason" : "Downloads the SafeDI release build plugin executable from GitHub.",
            "type" : "allowNetworkConnections"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "InstallSafeDITool"
      ],
      "sources" : [
        "InstallCLIPluginCommand.swift",
        "Shared.swift"
      ],
      "type" : "plugin"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.