Build Information
Successful build of SafeDI, reference 1.3.0-alpha-1 (783217
), with Swift 6.1 for Linux on 27 Jun 2025 08:23:36 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dfed/SafeDI.git
Reference: 1.3.0-alpha-1
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.3.0-alpha-1 -> FETCH_HEAD
HEAD is now at 7832178 Undo unnecessary change
Cloned https://github.com/dfed/SafeDI.git
Revision (git rev-parse @):
78321787d3b709a7c2bdd23f29d1fbd21cd675ed
SUCCESS checkout https://github.com/dfed/SafeDI.git at 1.3.0-alpha-1
========================================
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" : "602.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
},
{
"identity" : "swift-macro-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-macro-testing.git"
}
],
"manifest_display_name" : "SafeDI",
"name" : "SafeDI",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "SafeDI",
"targets" : [
"SafeDI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SafeDIGenerator",
"targets" : [
"SafeDIGenerator"
],
"type" : {
"plugin" : null
}
},
{
"name" : "SafeDIPrebuiltGenerator",
"targets" : [
"SafeDIPrebuiltGenerator"
],
"type" : {
"plugin" : null
}
},
{
"name" : "InstallSafeDITool",
"targets" : [
"InstallSafeDITool"
],
"type" : {
"plugin" : null
}
},
{
"name" : "SafeDITool",
"targets" : [
"SafeDITool"
],
"type" : {
"executable" : null
}
},
{
"name" : "SafeDIMacros",
"targets" : [
"SafeDIMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "SafeDIToolTests",
"module_type" : "SwiftTarget",
"name" : "SafeDIToolTests",
"path" : "Tests/SafeDIToolTests",
"product_dependencies" : [
"ArgumentParser"
],
"sources" : [
"Helpers/SafeDIToolTestExecution.swift",
"SafeDIToolCodeGenerationErrorTests.swift",
"SafeDIToolCodeGenerationTests.swift",
"SafeDIToolDOTGenerationTests.swift"
],
"target_dependencies" : [
"SafeDITool"
],
"type" : "test"
},
{
"c99name" : "SafeDITool",
"module_type" : "SwiftTarget",
"name" : "SafeDITool",
"path" : "Sources/SafeDITool",
"product_dependencies" : [
"ArgumentParser",
"SwiftParser"
],
"product_memberships" : [
"SafeDIGenerator",
"SafeDITool"
],
"sources" : [
"SafeDITool.swift"
],
"target_dependencies" : [
"SafeDICore"
],
"type" : "executable"
},
{
"c99name" : "SafeDITests",
"module_type" : "SwiftTarget",
"name" : "SafeDITests",
"path" : "Tests/SafeDITests",
"sources" : [
"ErasedInstantiatorTests.swift",
"InstantiatorTests.swift",
"SendableErasedInstantiatorTests.swift",
"SendableInstantiatorTests.swift"
],
"target_dependencies" : [
"SafeDI",
"SafeDICore"
],
"type" : "test"
},
{
"c99name" : "SafeDIPrebuiltGenerator",
"module_type" : "PluginTarget",
"name" : "SafeDIPrebuiltGenerator",
"path" : "Plugins/SafeDIPrebuiltGenerator",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"SafeDIPrebuiltGenerator"
],
"sources" : [
"SafeDIGenerateDependencyTree.swift",
"Shared.swift"
],
"type" : "plugin"
},
{
"c99name" : "SafeDIMacrosTests",
"module_type" : "SwiftTarget",
"name" : "SafeDIMacrosTests",
"path" : "Tests/SafeDIMacrosTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport",
"MacroTesting"
],
"sources" : [
"InjectableMacroTests.swift",
"InstantiableMacroTests.swift"
],
"target_dependencies" : [
"SafeDIMacros"
],
"type" : "test"
},
{
"c99name" : "SafeDIMacros",
"module_type" : "SwiftTarget",
"name" : "SafeDIMacros",
"path" : "Sources/SafeDIMacros",
"product_dependencies" : [
"Collections",
"SwiftCompilerPlugin",
"SwiftDiagnostics",
"SwiftSyntax",
"SwiftSyntaxBuilder",
"SwiftSyntaxMacros"
],
"product_memberships" : [
"SafeDI",
"SafeDIMacros"
],
"sources" : [
"Macros/InjectableMacro.swift",
"Macros/InstantiableMacro.swift",
"SafeDIMacroCore/Errors/DiagnosticError.swift",
"SafeDIMacroCore/Errors/FixableInjectableError.swift",
"SafeDIMacroCore/Errors/FixableInstantiableError.swift",
"SafeDIMacroCore/Extensions/AttributeListSyntaxElementExtensions.swift",
"SafeDIMacroCore/Extensions/AttributeListSyntaxExtensions.swift",
"SafeDIMacroCore/Extensions/AttributeSyntaxExtensions.swift",
"SafeDIMacroCore/Extensions/CollectionExtensions.swift",
"SafeDIMacroCore/Extensions/DeclModifierListSyntaxExtensions.swift",
"SafeDIMacroCore/Extensions/DiagnosticExtensions.swift",
"SafeDIMacroCore/Extensions/ImportDeclSyntaxExtensions.swift",
"SafeDIMacroCore/Extensions/PatternBindingSyntaxExtensions.swift",
"SafeDIMacroCore/Generators/DependencyTreeGenerator.swift",
"SafeDIMacroCore/Generators/ScopeGenerator.swift",
"SafeDIMacroCore/Models/ConcreteDeclSyntaxProtocol.swift",
"SafeDIMacroCore/Models/ConcreteDeclType.swift",
"SafeDIMacroCore/Models/Dependency.swift",
"SafeDIMacroCore/Models/ImportStatement.swift",
"SafeDIMacroCore/Models/Initializer.swift",
"SafeDIMacroCore/Models/InstantiableStruct.swift",
"SafeDIMacroCore/Models/Property.swift",
"SafeDIMacroCore/Models/Scope.swift",
"SafeDIMacroCore/Models/TypeDescription.swift",
"SafeDIMacroCore/Models/UnorderedEquatingCollection.swift",
"SafeDIMacroCore/Visitors/FileVisitor.swift",
"SafeDIMacroCore/Visitors/InstantiableVisitor.swift",
"SafeDIMacroPlugin.swift"
],
"type" : "macro"
},
{
"c99name" : "SafeDIGenerator",
"module_type" : "PluginTarget",
"name" : "SafeDIGenerator",
"path" : "Plugins/SafeDIGenerator",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"SafeDIGenerator"
],
"sources" : [
"SafeDIGenerateDependencyTree.swift",
"Shared.swift"
],
"target_dependencies" : [
"SafeDITool"
],
"type" : "plugin"
},
{
"c99name" : "SafeDICoreTests",
"module_type" : "SwiftTarget",
"name" : "SafeDICoreTests",
"path" : "Tests/SafeDICoreTests",
"sources" : [
"FileVisitorTests.swift",
"InitializerTests.swift",
"TypeDescriptionTests.swift",
"UnorderedEquatingCollectionTests.swift"
],
"target_dependencies" : [
"SafeDICore"
],
"type" : "test"
},
{
"c99name" : "SafeDICore",
"module_type" : "SwiftTarget",
"name" : "SafeDICore",
"path" : "Sources/SafeDICore",
"product_dependencies" : [
"Collections",
"SwiftDiagnostics",
"SwiftSyntax",
"SwiftSyntaxBuilder"
],
"product_memberships" : [
"SafeDIGenerator",
"SafeDITool"
],
"sources" : [
"Errors/DiagnosticError.swift",
"Errors/FixableInjectableError.swift",
"Errors/FixableInstantiableError.swift",
"Extensions/AttributeListSyntaxElementExtensions.swift",
"Extensions/AttributeListSyntaxExtensions.swift",
"Extensions/AttributeSyntaxExtensions.swift",
"Extensions/CollectionExtensions.swift",
"Extensions/DeclModifierListSyntaxExtensions.swift",
"Extensions/DiagnosticExtensions.swift",
"Extensions/ImportDeclSyntaxExtensions.swift",
"Extensions/PatternBindingSyntaxExtensions.swift",
"Generators/DependencyTreeGenerator.swift",
"Generators/ScopeGenerator.swift",
"Models/ConcreteDeclSyntaxProtocol.swift",
"Models/ConcreteDeclType.swift",
"Models/Dependency.swift",
"Models/ImportStatement.swift",
"Models/Initializer.swift",
"Models/InstantiableStruct.swift",
"Models/Property.swift",
"Models/Scope.swift",
"Models/TypeDescription.swift",
"Models/UnorderedEquatingCollection.swift",
"Visitors/FileVisitor.swift",
"Visitors/InstantiableVisitor.swift"
],
"type" : "library"
},
{
"c99name" : "SafeDI",
"module_type" : "SwiftTarget",
"name" : "SafeDI",
"path" : "Sources/SafeDI",
"product_memberships" : [
"SafeDI"
],
"sources" : [
"Decorators/Forwarded.swift",
"Decorators/Instantiable.swift",
"Decorators/Instantiated.swift",
"Decorators/Received.swift",
"DelayedInstantiation/ErasedInstantiator.swift",
"DelayedInstantiation/Instantiator.swift",
"DelayedInstantiation/SendableErasedInstantiator.swift",
"DelayedInstantiation/SendableInstantiator.swift"
],
"target_dependencies" : [
"SafeDIMacros"
],
"type" : "library"
},
{
"c99name" : "InstallSafeDITool",
"module_type" : "PluginTarget",
"name" : "InstallSafeDITool",
"path" : "Plugins/InstallSafeDITool",
"plugin_capability" : {
"intent" : {
"description" : "Installs a release version of the SafeDITool build plugin executable.",
"type" : "custom",
"verb" : "safedi-release-install"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "Downloads the SafeDI release build plugin executable into your project directory.",
"type" : "writeToPackageDirectory"
},
{
"network_scope" : {
"all" : {
"ports" : [
]
}
},
"reason" : "Downloads the SafeDI release build plugin executable from GitHub.",
"type" : "allowNetworkConnections"
}
],
"type" : "command"
},
"product_memberships" : [
"InstallSafeDITool"
],
"sources" : [
"InstallCLIPluginCommand.swift",
"Shared.swift"
],
"type" : "plugin"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/pointfreeco/swift-macro-testing.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/908] Fetching swift-macro-testing
[909/17623] Fetching swift-macro-testing, swift-collections
[5088/33011] Fetching swift-macro-testing, swift-collections, swift-argument-parser
[26661/103967] Fetching swift-macro-testing, swift-collections, swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.24s)
[26848/88579] Fetching swift-macro-testing, swift-collections, swift-syntax
Fetched https://github.com/apple/swift-collections.git from cache (1.46s)
[14390/71864] Fetching swift-macro-testing, swift-syntax
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (5.47s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (5.52s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.3 (6.10s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/14051] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.34s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (5.09s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (0.63s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (0.68s)
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.32s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.97s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5467] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.17s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.61s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (1.07s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.1
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.4
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/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/pointfreeco/swift-macro-testing.git
Working copy of https://github.com/pointfreeco/swift-macro-testing.git resolved at 0.6.3
[1/1] Compiling plugin InstallSafeDITool
[2/2] Compiling plugin SafeDIPrebuiltGenerator
[3/3] Compiling plugin SafeDIGenerator
[4/4] Compiling plugin GenerateManual
Building for debugging...
[4/115] Write sources
[56/115] Compiling _SwiftSyntaxCShims dummy.c
[58/115] Write swift-version-24593BA9C3E375BF.txt
[60/131] Emitting module SwiftSyntax600
[61/131] Emitting module SwiftSyntax601
[62/131] Compiling SwiftSyntax601 Empty.swift
[63/131] Emitting module SwiftSyntax601
[64/132] Emitting module SwiftSyntax509
[65/132] Compiling SwiftSyntax509 Empty.swift
[67/133] Emitting module SwiftSyntax510
[68/133] Compiling SwiftSyntax510 Empty.swift
[69/134] Compiling SwiftSyntax601 Empty.swift
[71/135] Compiling SwiftSyntax600 Empty.swift
[72/135] Emitting module SwiftSyntax600
[73/136] Emitting module SwiftSyntax510
[74/136] Compiling SwiftSyntax510 Empty.swift
[76/137] Emitting module SwiftSyntax509
[77/137] Compiling SwiftSyntax509 Empty.swift
[78/137] Compiling SwiftSyntax600 Empty.swift
[83/171] Wrapping AST for SwiftSyntax601 for debugging
[85/171] Wrapping AST for SwiftSyntax600 for debugging
[87/171] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[87/172] Wrapping AST for SwiftSyntax600 for debugging
[89/172] Compiling InternalCollectionsUtilities Descriptions.swift
[90/172] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[91/172] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[92/172] Compiling InternalCollectionsUtilities Debugging.swift
[93/172] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[94/174] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[95/174] Compiling InternalCollectionsUtilities UInt+reversed.swift
[96/183] Compiling SwiftSyntax MissingNodeInitializers.swift
[97/183] Compiling SwiftSyntax RawSyntax.swift
[100/183] Compiling SwiftSyntax SourceLength.swift
[102/210] Emitting module ArgumentParserToolInfo
[102/237] Wrapping AST for SwiftSyntax510 for debugging
[105/301] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[105/301] Wrapping AST for SwiftSyntax509 for debugging
[107/301] Compiling SwiftSyntax AbsolutePosition.swift
[108/301] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[110/301] Wrapping AST for SwiftSyntax509 for debugging
[112/301] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[113/301] Emitting module InternalCollectionsUtilities
[114/301] Compiling SwiftSyntax Convenience.swift
[115/301] Compiling SwiftSyntax CustomTraits.swift
[118/301] Emitting module InternalCollectionsUtilities
[119/301] Compiling SwiftSyntax BumpPtrAllocator.swift
[120/301] Compiling SwiftSyntax CommonAncestor.swift
[125/303] Compiling ArgumentParserToolInfo ToolInfo.swift
[126/304] Emitting module ArgumentParserToolInfo
[127/304] Compiling ArgumentParserToolInfo ToolInfo.swift
[130/525] Compiling HeapModule Heap+Descriptions.swift
[131/565] Compiling HeapModule Heap.swift
[132/565] Compiling HeapModule _HeapNode.swift
[133/565] Compiling HeapModule Heap+Invariants.swift
[134/565] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[135/565] Compiling HeapModule Heap+UnsafeHandle.swift
[136/565] Compiling HeapModule Heap+Invariants.swift
[137/565] Emitting module HeapModule
[138/566] Compiling HeapModule Heap+Descriptions.swift
[140/566] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[141/566] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[142/566] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[143/566] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[144/566] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[145/566] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[146/566] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[147/573] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[148/573] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[149/573] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[150/573] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[151/573] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[152/573] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[153/573] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[154/573] Compiling HeapModule _HeapNode.swift
[155/573] Compiling HeapModule Heap.swift
[156/573] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[157/573] Compiling HeapModule Heap+UnsafeHandle.swift
[172/610] Emitting module HeapModule
[173/657] Compiling HashTreeCollections TreeDictionary+Filter.swift
[174/657] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[175/657] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[176/657] Compiling HashTreeCollections TreeDictionary+Keys.swift
[177/657] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[178/657] Compiling HashTreeCollections TreeDictionary+Merge.swift
[179/657] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[180/657] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[181/657] Compiling HashTreeCollections TreeDictionary+Values.swift
[182/657] Compiling HashTreeCollections _AncestorHashSlots.swift
[183/657] Compiling HashTreeCollections _Bitmap.swift
[184/657] Compiling HashTreeCollections _Bucket.swift
[185/657] Compiling HashTreeCollections _Hash.swift
[186/657] Compiling HashTreeCollections _HashLevel.swift
[187/657] Compiling HashTreeCollections _HashNode+Builder.swift
[188/657] Compiling HashTreeCollections _HashNode+Debugging.swift
[190/657] Compiling HashTreeCollections _UnsafePath.swift
[191/657] Compiling HashTreeCollections TreeDictionary+Codable.swift
[192/657] Compiling HashTreeCollections TreeDictionary+Collection.swift
[193/657] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[194/657] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[195/657] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[196/657] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[197/657] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[222/657] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[223/657] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[224/657] Compiling HashTreeCollections _HashNode+Structural merge.swift
[225/657] Compiling HashTreeCollections _HashTreeIterator.swift
[226/657] Compiling HashTreeCollections _HashTreeStatistics.swift
[227/657] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[228/657] Compiling HashTreeCollections _RawHashNode.swift
[229/657] Compiling HashTreeCollections _UnmanagedHashNode.swift
[230/733] Compiling HashTreeCollections TreeSet+Equatable.swift
[231/733] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[232/733] Compiling HashTreeCollections TreeSet+Extras.swift
[233/733] Compiling HashTreeCollections TreeSet+Filter.swift
[234/733] Compiling HashTreeCollections TreeSet+Hashable.swift
[235/733] Compiling HashTreeCollections TreeSet+Sendable.swift
[236/733] Compiling HashTreeCollections TreeSet+Sequence.swift
[237/733] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[238/733] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[239/742] Compiling HashTreeCollections _HashTreeStatistics.swift
[240/742] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[241/742] Compiling _RopeModule Rope+Join.swift
[242/742] Compiling _RopeModule Rope+MutatingForEach.swift
[243/742] Compiling _RopeModule Rope+Remove.swift
[244/742] Compiling _RopeModule Rope+RemoveSubrange.swift
[245/742] Compiling _RopeModule Rope+Split.swift
[246/742] Compiling _RopeModule Optional Utilities.swift
[247/742] Compiling _RopeModule String Utilities.swift
[248/742] Compiling _RopeModule String.Index+ABI.swift
[254/752] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[255/752] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[256/752] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[257/752] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[258/752] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[264/762] Compiling HashTreeCollections _AncestorHashSlots.swift
[265/762] Compiling HashTreeCollections _Bitmap.swift
[266/762] Compiling HashTreeCollections _Bucket.swift
[267/762] Compiling HashTreeCollections _Hash.swift
[268/762] Compiling HashTreeCollections _HashLevel.swift
[272/762] Compiling HashTreeCollections _HashNode+Builder.swift
[273/762] Compiling HashTreeCollections _HashNode+Debugging.swift
[274/762] Compiling HashTreeCollections _HashNode+Initializers.swift
[275/762] Compiling HashTreeCollections _HashNode+Invariants.swift
[276/762] Compiling HashTreeCollections _HashNode+Lookups.swift
[277/762] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[278/762] Compiling HashTreeCollections _HashTreeIterator.swift
[279/762] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[280/762] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[281/762] Compiling HashTreeCollections TreeDictionary+Values.swift
[282/762] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[283/762] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[284/762] Compiling HashTreeCollections _HashNode+Storage.swift
[285/762] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[286/762] Compiling HashTreeCollections _HashNode+Structural filter.swift
[287/762] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[288/762] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[289/762] Compiling HashTreeCollections TreeDictionary+Filter.swift
[290/762] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[291/762] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[292/762] Compiling HashTreeCollections TreeDictionary+Keys.swift
[293/762] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[294/762] Compiling HashTreeCollections TreeDictionary+Merge.swift
[295/762] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[296/762] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[297/762] Compiling HashTreeCollections _HashNode+Structural union.swift
[298/762] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[299/762] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[300/762] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[301/762] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[302/762] Compiling HashTreeCollections _HashNode.swift
[303/762] Compiling HashTreeCollections _HashNodeHeader.swift
[304/762] Compiling HashTreeCollections _HashSlot.swift
[305/762] Compiling HashTreeCollections _HashStack.swift
[339/762] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[340/762] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[341/762] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[342/762] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[343/762] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[344/762] Compiling HashTreeCollections _HashNode+Structural merge.swift
[360/762] Emitting module _RopeModule
[372/762] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[373/762] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[374/762] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[375/762] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[376/762] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[377/762] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[378/762] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[379/762] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[380/762] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[381/762] Compiling HashTreeCollections TreeSet.swift
[417/771] Emitting module OrderedCollections
[419/772] Compiling _RopeModule _CharacterRecognizer.swift
[429/772] Emitting module OrderedCollections
[442/788] Compiling HashTreeCollections TreeDictionary.swift
[443/788] Compiling HashTreeCollections TreeSet+Codable.swift
[444/788] Compiling HashTreeCollections TreeSet+Collection.swift
[445/788] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[446/788] Compiling HashTreeCollections TreeSet+Debugging.swift
[447/788] Compiling HashTreeCollections TreeSet+Descriptions.swift
[455/788] Compiling _RopeModule Rope+Join.swift
[456/788] Compiling _RopeModule Rope+MutatingForEach.swift
[457/788] Compiling _RopeModule Rope+Remove.swift
[458/788] Compiling _RopeModule Rope+RemoveSubrange.swift
[459/788] Compiling _RopeModule Rope+Split.swift
[460/788] Compiling _RopeModule Optional Utilities.swift
[461/788] Compiling _RopeModule String Utilities.swift
[462/788] Compiling _RopeModule String.Index+ABI.swift
[463/788] Compiling DequeModule Deque+CustomReflectable.swift
[464/788] Compiling DequeModule Deque+Descriptions.swift
[465/805] Compiling DequeModule Deque._UnsafeHandle.swift
[466/805] Compiling DequeModule Deque.swift
[467/805] Emitting module _RopeModule
[468/805] Compiling DequeModule Deque+Extras.swift
[469/805] Compiling DequeModule Deque+Hashable.swift
[470/805] Compiling DequeModule Deque+CustomReflectable.swift
[471/805] Compiling DequeModule Deque+Descriptions.swift
[494/805] Compiling DequeModule Deque+Equatable.swift
[495/805] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[498/805] Compiling DequeModule Deque+Testing.swift
[499/805] Compiling DequeModule Deque._Storage.swift
[500/807] Compiling DequeModule _DequeSlot.swift
[501/807] Compiling DequeModule _UnsafeWrappedBuffer.swift
[502/807] Compiling DequeModule Deque+Codable.swift
[503/807] Compiling DequeModule Deque+Collection.swift
[520/825] Compiling DequeModule _DequeBuffer.swift
[521/825] Compiling DequeModule _DequeBufferHeader.swift
[554/825] Emitting module DequeModule
[599/826] Compiling SwiftSyntax SyntaxNodesAB.swift
[600/827] Emitting module DequeModule
[603/828] Compiling SwiftSyntax SyntaxNodesGHI.swift
[604/828] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[605/828] Compiling SwiftSyntax SyntaxNodesOP.swift
[606/828] Compiling SwiftSyntax SyntaxNodesQRS.swift
[607/828] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[612/838] Compiling BitCollections BitArray+BitwiseOperations.swift
[613/838] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[614/838] Compiling BitCollections BitArray+Codable.swift
[615/838] Compiling BitCollections BitArray+Collection.swift
[616/838] Compiling BitCollections BitArray+Copy.swift
[617/838] Compiling BitCollections BitArray+CustomReflectable.swift
[618/838] Compiling BitCollections BitArray+Descriptions.swift
[619/838] Compiling BitCollections BitArray+Equatable.swift
[620/838] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[642/849] Compiling BitCollections BitArray+Extras.swift
[643/849] Compiling BitCollections BitArray+Fill.swift
[644/849] Compiling BitCollections BitArray+Hashable.swift
[645/849] Compiling BitCollections BitArray+Initializers.swift
[646/849] Compiling BitCollections BitArray+Invariants.swift
[647/849] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[648/849] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[649/849] Compiling BitCollections BitSet+CustomReflectable.swift
[650/849] Compiling BitCollections BitSet+CustomStringConvertible.swift
[652/973] Emitting module HashTreeCollections
[653/1012] Wrapping AST for _RopeModule for debugging
[655/1012] Emitting module HashTreeCollections
[655/1013] Wrapping AST for _RopeModule for debugging
[658/1013] Emitting module BitCollections
[659/1020] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[660/1020] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[661/1020] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[662/1020] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[663/1020] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[664/1020] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[665/1020] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[666/1020] Compiling ArgumentParser EnumerableFlag.swift
[667/1020] Compiling ArgumentParser ExpressibleByArgument.swift
[668/1020] Compiling ArgumentParser ParsableArguments.swift
[669/1020] Compiling ArgumentParser ParsableArgumentsValidation.swift
[670/1020] Compiling ArgumentParser ParsableCommand.swift
[671/1020] Compiling ArgumentParser ArgumentDecoder.swift
[672/1020] Compiling ArgumentParser ArgumentDefinition.swift
[672/1027] Wrapping AST for OrderedCollections for debugging
[674/1027] Emitting module BitCollections
[674/1027] Wrapping AST for OrderedCollections for debugging
[675/1027] Wrapping AST for InternalCollectionsUtilities for debugging
[677/1027] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[678/1027] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[679/1027] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[680/1027] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[681/1027] Compiling BitCollections BitSet+SetAlgebra union.swift
[682/1027] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[683/1027] Compiling BitCollections BitSet.Counted.swift
[684/1027] Compiling ArgumentParser SplitArguments.swift
[685/1027] Compiling ArgumentParser DumpHelpGenerator.swift
[686/1027] Compiling ArgumentParser HelpCommand.swift
[687/1027] Compiling ArgumentParser HelpGenerator.swift
[688/1027] Compiling ArgumentParser MessageInfo.swift
[689/1027] Compiling ArgumentParser UsageGenerator.swift
[690/1027] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[690/1027] Wrapping AST for InternalCollectionsUtilities for debugging
[691/1027] Wrapping AST for HeapModule for debugging
[715/1027] Compiling ArgumentParser BashCompletionsGenerator.swift
[716/1027] Compiling ArgumentParser CompletionsGenerator.swift
[717/1027] Compiling ArgumentParser FishCompletionsGenerator.swift
[718/1027] Compiling ArgumentParser ZshCompletionsGenerator.swift
[719/1027] Compiling ArgumentParser Argument.swift
[720/1027] Compiling ArgumentParser ArgumentHelp.swift
[721/1027] Compiling ArgumentParser ArgumentVisibility.swift
[722/1027] Compiling ArgumentParser CompletionKind.swift
[722/1027] Wrapping AST for HashTreeCollections for debugging
[724/1027] Wrapping AST for DequeModule for debugging
[726/1027] Wrapping AST for ArgumentParserToolInfo for debugging
[729/1027] Compiling ArgumentParser Errors.swift
[730/1027] Compiling ArgumentParser Flag.swift
[731/1027] Compiling ArgumentParser NameSpecification.swift
[732/1027] Compiling ArgumentParser Option.swift
[733/1027] Compiling ArgumentParser OptionGroup.swift
[734/1027] Compiling ArgumentParser AsyncParsableCommand.swift
[735/1027] Compiling ArgumentParser CommandConfiguration.swift
[736/1027] Compiling ArgumentParser CommandGroup.swift
[744/1027] Compiling ArgumentParser ArgumentSet.swift
[745/1027] Compiling ArgumentParser CommandParser.swift
[746/1027] Compiling ArgumentParser InputKey.swift
[747/1027] Compiling ArgumentParser InputOrigin.swift
[748/1027] Compiling ArgumentParser Name.swift
[749/1027] Compiling ArgumentParser Parsed.swift
[750/1027] Compiling ArgumentParser ParsedValues.swift
[751/1027] Compiling ArgumentParser ParserError.swift
[752/1027] Compiling BitCollections BitSet.Index.swift
[753/1027] Compiling BitCollections BitSet._UnsafeHandle.swift
[754/1027] Compiling BitCollections BitSet.swift
[755/1027] Compiling BitCollections Range+Utilities.swift
[756/1027] Compiling BitCollections Slice+Utilities.swift
[757/1027] Compiling BitCollections UInt+Tricks.swift
[758/1027] Compiling BitCollections _Word.swift
[791/1029] Wrapping AST for BitCollections for debugging
[794/1031] Compiling Collections Collections.swift
[795/1032] Emitting module Collections
[798/1034] Compiling Collections Collections.swift
[798/1035] Wrapping AST for Collections for debugging
[802/1035] Emitting module ArgumentParser
[815/1045] Compiling ArgumentParser CollectionExtensions.swift
[816/1045] Compiling ArgumentParser Platform.swift
[817/1045] Compiling ArgumentParser SequenceExtensions.swift
[818/1045] Compiling ArgumentParser StringExtensions.swift
[819/1045] Compiling ArgumentParser Tree.swift
[889/1047] Wrapping AST for ArgumentParser for debugging
[892/1047] Emitting module SwiftSyntax
[1003/1047] Compiling SwiftSyntax SyntaxNodesC.swift
[1004/1047] Compiling SwiftSyntax SyntaxNodesD.swift
[1005/1047] Compiling SwiftSyntax SyntaxNodesEF.swift
[1011/1048] Wrapping AST for SwiftSyntax for debugging
[1013/1106] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1014/1107] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1015/1107] Compiling SwiftDiagnostics Message.swift
[1025/1107] Compiling SwiftParser CharacterInfo.swift
[1026/1107] Compiling SwiftParser CollectionNodes+Parsable.swift
[1027/1107] Emitting module SwiftDiagnostics
[1028/1107] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1029/1107] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1030/1107] Compiling SwiftParser Attributes.swift
[1031/1107] Compiling SwiftParser Availability.swift
[1032/1107] Emitting module SwiftBasicFormat
[1033/1107] Compiling SwiftDiagnostics Note.swift
[1034/1108] Compiling SwiftBasicFormat Indenter.swift
[1035/1108] Compiling SwiftBasicFormat InferIndentation.swift
[1037/1108] Compiling SwiftDiagnostics FixIt.swift
[1038/1108] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1039/1108] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1040/1109] Wrapping AST for SwiftSyntax for debugging
[1041/1121] Wrapping AST for SwiftDiagnostics for debugging
[1043/1167] Compiling SwiftBasicFormat BasicFormat.swift
[1044/1168] Compiling SwiftDiagnostics Message.swift
[1045/1169] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1047/1169] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1048/1169] Emitting module SwiftBasicFormat
[1049/1169] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1050/1169] Compiling SwiftParser Attributes.swift
[1051/1169] Compiling SwiftParser Availability.swift
[1052/1169] Emitting module SwiftDiagnostics
[1052/1169] Wrapping AST for SwiftBasicFormat for debugging
[1054/1169] Compiling SwiftDiagnostics Note.swift
[1055/1169] Compiling SwiftBasicFormat Indenter.swift
[1056/1169] Compiling SwiftBasicFormat InferIndentation.swift
[1057/1169] Compiling SwiftDiagnostics FixIt.swift
[1058/1169] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1059/1169] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1060/1169] Compiling SwiftParser CharacterInfo.swift
[1061/1169] Compiling SwiftParser CollectionNodes+Parsable.swift
[1062/1169] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1063/1170] Wrapping AST for SwiftDiagnostics for debugging
[1065/1170] Compiling SwiftBasicFormat BasicFormat.swift
[1067/1171] Compiling SwiftParser LexemeSequence.swift
[1068/1171] Compiling SwiftParser Lexer.swift
[1069/1171] Compiling SwiftParser RegexLiteralLexer.swift
[1070/1171] Compiling SwiftParser UnicodeScalarExtensions.swift
[1071/1171] Compiling SwiftParser Lookahead.swift
[1072/1171] Compiling SwiftParser LoopProgressCondition.swift
[1072/1176] Wrapping AST for SwiftBasicFormat for debugging
[1074/1176] Emitting module SwiftParser
[1081/1181] Compiling SwiftParser SwiftParserCompatibility.swift
[1082/1181] Compiling SwiftParser SwiftVersion.swift
[1083/1181] Compiling SwiftParser SyntaxUtils.swift
[1084/1181] Compiling SwiftParser TokenConsumer.swift
[1085/1181] Compiling SwiftParser TokenPrecedence.swift
[1086/1181] Compiling SwiftParser TokenSpec.swift
[1087/1181] Compiling SwiftParser TokenSpecSet.swift
[1088/1181] Compiling SwiftParser TopLevel.swift
[1089/1181] Compiling SwiftParser TriviaParser.swift
[1090/1181] Compiling SwiftParser Types.swift
[1091/1181] Compiling SwiftParser Modifiers.swift
[1092/1181] Compiling SwiftParser Names.swift
[1093/1181] Compiling SwiftParser Nominals.swift
[1094/1181] Compiling SwiftParser Parameters.swift
[1095/1181] Compiling SwiftParser ParseSourceFile.swift
[1096/1181] Compiling SwiftParser Parser.swift
[1097/1181] Compiling SwiftParser Patterns.swift
[1098/1181] Compiling SwiftParser Recovery.swift
[1099/1181] Compiling SwiftParser Specifiers.swift
[1100/1181] Compiling SwiftParser Statements.swift
[1101/1181] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1102/1181] Compiling SwiftParser StringLiterals.swift
[1125/1181] Emitting module SwiftParser
[1126/1181] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[1127/1181] Compiling SwiftParser Expressions.swift
[1128/1181] Compiling SwiftParser IncrementalParseTransition.swift
[1129/1181] Compiling SwiftParser IsValidIdentifier.swift
[1130/1181] Compiling SwiftParser Cursor.swift
[1131/1181] Compiling SwiftParser Lexeme.swift
[1136/1181] Compiling SwiftParser Declarations.swift
[1137/1181] Compiling SwiftParser Directives.swift
[1150/1181] Compiling SwiftParser ExperimentalFeatures.swift
[1151/1181] Compiling SwiftParser IsLexerClassified.swift
[1152/1181] Compiling SwiftParser LayoutNodes+Parsable.swift
[1153/1181] Compiling SwiftParser Parser+TokenSpecSet.swift
[1154/1181] Compiling SwiftParser TokenSpecStaticMembers.swift
[1155/1182] Wrapping AST for SwiftParser for debugging
[1163/1196] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1163/1197] Wrapping AST for SwiftParser for debugging
[1165/1218] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1166/1220] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1167/1221] Compiling SwiftOperators PrecedenceGroup.swift
[1168/1221] Compiling SwiftOperators Operator.swift
[1169/1221] Compiling SwiftOperators OperatorError+Diagnostics.swift
[1170/1222] Compiling SwiftOperators PrecedenceGraph.swift
[1171/1222] Compiling SwiftOperators OperatorTable.swift
[1172/1222] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1173/1222] Emitting module SwiftOperators
[1174/1222] Compiling SwiftOperators OperatorTable+Semantics.swift
[1175/1222] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1176/1222] Compiling SwiftParserDiagnostics Utils.swift
[1177/1222] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1178/1222] Compiling SwiftOperators SyntaxSynthesis.swift
[1179/1222] Emitting module SwiftParserDiagnostics
[1180/1222] Compiling SwiftOperators OperatorTable+Folding.swift
[1181/1222] Compiling SwiftOperators OperatorError.swift
[1182/1222] Compiling SwiftOperators OperatorTable+Defaults.swift
[1184/1223] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1185/1223] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1185/1223] Wrapping AST for SwiftOperators for debugging
[1187/1223] Emitting module SwiftParserDiagnostics
[1190/1223] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1199/1223] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[1200/1223] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[1205/1225] Wrapping AST for SwiftParserDiagnostics for debugging
[1209/1255] Compiling SwiftSyntaxBuilder Indenter.swift
[1210/1255] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1211/1255] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1212/1255] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1215/1257] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1216/1257] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1217/1257] Emitting module SwiftSyntaxBuilder
[1220/1257] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1223/1257] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1224/1257] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1225/1257] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1226/1257] Emitting module SwiftSyntaxBuilder
[1227/1257] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1228/1257] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1229/1257] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1230/1257] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1231/1257] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1232/1257] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1237/1258] Wrapping AST for SwiftSyntaxBuilder for debugging
[1239/1281] Compiling SafeDICore Dependency.swift
[1240/1281] Compiling SafeDICore DeclModifierListSyntaxExtensions.swift
[1241/1281] Compiling SafeDICore ConcreteDeclSyntaxProtocol.swift
[1242/1281] Compiling SafeDICore ConcreteDeclType.swift
[1243/1282] Wrapping AST for SwiftSyntaxBuilder for debugging
[1245/1282] Compiling SafeDICore DiagnosticError.swift
[1246/1282] Compiling SafeDICore FixableInjectableError.swift
[1247/1282] Compiling SafeDICore FixableInstantiableError.swift
[1248/1282] Compiling SafeDICore AttributeListSyntaxElementExtensions.swift
[1249/1325] Compiling SafeDICore DiagnosticExtensions.swift
[1250/1325] Compiling SafeDICore ImportDeclSyntaxExtensions.swift
[1251/1327] Compiling SafeDICore AttributeListSyntaxElementExtensions.swift
[1252/1327] Compiling SafeDICore DeclModifierListSyntaxExtensions.swift
[1253/1327] Compiling SafeDICore DiagnosticError.swift
[1254/1327] Compiling SafeDICore FixableInjectableError.swift
[1255/1327] Compiling SafeDICore FixableInstantiableError.swift
[1256/1327] Compiling SafeDICore ConcreteDeclType.swift
[1257/1327] Compiling SafeDICore Dependency.swift
[1258/1327] Compiling SafeDICore ScopeGenerator.swift
[1259/1327] Compiling SafeDICore ConcreteDeclSyntaxProtocol.swift
[1260/1327] Compiling SafeDICore PatternBindingSyntaxExtensions.swift
[1261/1327] Compiling SafeDICore DependencyTreeGenerator.swift
[1262/1327] Emitting module SwiftSyntaxMacros
[1263/1327] Compiling SwiftSyntaxMacros PreambleMacro.swift
[1264/1327] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[1265/1327] Compiling SafeDICore AttributeListSyntaxExtensions.swift
[1266/1327] Compiling SafeDICore AttributeSyntaxExtensions.swift
[1267/1327] Compiling SafeDICore CollectionExtensions.swift
[1271/1331] Wrapping AST for SwiftSyntaxMacros for debugging
[1278/1340] Compiling SafeDICore InstantiableStruct.swift
[1279/1340] Emitting module SafeDICore
[1280/1340] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[1281/1341] Emitting module SwiftSyntaxMacroExpansion
[1282/1341] Compiling SafeDICore UnorderedEquatingCollection.swift
[1283/1341] Compiling SafeDICore FileVisitor.swift
[1284/1341] Compiling SafeDICore InstantiableVisitor.swift
[1285/1341] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[1286/1341] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[1287/1341] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[1288/1341] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[1295/1341] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[1296/1341] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[1297/1341] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[1301/1341] Compiling SafeDICore Property.swift
[1302/1341] Compiling SafeDICore Scope.swift
[1303/1341] Compiling SafeDICore TypeDescription.swift
[1313/1341] Emitting module SafeDICore
[1314/1342] Wrapping AST for SafeDICore for debugging
[1329/1344] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[1331/1346] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[1332/1346] Wrapping AST for SafeDICore for debugging
[1334/1360] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[1335/1360] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[1336/1360] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[1337/1361] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[1338/1361] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[1339/1361] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[1340/1361] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[1341/1361] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[1342/1361] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[1343/1361] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[1344/1361] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[1345/1361] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[1346/1361] Emitting module SwiftCompilerPluginMessageHandling
[1348/1362] Emitting module SafeDITool
[1349/1362] Compiling SafeDITool SafeDITool.swift
[1350/1362] Emitting module SafeDITool
[1351/1362] Compiling SafeDITool SafeDITool.swift
[1352/1364] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[1354/1366] Wrapping AST for SafeDITool for debugging
[1355/1366] Write Objects.LinkFileList
[1357/1366] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[1358/1366] Emitting module SwiftCompilerPlugin
[1358/1367] Wrapping AST for SafeDITool for debugging
[1359/1367] Write Objects.LinkFileList
[1361/1367] Wrapping AST for SwiftCompilerPlugin for debugging
[1363/1393] Compiling SafeDIMacros CollectionExtensions.swift
[1364/1393] Compiling SafeDIMacros DeclModifierListSyntaxExtensions.swift
[1365/1393] Compiling SafeDIMacros DiagnosticExtensions.swift
[1366/1393] Compiling SafeDIMacros ImportDeclSyntaxExtensions.swift
[1367/1396] Emitting module SafeDIMacros
[1367/1396] Linking SafeDITool-tool
[1368/1396] Linking SafeDITool
[1370/1396] Compiling SafeDIMacros FileVisitor.swift
[1371/1396] Compiling SafeDIMacros InstantiableVisitor.swift
[1372/1396] Compiling SafeDIMacros SafeDIMacroPlugin.swift
[1373/1396] Compiling SafeDIMacros ConcreteDeclType.swift
[1374/1396] Compiling SafeDIMacros Dependency.swift
[1375/1396] Compiling SafeDIMacros ImportStatement.swift
[1376/1396] Compiling SafeDIMacros InjectableMacro.swift
[1377/1396] Compiling SafeDIMacros InstantiableMacro.swift
[1378/1396] Compiling SafeDIMacros DiagnosticError.swift
[1379/1396] Compiling SafeDIMacros FixableInjectableError.swift
[1380/1396] Compiling SafeDIMacros Initializer.swift
[1381/1396] Compiling SafeDIMacros InstantiableStruct.swift
[1382/1396] Compiling SafeDIMacros Property.swift
[1383/1396] Compiling SafeDIMacros Scope.swift
[1384/1396] Compiling SafeDIMacros TypeDescription.swift
[1385/1396] Compiling SafeDIMacros UnorderedEquatingCollection.swift
[1386/1396] Compiling SafeDIMacros FixableInstantiableError.swift
[1387/1396] Compiling SafeDIMacros AttributeListSyntaxElementExtensions.swift
[1388/1396] Compiling SafeDIMacros AttributeListSyntaxExtensions.swift
[1389/1396] Compiling SafeDIMacros AttributeSyntaxExtensions.swift
[1390/1396] Compiling SafeDIMacros PatternBindingSyntaxExtensions.swift
[1391/1396] Compiling SafeDIMacros DependencyTreeGenerator.swift
[1392/1396] Compiling SafeDIMacros ScopeGenerator.swift
[1393/1396] Compiling SafeDIMacros ConcreteDeclSyntaxProtocol.swift
[1394/1397] Wrapping AST for SafeDIMacros for debugging
[1395/1397] Write Objects.LinkFileList
[1396/1397] Linking SafeDIMacros-tool
[1398/1413] Compiling SafeDI Forwarded.swift
[1399/1413] Compiling SafeDI Instantiable.swift
[1400/1413] Emitting module SafeDI
[1401/1414] Compiling SafeDI Instantiated.swift
[1402/1414] Compiling SafeDI Received.swift
[1404/1415] Compiling SafeDI SendableErasedInstantiator.swift
[1405/1415] Emitting module SafeDI
[1406/1415] Compiling SafeDI Instantiated.swift
[1407/1415] Compiling SafeDI Instantiable.swift
[1408/1415] Compiling SafeDI Forwarded.swift
[1409/1415] Compiling SafeDI ErasedInstantiator.swift
[1410/1415] Compiling SafeDI Instantiator.swift
[1412/1415] Compiling SafeDI ErasedInstantiator.swift
[1413/1415] Compiling SafeDI SendableErasedInstantiator.swift
[1414/1415] Compiling SafeDI SendableInstantiator.swift
Build complete! (454.64s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "600.0.0",
"upper_bound" : "602.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
},
{
"identity" : "swift-macro-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-macro-testing.git"
}
],
"manifest_display_name" : "SafeDI",
"name" : "SafeDI",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "SafeDI",
"targets" : [
"SafeDI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SafeDIGenerator",
"targets" : [
"SafeDIGenerator"
],
"type" : {
"plugin" : null
}
},
{
"name" : "SafeDIPrebuiltGenerator",
"targets" : [
"SafeDIPrebuiltGenerator"
],
"type" : {
"plugin" : null
}
},
{
"name" : "InstallSafeDITool",
"targets" : [
"InstallSafeDITool"
],
"type" : {
"plugin" : null
}
},
{
"name" : "SafeDITool",
"targets" : [
"SafeDITool"
],
"type" : {
"executable" : null
}
},
{
"name" : "SafeDIMacros",
"targets" : [
"SafeDIMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "SafeDIToolTests",
"module_type" : "SwiftTarget",
"name" : "SafeDIToolTests",
"path" : "Tests/SafeDIToolTests",
"product_dependencies" : [
"ArgumentParser"
],
"sources" : [
"Helpers/SafeDIToolTestExecution.swift",
"SafeDIToolCodeGenerationErrorTests.swift",
"SafeDIToolCodeGenerationTests.swift",
"SafeDIToolDOTGenerationTests.swift"
],
"target_dependencies" : [
"SafeDITool"
],
"type" : "test"
},
{
"c99name" : "SafeDITool",
"module_type" : "SwiftTarget",
"name" : "SafeDITool",
"path" : "Sources/SafeDITool",
"product_dependencies" : [
"ArgumentParser",
"SwiftParser"
],
"product_memberships" : [
"SafeDIGenerator",
"SafeDITool"
],
"sources" : [
"SafeDITool.swift"
],
"target_dependencies" : [
"SafeDICore"
],
"type" : "executable"
},
{
"c99name" : "SafeDITests",
"module_type" : "SwiftTarget",
"name" : "SafeDITests",
"path" : "Tests/SafeDITests",
"sources" : [
"ErasedInstantiatorTests.swift",
"InstantiatorTests.swift",
"SendableErasedInstantiatorTests.swift",
"SendableInstantiatorTests.swift"
],
"target_dependencies" : [
"SafeDI",
"SafeDICore"
],
"type" : "test"
},
{
"c99name" : "SafeDIPrebuiltGenerator",
"module_type" : "PluginTarget",
"name" : "SafeDIPrebuiltGenerator",
"path" : "Plugins/SafeDIPrebuiltGenerator",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"SafeDIPrebuiltGenerator"
],
"sources" : [
"SafeDIGenerateDependencyTree.swift",
"Shared.swift"
],
"type" : "plugin"
},
{
"c99name" : "SafeDIMacrosTests",
"module_type" : "SwiftTarget",
"name" : "SafeDIMacrosTests",
"path" : "Tests/SafeDIMacrosTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport",
"MacroTesting"
],
"sources" : [
"InjectableMacroTests.swift",
"InstantiableMacroTests.swift"
],
"target_dependencies" : [
"SafeDIMacros"
],
"type" : "test"
},
{
"c99name" : "SafeDIMacros",
"module_type" : "SwiftTarget",
"name" : "SafeDIMacros",
"path" : "Sources/SafeDIMacros",
"product_dependencies" : [
"Collections",
"SwiftCompilerPlugin",
"SwiftDiagnostics",
"SwiftSyntax",
"SwiftSyntaxBuilder",
"SwiftSyntaxMacros"
],
"product_memberships" : [
"SafeDI",
"SafeDIMacros"
],
"sources" : [
"Macros/InjectableMacro.swift",
"Macros/InstantiableMacro.swift",
"SafeDIMacroCore/Errors/DiagnosticError.swift",
"SafeDIMacroCore/Errors/FixableInjectableError.swift",
"SafeDIMacroCore/Errors/FixableInstantiableError.swift",
"SafeDIMacroCore/Extensions/AttributeListSyntaxElementExtensions.swift",
"SafeDIMacroCore/Extensions/AttributeListSyntaxExtensions.swift",
"SafeDIMacroCore/Extensions/AttributeSyntaxExtensions.swift",
"SafeDIMacroCore/Extensions/CollectionExtensions.swift",
"SafeDIMacroCore/Extensions/DeclModifierListSyntaxExtensions.swift",
"SafeDIMacroCore/Extensions/DiagnosticExtensions.swift",
"SafeDIMacroCore/Extensions/ImportDeclSyntaxExtensions.swift",
"SafeDIMacroCore/Extensions/PatternBindingSyntaxExtensions.swift",
"SafeDIMacroCore/Generators/DependencyTreeGenerator.swift",
"SafeDIMacroCore/Generators/ScopeGenerator.swift",
"SafeDIMacroCore/Models/ConcreteDeclSyntaxProtocol.swift",
"SafeDIMacroCore/Models/ConcreteDeclType.swift",
"SafeDIMacroCore/Models/Dependency.swift",
"SafeDIMacroCore/Models/ImportStatement.swift",
"SafeDIMacroCore/Models/Initializer.swift",
"SafeDIMacroCore/Models/InstantiableStruct.swift",
"SafeDIMacroCore/Models/Property.swift",
"SafeDIMacroCore/Models/Scope.swift",
"SafeDIMacroCore/Models/TypeDescription.swift",
"SafeDIMacroCore/Models/UnorderedEquatingCollection.swift",
"SafeDIMacroCore/Visitors/FileVisitor.swift",
"SafeDIMacroCore/Visitors/InstantiableVisitor.swift",
"SafeDIMacroPlugin.swift"
],
"type" : "macro"
},
{
"c99name" : "SafeDIGenerator",
"module_type" : "PluginTarget",
"name" : "SafeDIGenerator",
"path" : "Plugins/SafeDIGenerator",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"SafeDIGenerator"
],
"sources" : [
"SafeDIGenerateDependencyTree.swift",
"Shared.swift"
],
"target_dependencies" : [
"SafeDITool"
],
"type" : "plugin"
},
{
"c99name" : "SafeDICoreTests",
"module_type" : "SwiftTarget",
"name" : "SafeDICoreTests",
"path" : "Tests/SafeDICoreTests",
"sources" : [
"FileVisitorTests.swift",
"InitializerTests.swift",
"TypeDescriptionTests.swift",
"UnorderedEquatingCollectionTests.swift"
],
"target_dependencies" : [
"SafeDICore"
],
"type" : "test"
},
{
"c99name" : "SafeDICore",
"module_type" : "SwiftTarget",
"name" : "SafeDICore",
"path" : "Sources/SafeDICore",
"product_dependencies" : [
"Collections",
"SwiftDiagnostics",
"SwiftSyntax",
"SwiftSyntaxBuilder"
],
"product_memberships" : [
"SafeDIGenerator",
"SafeDITool"
],
"sources" : [
"Errors/DiagnosticError.swift",
"Errors/FixableInjectableError.swift",
"Errors/FixableInstantiableError.swift",
"Extensions/AttributeListSyntaxElementExtensions.swift",
"Extensions/AttributeListSyntaxExtensions.swift",
"Extensions/AttributeSyntaxExtensions.swift",
"Extensions/CollectionExtensions.swift",
"Extensions/DeclModifierListSyntaxExtensions.swift",
"Extensions/DiagnosticExtensions.swift",
"Extensions/ImportDeclSyntaxExtensions.swift",
"Extensions/PatternBindingSyntaxExtensions.swift",
"Generators/DependencyTreeGenerator.swift",
"Generators/ScopeGenerator.swift",
"Models/ConcreteDeclSyntaxProtocol.swift",
"Models/ConcreteDeclType.swift",
"Models/Dependency.swift",
"Models/ImportStatement.swift",
"Models/Initializer.swift",
"Models/InstantiableStruct.swift",
"Models/Property.swift",
"Models/Scope.swift",
"Models/TypeDescription.swift",
"Models/UnorderedEquatingCollection.swift",
"Visitors/FileVisitor.swift",
"Visitors/InstantiableVisitor.swift"
],
"type" : "library"
},
{
"c99name" : "SafeDI",
"module_type" : "SwiftTarget",
"name" : "SafeDI",
"path" : "Sources/SafeDI",
"product_memberships" : [
"SafeDI"
],
"sources" : [
"Decorators/Forwarded.swift",
"Decorators/Instantiable.swift",
"Decorators/Instantiated.swift",
"Decorators/Received.swift",
"DelayedInstantiation/ErasedInstantiator.swift",
"DelayedInstantiation/Instantiator.swift",
"DelayedInstantiation/SendableErasedInstantiator.swift",
"DelayedInstantiation/SendableInstantiator.swift"
],
"target_dependencies" : [
"SafeDIMacros"
],
"type" : "library"
},
{
"c99name" : "InstallSafeDITool",
"module_type" : "PluginTarget",
"name" : "InstallSafeDITool",
"path" : "Plugins/InstallSafeDITool",
"plugin_capability" : {
"intent" : {
"description" : "Installs a release version of the SafeDITool build plugin executable.",
"type" : "custom",
"verb" : "safedi-release-install"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "Downloads the SafeDI release build plugin executable into your project directory.",
"type" : "writeToPackageDirectory"
},
{
"network_scope" : {
"all" : {
"ports" : [
]
}
},
"reason" : "Downloads the SafeDI release build plugin executable from GitHub.",
"type" : "allowNetworkConnections"
}
],
"type" : "command"
},
"product_memberships" : [
"InstallSafeDITool"
],
"sources" : [
"InstallCLIPluginCommand.swift",
"Shared.swift"
],
"type" : "plugin"
}
],
"tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.