Build Information
Successful build of SafeDI, reference main (2227da), with Swift 6.1 for Android on 5 Dec 2025 16:48:45 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dfed/SafeDI.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/dfed/SafeDI
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 2227da8 Improve unexpected swift nodes test
Cloned https://github.com/dfed/SafeDI.git
Revision (git rev-parse @):
2227da8a598bb6db1690f97d866607b7a900455b
SUCCESS checkout https://github.com/dfed/SafeDI.git at main
========================================
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" : "603.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",
"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-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/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 finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/pointfreeco/swift-macro-testing.git
Fetching https://github.com/apple/swift-collections.git
[1/932] Fetching swift-macro-testing
[85/17809] Fetching swift-macro-testing, swift-argument-parser
[2621/36137] Fetching swift-macro-testing, swift-argument-parser, swift-collections
[14350/109160] Fetching swift-macro-testing, swift-argument-parser, swift-collections, swift-syntax
Fetched https://github.com/apple/swift-collections.git from cache (2.78s)
[44098/90832] Fetching swift-macro-testing, swift-argument-parser, swift-syntax
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (10.34s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (10.36s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (10.49s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.4 (11.70s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/15634] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (4.26s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (8.71s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.2 (1.17s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.7 (1.01s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4651] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.58s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (1.69s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5600] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.15s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (3.03s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.8.0 (1.10s)
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.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/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
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.7
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.6.2
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.8.0
[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/120] Write sources
[59/120] Compiling _SwiftSyntaxCShims PlatformMutex.c
[61/120] Write swift-version-24593BA9C3E375BF.txt
[63/136] Compiling SwiftSyntax510 Empty.swift
[64/136] Emitting module SwiftSyntax510
[65/137] Emitting module SwiftSyntax600
[66/137] Compiling SwiftSyntax600 Empty.swift
[67/138] Emitting module SwiftSyntax602
[68/138] Compiling SwiftSyntax602 Empty.swift
[69/139] Compiling ArgumentParserToolInfo ToolInfo.swift
[70/139] Emitting module ArgumentParserToolInfo
[71/140] Compiling SwiftSyntax602 Empty.swift
[72/140] Emitting module SwiftSyntax602
[73/141] Emitting module SwiftSyntax601
[74/141] Compiling SwiftSyntax601 Empty.swift
[77/142] Emitting module SwiftSyntax601
[78/143] Emitting module SwiftSyntax600
[79/143] Compiling SwiftSyntax600 Empty.swift
[86/156] Wrapping AST for SwiftSyntax602 for debugging
[88/166] Emitting module SwiftSyntax510
[89/166] Compiling SwiftSyntax510 Empty.swift
[90/169] Emitting module SwiftSyntax509
[91/170] Compiling SwiftSyntax509 Empty.swift
[93/186] Emitting module SwiftSyntax509
[94/231] Wrapping AST for SwiftSyntax601 for debugging
[96/231] Compiling ArgumentParser InputOrigin.swift
[97/231] Compiling ArgumentParser Name.swift
[101/233] Compiling ArgumentParser Parsed.swift
[101/235] Wrapping AST for SwiftSyntax510 for debugging
[102/235] Wrapping AST for SwiftSyntax600 for debugging
[103/235] Wrapping AST for ArgumentParserToolInfo for debugging
[105/235] Compiling ArgumentParser CommandConfiguration.swift
[106/235] Compiling ArgumentParser CommandGroup.swift
[107/235] Compiling ArgumentParser EnumerableFlag.swift
[108/235] Compiling ArgumentParser ExpressibleByArgument.swift
[109/235] Emitting module ArgumentParserToolInfo
[110/235] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[111/235] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[111/235] Wrapping AST for SwiftSyntax509 for debugging
[114/235] Compiling ArgumentParser ParsedValues.swift
[115/235] Compiling ArgumentParser CompletionsGenerator.swift
[116/235] Compiling ArgumentParser FishCompletionsGenerator.swift
[117/235] Compiling ArgumentParser ParserError.swift
[118/235] Compiling ArgumentParser BashCompletionsGenerator.swift
[120/235] Wrapping AST for SwiftSyntax602 for debugging
[122/272] Compiling SwiftSyntax Syntax.swift
[123/272] Compiling SwiftSyntax SyntaxChildren.swift
[124/329] Compiling SwiftSyntax AbsolutePosition.swift
[125/329] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[126/329] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[126/333] Wrapping AST for SwiftSyntax601 for debugging
[127/361] Wrapping AST for SwiftSyntax600 for debugging
[128/361] Wrapping AST for SwiftSyntax510 for debugging
[129/361] Wrapping AST for SwiftSyntax509 for debugging
[131/361] Emitting module InternalCollectionsUtilities
[133/361] Compiling SwiftSyntax CommonAncestor.swift
[134/361] Compiling SwiftSyntax Convenience.swift
[135/361] Compiling SwiftSyntax Assert.swift
[136/361] Compiling SwiftSyntax BumpPtrAllocator.swift
[137/362] Compiling SwiftSyntax MemoryLayout.swift
[138/362] Compiling SwiftSyntax MissingNodeInitializers.swift
[139/362] Compiling SwiftSyntax RawSyntax.swift
[141/362] Compiling SwiftSyntax CustomTraits.swift
[146/363] Compiling ArgumentParserToolInfo ToolInfo.swift
[148/494] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[149/570] Compiling HeapModule Heap+Descriptions.swift
[150/570] Compiling HeapModule _HeapNode.swift
[151/600] Compiling HeapModule Heap.swift
[152/638] Compiling HeapModule Heap+Invariants.swift
[153/638] Compiling HeapModule Heap+UnsafeHandle.swift
[154/638] Emitting module HeapModule
[156/639] Compiling _RopeModule BigString+Index.swift
[157/639] Compiling _RopeModule BigString+Ingester.swift
[158/639] Compiling _RopeModule BigString+Invariants.swift
[159/639] Compiling _RopeModule BigString+Iterators.swift
[160/639] Compiling _RopeModule BigString+Metrics.swift
[161/639] Compiling _RopeModule BigString+Summary.swift
[162/639] Compiling _RopeModule BigString.swift
[163/639] Compiling _RopeModule Rope+_Node.swift
[164/639] Compiling _RopeModule BigString+Comparable.swift
[165/639] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[166/639] Compiling _RopeModule BigString+CustomStringConvertible.swift
[167/639] Compiling _RopeModule BigString+Equatable.swift
[168/639] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[169/639] Compiling _RopeModule BigString+Hashing.swift
[170/646] Compiling _RopeModule Rope+ForEachWhile.swift
[171/646] Compiling _RopeModule Rope+Insert.swift
[172/646] Compiling HashTreeCollections TreeSet+Sequence.swift
[173/646] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[174/646] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[175/646] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[176/646] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[177/646] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[178/646] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[179/646] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[180/711] Compiling OrderedCollections OrderedDictionary+Codable.swift
[181/711] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[182/711] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[183/711] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[184/711] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[185/711] Compiling OrderedCollections OrderedDictionary+Elements.swift
[186/711] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[187/711] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[188/711] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[189/711] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[190/711] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[191/711] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[192/711] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[193/711] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[194/711] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[195/711] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[196/711] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[197/711] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[198/711] Compiling OrderedCollections OrderedSet+Sendable.swift
[199/711] Compiling OrderedCollections OrderedSet+SubSequence.swift
[200/711] Compiling OrderedCollections OrderedSet+Testing.swift
[201/711] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[202/711] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[203/711] Compiling OrderedCollections OrderedSet.swift
[204/711] Compiling OrderedCollections _UnsafeBitset.swift
[205/711] Compiling _RopeModule Rope+Sequence.swift
[206/711] Compiling _RopeModule Rope+Append.swift
[207/711] Compiling _RopeModule Rope+Extract.swift
[208/711] Compiling _RopeModule Rope+Find.swift
[218/720] Compiling _RopeModule _CharacterRecognizer.swift
[219/720] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[220/720] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[221/720] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[222/720] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[223/720] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[224/720] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[225/720] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[226/720] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[227/720] Compiling HashTreeCollections TreeSet.swift
[228/720] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[229/720] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[230/720] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[231/720] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[242/727] Compiling OrderedCollections OrderedDictionary.swift
[243/727] Compiling OrderedCollections OrderedSet+Codable.swift
[244/727] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[245/727] Compiling OrderedCollections OrderedSet+Descriptions.swift
[246/727] Compiling OrderedCollections OrderedSet+Diffing.swift
[247/727] Compiling OrderedCollections OrderedSet+Equatable.swift
[248/727] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[249/727] Compiling OrderedCollections OrderedSet+Hashable.swift
[250/727] Compiling OrderedCollections _HashTable+Bucket.swift
[251/727] Compiling OrderedCollections _HashTable+BucketIterator.swift
[252/727] Compiling OrderedCollections _HashTable+Constants.swift
[253/727] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[254/727] Compiling OrderedCollections _HashTable+Testing.swift
[255/727] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[256/727] Compiling OrderedCollections _HashTable.swift
[257/727] Compiling OrderedCollections _Hashtable+Header.swift
[258/727] Compiling OrderedCollections OrderedDictionary+Values.swift
[274/727] Compiling OrderedCollections OrderedSet+Initializers.swift
[275/727] Compiling OrderedCollections OrderedSet+Insertions.swift
[276/727] Compiling OrderedCollections OrderedSet+Invariants.swift
[277/727] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[278/727] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[279/727] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[280/727] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[281/727] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[298/727] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[299/727] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[300/727] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[301/727] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[302/727] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[303/727] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[304/727] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[323/733] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[324/733] Compiling OrderedCollections OrderedSet.swift
[325/733] Compiling OrderedCollections _UnsafeBitset.swift
[342/733] Emitting module ArgumentParser
[343/733] Compiling OrderedCollections OrderedSet+Sendable.swift
[344/733] Compiling OrderedCollections OrderedSet+SubSequence.swift
[345/733] Compiling OrderedCollections OrderedSet+Testing.swift
[346/733] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[350/733] Compiling ArgumentParser UniqueNamesValidator.swift
[369/742] Emitting module OrderedCollections
[423/758] Emitting module _RopeModule
[424/758] Compiling ArgumentParser Tree.swift
[425/758] Compiling ArgumentParser CodingKeyValidator.swift
[426/758] Compiling ArgumentParser NonsenseFlagsValidator.swift
[427/758] Compiling ArgumentParser ParsableArgumentsValidation.swift
[428/758] Compiling ArgumentParser PositionalArgumentsValidator.swift
[496/766] Emitting module _RopeModule
[497/766] Compiling HeapModule _HeapNode.swift
[498/766] Compiling HeapModule Heap.swift
[499/766] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[500/766] Compiling HeapModule Heap+Invariants.swift
[501/766] Compiling HeapModule Heap+Descriptions.swift
[502/766] Compiling HeapModule Heap+UnsafeHandle.swift
[503/766] Compiling SwiftSyntax SyntaxNodesOP.swift
[504/766] Compiling SwiftSyntax SyntaxNodesQRS.swift
[505/766] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[506/766] Compiling _RopeModule Rope+RemoveSubrange.swift
[507/766] Compiling _RopeModule Rope+Split.swift
[508/766] Compiling _RopeModule Optional Utilities.swift
[509/766] Compiling _RopeModule String Utilities.swift
[510/766] Compiling _RopeModule String.Index+ABI.swift
[511/766] Compiling _RopeModule _CharacterRecognizer.swift
[512/766] Emitting module OrderedCollections
[513/767] Emitting module HeapModule
[516/859] Compiling HashTreeCollections _HashNode+Structural merge.swift
[517/859] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[518/861] Emitting module HashTreeCollections
[519/862] Compiling HashTreeCollections _HashNode+Structural filter.swift
[520/862] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[521/862] Compiling HashTreeCollections _HashNode+Storage.swift
[522/862] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[524/862] Compiling HashTreeCollections TreeSet+Sequence.swift
[525/862] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[526/862] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[527/862] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[528/862] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[529/862] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[530/862] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[531/862] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[533/862] Compiling HashTreeCollections TreeDictionary+Codable.swift
[534/862] Compiling HashTreeCollections TreeDictionary+Collection.swift
[535/862] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[536/862] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[537/862] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[538/862] Compiling HashTreeCollections _AncestorHashSlots.swift
[539/862] Compiling HashTreeCollections _Bitmap.swift
[540/862] Compiling HashTreeCollections _Bucket.swift
[541/862] Compiling HashTreeCollections _Hash.swift
[542/862] Compiling HashTreeCollections _HashLevel.swift
[545/862] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[546/862] Compiling HashTreeCollections _HashNode+Structural union.swift
[547/862] Compiling DequeModule _DequeSlot.swift
[548/862] Compiling DequeModule _UnsafeWrappedBuffer.swift
[549/862] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[550/862] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[551/862] Compiling HashTreeCollections _HashNode.swift
[552/862] Compiling HashTreeCollections _HashNodeHeader.swift
[553/862] Compiling HashTreeCollections TreeDictionary+Merge.swift
[554/862] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[555/862] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[556/862] Compiling HashTreeCollections TreeDictionary+Values.swift
[557/862] Compiling HashTreeCollections _HashTreeIterator.swift
[558/862] Compiling HashTreeCollections _HashTreeStatistics.swift
[559/862] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[560/862] Compiling HashTreeCollections _RawHashNode.swift
[561/862] Compiling HashTreeCollections _UnmanagedHashNode.swift
[562/862] Compiling HashTreeCollections _UnsafePath.swift
[563/862] Compiling HashTreeCollections _HashSlot.swift
[564/862] Compiling HashTreeCollections _HashStack.swift
[565/862] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[566/862] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[567/862] Compiling HashTreeCollections TreeDictionary+Filter.swift
[568/862] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[569/862] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[570/862] Compiling HashTreeCollections TreeDictionary+Keys.swift
[571/862] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[590/878] Compiling DequeModule Deque+Codable.swift
[591/878] Compiling DequeModule Deque+Collection.swift
[592/878] Compiling DequeModule Deque+Equatable.swift
[593/878] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[594/878] Compiling DequeModule Deque+CustomReflectable.swift
[595/878] Compiling DequeModule Deque+Descriptions.swift
[596/878] Compiling DequeModule Deque+Extras.swift
[597/878] Compiling DequeModule Deque+Hashable.swift
[598/878] Compiling DequeModule Deque._UnsafeHandle.swift
[599/878] Compiling DequeModule Deque.swift
[609/878] Compiling DequeModule Deque+Testing.swift
[610/878] Compiling DequeModule Deque._Storage.swift
[611/878] Compiling DequeModule _DequeBuffer.swift
[612/878] Compiling DequeModule _DequeBufferHeader.swift
[641/881] Compiling DequeModule _DequeSlot.swift
[642/881] Compiling DequeModule _UnsafeWrappedBuffer.swift
[652/881] Compiling HashTreeCollections TreeDictionary.swift
[653/881] Compiling HashTreeCollections TreeSet+Codable.swift
[654/881] Compiling HashTreeCollections TreeSet+Collection.swift
[655/881] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[656/881] Compiling HashTreeCollections TreeSet+Debugging.swift
[657/881] Compiling HashTreeCollections TreeSet+Descriptions.swift
[658/881] Compiling HashTreeCollections TreeSet+Equatable.swift
[659/881] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[660/881] Compiling HashTreeCollections TreeSet+Extras.swift
[661/881] Compiling HashTreeCollections TreeSet+Filter.swift
[662/881] Compiling HashTreeCollections TreeSet+Hashable.swift
[663/881] Compiling HashTreeCollections TreeSet+Sendable.swift
[677/945] Compiling BitCollections BitArray+Extras.swift
[678/945] Compiling BitCollections BitArray+Fill.swift
[680/945] Compiling BitCollections BitArray+Invariants.swift
[681/945] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[682/945] Emitting module DequeModule
[684/999] Compiling BitCollections BitSet+Hashable.swift
[685/999] Compiling BitCollections BitArray+BitwiseOperations.swift
[685/1043] Wrapping AST for _RopeModule for debugging
[687/1043] Compiling ArgumentParser CommandGroup.swift
[688/1043] Compiling ArgumentParser EnumerableFlag.swift
[689/1043] Compiling ArgumentParser AsyncParsableCommand.swift
[690/1043] Compiling ArgumentParser CommandConfiguration.swift
[690/1043] Wrapping AST for OrderedCollections for debugging
[692/1043] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[693/1043] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[694/1043] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[695/1043] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[696/1043] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[697/1043] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[698/1043] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[699/1043] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[700/1043] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[701/1043] Compiling HashTreeCollections TreeSet.swift
[702/1043] Compiling ArgumentParser ArgumentDefinition.swift
[703/1043] Compiling ArgumentParser ArgumentSet.swift
[704/1043] Compiling ArgumentParser CommandParser.swift
[705/1043] Compiling ArgumentParser InputKey.swift
[706/1043] Compiling ArgumentParser InputOrigin.swift
[707/1043] Compiling ArgumentParser Name.swift
[708/1043] Compiling ArgumentParser Parsed.swift
[709/1043] Compiling ArgumentParser ParsedValues.swift
[710/1043] Compiling ArgumentParser ParserError.swift
[711/1043] Compiling ArgumentParser ArgumentVisibility.swift
[712/1043] Compiling ArgumentParser CompletionKind.swift
[713/1043] Compiling ArgumentParser Errors.swift
[714/1043] Compiling ArgumentParser Flag.swift
[715/1043] Compiling ArgumentParser NameSpecification.swift
[715/1043] Wrapping AST for InternalCollectionsUtilities for debugging
[717/1050] Compiling ArgumentParser BashCompletionsGenerator.swift
[718/1050] Compiling ArgumentParser CompletionsGenerator.swift
[723/1050] Compiling ArgumentParser ExpressibleByArgument.swift
[724/1050] Compiling ArgumentParser ParsableArguments.swift
[725/1050] Compiling ArgumentParser ParsableCommand.swift
[726/1057] Emitting module BitCollections
[726/1057] Wrapping AST for HeapModule for debugging
[728/1057] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[729/1057] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[730/1057] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[731/1057] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[732/1057] Compiling BitCollections BitSet+SetAlgebra union.swift
[733/1057] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[734/1057] Compiling BitCollections BitSet.Counted.swift
[734/1057] Wrapping AST for HashTreeCollections for debugging
[736/1057] Emitting module DequeModule
[737/1058] Emitting module BitCollections
[738/1058] Compiling ArgumentParser Mutex.swift
[739/1058] Compiling ArgumentParser Platform.swift
[740/1058] Compiling ArgumentParser SequenceExtensions.swift
[741/1058] Compiling ArgumentParser StringExtensions.swift
[742/1058] Compiling ArgumentParser SwiftExtensions.swift
[743/1058] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[744/1058] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[744/1058] Wrapping AST for DequeModule for debugging
[753/1058] Wrapping AST for _RopeModule for debugging
[754/1058] Wrapping AST for ArgumentParser for debugging
[769/1058] Wrapping AST for InternalCollectionsUtilities for debugging
[770/1058] Wrapping AST for OrderedCollections for debugging
[780/1058] Compiling BitCollections BitSet.Index.swift
[781/1058] Compiling BitCollections BitSet._UnsafeHandle.swift
[782/1058] Compiling BitCollections BitSet.swift
[783/1058] Compiling ArgumentParser HelpCommand.swift
[784/1058] Compiling ArgumentParser HelpGenerator.swift
[785/1058] Compiling ArgumentParser MessageInfo.swift
[786/1058] Compiling ArgumentParser UsageGenerator.swift
[787/1058] Compiling ArgumentParser CollectionExtensions.swift
[793/1058] Wrapping AST for HeapModule for debugging
[794/1058] Wrapping AST for DequeModule for debugging
[795/1058] Wrapping AST for ArgumentParserToolInfo for debugging
[797/1058] Compiling ArgumentParser Option.swift
[798/1058] Compiling ArgumentParser SplitArguments.swift
[799/1058] Compiling ArgumentParser DumpHelpGenerator.swift
[807/1058] Compiling ArgumentParser FishCompletionsGenerator.swift
[808/1058] Compiling ArgumentParser ZshCompletionsGenerator.swift
[809/1058] Compiling ArgumentParser Argument.swift
[810/1058] Compiling ArgumentParser ArgumentDiscussion.swift
[811/1058] Compiling ArgumentParser ArgumentHelp.swift
[812/1058] Compiling ArgumentParser OptionGroup.swift
[820/1058] Compiling ArgumentParser ArgumentDecoder.swift
[824/1058] Compiling BitCollections Range+Utilities.swift
[825/1058] Compiling BitCollections Slice+Utilities.swift
[826/1058] Compiling BitCollections UInt+Tricks.swift
[827/1058] Compiling BitCollections _Word.swift
[892/1060] Wrapping AST for BitCollections for debugging
[896/1062] Compiling Collections Collections.swift
[897/1062] Emitting module Collections
[898/1063] Wrapping AST for Collections for debugging
[900/1063] Emitting module HashTreeCollections
[901/1064] Wrapping AST for HashTreeCollections for debugging
[903/1066] Emitting module Collections
[904/1066] Compiling Collections Collections.swift
[905/1067] Wrapping AST for Collections for debugging
[907/1067] Emitting module ArgumentParser
[908/1073] Compiling ArgumentParser Tree.swift
[909/1073] Compiling ArgumentParser CodingKeyValidator.swift
[910/1073] Compiling ArgumentParser NonsenseFlagsValidator.swift
[911/1073] Compiling ArgumentParser ParsableArgumentsValidation.swift
[912/1073] Compiling ArgumentParser PositionalArgumentsValidator.swift
[913/1073] Compiling ArgumentParser UniqueNamesValidator.swift
[914/1073] Emitting module SwiftSyntax
[959/1074] Wrapping AST for ArgumentParser for debugging
[1048/1076] Wrapping AST for SwiftSyntax for debugging
[1050/1135] Compiling SwiftDiagnostics Message.swift
[1051/1136] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1051/1136] Wrapping AST for SwiftSyntax for debugging
[1053/1154] Emitting module SwiftDiagnostics
[1054/1195] Compiling SwiftDiagnostics Convenience.swift
[1055/1195] Compiling SwiftDiagnostics Diagnostic.swift
[1056/1195] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[1057/1195] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[1058/1195] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1059/1195] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1060/1195] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1061/1195] Compiling SwiftDiagnostics Note.swift
[1062/1195] Emitting module SwiftBasicFormat
[1063/1195] Compiling SwiftDiagnostics Message.swift
[1064/1196] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1065/1196] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1066/1196] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1067/1196] Emitting module SwiftDiagnostics
[1070/1196] Compiling SwiftBasicFormat Indenter.swift
[1071/1196] Compiling SwiftBasicFormat InferIndentation.swift
[1072/1196] Compiling SwiftDiagnostics FixIt.swift
[1073/1196] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1074/1196] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1075/1197] Compiling SwiftDiagnostics Note.swift
[1077/1197] Compiling SwiftBasicFormat InferIndentation.swift
[1078/1197] Compiling SwiftBasicFormat Indenter.swift
[1079/1197] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1080/1197] Compiling SwiftDiagnostics FixIt.swift
[1081/1197] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1082/1197] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1084/1197] Wrapping AST for SwiftDiagnostics for debugging
[1087/1198] Compiling SwiftBasicFormat BasicFormat.swift
[1087/1199] Wrapping AST for SwiftDiagnostics for debugging
[1090/1199] Compiling SwiftBasicFormat BasicFormat.swift
[1091/1199] Emitting module SwiftBasicFormat
[1091/1200] Wrapping AST for SwiftBasicFormat for debugging
[1094/1200] Compiling SwiftParser StringLiterals.swift
[1095/1200] Compiling SwiftParser SwiftParserCompatibility.swift
[1096/1200] Compiling SwiftParser SwiftVersion.swift
[1097/1200] Compiling SwiftParser SyntaxUtils.swift
[1098/1200] Compiling SwiftParser TokenConsumer.swift
[1099/1200] Compiling SwiftParser TokenPrecedence.swift
[1099/1205] Wrapping AST for SwiftBasicFormat for debugging
[1101/1205] Compiling SwiftParser Parser.swift
[1102/1205] Compiling SwiftParser Patterns.swift
[1103/1205] Compiling SwiftParser Recovery.swift
[1104/1205] Compiling SwiftParser Specifiers.swift
[1105/1205] Compiling SwiftParser Statements.swift
[1106/1205] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1107/1205] Emitting module SwiftParser
[1114/1210] Compiling SwiftParser TokenSpec.swift
[1115/1210] Compiling SwiftParser TokenSpecSet.swift
[1116/1210] Compiling SwiftParser TopLevel.swift
[1117/1210] Compiling SwiftParser TriviaParser.swift
[1118/1210] Compiling SwiftParser Types.swift
[1119/1210] Compiling SwiftParser LoopProgressCondition.swift
[1120/1210] Compiling SwiftParser Modifiers.swift
[1121/1210] Compiling SwiftParser Names.swift
[1122/1210] Compiling SwiftParser Nominals.swift
[1123/1210] Compiling SwiftParser Parameters.swift
[1124/1210] Compiling SwiftParser ParseSourceFile.swift
[1130/1210] Compiling SwiftParser Lexeme.swift
[1131/1210] Compiling SwiftParser LexemeSequence.swift
[1132/1210] Compiling SwiftParser Lexer.swift
[1133/1210] Compiling SwiftParser RegexLiteralLexer.swift
[1134/1210] Compiling SwiftParser UnicodeScalarExtensions.swift
[1135/1210] Compiling SwiftParser Lookahead.swift
[1136/1210] Compiling SwiftParser Directives.swift
[1137/1210] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[1138/1210] Compiling SwiftParser Expressions.swift
[1139/1210] Compiling SwiftParser IncrementalParseTransition.swift
[1140/1210] Compiling SwiftParser IsValidIdentifier.swift
[1141/1210] Compiling SwiftParser Cursor.swift
[1160/1210] Emitting module SwiftParser
[1165/1210] Compiling SwiftParser CompilerFiles.swift
[1166/1210] Compiling SwiftParser Declarations.swift
[1179/1210] Compiling SwiftParser ExperimentalFeatures.swift
[1180/1210] Compiling SwiftParser IsLexerClassified.swift
[1181/1210] Compiling SwiftParser LayoutNodes+Parsable.swift
[1182/1210] Compiling SwiftParser Parser+TokenSpecSet.swift
[1183/1210] Compiling SwiftParser TokenSpecStaticMembers.swift
[1184/1211] Wrapping AST for SwiftParser for debugging
[1191/1225] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1193/1226] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1193/1239] Wrapping AST for SwiftParser for debugging
[1195/1249] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1196/1250] Emitting module SwiftParserDiagnostics
[1197/1250] Compiling SwiftOperators PrecedenceGraph.swift
[1198/1251] Compiling SwiftOperators Operator.swift
[1199/1251] Compiling SwiftOperators OperatorError+Diagnostics.swift
[1200/1251] Compiling SwiftOperators OperatorError.swift
[1201/1251] Compiling SwiftOperators OperatorTable+Defaults.swift
[1202/1251] Compiling SwiftOperators PrecedenceGroup.swift
[1203/1251] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1204/1251] Compiling SwiftOperators OperatorTable.swift
[1205/1251] Compiling SwiftParserDiagnostics MissingNodesError.swift
[1206/1251] Compiling SwiftParserDiagnostics MissingTokenError.swift
[1207/1251] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1208/1251] Emitting module SwiftOperators
[1209/1251] Compiling SwiftOperators SyntaxSynthesis.swift
[1212/1251] Compiling SwiftOperators OperatorTable+Semantics.swift
[1213/1251] Compiling SwiftOperators OperatorTable+Folding.swift
[1215/1252] Emitting module SwiftParserDiagnostics
[1216/1252] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[1217/1252] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[1217/1252] Wrapping AST for SwiftOperators for debugging
[1219/1252] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1220/1252] Compiling SwiftParserDiagnostics Utils.swift
[1221/1252] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1230/1253] Wrapping AST for SwiftParserDiagnostics for debugging
[1232/1268] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1233/1268] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1234/1268] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1235/1268] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1237/1269] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1238/1269] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1239/1269] Compiling SwiftSyntaxBuilder Indenter.swift
[1240/1269] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1241/1270] Emitting module SwiftSyntaxBuilder
[1244/1270] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1245/1270] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1248/1270] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1249/1270] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1249/1270] Wrapping AST for SwiftParserDiagnostics for debugging
[1251/1271] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1252/1285] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1253/1285] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1255/1286] Emitting module SwiftSyntaxBuilder
[1256/1287] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1257/1287] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1258/1287] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1259/1287] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1260/1287] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1261/1287] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1262/1287] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1263/1287] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1264/1287] Compiling SwiftSyntaxBuilder Indenter.swift
[1265/1287] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1265/1287] Wrapping AST for SwiftSyntaxBuilder for debugging
[1267/1310] Compiling SafeDICore TypeDescription.swift
[1268/1310] Compiling SafeDICore ImportStatement.swift
[1269/1310] Compiling SafeDICore Property.swift
[1270/1310] Compiling SafeDICore Scope.swift
[1271/1310] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1273/1311] Compiling SafeDICore DiagnosticError.swift
[1274/1311] Compiling SafeDICore FixableInjectableError.swift
[1275/1311] Compiling SafeDICore FixableInstantiableError.swift
[1276/1311] Compiling SafeDICore AttributeListSyntaxElementExtensions.swift
[1277/1314] Compiling SafeDICore AttributeListSyntaxExtensions.swift
[1278/1314] Compiling SafeDICore AttributeSyntaxExtensions.swift
[1279/1314] Compiling SafeDICore CollectionExtensions.swift
[1279/1314] Wrapping AST for SwiftSyntaxBuilder for debugging
[1281/1354] Compiling SafeDICore ImportStatement.swift
[1282/1354] Compiling SafeDICore Initializer.swift
[1283/1354] Compiling SafeDICore InstantiableStruct.swift
[1284/1354] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[1285/1354] Compiling SwiftSyntaxMacros Macro+Format.swift
[1286/1354] Compiling SwiftSyntaxMacros Macro.swift
[1287/1354] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[1288/1354] Compiling SwiftSyntaxMacros MemberMacro.swift
[1289/1354] Compiling SwiftSyntaxMacros PeerMacro.swift
[1290/1356] Emitting module SafeDICore
[1291/1356] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[1292/1356] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[1293/1356] Emitting module SwiftSyntaxMacros
[1294/1356] Compiling SwiftSyntaxMacros PreambleMacro.swift
[1295/1356] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[1296/1356] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[1297/1356] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[1298/1356] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[1299/1356] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[1300/1356] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[1301/1356] Compiling SwiftSyntaxMacros AccessorMacro.swift
[1302/1356] Compiling SwiftSyntaxMacros AttachedMacro.swift
[1303/1356] Compiling SwiftSyntaxMacros BodyMacro.swift
[1307/1360] Wrapping AST for SwiftSyntaxMacros for debugging
[1309/1364] Emitting module SafeDICore
[1310/1369] Compiling SafeDICore UnorderedEquatingCollection.swift
[1311/1369] Compiling SafeDICore FileVisitor.swift
[1312/1369] Compiling SafeDICore InstantiableVisitor.swift
[1313/1369] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[1314/1370] Emitting module SwiftSyntaxMacroExpansion
[1318/1370] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[1319/1370] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[1320/1370] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[1321/1370] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[1322/1370] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[1323/1370] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[1324/1370] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[1337/1370] Compiling SafeDICore Property.swift
[1338/1370] Compiling SafeDICore Scope.swift
[1339/1370] Compiling SafeDICore TypeDescription.swift
[1346/1371] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[1348/1372] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[1359/1372] Wrapping AST for SafeDICore for debugging
[1362/1387] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[1363/1387] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[1364/1388] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[1364/1390] Wrapping AST for SafeDICore for debugging
[1366/1390] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[1367/1390] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[1368/1390] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[1369/1390] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[1370/1390] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[1371/1390] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[1372/1390] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[1373/1390] Emitting module SwiftCompilerPluginMessageHandling
[1374/1390] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[1375/1390] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[1376/1391] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[1378/1393] Emitting module SwiftCompilerPlugin
[1379/1393] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[1380/1394] Wrapping AST for SwiftCompilerPlugin for debugging
[1382/1398] Compiling SafeDIMacros SafeDIMacroPlugin.swift
[1383/1398] Emitting module SafeDITool
[1384/1398] Compiling SafeDITool SafeDITool.swift
[1385/1399] Compiling SafeDIMacros InjectableMacro.swift
[1386/1399] Emitting module SafeDIMacros
[1387/1399] Compiling SafeDIMacros InstantiableMacro.swift
[1389/1400] Emitting module SafeDITool
[1390/1400] Compiling SafeDITool SafeDITool.swift
[1392/1401] Wrapping AST for SafeDIMacros for debugging
[1393/1401] Wrapping AST for SafeDITool for debugging
[1395/1401] Write Objects.LinkFileList
[1398/1401] Linking SafeDITool
[1399/1401] Linking SafeDIMacros-tool
[1400/1401] Linking SafeDITool-tool
[1402/1417] Compiling SafeDI Forwarded.swift
[1403/1417] Emitting module SafeDI
[1404/1417] Compiling SafeDI Instantiable.swift
[1405/1418] Emitting module SafeDI
[1406/1418] Compiling SafeDI Forwarded.swift
[1407/1419] Compiling SafeDI SendableErasedInstantiator.swift
[1408/1419] Compiling SafeDI Instantiator.swift
[1409/1419] Compiling SafeDI Instantiated.swift
[1410/1419] Compiling SafeDI ErasedInstantiator.swift
[1411/1419] Compiling SafeDI Received.swift
[1412/1419] Compiling SafeDI SendableErasedInstantiator.swift
[1413/1419] Compiling SafeDI ErasedInstantiator.swift
[1414/1419] Compiling SafeDI Received.swift
[1415/1419] Compiling SafeDI Instantiated.swift
[1416/1419] Compiling SafeDI Instantiator.swift
[1417/1419] Compiling SafeDI Instantiable.swift
[1418/1419] Compiling SafeDI SendableInstantiator.swift
Build complete! (419.28s)
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" : "603.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",
"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 finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.