Build Information
Successful build of swift-identified-collections, reference main (7673f8), with Swift 6.1 for Android on 15 Nov 2025 04:24:19 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/pointfreeco/swift-identified-collections.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/pointfreeco/swift-identified-collections
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7673f88 Run swift-format
Cloned https://github.com/pointfreeco/swift-identified-collections.git
Revision (git rev-parse @):
7673f8843010bf17b9ab532a7e3d8ce952b16b89
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pointfreeco/swift-identified-collections.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/pointfreeco/swift-identified-collections.git
https://github.com/pointfreeco/swift-identified-collections.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections"
},
{
"identity" : "swift-collections-benchmark",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections-benchmark"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "swift-identified-collections",
"name" : "swift-identified-collections",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "IdentifiedCollections",
"targets" : [
"IdentifiedCollections"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "swift-identified-collections-benchmark",
"targets" : [
"swift-identified-collections-benchmark"
],
"type" : {
"executable" : null
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "swift_identified_collections_benchmark",
"module_type" : "SwiftTarget",
"name" : "swift-identified-collections-benchmark",
"path" : "Sources/swift-identified-collections-benchmark",
"product_dependencies" : [
"CollectionsBenchmark"
],
"product_memberships" : [
"swift-identified-collections-benchmark"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"IdentifiedCollections"
],
"type" : "executable"
},
{
"c99name" : "IdentifiedCollectionsTests",
"module_type" : "SwiftTarget",
"name" : "IdentifiedCollectionsTests",
"path" : "Tests/IdentifiedCollectionsTests",
"sources" : [
"IdentifiedArrayCollectionOperationTests.swift",
"IdentifiedArrayTests.swift"
],
"target_dependencies" : [
"IdentifiedCollections"
],
"type" : "test"
},
{
"c99name" : "IdentifiedCollections",
"module_type" : "SwiftTarget",
"name" : "IdentifiedCollections",
"path" : "Sources/IdentifiedCollections",
"product_dependencies" : [
"OrderedCollections"
],
"product_memberships" : [
"IdentifiedCollections",
"swift-identified-collections-benchmark"
],
"sources" : [
"Identified/Identified.swift",
"IdentifiedArray/IdentifiedArray+Codable.swift",
"IdentifiedArray/IdentifiedArray+Collection.swift",
"IdentifiedArray/IdentifiedArray+CollectionAlgorithms.swift",
"IdentifiedArray/IdentifiedArray+CustomDebugStringConvertible.swift",
"IdentifiedArray/IdentifiedArray+CustomReflectable.swift",
"IdentifiedArray/IdentifiedArray+CustomStringConvertible.swift",
"IdentifiedArray/IdentifiedArray+Equatable.swift",
"IdentifiedArray/IdentifiedArray+ExpressibleByArrayLiteral.swift",
"IdentifiedArray/IdentifiedArray+Hashable.swift",
"IdentifiedArray/IdentifiedArray+IdentifiedCollection.swift",
"IdentifiedArray/IdentifiedArray+Initializers.swift",
"IdentifiedArray/IdentifiedArray+Insertions.swift",
"IdentifiedArray/IdentifiedArray+MutableCollection.swift",
"IdentifiedArray/IdentifiedArray+RandomAccessCollection.swift",
"IdentifiedArray/IdentifiedArray+RangeReplaceableCollection.swift",
"IdentifiedArray/IdentifiedArray+Sendable.swift",
"IdentifiedArray/IdentifiedArray.swift",
"IdentifiedCollection.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-collections-benchmark
[1/2158] Fetching swift-docc-plugin
[239/2663] Fetching swift-docc-plugin, swift-collections-benchmark
[2130/20977] Fetching swift-docc-plugin, swift-collections-benchmark, swift-collections
Fetched https://github.com/apple/swift-collections-benchmark from cache (2.08s)
Fetched https://github.com/apple/swift-docc-plugin from cache (2.09s)
Fetched https://github.com/apple/swift-collections from cache (2.12s)
Computing version for https://github.com/apple/swift-collections-benchmark
Computed https://github.com/apple/swift-collections-benchmark at 0.0.4 (2.78s)
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-system
[1/16686] Fetching swift-argument-parser
[335/21867] Fetching swift-argument-parser, swift-system
Fetched https://github.com/apple/swift-system from cache (3.10s)
Fetched https://github.com/apple/swift-argument-parser from cache (3.67s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (4.44s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.3 (0.81s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (2.97s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3577] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.45s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.28s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.3.0 (0.93s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-collections-benchmark
Working copy of https://github.com/apple/swift-collections-benchmark resolved at 0.0.4
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin GenerateDoccReference
Building for debugging...
[4/24] Write sources
[12/24] Compiling CSystem shims.c
[13/24] Write swift-version-24593BA9C3E375BF.txt
[15/73] Emitting module ArgumentParserToolInfo
[16/73] Compiling ArgumentParserToolInfo ToolInfo.swift
[17/74] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[18/74] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[19/74] Emitting module InternalCollectionsUtilities
[20/74] Compiling SystemPackage Errno.swift
[21/74] Compiling SystemPackage ErrnoWindows.swift
[22/74] Compiling SystemPackage FileDescriptor.swift
[23/76] Compiling InternalCollectionsUtilities _SortedCollection.swift
[24/76] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[25/76] Compiling InternalCollectionsUtilities Debugging.swift
[26/76] Compiling InternalCollectionsUtilities Descriptions.swift
[27/76] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[28/76] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[29/76] Compiling SystemPackage FilePathSyntax.swift
[30/76] Compiling SystemPackage FilePathTemp.swift
[31/76] Compiling SystemPackage FileHelpers.swift
[32/76] Compiling SystemPackage FileOperations.swift
[38/80] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[39/80] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[44/81] Compiling SystemPackage CInterop.swift
[44/81] Wrapping AST for ArgumentParserToolInfo for debugging
[46/89] Emitting module SystemPackage
[46/125] Wrapping AST for InternalCollectionsUtilities for debugging
[48/180] Compiling OrderedCollections OrderedDictionary+Codable.swift
[49/180] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[50/180] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[51/180] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[52/180] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[53/180] Compiling OrderedCollections _HashTable+BucketIterator.swift
[54/180] Compiling OrderedCollections _HashTable+Constants.swift
[55/180] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[56/180] Compiling OrderedCollections _HashTable+Testing.swift
[57/180] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[58/180] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[59/180] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[60/180] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[61/180] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[62/180] Compiling OrderedCollections OrderedSet+Initializers.swift
[63/180] Compiling OrderedCollections OrderedSet+Insertions.swift
[64/180] Compiling OrderedCollections OrderedSet+Invariants.swift
[65/180] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[66/180] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[67/180] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[68/180] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[69/180] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[73/180] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[74/180] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[75/180] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[76/180] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[77/180] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[78/180] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[79/180] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[80/180] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[81/180] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[82/180] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[84/187] Compiling OrderedCollections OrderedDictionary.swift
[85/187] Compiling OrderedCollections OrderedSet+Codable.swift
[86/187] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[87/187] Compiling OrderedCollections OrderedSet+Descriptions.swift
[88/187] Compiling OrderedCollections OrderedSet+Diffing.swift
[89/187] Compiling OrderedCollections OrderedSet+Equatable.swift
[90/187] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[91/187] Compiling OrderedCollections OrderedSet+Hashable.swift
[97/187] Compiling OrderedCollections OrderedDictionary+Elements.swift
[98/187] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[99/187] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[100/187] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[101/187] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[102/187] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[103/187] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[104/187] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[105/187] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[106/187] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[107/187] Compiling OrderedCollections OrderedDictionary+Values.swift
[120/188] Compiling OrderedCollections _HashTable+Bucket.swift
[126/188] Compiling OrderedCollections _HashTable.swift
[127/188] Compiling OrderedCollections _Hashtable+Header.swift
[128/188] Wrapping AST for SystemPackage for debugging
[130/188] Compiling OrderedCollections OrderedSet+Sendable.swift
[131/188] Compiling OrderedCollections OrderedSet+SubSequence.swift
[132/188] Compiling OrderedCollections OrderedSet+Testing.swift
[133/188] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[134/188] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[135/188] Compiling OrderedCollections OrderedSet.swift
[136/188] Compiling OrderedCollections _UnsafeBitset.swift
[137/188] Emitting module OrderedCollections
[138/189] Wrapping AST for OrderedCollections for debugging
[140/207] Emitting module ArgumentParser
[141/207] Compiling IdentifiedCollections IdentifiedArray+CollectionAlgorithms.swift
[142/207] Compiling IdentifiedCollections IdentifiedArray+CustomDebugStringConvertible.swift
[143/207] Compiling IdentifiedCollections IdentifiedArray+CustomReflectable.swift
[144/207] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
[145/207] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
[146/207] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.swift
[147/207] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
[148/213] Compiling IdentifiedCollections IdentifiedArray+IdentifiedCollection.swift
[149/213] Compiling IdentifiedCollections IdentifiedArray+Initializers.swift
[150/213] Compiling IdentifiedCollections IdentifiedArray+Insertions.swift
[151/213] Compiling IdentifiedCollections Identified.swift
[152/213] Compiling IdentifiedCollections IdentifiedArray+Codable.swift
[153/213] Compiling IdentifiedCollections IdentifiedArray+Collection.swift
[160/213] Compiling ArgumentParser Tree.swift
[161/213] Compiling ArgumentParser CodingKeyValidator.swift
[162/213] Compiling ArgumentParser NonsenseFlagsValidator.swift
[163/213] Compiling ArgumentParser ParsableArgumentsValidation.swift
[164/213] Compiling ArgumentParser PositionalArgumentsValidator.swift
[165/213] Compiling ArgumentParser UniqueNamesValidator.swift
[172/213] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
[173/213] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
[174/213] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
[175/213] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
[196/216] Wrapping AST for ArgumentParser for debugging
[202/216] Emitting module IdentifiedCollections
[210/290] Compiling CollectionsBenchmark Size.swift
[211/290] Compiling CollectionsBenchmark TaskResults.swift
[212/291] Wrapping AST for IdentifiedCollections for debugging
[214/291] Emitting module CollectionsBenchmark
[215/301] Compiling CollectionsBenchmark Text.swift
[216/301] Compiling CollectionsBenchmark CocoaRenderer.swift
[217/301] Compiling CollectionsBenchmark CoreGraphics.swift
[218/301] Compiling CollectionsBenchmark DefaultRenderer.swift
[219/301] Compiling CollectionsBenchmark HTMLDocumentRenderer.swift
[220/301] Compiling CollectionsBenchmark UIKitRenderer.swift
[221/301] Compiling CollectionsBenchmark _XML.swift
[222/301] Compiling CollectionsBenchmark Theme.swift
[223/301] Compiling CollectionsBenchmark Compatibility.swift
[224/301] Compiling CollectionsBenchmark BinarySearch.swift
[225/301] Compiling CollectionsBenchmark Chart.swift
[226/301] Compiling CollectionsBenchmark ChartScales.swift
[227/301] Compiling CollectionsBenchmark ChartUtils.swift
[228/301] Compiling CollectionsBenchmark Curve.swift
[229/301] Compiling CollectionsBenchmark EdgeInsets.swift
[230/301] Compiling CollectionsBenchmark Path.swift
[231/301] Compiling CollectionsBenchmark Point.swift
[232/301] Compiling CollectionsBenchmark Rectangle.swift
[233/301] Compiling CollectionsBenchmark Transform.swift
[234/301] Compiling CollectionsBenchmark Vector.swift
[235/301] Compiling CollectionsBenchmark AnyTask.swift
[236/301] Compiling CollectionsBenchmark Benchmark+ChartLibrary.swift
[237/301] Compiling CollectionsBenchmark Benchmark+Error.swift
[238/301] Compiling CollectionsBenchmark Benchmark+Event.swift
[239/301] Compiling CollectionsBenchmark Benchmark+Links.swift
[240/301] Compiling CollectionsBenchmark Benchmark+Main.swift
[241/301] Compiling CollectionsBenchmark Benchmark+Options.swift
[242/301] Compiling CollectionsBenchmark Benchmark+RunOptions.swift
[243/301] Compiling CollectionsBenchmark Benchmark.swift
[244/301] Compiling CollectionsBenchmark BenchmarkResults.swift
[245/301] Compiling CollectionsBenchmark Task.swift
[246/301] Compiling CollectionsBenchmark Color.swift
[247/301] Compiling CollectionsBenchmark DocumentRenderer.swift
[248/301] Compiling CollectionsBenchmark Font.swift
[249/301] Compiling CollectionsBenchmark Graphics+Element.swift
[250/301] Compiling CollectionsBenchmark Graphics+SVG.swift
[251/301] Compiling CollectionsBenchmark Graphics.swift
[252/301] Compiling CollectionsBenchmark ImageFormat.swift
[253/301] Compiling CollectionsBenchmark Renderer.swift
[254/301] Compiling CollectionsBenchmark Shape.swift
[255/301] Compiling CollectionsBenchmark Stroke.swift
[256/301] Compiling CollectionsBenchmark Complain.swift
[257/301] Compiling CollectionsBenchmark Debug.swift
[258/301] Compiling CollectionsBenchmark FilePath extensions.swift
[259/301] Compiling CollectionsBenchmark ProjectInfo.swift
[260/301] Compiling CollectionsBenchmark _MutableKeyValuePairs.swift
[261/301] Compiling CollectionsBenchmark _Shims.swift
[262/301] Compiling CollectionsBenchmark _SimpleOrderedDictionary.swift
[263/301] Compiling CollectionsBenchmark _SimpleOrderedSet.swift
[264/301] Compiling CollectionsBenchmark _SimpleSortedBag.swift
[265/301] Compiling CollectionsBenchmark _SimpleSortedDictionary.swift
[266/301] Compiling CollectionsBenchmark BenchmarkCLI+Results+Delete.swift
[267/301] Compiling CollectionsBenchmark BenchmarkCLI+Results+ListTasks.swift
[268/301] Compiling CollectionsBenchmark BenchmarkCLI+Results+Merge.swift
[269/301] Compiling CollectionsBenchmark BenchmarkCLI+Results.swift
[270/301] Compiling CollectionsBenchmark BenchmarkCLI+Run.swift
[271/301] Compiling CollectionsBenchmark BenchmarkCLI+TaskSelection.swift
[272/301] Compiling CollectionsBenchmark BenchmarkCLI.swift
[273/301] Compiling CollectionsBenchmark _Document.swift
[274/301] Compiling CollectionsBenchmark Band.swift
[275/301] Compiling CollectionsBenchmark Chart+Options.swift
[276/301] Compiling CollectionsBenchmark Blackhole.swift
[277/301] Compiling CollectionsBenchmark Duration+Basics.swift
[278/301] Compiling CollectionsBenchmark Identity.swift
[279/301] Compiling CollectionsBenchmark Measurement.swift
[280/301] Compiling CollectionsBenchmark Sample+Statistic.swift
[281/301] Compiling CollectionsBenchmark Sample.swift
[284/301] Compiling CollectionsBenchmark Tick.swift
[285/301] Compiling CollectionsBenchmark Time.swift
[286/301] Compiling CollectionsBenchmark Timer.swift
[287/301] Compiling CollectionsBenchmark TaskID.swift
[288/301] Compiling CollectionsBenchmark _ExecutionContext.swift
[289/301] Compiling CollectionsBenchmark _TypeBox.swift
[290/301] Compiling CollectionsBenchmark BenchmarkCLI+Info.swift
[291/301] Compiling CollectionsBenchmark BenchmarkCLI+Library+List.swift
[292/301] Compiling CollectionsBenchmark BenchmarkCLI+Library+Render.swift
[293/301] Compiling CollectionsBenchmark BenchmarkCLI+Library+Run.swift
[294/301] Compiling CollectionsBenchmark BenchmarkCLI+Library.swift
[295/301] Compiling CollectionsBenchmark BenchmarkCLI+Render+Options.swift
[296/301] Compiling CollectionsBenchmark BenchmarkCLI+Render.swift
[297/301] Compiling CollectionsBenchmark BenchmarkCLI+Results+Compare.swift
[298/302] Wrapping AST for CollectionsBenchmark for debugging
[300/304] Emitting module swift_identified_collections_benchmark
[301/304] Compiling swift_identified_collections_benchmark main.swift
[302/305] Wrapping AST for swift-identified-collections-benchmark for debugging
[303/305] Write Objects.LinkFileList
[304/305] Linking swift-identified-collections-benchmark
Build complete! (73.83s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections"
},
{
"identity" : "swift-collections-benchmark",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections-benchmark"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "swift-identified-collections",
"name" : "swift-identified-collections",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "IdentifiedCollections",
"targets" : [
"IdentifiedCollections"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "swift-identified-collections-benchmark",
"targets" : [
"swift-identified-collections-benchmark"
],
"type" : {
"executable" : null
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "swift_identified_collections_benchmark",
"module_type" : "SwiftTarget",
"name" : "swift-identified-collections-benchmark",
"path" : "Sources/swift-identified-collections-benchmark",
"product_dependencies" : [
"CollectionsBenchmark"
],
"product_memberships" : [
"swift-identified-collections-benchmark"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"IdentifiedCollections"
],
"type" : "executable"
},
{
"c99name" : "IdentifiedCollectionsTests",
"module_type" : "SwiftTarget",
"name" : "IdentifiedCollectionsTests",
"path" : "Tests/IdentifiedCollectionsTests",
"sources" : [
"IdentifiedArrayCollectionOperationTests.swift",
"IdentifiedArrayTests.swift"
],
"target_dependencies" : [
"IdentifiedCollections"
],
"type" : "test"
},
{
"c99name" : "IdentifiedCollections",
"module_type" : "SwiftTarget",
"name" : "IdentifiedCollections",
"path" : "Sources/IdentifiedCollections",
"product_dependencies" : [
"OrderedCollections"
],
"product_memberships" : [
"IdentifiedCollections",
"swift-identified-collections-benchmark"
],
"sources" : [
"Identified/Identified.swift",
"IdentifiedArray/IdentifiedArray+Codable.swift",
"IdentifiedArray/IdentifiedArray+Collection.swift",
"IdentifiedArray/IdentifiedArray+CollectionAlgorithms.swift",
"IdentifiedArray/IdentifiedArray+CustomDebugStringConvertible.swift",
"IdentifiedArray/IdentifiedArray+CustomReflectable.swift",
"IdentifiedArray/IdentifiedArray+CustomStringConvertible.swift",
"IdentifiedArray/IdentifiedArray+Equatable.swift",
"IdentifiedArray/IdentifiedArray+ExpressibleByArrayLiteral.swift",
"IdentifiedArray/IdentifiedArray+Hashable.swift",
"IdentifiedArray/IdentifiedArray+IdentifiedCollection.swift",
"IdentifiedArray/IdentifiedArray+Initializers.swift",
"IdentifiedArray/IdentifiedArray+Insertions.swift",
"IdentifiedArray/IdentifiedArray+MutableCollection.swift",
"IdentifiedArray/IdentifiedArray+RandomAccessCollection.swift",
"IdentifiedArray/IdentifiedArray+RangeReplaceableCollection.swift",
"IdentifiedArray/IdentifiedArray+Sendable.swift",
"IdentifiedArray/IdentifiedArray.swift",
"IdentifiedCollection.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.