Build Information
Successful build of swift-identified-collections, reference main (322d9f
), with Swift 6.0 for Linux on 9 Dec 2024 19:38:17 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.58.5
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 322d9ff Android support (#80)
Cloned https://github.com/pointfreeco/swift-identified-collections.git
Revision (git rev-parse @):
322d9ffeeba85c9f7c4984b39422ec7cc3c56597
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pointfreeco/swift-identified-collections.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/apple/swift-collections-benchmark
Fetching https://github.com/apple/swift-docc-plugin
[1/340] Fetching swift-collections-benchmark
[76/2384] Fetching swift-collections-benchmark, swift-docc-plugin
[2385/17987] Fetching swift-collections-benchmark, swift-docc-plugin, swift-collections
Fetched https://github.com/apple/swift-collections-benchmark from cache (0.38s)
[2981/17647] Fetching swift-docc-plugin, swift-collections
Fetched https://github.com/apple/swift-docc-plugin from cache (0.98s)
Fetched https://github.com/apple/swift-collections from cache (0.99s)
Computing version for https://github.com/apple/swift-collections-benchmark
Computed https://github.com/apple/swift-collections-benchmark at 0.0.3 (1.78s)
Fetching https://github.com/apple/swift-system
Fetching https://github.com/apple/swift-argument-parser
[1/3930] Fetching swift-system
[3931/16331] Fetching swift-system, swift-argument-parser
Fetched https://github.com/apple/swift-system from cache (0.60s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.60s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.4.0 (0.37s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.44s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3203] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.36s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.44s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.39s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (0.59s)
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.3
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.5.0
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.3
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.4.0
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin Swift-DocC Preview
Building for debugging...
[3/23] Write sources
[11/23] Compiling CSystem shims.c
[11/23] Write swift-version-24593BA9C3E375BF.txt
[14/70] Emitting module InternalCollectionsUtilities
[15/72] Emitting module SystemPackage
[16/75] Emitting module ArgumentParserToolInfo
[17/75] Compiling ArgumentParserToolInfo ToolInfo.swift
[18/75] Compiling SystemPackage Util+StringArray.swift
[19/75] Compiling SystemPackage Util.swift
[20/75] Compiling SystemPackage UtilConsumers.swift
[21/76] Compiling SystemPackage FilePathTemp.swift
[22/76] Compiling SystemPackage FilePathTempPosix.swift
[23/76] Compiling SystemPackage FilePathParsing.swift
[24/76] Compiling SystemPackage FilePathString.swift
[25/76] Compiling SystemPackage FilePathSyntax.swift
[27/76] Compiling SystemPackage Backcompat.swift
[28/76] Compiling SystemPackage CInterop.swift
[29/76] Compiling SystemPackage FilePathComponentView.swift
[30/76] Compiling SystemPackage FilePathComponents.swift
[31/76] Compiling SystemPackage Constants.swift
[32/76] Compiling SystemPackage Exports.swift
[33/76] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[34/76] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[38/76] Wrapping AST for ArgumentParserToolInfo for debugging
[40/76] Compiling SystemPackage FilePathTempWindows.swift
[41/76] Compiling SystemPackage FilePathWindows.swift
[42/76] Compiling SystemPackage FilePermissions.swift
[43/76] Compiling SystemPackage FileOperations.swift
[44/76] Compiling SystemPackage FilePath.swift
[45/89] Compiling SystemPackage MachPort.swift
[46/89] Compiling SystemPackage PlatformString.swift
[47/89] Compiling SystemPackage SystemString.swift
[48/115] Wrapping AST for InternalCollectionsUtilities for debugging
[50/170] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[51/170] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[52/170] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[53/170] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[54/170] Compiling OrderedCollections _HashTable+Testing.swift
[55/170] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[56/170] Compiling OrderedCollections _HashTable.swift
[57/170] Compiling OrderedCollections _Hashtable+Header.swift
[58/170] Compiling OrderedCollections OrderedSet+Initializers.swift
[59/170] Compiling OrderedCollections OrderedSet+Insertions.swift
[60/170] Compiling OrderedCollections OrderedSet+Invariants.swift
[61/170] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[62/170] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[63/170] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[64/170] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[65/170] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[66/170] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[67/170] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[68/170] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[69/170] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[71/171] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[72/171] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[73/171] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[74/171] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[75/171] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[76/171] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[77/171] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[77/178] Wrapping AST for SystemPackage for debugging
[79/178] Compiling OrderedCollections OrderedDictionary.swift
[80/178] Compiling OrderedCollections OrderedSet+Codable.swift
[81/178] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[82/178] Compiling OrderedCollections OrderedSet+Descriptions.swift
[83/178] Compiling OrderedCollections OrderedSet+Diffing.swift
[84/178] Compiling OrderedCollections OrderedSet+Equatable.swift
[85/178] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[86/178] Compiling OrderedCollections OrderedSet+Hashable.swift
[91/178] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[92/178] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[93/178] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[94/178] Compiling OrderedCollections OrderedDictionary+Values.swift
[103/178] Compiling OrderedCollections OrderedDictionary+Codable.swift
[104/178] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[105/178] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[106/178] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[107/178] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[108/178] Compiling OrderedCollections OrderedDictionary+Elements.swift
[109/178] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[110/178] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[115/178] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[116/178] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[117/178] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[118/178] Compiling OrderedCollections _HashTable+Bucket.swift
[119/178] Compiling OrderedCollections _HashTable+BucketIterator.swift
[120/178] Compiling OrderedCollections _HashTable+Constants.swift
[121/178] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[126/178] Compiling OrderedCollections OrderedSet+Sendable.swift
[127/178] Compiling OrderedCollections OrderedSet+SubSequence.swift
[128/178] Compiling OrderedCollections OrderedSet+Testing.swift
[129/178] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[130/178] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[131/178] Compiling OrderedCollections OrderedSet.swift
[132/178] Compiling OrderedCollections _UnsafeBitset.swift
[133/178] Emitting module OrderedCollections
[135/179] Emitting module ArgumentParser
[135/184] Wrapping AST for OrderedCollections for debugging
[137/202] Compiling IdentifiedCollections IdentifiedArray+CollectionAlgorithms.swift
[138/202] Compiling IdentifiedCollections IdentifiedArray+CustomDebugStringConvertible.swift
[139/202] Compiling IdentifiedCollections IdentifiedArray+CustomReflectable.swift
[140/202] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
[141/202] Compiling IdentifiedCollections IdentifiedArray+IdentifiedCollection.swift
[142/202] Compiling IdentifiedCollections Identified.swift
[143/202] Compiling ArgumentParser CollectionExtensions.swift
[144/202] Compiling ArgumentParser Platform.swift
[145/202] Compiling ArgumentParser SequenceExtensions.swift
[146/202] Compiling ArgumentParser StringExtensions.swift
[147/202] Compiling ArgumentParser Tree.swift
[148/202] Compiling IdentifiedCollections IdentifiedArray+Initializers.swift
[149/202] Compiling IdentifiedCollections IdentifiedArray+Insertions.swift
[150/202] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
[151/202] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
[152/202] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
[160/202] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
[163/204] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
[164/204] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
[165/204] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.swift
[170/204] Compiling IdentifiedCollections IdentifiedArray.swift
[171/204] Compiling IdentifiedCollections IdentifiedCollection.swift
[187/204] Compiling IdentifiedCollections IdentifiedArray+Codable.swift
[188/204] Compiling IdentifiedCollections IdentifiedArray+Collection.swift
[196/205] Emitting module IdentifiedCollections
[200/206] Wrapping AST for ArgumentParser for debugging
[201/206] Wrapping AST for IdentifiedCollections for debugging
[203/279] Compiling CollectionsBenchmark Text.swift
[204/279] Compiling CollectionsBenchmark CocoaRenderer.swift
[205/279] Compiling CollectionsBenchmark CoreGraphics.swift
[206/279] Compiling CollectionsBenchmark DefaultRenderer.swift
[207/279] Compiling CollectionsBenchmark HTMLDocumentRenderer.swift
[208/279] Compiling CollectionsBenchmark UIKitRenderer.swift
[209/279] Compiling CollectionsBenchmark _XML.swift
[210/279] Compiling CollectionsBenchmark Theme.swift
[211/279] Compiling CollectionsBenchmark Compatibility.swift
[212/279] Compiling CollectionsBenchmark BinarySearch.swift
[213/289] Compiling CollectionsBenchmark Chart.swift
[214/289] Compiling CollectionsBenchmark ChartScales.swift
[215/289] Compiling CollectionsBenchmark ChartUtils.swift
[216/289] Compiling CollectionsBenchmark Curve.swift
[217/289] Compiling CollectionsBenchmark EdgeInsets.swift
[218/289] Compiling CollectionsBenchmark Path.swift
[219/289] Compiling CollectionsBenchmark Point.swift
[220/289] Compiling CollectionsBenchmark Rectangle.swift
[221/289] Compiling CollectionsBenchmark Transform.swift
[222/289] Compiling CollectionsBenchmark Vector.swift
[223/289] Compiling CollectionsBenchmark Color.swift
[224/289] Compiling CollectionsBenchmark DocumentRenderer.swift
[225/289] Compiling CollectionsBenchmark Font.swift
[226/289] Compiling CollectionsBenchmark Graphics+Element.swift
[227/289] Compiling CollectionsBenchmark Graphics+SVG.swift
[228/289] Compiling CollectionsBenchmark Graphics.swift
[229/289] Compiling CollectionsBenchmark ImageFormat.swift
[230/289] Compiling CollectionsBenchmark Renderer.swift
[231/289] Compiling CollectionsBenchmark Shape.swift
[232/289] Compiling CollectionsBenchmark Stroke.swift
[233/289] Emitting module CollectionsBenchmark
[234/289] Compiling CollectionsBenchmark BenchmarkCLI+Results+Delete.swift
[235/289] Compiling CollectionsBenchmark BenchmarkCLI+Results+ListTasks.swift
[236/289] Compiling CollectionsBenchmark BenchmarkCLI+Results+Merge.swift
[237/289] Compiling CollectionsBenchmark BenchmarkCLI+Results.swift
[238/289] Compiling CollectionsBenchmark BenchmarkCLI+Run.swift
[239/289] Compiling CollectionsBenchmark BenchmarkCLI+TaskSelection.swift
[240/289] Compiling CollectionsBenchmark BenchmarkCLI.swift
[241/289] Compiling CollectionsBenchmark _Document.swift
[242/289] Compiling CollectionsBenchmark Band.swift
[243/289] Compiling CollectionsBenchmark Chart+Options.swift
[244/289] Compiling CollectionsBenchmark Benchmark+ChartLibrary.swift
[245/289] Compiling CollectionsBenchmark Benchmark+Error.swift
[246/289] Compiling CollectionsBenchmark Benchmark+Event.swift
[247/289] Compiling CollectionsBenchmark Benchmark+Links.swift
[248/289] Compiling CollectionsBenchmark Benchmark+Main.swift
[249/289] Compiling CollectionsBenchmark Benchmark+Options.swift
[250/289] Compiling CollectionsBenchmark Benchmark+RunOptions.swift
[251/289] Compiling CollectionsBenchmark Benchmark.swift
[252/289] Compiling CollectionsBenchmark BenchmarkResults.swift
[253/289] Compiling CollectionsBenchmark Task.swift
[254/289] Compiling CollectionsBenchmark TaskID.swift
[255/289] Compiling CollectionsBenchmark Blackhole.swift
[256/289] Compiling CollectionsBenchmark Identity.swift
[257/289] Compiling CollectionsBenchmark Measurement.swift
[258/289] Compiling CollectionsBenchmark Sample+Statistic.swift
[259/289] Compiling CollectionsBenchmark Sample.swift
[260/289] Compiling CollectionsBenchmark Size.swift
[261/289] Compiling CollectionsBenchmark TaskResults.swift
[262/289] Compiling CollectionsBenchmark Tick.swift
[263/289] Compiling CollectionsBenchmark Time.swift
[264/289] Compiling CollectionsBenchmark Timer.swift
[265/289] Compiling CollectionsBenchmark AnyTask.swift
[266/289] Compiling CollectionsBenchmark _ExecutionContext.swift
[267/289] Compiling CollectionsBenchmark _TypeBox.swift
[268/289] Compiling CollectionsBenchmark BenchmarkCLI+Info.swift
[269/289] Compiling CollectionsBenchmark BenchmarkCLI+Library+List.swift
[270/289] Compiling CollectionsBenchmark BenchmarkCLI+Library+Render.swift
[271/289] Compiling CollectionsBenchmark BenchmarkCLI+Library+Run.swift
[272/289] Compiling CollectionsBenchmark BenchmarkCLI+Library.swift
[273/289] Compiling CollectionsBenchmark BenchmarkCLI+Render+Options.swift
[274/289] Compiling CollectionsBenchmark BenchmarkCLI+Render.swift
[275/289] Compiling CollectionsBenchmark BenchmarkCLI+Results+Compare.swift
[276/289] Compiling CollectionsBenchmark Complain.swift
[277/289] Compiling CollectionsBenchmark Debug.swift
[278/289] Compiling CollectionsBenchmark FilePath extensions.swift
[279/289] Compiling CollectionsBenchmark ProjectInfo.swift
[280/289] Compiling CollectionsBenchmark _MutableKeyValuePairs.swift
[281/289] Compiling CollectionsBenchmark _Shims.swift
[282/289] Compiling CollectionsBenchmark _SimpleOrderedDictionary.swift
[283/289] Compiling CollectionsBenchmark _SimpleOrderedSet.swift
[284/289] Compiling CollectionsBenchmark _SimpleSortedBag.swift
[285/289] Compiling CollectionsBenchmark _SimpleSortedDictionary.swift
[286/290] Wrapping AST for CollectionsBenchmark for debugging
[288/292] Emitting module swift_identified_collections_benchmark
[289/292] Compiling swift_identified_collections_benchmark main.swift
[290/293] Wrapping AST for swift-identified-collections-benchmark for debugging
[291/293] Write Objects.LinkFileList
[292/293] Linking swift-identified-collections-benchmark
Build complete! (41.00s)
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"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.