Build Information
Successful build of SafeDI, reference 1.5.4 (b81984), with Swift 6.1 for Android on 26 Mar 2026 04:54:06 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dfed/SafeDI.git
Reference: 1.5.4
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.5.4 -> FETCH_HEAD
HEAD is now at b81984c Drop swift-macro-testing to unblock SwiftSyntax updates (#198)
Cloned https://github.com/dfed/SafeDI.git
Revision (git rev-parse @):
b81984c0c41f6b82bbfb43270a79ca6e7e9bfee3
SUCCESS checkout https://github.com/dfed/SafeDI.git at 1.5.4
========================================
Build
========================================
Selected platform: android
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" : "604.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.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",
"SafeDIToolVersionTests.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" : [
"SwiftSyntaxMacrosGenericTestSupport"
],
"sources" : [
"AssertMacroExpansion.swift",
"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-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/22655] Fetching swift-collections
[1814/40095] Fetching swift-collections, swift-argument-parser
[28769/114931] Fetching swift-collections, swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.94s)
[48848/97491] Fetching swift-collections, swift-syntax
Fetched https://github.com/apple/swift-collections.git from cache (7.86s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (7.91s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 603.0.0 (10.55s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.1 (0.65s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.85s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 603.0.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.7.1
[1/1] Compiling plugin InstallSafeDITool
[2/2] Compiling plugin SafeDIPrebuiltGenerator
[3/3] Compiling plugin SafeDIGenerator
[4/4] Compiling plugin GenerateManual
[5/5] Compiling plugin GenerateDoccReference
Building for debugging...
[5/130] Write sources
[64/130] Compiling _SwiftSyntaxCShims PlatformMutex.c
[66/130] Write swift-version-24593BA9C3E375BF.txt
[68/146] Compiling SwiftSyntax603 Empty.swift
[69/146] Emitting module SwiftSyntax603
[70/146] Compiling SwiftSyntax602 Empty.swift
[71/146] Emitting module SwiftSyntax602
[72/148] Compiling SwiftSyntax600 Empty.swift
[73/148] Emitting module SwiftSyntax600
[74/148] Emitting module SwiftSyntax603
[75/148] Compiling SwiftSyntax603 Empty.swift
[76/150] Compiling SwiftSyntax602 Empty.swift
[77/150] Emitting module SwiftSyntax602
[79/151] Emitting module SwiftSyntax601
[80/151] Compiling SwiftSyntax601 Empty.swift
[82/152] Emitting module SwiftSyntax601
[87/153] Emitting module ArgumentParserToolInfo
[88/153] Compiling ArgumentParserToolInfo ToolInfo.swift
[92/156] Compiling SwiftSyntax600 Empty.swift
[93/162] Emitting module SwiftSyntax600
[94/193] Compiling SwiftSyntax510 Empty.swift
[95/201] Emitting module SwiftSyntax509
[96/201] Compiling SwiftSyntax509 Empty.swift
[97/202] Emitting module SwiftSyntax510
[98/202] Compiling SwiftSyntax510 Empty.swift
[99/202] Emitting module SwiftSyntax510
[101/204] Compiling SwiftSyntax509 Empty.swift
[102/206] Emitting module SwiftSyntax509
[105/207] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[106/207] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[107/207] Compiling InternalCollectionsUtilities Span+Extras.swift
[109/209] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[110/209] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[112/209] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[113/209] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[113/211] Wrapping AST for SwiftSyntax603 for debugging
[115/212] Compiling InternalCollectionsUtilities _SortedCollection.swift
[116/212] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[116/212] Wrapping AST for SwiftSyntax601 for debugging
[117/241] Wrapping AST for SwiftSyntax602 for debugging
[119/257] Compiling ArgumentParser ZshCompletionsGenerator.swift
[120/257] Compiling ArgumentParser Argument.swift
[120/265] Wrapping AST for SwiftSyntax600 for debugging
[121/274] Wrapping AST for SwiftSyntax510 for debugging
[123/310] Compiling SwiftSyntax Convenience.swift
[124/310] Compiling SwiftSyntax CustomTraits.swift
[125/310] Compiling SwiftSyntax EditorPlaceholder.swift
[126/310] Compiling SwiftSyntax SourceLength.swift
[127/310] Compiling SwiftSyntax SourceLocation.swift
[128/365] Compiling SwiftSyntax AbsolutePosition.swift
[129/365] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[130/365] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[131/365] Compiling SwiftSyntax Assert.swift
[132/365] Compiling SwiftSyntax BumpPtrAllocator.swift
[133/365] Compiling SwiftSyntax CommonAncestor.swift
[139/383] Wrapping AST for ArgumentParserToolInfo for debugging
[140/383] Wrapping AST for SwiftSyntax509 for debugging
[142/383] Compiling SwiftSyntax MissingNodeInitializers.swift
[143/383] Compiling SwiftSyntax RawSyntax.swift
[144/383] Compiling SwiftSyntax RawSyntaxArena.swift
[145/383] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[145/383] Wrapping AST for SwiftSyntax602 for debugging
[146/383] Wrapping AST for SwiftSyntax603 for debugging
[147/383] Wrapping AST for SwiftSyntax601 for debugging
[148/383] Wrapping AST for SwiftSyntax600 for debugging
[149/383] Wrapping AST for SwiftSyntax510 for debugging
[151/383] Emitting module InternalCollectionsUtilities
[151/383] Wrapping AST for SwiftSyntax509 for debugging
[153/383] Emitting module InternalCollectionsUtilities
[154/383] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[155/383] Compiling SwiftSyntax RawSyntaxTokenView.swift
[156/383] Compiling SwiftSyntax Identifier.swift
[157/383] Compiling SwiftSyntax MemoryLayout.swift
[162/392] Compiling ArgumentParserToolInfo ToolInfo.swift
[163/392] Emitting module ArgumentParserToolInfo
[165/565] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[166/588] Compiling HeapModule Heap+Descriptions.swift
[167/588] Compiling _RopeModule BigString+Chunk.swift
[168/588] Compiling _RopeModule BigString+BidirectionalCollection.swift
[169/588] Compiling _RopeModule BigString+Comparable.swift
[170/588] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[171/588] Compiling _RopeModule BigString+CustomStringConvertible.swift
[172/588] Compiling _RopeModule BigString+Equatable.swift
[173/588] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[174/588] Compiling _RopeModule BigString+Hashing.swift
[175/588] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[176/588] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[177/597] Compiling HeapModule _HeapNode.swift
[178/615] Compiling HeapModule Heap.swift
[179/652] Compiling HeapModule Heap+UnsafeHandle.swift
[180/652] Compiling HeapModule Heap+Invariants.swift
[181/652] Emitting module HeapModule
[183/653] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[184/653] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[185/653] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[186/653] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[187/653] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[188/653] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[189/653] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[190/653] Compiling OrderedCollections OrderedDictionary+Values.swift
[191/653] Compiling OrderedCollections OrderedDictionary.swift
[192/661] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[193/661] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[194/661] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[195/661] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[196/661] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[197/661] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[198/661] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[199/661] Compiling OrderedCollections OrderedSet+Insertions.swift
[200/661] Compiling OrderedCollections OrderedSet+Invariants.swift
[201/661] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[202/661] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[203/661] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[204/661] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[205/661] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[206/675] Compiling HeapModule Heap+Invariants.swift
[207/675] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[208/675] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[209/675] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[210/675] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[211/675] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[212/675] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[213/675] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[214/675] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[215/682] Compiling OrderedCollections OrderedDictionary+Codable.swift
[216/682] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[217/682] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[218/682] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[219/682] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[220/682] Compiling OrderedCollections OrderedDictionary+Elements.swift
[221/682] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[222/682] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[237/682] Compiling OrderedCollections OrderedSet+Initializers.swift
[238/682] Compiling HeapModule Heap+Descriptions.swift
[247/682] Compiling OrderedCollections _HashTable+Bucket.swift
[248/682] Compiling OrderedCollections _HashTable+BucketIterator.swift
[249/682] Compiling OrderedCollections _HashTable+Constants.swift
[250/682] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[251/682] Compiling OrderedCollections _HashTable+Testing.swift
[252/682] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[253/682] Compiling OrderedCollections _HashTable.swift
[254/682] Compiling OrderedCollections _Hashtable+Header.swift
[256/682] Compiling OrderedCollections OrderedSet+Codable.swift
[257/682] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[258/682] Compiling OrderedCollections OrderedSet+Descriptions.swift
[259/682] Compiling OrderedCollections OrderedSet+Diffing.swift
[260/682] Compiling OrderedCollections OrderedSet+Equatable.swift
[261/682] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[262/682] Compiling OrderedCollections OrderedSet+Hashable.swift
[263/682] Compiling HeapModule _HeapNode.swift
[264/682] Compiling HeapModule Heap.swift
[343/691] Compiling HeapModule Heap+UnsafeHandle.swift
[360/691] Emitting module HeapModule
[362/724] Compiling _RopeModule Rope+Join.swift
[363/724] Compiling _RopeModule Rope+MutatingForEach.swift
[364/724] Compiling _RopeModule Rope+Remove.swift
[365/724] Compiling _RopeModule Rope+RemoveSubrange.swift
[366/724] Compiling _RopeModule Rope+Split.swift
[367/724] Compiling _RopeModule Optional Utilities.swift
[368/724] Compiling _RopeModule String Utilities.swift
[369/724] Compiling _RopeModule String.Index+ABI.swift
[370/724] Compiling _RopeModule _CharacterRecognizer.swift
[371/768] Compiling HashTreeCollections _HashNode+Invariants.swift
[372/768] Compiling HashTreeCollections _HashNode+Lookups.swift
[373/768] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[374/768] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[375/768] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[376/768] Compiling HashTreeCollections _HashNode+Storage.swift
[377/768] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[378/768] Compiling HashTreeCollections _HashNode+Structural filter.swift
[379/768] Emitting module ArgumentParser
[380/774] Compiling ArgumentParser UniqueNamesValidator.swift
[381/774] Compiling HashTreeCollections TreeDictionary+Merge.swift
[382/774] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[383/774] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[384/774] Compiling HashTreeCollections TreeDictionary+Values.swift
[385/774] Compiling HashTreeCollections TreeDictionary.swift
[386/774] Compiling HashTreeCollections TreeSet+Codable.swift
[387/774] Compiling HashTreeCollections TreeSet+Collection.swift
[388/774] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[389/774] Compiling HashTreeCollections TreeSet+Descriptions.swift
[390/774] Compiling HashTreeCollections TreeSet+Equatable.swift
[391/774] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[392/774] Compiling HashTreeCollections TreeSet+Extras.swift
[393/774] Compiling HashTreeCollections TreeSet+Filter.swift
[394/774] Compiling HashTreeCollections TreeSet+Hashable.swift
[395/774] Compiling HashTreeCollections TreeSet+Sendable.swift
[396/774] Compiling HashTreeCollections TreeSet+Sequence.swift
[397/774] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[398/774] Compiling HashTreeCollections _AncestorHashSlots.swift
[399/774] Compiling HashTreeCollections _Bitmap.swift
[400/774] Compiling HashTreeCollections _Bucket.swift
[401/774] Compiling HashTreeCollections _Hash.swift
[402/774] Compiling HashTreeCollections _HashLevel.swift
[403/774] Compiling HashTreeCollections _HashNode+Builder.swift
[404/774] Compiling HashTreeCollections _HashNode+Debugging.swift
[405/774] Compiling HashTreeCollections _HashNodeHeader.swift
[406/774] Compiling HashTreeCollections _HashSlot.swift
[407/774] Compiling HashTreeCollections _HashStack.swift
[408/774] Compiling HashTreeCollections _HashTreeIterator.swift
[409/774] Compiling HashTreeCollections _HashTreeStatistics.swift
[410/774] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[411/774] Compiling HashTreeCollections _RawHashNode.swift
[412/774] Compiling HashTreeCollections _UnmanagedHashNode.swift
[413/774] Compiling HashTreeCollections _UnsafePath.swift
[414/774] Compiling HashTreeCollections TreeDictionary+Codable.swift
[415/774] Compiling HashTreeCollections TreeSet+Debugging.swift
[425/774] Compiling HashTreeCollections TreeDictionary+Collection.swift
[426/774] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[427/774] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[428/774] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[429/774] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[430/774] Compiling ArgumentParser Tree.swift
[431/774] Compiling ArgumentParser CodingKeyValidator.swift
[432/774] Compiling ArgumentParser NonsenseFlagsValidator.swift
[433/774] Compiling ArgumentParser ParsableArgumentsValidation.swift
[434/774] Compiling ArgumentParser PositionalArgumentsValidator.swift
[445/774] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[446/774] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[447/774] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[448/774] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[449/774] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[450/774] Compiling HashTreeCollections _HashNode+Structural merge.swift
[451/774] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[452/774] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[466/774] Compiling HashTreeCollections _HashNode+Structural union.swift
[467/774] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[468/774] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[469/782] Compiling SwiftSyntax SyntaxNodesGHI.swift
[470/782] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[471/782] Compiling SwiftSyntax SyntaxNodesOP.swift
[472/782] Compiling SwiftSyntax SyntaxNodesQRS.swift
[473/782] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[474/782] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[475/782] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[476/782] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[477/782] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[478/782] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[492/792] Emitting module _RopeModule
[502/793] Emitting module OrderedCollections
[503/794] Emitting module _RopeModule
[513/794] Compiling SwiftSyntax SyntaxNodesC.swift
[514/794] Compiling SwiftSyntax SyntaxNodesD.swift
[515/794] Compiling SwiftSyntax SyntaxNodesEF.swift
[527/794] Emitting module OrderedCollections
[528/904] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[529/904] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[530/904] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[531/904] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[532/904] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[533/904] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[534/904] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[535/904] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[536/904] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[538/905] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[539/905] Compiling HashTreeCollections TreeDictionary+Filter.swift
[540/905] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[541/905] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[542/905] Compiling HashTreeCollections TreeDictionary+Keys.swift
[543/905] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[544/905] Compiling ContainersPreview Drain+Reduce.swift
[545/905] Compiling ContainersPreview Drain.swift
[546/905] Compiling ContainersPreview Producer+Collect.swift
[547/905] Compiling ContainersPreview Producer+Filter.swift
[548/905] Compiling ContainersPreview Producer+Map.swift
[549/905] Compiling ContainersPreview Producer+Reduce.swift
[550/905] Compiling ContainersPreview Producer.swift
[551/905] Compiling ContainersPreview Borrow.swift
[552/905] Compiling ContainersPreview RandomAccessContainer.swift
[553/905] Compiling ContainersPreview RangeExpression2.swift
[554/905] Compiling ContainersPreview RangeReplaceableContainer.swift
[555/905] Compiling ContainersPreview Drain+Map.swift
[556/909] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[557/909] Compiling ContainersPreview BorrowingSequence.swift
[558/909] Compiling ContainersPreview BidirectionalContainer.swift
[559/909] Compiling ContainersPreview Container+Filter.swift
[560/909] Compiling ContainersPreview Container+SpanwiseZip.swift
[561/909] Emitting module ContainersPreview
[562/909] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[563/909] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[564/909] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[565/909] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[566/909] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[567/909] Compiling ContainersPreview Container.swift
[568/909] Compiling ContainersPreview ContainerIterator.swift
[569/909] Compiling ContainersPreview DynamicContainer.swift
[570/909] Compiling ContainersPreview MutableContainer.swift
[571/909] Compiling ContainersPreview PermutableContainer.swift
[572/909] Compiling ContainersPreview OutputSpan+Extras.swift
[573/909] Compiling ContainersPreview TemporaryAllocation.swift
[574/909] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[575/909] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[576/909] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[581/909] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[582/909] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[583/909] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[584/909] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[585/909] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[586/909] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[587/909] Compiling HashTreeCollections TreeSet.swift
[588/909] Compiling ContainersPreview Inout.swift
[589/909] Compiling ContainersPreview InputSpan.swift
[590/909] Compiling ContainersPreview Shared.swift
[591/909] Compiling HashTreeCollections _RawHashNode.swift
[592/909] Compiling HashTreeCollections _UnmanagedHashNode.swift
[593/909] Compiling HashTreeCollections _UnsafePath.swift
[594/909] Compiling HashTreeCollections TreeDictionary+Codable.swift
[595/909] Compiling HashTreeCollections TreeDictionary+Collection.swift
[596/909] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[597/909] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[598/909] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[599/925] Compiling ContainersPreview Box.swift
[603/943] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[604/943] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[605/943] Compiling ContainersPreview BorrowingSequence.swift
[606/943] Compiling ContainersPreview BidirectionalContainer.swift
[607/943] Compiling ContainersPreview Container+Filter.swift
[608/943] Compiling ContainersPreview Container+SpanwiseZip.swift
[609/943] Compiling ContainersPreview Container.swift
[610/943] Compiling ContainersPreview ContainerIterator.swift
[611/943] Compiling ContainersPreview DynamicContainer.swift
[612/943] Compiling ContainersPreview OutputSpan+Extras.swift
[613/943] Compiling ContainersPreview TemporaryAllocation.swift
[614/943] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[615/943] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[616/943] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[617/943] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[618/943] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[619/943] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[620/943] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[628/943] Compiling ContainersPreview Borrow.swift
[629/943] Compiling ContainersPreview Drain+Reduce.swift
[630/943] Compiling ContainersPreview Drain.swift
[631/943] Compiling ContainersPreview Producer+Collect.swift
[632/943] Compiling ContainersPreview Producer+Filter.swift
[634/944] Compiling ContainersPreview RandomAccessContainer.swift
[635/944] Compiling ContainersPreview RangeExpression2.swift
[636/944] Compiling ContainersPreview RangeReplaceableContainer.swift
[637/944] Compiling ContainersPreview Drain+Map.swift
[652/961] Compiling ContainersPreview Producer+Map.swift
[653/961] Compiling ContainersPreview Producer+Reduce.swift
[654/961] Compiling ContainersPreview Producer.swift
[656/983] Emitting module ContainersPreview
[657/1001] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[658/1001] Compiling BitCollections BitArray+Codable.swift
[659/1001] Compiling BitCollections BitArray+Collection.swift
[660/1001] Compiling BitCollections BitArray+Copy.swift
[661/1001] Compiling BitCollections BitArray+CustomReflectable.swift
[662/1001] Compiling BitCollections BitArray+Descriptions.swift
[663/1001] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[664/1001] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[665/1001] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[666/1001] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[667/1001] Compiling BitCollections BitArray+Invariants.swift
[668/1001] Compiling BitCollections BinaryInteger extensions.swift
[669/1001] Compiling BitCollections BitArray+BitwiseOperations.swift
[674/1001] Compiling HashTreeCollections TreeSet+Hashable.swift
[675/1001] Compiling HashTreeCollections TreeSet+Sendable.swift
[676/1001] Compiling HashTreeCollections TreeSet+Sequence.swift
[677/1001] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[684/1011] Compiling BitCollections BitSet+CustomReflectable.swift
[685/1011] Compiling BitCollections BitSet+CustomStringConvertible.swift
[686/1011] Compiling BitCollections BitSet+Equatable.swift
[687/1011] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[689/1066] Compiling HashTreeCollections TreeDictionary.swift
[690/1066] Compiling HashTreeCollections TreeSet+Codable.swift
[691/1066] Compiling HashTreeCollections TreeSet+Collection.swift
[692/1066] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[693/1066] Compiling HashTreeCollections TreeSet+Debugging.swift
[694/1066] Compiling HashTreeCollections TreeSet+Descriptions.swift
[695/1066] Compiling HashTreeCollections TreeSet+Equatable.swift
[696/1066] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[697/1066] Compiling HashTreeCollections TreeSet+Extras.swift
[698/1066] Compiling HashTreeCollections TreeSet+Filter.swift
[699/1066] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[700/1066] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[701/1066] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[702/1066] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[703/1066] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[704/1066] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[705/1066] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[706/1066] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[707/1066] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[708/1066] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[709/1066] Compiling HashTreeCollections TreeDictionary+Values.swift
[710/1106] Compiling DequeModule RigidDeque+Container.swift
[711/1106] Compiling DequeModule RigidDeque+Descriptions.swift
[712/1106] Compiling DequeModule RigidDeque+Removals.swift
[713/1106] Compiling DequeModule RigidDeque+Replacements.swift
[714/1106] Compiling DequeModule RigidDeque+Testing.swift
[715/1106] Compiling DequeModule RigidDeque.swift
[716/1106] Compiling DequeModule UniqueDeque+Append.swift
[717/1113] Compiling DequeModule UniqueDeque+Hashable.swift
[718/1113] Compiling DequeModule UniqueDeque+Initializers.swift
[719/1113] Compiling DequeModule UniqueDeque+Insertions.swift
[720/1113] Compiling DequeModule UniqueDeque+Prepend.swift
[721/1113] Compiling DequeModule UniqueDeque+Removals.swift
[722/1113] Compiling DequeModule UniqueDeque+Consumption.swift
[723/1113] Compiling DequeModule UniqueDeque+Container.swift
[724/1113] Compiling DequeModule UniqueDeque+Descriptions.swift
[725/1113] Compiling DequeModule UniqueDeque+Equatable.swift
[726/1113] Compiling DequeModule UniqueDeque+Experimental.swift
[732/1118] Compiling DequeModule RigidDeque+Equatable.swift
[733/1118] Compiling DequeModule RigidDeque+Experimental.swift
[734/1118] Compiling DequeModule RigidDeque+Hashable.swift
[735/1118] Compiling DequeModule RigidDeque+Initializers.swift
[736/1118] Compiling DequeModule RigidDeque+Insertions.swift
[737/1118] Compiling DequeModule RigidDeque+Prepend.swift
[738/1118] Compiling DequeModule Deque+CustomReflectable.swift
[739/1118] Compiling DequeModule Deque+Descriptions.swift
[740/1118] Compiling DequeModule Deque+Equatable.swift
[741/1118] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[742/1118] Compiling DequeModule _DequeBuffer.swift
[743/1118] Compiling DequeModule _DequeBufferHeader.swift
[744/1118] Compiling DequeModule RigidDeque+Append.swift
[745/1118] Compiling DequeModule RigidDeque+Consumption.swift
[752/1125] Emitting module BitCollections
[753/1125] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[754/1125] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[755/1125] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[756/1125] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[757/1125] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[758/1125] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[759/1125] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[760/1125] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[761/1125] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[762/1125] Compiling HashTreeCollections TreeSet.swift
[786/1125] Compiling DequeModule Deque+Extras.swift
[787/1125] Compiling DequeModule Deque+Hashable.swift
[788/1125] Compiling DequeModule Deque+Testing.swift
[789/1125] Compiling DequeModule Deque._Storage.swift
[790/1126] Compiling DequeModule UniqueDeque+Replacements.swift
[791/1126] Compiling DequeModule UniqueDeque.swift
[792/1126] Compiling DequeModule _DequeSlot.swift
[793/1126] Compiling DequeModule _UnsafeDequeHandle.swift
[794/1126] Compiling DequeModule _UnsafeDequeSegments.swift
[822/1126] Compiling DequeModule Deque+Codable.swift
[823/1126] Compiling DequeModule Deque+Collection.swift
[832/1126] Compiling DequeModule Deque._UnsafeHandle.swift
[833/1126] Compiling DequeModule Deque.swift
[888/1126] Emitting module BitCollections
[889/1126] Compiling BitCollections BitSet.Index.swift
[890/1126] Compiling BitCollections BitSet._UnsafeHandle.swift
[891/1126] Compiling BitCollections BitSet.swift
[892/1126] Compiling BitCollections Range+Utilities.swift
[893/1126] Compiling BitCollections Slice+Utilities.swift
[894/1126] Compiling BitCollections UInt+Tricks.swift
[895/1126] Compiling BitCollections _Word.swift
[897/1167] Compiling DequeModule UniqueDeque+Hashable.swift
[898/1167] Compiling DequeModule UniqueDeque+Initializers.swift
[899/1167] Compiling DequeModule UniqueDeque+Insertions.swift
[900/1167] Compiling DequeModule UniqueDeque+Prepend.swift
[901/1167] Compiling DequeModule UniqueDeque+Removals.swift
[902/1172] Compiling DequeModule RigidDeque+Equatable.swift
[903/1172] Compiling DequeModule RigidDeque+Experimental.swift
[904/1172] Compiling DequeModule RigidDeque+Hashable.swift
[905/1172] Compiling DequeModule RigidDeque+Initializers.swift
[906/1172] Compiling DequeModule RigidDeque+Insertions.swift
[907/1172] Compiling DequeModule RigidDeque+Prepend.swift
[908/1172] Compiling DequeModule UniqueDeque+Consumption.swift
[909/1172] Compiling DequeModule UniqueDeque+Container.swift
[910/1172] Compiling DequeModule UniqueDeque+Descriptions.swift
[911/1172] Compiling DequeModule UniqueDeque+Equatable.swift
[912/1172] Compiling DequeModule UniqueDeque+Experimental.swift
[913/1172] Compiling DequeModule RigidDeque+Removals.swift
[914/1172] Compiling DequeModule RigidDeque+Replacements.swift
[915/1172] Compiling DequeModule RigidDeque+Testing.swift
[916/1172] Compiling DequeModule RigidDeque.swift
[917/1172] Compiling DequeModule UniqueDeque+Append.swift
[925/1172] Compiling DequeModule Deque+Extras.swift
[926/1172] Compiling DequeModule Deque+Hashable.swift
[927/1172] Compiling DequeModule Deque+Testing.swift
[928/1172] Compiling DequeModule Deque._Storage.swift
[929/1172] Compiling DequeModule Deque._UnsafeHandle.swift
[930/1172] Compiling DequeModule Deque.swift
[931/1172] Compiling DequeModule Deque+Codable.swift
[932/1172] Compiling DequeModule Deque+Collection.swift
[933/1172] Compiling DequeModule RigidDeque+Container.swift
[934/1172] Compiling DequeModule RigidDeque+Descriptions.swift
[949/1172] Compiling DequeModule _DequeBuffer.swift
[950/1172] Compiling DequeModule _DequeBufferHeader.swift
[951/1172] Compiling DequeModule RigidDeque+Append.swift
[952/1172] Compiling DequeModule RigidDeque+Consumption.swift
[955/1219] Compiling ArgumentParser ArgumentHelp.swift
[956/1219] Compiling ArgumentParser ParentCommand.swift
[957/1219] Compiling ArgumentParser AsyncParsableCommand.swift
[958/1219] Compiling ArgumentParser CommandConfiguration.swift
[959/1219] Compiling ArgumentParser CommandGroup.swift
[960/1219] Compiling ArgumentParser EnumerableFlag.swift
[961/1219] Compiling ArgumentParser ArgumentDefinition.swift
[962/1219] Compiling ArgumentParser ArgumentSet.swift
[963/1219] Compiling ArgumentParser CommandParser.swift
[964/1219] Compiling ArgumentParser InputKey.swift
[965/1219] Compiling ArgumentParser InputOrigin.swift
[966/1219] Compiling ArgumentParser Name.swift
[967/1219] Wrapping AST for _RopeModule for debugging
[969/1219] Emitting module HashTreeCollections
[969/1220] Wrapping AST for OrderedCollections for debugging
[971/1220] Wrapping AST for InternalCollectionsUtilities for debugging
[974/1220] Compiling ArgumentParser ExpressibleByArgument.swift
[975/1220] Compiling ArgumentParser ParsableArguments.swift
[976/1220] Compiling ArgumentParser ArgumentVisibility.swift
[977/1220] Compiling ArgumentParser CompletionKind.swift
[978/1220] Compiling ArgumentParser Errors.swift
[979/1220] Compiling ArgumentParser Flag.swift
[980/1220] Compiling ArgumentParser NameSpecification.swift
[981/1220] Compiling ArgumentParser Option.swift
[982/1220] Compiling ArgumentParser OptionGroup.swift
[983/1220] Compiling ArgumentParser ParsableCommand.swift
[984/1220] Compiling ArgumentParser ArgumentDecoder.swift
[991/1220] Compiling ArgumentParser Parsed.swift
[992/1220] Compiling ArgumentParser ParsedValues.swift
[993/1220] Compiling ArgumentParser ParserError.swift
[994/1220] Compiling ArgumentParser SplitArguments.swift
[995/1220] Compiling ArgumentParser BashCompletionsGenerator.swift
[996/1220] Compiling ArgumentParser CompletionsGenerator.swift
[997/1220] Compiling ArgumentParser FishCompletionsGenerator.swift
[998/1220] Compiling ArgumentParser ZshCompletionsGenerator.swift
[999/1220] Compiling ArgumentParser Argument.swift
[1000/1220] Compiling ArgumentParser ArgumentDiscussion.swift
[1005/1220] Wrapping AST for HashTreeCollections for debugging
[1006/1220] Wrapping AST for HeapModule for debugging
[1007/1220] Wrapping AST for ContainersPreview for debugging
[1008/1220] Wrapping AST for BitCollections for debugging
[1009/1220] Wrapping AST for ArgumentParser for debugging
[1010/1220] Wrapping AST for _RopeModule for debugging
[1012/1220] Emitting module DequeModule
[1013/1220] Compiling ArgumentParser Foundation.swift
[1014/1220] Compiling ArgumentParser Mutex.swift
[1015/1220] Compiling ArgumentParser Platform.swift
[1016/1220] Compiling ArgumentParser SequenceExtensions.swift
[1017/1220] Compiling ArgumentParser StringExtensions.swift
[1029/1221] Wrapping AST for InternalCollectionsUtilities for debugging
[1030/1221] Wrapping AST for OrderedCollections for debugging
[1032/1221] Wrapping AST for ContainersPreview for debugging
[1033/1221] Wrapping AST for HeapModule for debugging
[1034/1221] Wrapping AST for DequeModule for debugging
[1035/1221] Wrapping AST for BitCollections for debugging
[1036/1227] Wrapping AST for ArgumentParserToolInfo for debugging
[1038/1227] Compiling Collections OrderedCollections reexports.swift
[1039/1227] Compiling Collections DequeModule reexports.swift
[1040/1227] Compiling Collections HashTreeCollections reexports.swift
[1041/1227] Compiling Collections HeapModule reexports.swift
[1042/1227] Emitting module HashTreeCollections
[1043/1228] Emitting module Collections
[1044/1228] Compiling Collections BitCollections reexports.swift
[1046/1229] Wrapping AST for Collections for debugging
[1047/1229] Wrapping AST for HashTreeCollections for debugging
[1049/1229] Emitting module DequeModule
[1055/1230] Wrapping AST for DequeModule for debugging
[1057/1236] Compiling Collections HashTreeCollections reexports.swift
[1058/1236] Compiling Collections DequeModule reexports.swift
[1059/1236] Compiling Collections HeapModule reexports.swift
[1060/1236] Compiling Collections OrderedCollections reexports.swift
[1061/1236] Emitting module Collections
[1062/1236] Compiling Collections BitCollections reexports.swift
[1063/1237] Wrapping AST for Collections for debugging
[1065/1237] Emitting module ArgumentParser
[1073/1243] Compiling ArgumentParser Tree.swift
[1074/1243] Compiling ArgumentParser CodingKeyValidator.swift
[1075/1243] Compiling ArgumentParser NonsenseFlagsValidator.swift
[1076/1243] Compiling ArgumentParser ParsableArgumentsValidation.swift
[1077/1243] Compiling ArgumentParser PositionalArgumentsValidator.swift
[1078/1243] Compiling ArgumentParser UniqueNamesValidator.swift
[1099/1243] Compiling ArgumentParser DumpHelpGenerator.swift
[1100/1243] Compiling ArgumentParser HelpCommand.swift
[1101/1243] Compiling ArgumentParser HelpGenerator.swift
[1102/1243] Compiling ArgumentParser MessageInfo.swift
[1103/1243] Compiling ArgumentParser UsageGenerator.swift
[1104/1243] Compiling ArgumentParser CollectionExtensions.swift
[1110/1243] Compiling ArgumentParser SwiftExtensions.swift
[1118/1244] Emitting module SwiftSyntax
[1118/1244] Wrapping AST for ArgumentParser for debugging
[1120/1244] Emitting module SwiftSyntax
[1217/1246] Wrapping AST for SwiftSyntax for debugging
[1220/1357] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1221/1365] Compiling SwiftDiagnostics Convenience.swift
[1222/1365] Compiling SwiftDiagnostics Diagnostic.swift
[1223/1365] Compiling SwiftDiagnostics Message.swift
[1224/1365] Emitting module SwiftDiagnostics
[1225/1365] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[1226/1365] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[1227/1365] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1228/1365] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1229/1365] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1230/1365] Compiling SwiftDiagnostics Note.swift
[1231/1365] Compiling SwiftDiagnostics FixIt.swift
[1232/1365] Compiling SwiftDiagnostics Message.swift
[1233/1366] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1234/1366] Compiling SwiftBasicFormat Indenter.swift
[1235/1366] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1236/1366] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1239/1366] Emitting module SwiftDiagnostics
[1242/1366] Compiling SwiftBasicFormat InferIndentation.swift
[1243/1366] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1244/1366] Compiling SwiftDiagnostics Note.swift
[1245/1366] Compiling SwiftDiagnostics FixIt.swift
[1246/1366] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1247/1366] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1249/1367] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1250/1368] Compiling SwiftBasicFormat Indenter.swift
[1251/1368] Compiling SwiftBasicFormat InferIndentation.swift
[1253/1368] Wrapping AST for SwiftDiagnostics for debugging
[1255/1368] Emitting module SwiftBasicFormat
[1256/1368] Compiling SwiftBasicFormat BasicFormat.swift
[1256/1368] Wrapping AST for SwiftDiagnostics for debugging
[1259/1369] Compiling SwiftBasicFormat BasicFormat.swift
[1260/1369] Emitting module SwiftBasicFormat
[1261/1370] Wrapping AST for SwiftBasicFormat for debugging
[1264/1370] Compiling SwiftParser Parser.swift
[1265/1370] Compiling SwiftParser Patterns.swift
[1266/1370] Compiling SwiftParser Recovery.swift
[1267/1370] Compiling SwiftParser Specifiers.swift
[1268/1370] Compiling SwiftParser Statements.swift
[1269/1370] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1270/1375] Compiling SwiftParser LoopProgressCondition.swift
[1271/1375] Compiling SwiftParser Modifiers.swift
[1272/1375] Compiling SwiftParser Names.swift
[1273/1375] Compiling SwiftParser Nominals.swift
[1274/1375] Compiling SwiftParser Parameters.swift
[1275/1375] Compiling SwiftParser ParseSourceFile.swift
[1276/1380] Compiling SwiftParser Lexeme.swift
[1277/1380] Compiling SwiftParser LexemeSequence.swift
[1278/1380] Compiling SwiftParser Lexer.swift
[1279/1380] Compiling SwiftParser RegexLiteralLexer.swift
[1280/1380] Compiling SwiftParser UnicodeScalarExtensions.swift
[1281/1380] Compiling SwiftParser Lookahead.swift
[1282/1380] Emitting module SwiftParser
[1283/1380] Compiling SwiftParser SwiftParserCompatibility.swift
[1284/1380] Compiling SwiftParser SwiftVersion.swift
[1285/1380] Compiling SwiftParser SyntaxUtils.swift
[1286/1380] Compiling SwiftParser TokenConsumer.swift
[1287/1380] Compiling SwiftParser TokenPrecedence.swift
[1288/1380] Compiling SwiftParser TokenSpec.swift
[1289/1380] Compiling SwiftParser TokenSpecSet.swift
[1290/1380] Compiling SwiftParser TopLevel.swift
[1291/1380] Compiling SwiftParser TriviaParser.swift
[1292/1380] Compiling SwiftParser Types.swift
[1293/1380] Compiling SwiftParser StringLiterals.swift
[1305/1380] Compiling SwiftParser Directives.swift
[1306/1380] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[1307/1380] Compiling SwiftParser Expressions.swift
[1308/1380] Compiling SwiftParser IncrementalParseTransition.swift
[1309/1380] Compiling SwiftParser IsValidIdentifier.swift
[1310/1380] Compiling SwiftParser Cursor.swift
[1327/1380] Compiling SwiftParser CompilerFiles.swift
[1328/1380] Compiling SwiftParser Declarations.swift
[1329/1380] Emitting module SwiftParser
[1348/1380] Compiling SwiftParser ExperimentalFeatures.swift
[1349/1380] Compiling SwiftParser IsLexerClassified.swift
[1350/1380] Compiling SwiftParser LayoutNodes+Parsable.swift
[1351/1380] Compiling SwiftParser Parser+TokenSpecSet.swift
[1352/1380] Compiling SwiftParser TokenSpecStaticMembers.swift
[1358/1382] Wrapping AST for SwiftParser for debugging
[1362/1405] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1363/1419] Compiling SwiftOperators PrecedenceGroup.swift
[1364/1420] Compiling SwiftOperators PrecedenceGraph.swift
[1365/1420] Compiling SwiftOperators OperatorTable.swift
[1366/1420] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1367/1420] Emitting module SwiftOperators
[1368/1420] Compiling SwiftOperators SyntaxSynthesis.swift
[1369/1420] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1370/1421] Compiling SwiftOperators OperatorTable+Semantics.swift
[1371/1421] Compiling SwiftParserDiagnostics MissingNodesError.swift
[1372/1421] Compiling SwiftParserDiagnostics MissingTokenError.swift
[1373/1421] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[1374/1421] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[1375/1421] Compiling SwiftOperators OperatorTable+Folding.swift
[1376/1422] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1377/1422] Emitting module SwiftParserDiagnostics
[1378/1422] Wrapping AST for SwiftOperators for debugging
[1380/1422] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1381/1422] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1382/1422] Compiling SwiftParserDiagnostics Utils.swift
[1385/1422] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1388/1422] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1389/1422] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1390/1422] Emitting module SwiftParserDiagnostics
[1395/1422] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[1396/1422] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[1403/1424] Wrapping AST for SwiftParserDiagnostics for debugging
[1407/1454] Compiling SwiftSyntaxBuilder Indenter.swift
[1408/1454] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1409/1455] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1410/1455] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1411/1455] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1412/1455] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1413/1455] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1414/1455] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1415/1455] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1416/1455] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1419/1456] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1424/1456] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1425/1456] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1426/1456] Emitting module SwiftSyntaxBuilder
[1430/1456] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1431/1456] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1432/1457] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1435/1457] Wrapping AST for SwiftSyntaxBuilder for debugging
[1437/1495] Compiling SwiftIfConfig SyntaxProtocol+IfConfig.swift
[1438/1495] Compiling SwiftIfConfig VersionTuple+Parsing.swift
[1441/1496] Compiling SafeDICore DeclModifierListSyntaxExtensions.swift
[1442/1496] Compiling SafeDICore DiagnosticExtensions.swift
[1444/1497] Compiling SafeDICore AttributeListSyntaxExtensions.swift
[1445/1497] Compiling SafeDICore AttributeSyntaxExtensions.swift
[1446/1497] Compiling SafeDICore CollectionExtensions.swift
[1447/1500] Compiling SafeDICore FixableInstantiableError.swift
[1448/1500] Compiling SafeDICore AttributeListSyntaxElementExtensions.swift
[1450/1500] Wrapping AST for SwiftSyntaxBuilder for debugging
[1452/1500] Compiling SwiftIfConfig VersionTuple.swift
[1453/1523] Compiling SafeDICore FixableInstantiableError.swift
[1454/1523] Compiling SafeDICore AttributeListSyntaxElementExtensions.swift
[1455/1523] Compiling SafeDICore DiagnosticError.swift
[1456/1523] Compiling SafeDICore FixableInjectableError.swift
[1457/1523] Emitting module SwiftIfConfig
[1458/1523] Emitting module SafeDICore
[1459/1523] Compiling SafeDICore CollectionExtensions.swift
[1460/1523] Compiling SafeDICore DeclModifierListSyntaxExtensions.swift
[1461/1523] Compiling SafeDICore AttributeListSyntaxExtensions.swift
[1462/1523] Compiling SafeDICore AttributeSyntaxExtensions.swift
[1464/1524] Compiling SafeDICore Property.swift
[1465/1524] Compiling SafeDICore Scope.swift
[1466/1524] Compiling SafeDICore TypeDescription.swift
[1467/1524] Compiling SafeDICore ConcreteDeclSyntaxProtocol.swift
[1468/1524] Compiling SafeDICore ConcreteDeclType.swift
[1469/1524] Compiling SafeDICore Dependency.swift
[1477/1527] Emitting module SafeDICore
[1477/1527] Wrapping AST for SwiftIfConfig for debugging
[1479/1544] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[1480/1544] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[1481/1544] Compiling SwiftSyntaxMacros Macro.swift
[1482/1544] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[1483/1546] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[1484/1546] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[1485/1546] Compiling SwiftSyntaxMacros AccessorMacro.swift
[1486/1546] Compiling SwiftSyntaxMacros AttachedMacro.swift
[1487/1546] Compiling SwiftSyntaxMacros BodyMacro.swift
[1488/1546] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[1489/1546] Compiling SwiftSyntaxMacros Macro+Format.swift
[1490/1546] Compiling SwiftSyntaxMacros MemberMacro.swift
[1491/1546] Compiling SwiftSyntaxMacros PeerMacro.swift
[1492/1546] Emitting module SwiftSyntaxMacros
[1493/1546] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[1494/1546] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[1495/1546] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[1496/1546] Compiling SafeDICore UnorderedEquatingCollection.swift
[1497/1546] Compiling SafeDICore FileVisitor.swift
[1498/1546] Compiling SafeDICore InstantiableVisitor.swift
[1499/1546] Compiling SwiftSyntaxMacros PreambleMacro.swift
[1500/1546] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[1504/1547] Wrapping AST for SwiftSyntaxMacros for debugging
[1506/1556] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[1510/1557] Compiling SafeDICore ImportStatement.swift
[1511/1557] Compiling SafeDICore Initializer.swift
[1512/1557] Compiling SafeDICore InstantiableStruct.swift
[1513/1557] Emitting module SwiftSyntaxMacroExpansion
[1514/1557] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[1515/1557] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[1516/1557] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[1517/1557] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[1528/1557] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[1529/1557] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[1530/1557] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[1531/1558] Wrapping AST for SafeDICore for debugging
[1547/1563] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[1548/1564] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[1550/1576] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[1551/1576] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[1552/1577] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[1553/1577] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[1554/1577] Emitting module SwiftCompilerPluginMessageHandling
[1555/1577] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[1556/1577] Emitting module SafeDITool
[1557/1577] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[1558/1577] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[1559/1577] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[1560/1577] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[1561/1577] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[1562/1577] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[1563/1577] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[1564/1578] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[1566/1580] Emitting module SwiftCompilerPlugin
[1567/1580] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[1568/1580] Compiling SafeDITool SafeDITool.swift
[1570/1582] Wrapping AST for SwiftCompilerPlugin for debugging
[1571/1586] Wrapping AST for SafeDITool for debugging
[1572/1586] Write Objects.LinkFileList
[1574/1586] Compiling SafeDIMacros SafeDIMacroPlugin.swift
[1575/1586] Compiling SafeDITool SafeDITool.swift
[1576/1586] Emitting module SafeDITool
[1577/1586] Compiling SafeDIMacros InjectableMacro.swift
[1578/1587] Wrapping AST for SafeDITool for debugging
[1579/1587] Write Objects.LinkFileList
[1581/1587] Emitting module SafeDIMacros
[1582/1587] Compiling SafeDIMacros InstantiableMacro.swift
[1583/1588] Wrapping AST for SafeDIMacros for debugging
[1584/1588] Write Objects.LinkFileList
[1585/1588] Linking SafeDITool-tool
[1586/1588] Linking SafeDITool
[1587/1588] Linking SafeDIMacros-tool
[1589/1604] Compiling SafeDI Instantiable.swift
[1590/1605] Emitting module SafeDI
[1591/1606] Compiling SafeDI SendableErasedInstantiator.swift
[1593/1606] Compiling SafeDI Forwarded.swift
[1594/1606] Emitting module SafeDI
[1595/1606] Compiling SafeDI Instantiator.swift
[1597/1606] Compiling SafeDI ErasedInstantiator.swift
[1599/1606] Compiling SafeDI Instantiated.swift
[1600/1606] Compiling SafeDI Received.swift
[1602/1606] Compiling SafeDI SendableInstantiator.swift
[1603/1607] Compiling SafeDI Forwarded.swift
[1604/1607] Compiling SafeDI Instantiable.swift
[1605/1607] Compiling SafeDI Instantiated.swift
[1607/1607] Compiling SafeDI SendableInstantiator.swift
Build complete! (376.73s)
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" : "604.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.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",
"SafeDIToolVersionTests.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" : [
"SwiftSyntaxMacrosGenericTestSupport"
],
"sources" : [
"AssertMacroExpansion.swift",
"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"
}
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Done.