Build Information
Successful build of swift-identified-collections, reference 1.1.1 (322d9f
), with Swift 5.10 for Linux on 30 Jan 2025 18:38:46 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/swift-identified-collections.git
Reference: 1.1.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/pointfreeco/swift-identified-collections
* tag 1.1.1 -> FETCH_HEAD
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 1.1.1
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/pointfreeco/swift-identified-collections.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:8b386ca1081dd55ec0944429387f246ccb59ef99c9c8cbb418b0abd78460b38f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-collections-benchmark
Fetching https://github.com/apple/swift-collections
[1/340] Fetching swift-collections-benchmark
[76/2388] Fetching swift-collections-benchmark, swift-docc-plugin
[322/18015] Fetching swift-collections-benchmark, swift-docc-plugin, swift-collections
Fetched https://github.com/apple/swift-docc-plugin from cache (1.05s)
Fetched https://github.com/apple/swift-collections-benchmark from cache (1.06s)
Fetched https://github.com/apple/swift-collections from cache (1.09s)
Computing version for https://github.com/apple/swift-collections-benchmark
Computed https://github.com/apple/swift-collections-benchmark at 0.0.3 (1.05s)
Fetching https://github.com/apple/swift-system
Fetching https://github.com/apple/swift-argument-parser
[1/4024] Fetching swift-system
[4025/16560] Fetching swift-system, swift-argument-parser
Fetched https://github.com/apple/swift-system from cache (0.68s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.69s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.4.0 (0.36s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (1.32s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3270] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.37s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.68s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.40s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (0.67s)
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
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-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
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
[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] Write swift-version-24593BA9C3E375BF.txt
[12/23] Compiling CSystem shims.c
[14/70] Emitting module SystemPackage
[15/73] Compiling SystemPackage Util+StringArray.swift
[16/73] Compiling SystemPackage Util.swift
[17/73] Compiling SystemPackage UtilConsumers.swift
[18/73] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[19/73] Compiling InternalCollectionsUtilities Integer rank.swift
[20/73] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[21/75] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[22/75] Compiling InternalCollectionsUtilities Specialize.swift
[23/75] Compiling InternalCollectionsUtilities _SortedCollection.swift
[24/75] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[25/75] Emitting module InternalCollectionsUtilities
[26/75] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[27/75] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[28/75] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[29/75] Compiling InternalCollectionsUtilities Debugging.swift
[30/75] Compiling InternalCollectionsUtilities Descriptions.swift
[31/75] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[32/75] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[33/75] Compiling InternalCollectionsUtilities UInt+reversed.swift
[34/75] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[43/75] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[44/75] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[46/76] Emitting module ArgumentParserToolInfo
[47/76] Compiling ArgumentParserToolInfo ToolInfo.swift
[47/77] Wrapping AST for InternalCollectionsUtilities for debugging
[49/79] Wrapping AST for ArgumentParserToolInfo for debugging
[51/170] Compiling ArgumentParser OptionGroup.swift
[52/170] Compiling ArgumentParser AsyncParsableCommand.swift
[53/170] Compiling ArgumentParser CommandConfiguration.swift
[54/170] Compiling ArgumentParser CommandGroup.swift
[55/170] Compiling ArgumentParser CommandParser.swift
[56/170] Compiling ArgumentParser InputKey.swift
[57/170] Compiling ArgumentParser InputOrigin.swift
[58/170] Compiling ArgumentParser ExpressibleByArgument.swift
[59/170] Compiling ArgumentParser Errors.swift
[60/170] Compiling ArgumentParser Flag.swift
[61/170] Compiling ArgumentParser NameSpecification.swift
[62/170] Compiling ArgumentParser Option.swift
[63/170] Compiling ArgumentParser EnumerableFlag.swift
[64/170] Compiling ArgumentParser ArgumentDefinition.swift
[65/170] Compiling ArgumentParser ArgumentSet.swift
[66/170] Compiling ArgumentParser ParsableArguments.swift
[67/170] Compiling ArgumentParser ParsableArgumentsValidation.swift
[68/170] Compiling ArgumentParser ParsableCommand.swift
[69/170] Compiling ArgumentParser ArgumentDecoder.swift
[70/171] Wrapping AST for SystemPackage for debugging
[72/171] Compiling ArgumentParser BashCompletionsGenerator.swift
[73/171] Compiling ArgumentParser CompletionsGenerator.swift
[74/171] Compiling ArgumentParser FishCompletionsGenerator.swift
[75/171] Compiling ArgumentParser ZshCompletionsGenerator.swift
[76/171] Compiling ArgumentParser Argument.swift
[77/171] Compiling ArgumentParser ArgumentHelp.swift
[78/171] Compiling ArgumentParser ArgumentVisibility.swift
[79/171] Compiling ArgumentParser CompletionKind.swift
[87/178] Compiling OrderedCollections OrderedSet+Initializers.swift
[88/178] Compiling OrderedCollections OrderedSet+Insertions.swift
[89/178] Compiling OrderedCollections OrderedSet+Invariants.swift
[90/178] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[91/178] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[92/178] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[93/178] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[94/178] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[95/178] Compiling ArgumentParser ParserError.swift
[96/178] Compiling ArgumentParser SplitArguments.swift
[97/178] Compiling ArgumentParser DumpHelpGenerator.swift
[98/178] Compiling ArgumentParser HelpCommand.swift
[99/178] Compiling ArgumentParser HelpGenerator.swift
[100/178] Compiling ArgumentParser MessageInfo.swift
[101/178] Compiling ArgumentParser UsageGenerator.swift
[102/178] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[107/178] Compiling ArgumentParser Name.swift
[108/178] Compiling ArgumentParser Parsed.swift
[109/178] Compiling ArgumentParser ParsedValues.swift
[110/178] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[111/178] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[112/178] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[113/178] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[114/178] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[115/178] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[116/178] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[117/178] Compiling OrderedCollections OrderedDictionary+Values.swift
[118/178] Emitting module ArgumentParser
[119/183] Emitting module OrderedCollections
[140/183] Compiling OrderedCollections OrderedSet+Sendable.swift
[141/183] Compiling OrderedCollections OrderedSet+SubSequence.swift
[142/183] Compiling OrderedCollections OrderedSet+Testing.swift
[143/183] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[144/183] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[145/183] Compiling OrderedCollections OrderedSet.swift
[146/183] Compiling OrderedCollections _UnsafeBitset.swift
[147/184] Wrapping AST for OrderedCollections for debugging
[149/184] Compiling ArgumentParser CollectionExtensions.swift
[150/184] Compiling ArgumentParser Platform.swift
[151/184] Compiling ArgumentParser SequenceExtensions.swift
[152/184] Compiling ArgumentParser StringExtensions.swift
[153/184] Compiling ArgumentParser Tree.swift
[164/202] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
[165/202] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
[166/202] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
[167/202] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
[168/202] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.swift
[169/202] Compiling IdentifiedCollections Identified.swift
[170/202] Compiling IdentifiedCollections IdentifiedArray+Codable.swift
[171/202] Compiling IdentifiedCollections IdentifiedArray+Collection.swift
[172/204] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
[173/204] Compiling IdentifiedCollections IdentifiedArray+IdentifiedCollection.swift
[179/204] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
[180/204] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
[181/204] Emitting module IdentifiedCollections
[182/204] Compiling IdentifiedCollections IdentifiedArray.swift
[183/204] Compiling IdentifiedCollections IdentifiedCollection.swift
[184/204] Compiling IdentifiedCollections IdentifiedArray+Initializers.swift
[185/204] Compiling IdentifiedCollections IdentifiedArray+Insertions.swift
[186/204] Compiling IdentifiedCollections IdentifiedArray+CollectionAlgorithms.swift
[187/204] Compiling IdentifiedCollections IdentifiedArray+CustomDebugStringConvertible.swift
[188/204] Compiling IdentifiedCollections IdentifiedArray+CustomReflectable.swift
[200/206] Wrapping AST for IdentifiedCollections for debugging
[201/206] Wrapping AST for ArgumentParser for debugging
[203/279] Compiling CollectionsBenchmark Blackhole.swift
[204/279] Compiling CollectionsBenchmark Identity.swift
[205/279] Compiling CollectionsBenchmark Measurement.swift
[206/279] Compiling CollectionsBenchmark Sample+Statistic.swift
[207/279] Compiling CollectionsBenchmark Sample.swift
[208/279] Compiling CollectionsBenchmark Size.swift
[209/279] Compiling CollectionsBenchmark TaskResults.swift
[210/279] Compiling CollectionsBenchmark Tick.swift
[211/279] Compiling CollectionsBenchmark Time.swift
[212/279] Compiling CollectionsBenchmark Timer.swift
[213/279] Compiling CollectionsBenchmark AnyTask.swift
[214/289] Emitting module CollectionsBenchmark
[215/289] Compiling CollectionsBenchmark Color.swift
[216/289] Compiling CollectionsBenchmark DocumentRenderer.swift
[217/289] Compiling CollectionsBenchmark Font.swift
[218/289] Compiling CollectionsBenchmark Graphics+Element.swift
[219/289] Compiling CollectionsBenchmark Graphics+SVG.swift
[220/289] Compiling CollectionsBenchmark Graphics.swift
[221/289] Compiling CollectionsBenchmark ImageFormat.swift
[222/289] Compiling CollectionsBenchmark Renderer.swift
[223/289] Compiling CollectionsBenchmark Shape.swift
[224/289] Compiling CollectionsBenchmark Stroke.swift
[225/289] Compiling CollectionsBenchmark Chart.swift
[226/289] Compiling CollectionsBenchmark ChartScales.swift
[227/289] Compiling CollectionsBenchmark ChartUtils.swift
[228/289] Compiling CollectionsBenchmark Curve.swift
[229/289] Compiling CollectionsBenchmark EdgeInsets.swift
[230/289] Compiling CollectionsBenchmark Path.swift
[231/289] Compiling CollectionsBenchmark Point.swift
[232/289] Compiling CollectionsBenchmark Rectangle.swift
[233/289] Compiling CollectionsBenchmark Transform.swift
[234/289] Compiling CollectionsBenchmark Vector.swift
[235/289] Compiling CollectionsBenchmark Text.swift
[236/289] Compiling CollectionsBenchmark CocoaRenderer.swift
[237/289] Compiling CollectionsBenchmark CoreGraphics.swift
[238/289] Compiling CollectionsBenchmark DefaultRenderer.swift
[239/289] Compiling CollectionsBenchmark HTMLDocumentRenderer.swift
[240/289] Compiling CollectionsBenchmark UIKitRenderer.swift
[241/289] Compiling CollectionsBenchmark _XML.swift
[242/289] Compiling CollectionsBenchmark Theme.swift
[243/289] Compiling CollectionsBenchmark Compatibility.swift
[244/289] Compiling CollectionsBenchmark BinarySearch.swift
[245/289] Compiling CollectionsBenchmark Benchmark+ChartLibrary.swift
[246/289] Compiling CollectionsBenchmark Benchmark+Error.swift
[247/289] Compiling CollectionsBenchmark Benchmark+Event.swift
[248/289] Compiling CollectionsBenchmark Benchmark+Links.swift
[249/289] Compiling CollectionsBenchmark Benchmark+Main.swift
[250/289] Compiling CollectionsBenchmark Benchmark+Options.swift
[251/289] Compiling CollectionsBenchmark Benchmark+RunOptions.swift
[252/289] Compiling CollectionsBenchmark Benchmark.swift
[253/289] Compiling CollectionsBenchmark BenchmarkResults.swift
[254/289] Compiling CollectionsBenchmark Task.swift
[255/289] Compiling CollectionsBenchmark TaskID.swift
[256/289] Compiling CollectionsBenchmark Complain.swift
[257/289] Compiling CollectionsBenchmark Debug.swift
[258/289] Compiling CollectionsBenchmark FilePath extensions.swift
[259/289] Compiling CollectionsBenchmark ProjectInfo.swift
[260/289] Compiling CollectionsBenchmark _MutableKeyValuePairs.swift
[261/289] Compiling CollectionsBenchmark _Shims.swift
[262/289] Compiling CollectionsBenchmark _SimpleOrderedDictionary.swift
[263/289] Compiling CollectionsBenchmark _SimpleOrderedSet.swift
[264/289] Compiling CollectionsBenchmark _SimpleSortedBag.swift
[265/289] Compiling CollectionsBenchmark _SimpleSortedDictionary.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 BenchmarkCLI+Results+Delete.swift
[277/289] Compiling CollectionsBenchmark BenchmarkCLI+Results+ListTasks.swift
[278/289] Compiling CollectionsBenchmark BenchmarkCLI+Results+Merge.swift
[279/289] Compiling CollectionsBenchmark BenchmarkCLI+Results.swift
[280/289] Compiling CollectionsBenchmark BenchmarkCLI+Run.swift
[281/289] Compiling CollectionsBenchmark BenchmarkCLI+TaskSelection.swift
[282/289] Compiling CollectionsBenchmark BenchmarkCLI.swift
[283/289] Compiling CollectionsBenchmark _Document.swift
[284/289] Compiling CollectionsBenchmark Band.swift
[285/289] Compiling CollectionsBenchmark Chart+Options.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! (38.27s)
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
}
}
],
"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" : "5.9"
}
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:8b386ca1081dd55ec0944429387f246ccb59ef99c9c8cbb418b0abd78460b38f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.