Build Information
Successful build of pointfree-html, reference 1.0.0 (d16e9b
), with Swift 6.0 for Linux on 20 Mar 2025 13:35:25 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-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.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/coenttb/pointfree-html.git
Reference: 1.0.0
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/coenttb/pointfree-html
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at d16e9b9 PointFreeHTML 1.0.0
Cloned https://github.com/coenttb/pointfree-html.git
Revision (git rev-parse @):
d16e9b9ea48db762fc6918cc3e24498b0e515e36
SUCCESS checkout https://github.com/coenttb/pointfree-html.git at 1.0.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/coenttb/pointfree-html.git
https://github.com/coenttb/pointfree-html.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-dependencies",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.5",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-dependencies.git"
},
{
"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" : "pointfree-html",
"name" : "pointfree-html",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "maccatalyst",
"version" : "17.0"
}
],
"products" : [
{
"name" : "PointFreeHTML",
"targets" : [
"PointFreeHTML"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "PointFreeHTML_Tests",
"module_type" : "SwiftTarget",
"name" : "PointFreeHTML Tests",
"path" : "Tests",
"product_dependencies" : [
"DependenciesTestSupport"
],
"sources" : [
"PointFreeHtml Tests/PointFreeHtml Tests.swift"
],
"target_dependencies" : [
"PointFreeHTML"
],
"type" : "test"
},
{
"c99name" : "PointFreeHTML",
"module_type" : "SwiftTarget",
"name" : "PointFreeHTML",
"path" : "Sources/PointFreeHTML",
"product_dependencies" : [
"Dependencies",
"OrderedCollections"
],
"product_memberships" : [
"PointFreeHTML"
],
"sources" : [
"Doctype.swift",
"HTML.swift",
"HTMLAttribute.swift",
"HTMLBuilder.swift",
"HTMLDocument.swift",
"HTMLElement.swift",
"HTMLEmpty.swift",
"HTMLForEach.swift",
"HTMLGroup.swift",
"HTMLInlineStyle.swift",
"HTMLPrinter.swift",
"HTMLRaw.swift",
"HTMLTag.swift",
"InputType.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/pointfreeco/swift-dependencies.git
[1/15895] Fetching swift-collections
[2704/22029] Fetching swift-collections, swift-dependencies
Fetched https://github.com/pointfreeco/swift-dependencies.git from cache (0.98s)
[7472/17945] Fetching swift-collections, swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.60s)
Fetched https://github.com/apple/swift-collections.git from cache (1.62s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (2.59s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.63s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3342] 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.76s)
Computing version for https://github.com/pointfreeco/swift-dependencies.git
Computed https://github.com/pointfreeco/swift-dependencies.git at 1.8.1 (0.64s)
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/2410] Fetching combine-schedulers
[2/3259] Fetching combine-schedulers, swift-concurrency-extras
[3260/4548] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks
[4549/9860] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.68s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.69s)
[1/69494] Fetching swift-syntax
Fetched https://github.com/pointfreeco/swift-clocks from cache (4.92s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (4.92s)
Fetched https://github.com/swiftlang/swift-syntax from cache (4.96s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (0.56s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.56s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.56s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.56s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (0.80s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/pointfreeco/swift-dependencies.git
Working copy of https://github.com/pointfreeco/swift-dependencies.git resolved at 1.8.1
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.1
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
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
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/16] Write sources
[12/16] Write swift-version-24593BA9C3E375BF.txt
[14/66] Compiling InternalCollectionsUtilities _SortedCollection.swift
[15/66] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[16/68] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[17/68] Compiling ConcurrencyExtras Locking.swift
[18/70] Compiling ConcurrencyExtras ActorIsolated.swift
[19/70] Compiling ConcurrencyExtras AnyHashableSendable.swift
[20/70] Emitting module ConcurrencyExtras
[23/71] Compiling ConcurrencyExtras AsyncStream.swift
[24/71] Emitting module InternalCollectionsUtilities
[27/71] Compiling ConcurrencyExtras UncheckedBox.swift
[28/71] Compiling InternalCollectionsUtilities Debugging.swift
[29/71] Compiling InternalCollectionsUtilities Descriptions.swift
[30/71] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[31/71] Compiling InternalCollectionsUtilities Specialize.swift
[32/71] Compiling InternalCollectionsUtilities UInt+reversed.swift
[33/71] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[34/71] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[35/71] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[36/71] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[37/71] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[39/72] Compiling ConcurrencyExtras UncheckedSendable.swift
[40/72] Compiling IssueReporting WithExpectedIssue.swift
[41/72] Compiling IssueReporting WithIssueContext.swift
[42/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[43/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[44/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[45/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[46/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[47/127] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[48/127] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[49/134] Compiling OrderedCollections OrderedDictionary.swift
[50/134] Compiling OrderedCollections OrderedSet+Codable.swift
[51/134] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[52/134] Compiling OrderedCollections OrderedSet+Descriptions.swift
[53/134] Compiling OrderedCollections OrderedSet+Diffing.swift
[54/134] Compiling OrderedCollections OrderedSet+Equatable.swift
[55/134] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[56/134] Compiling OrderedCollections OrderedSet+Hashable.swift
[57/134] Compiling ConcurrencyExtras Result.swift
[58/134] Compiling ConcurrencyExtras Task.swift
[59/134] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[60/134] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[61/134] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[62/134] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[63/134] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[64/134] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[65/134] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[66/134] Compiling OrderedCollections OrderedDictionary+Codable.swift
[67/134] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[68/134] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[69/134] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[70/134] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[71/134] Compiling OrderedCollections OrderedDictionary+Elements.swift
[72/134] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[73/134] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[74/134] Compiling OrderedCollections OrderedSet+Initializers.swift
[75/134] Compiling OrderedCollections OrderedSet+Insertions.swift
[76/134] Compiling OrderedCollections OrderedSet+Invariants.swift
[77/134] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[78/134] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[79/134] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[80/134] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[81/134] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[82/134] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[83/134] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[84/134] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[85/134] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[86/134] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[87/134] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[88/134] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[89/134] Compiling OrderedCollections OrderedDictionary+Values.swift
[90/134] Compiling OrderedCollections _HashTable+Testing.swift
[91/134] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[92/134] Compiling ConcurrencyExtras MainSerialExecutor.swift
[93/134] Compiling IssueReportingTestSupport XCTest.swift
[94/134] Emitting module IssueReportingTestSupport
[95/134] Compiling IssueReportingTestSupport SwiftTesting.swift
[96/134] Compiling OrderedCollections _HashTable+Bucket.swift
[97/134] Compiling OrderedCollections _HashTable+BucketIterator.swift
[98/134] Compiling OrderedCollections _HashTable+Constants.swift
[99/134] Compiling ConcurrencyExtras LockIsolated.swift
[101/134] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[110/136] Compiling OrderedCollections _HashTable.swift
[111/136] Compiling OrderedCollections _Hashtable+Header.swift
[112/136] Emitting module IssueReporting
[118/137] Wrapping AST for IssueReportingTestSupport for debugging
[119/137] Write Objects.LinkFileList
[129/160] Compiling OrderedCollections OrderedSet+Sendable.swift
[130/160] Compiling OrderedCollections OrderedSet+SubSequence.swift
[131/160] Compiling OrderedCollections OrderedSet+Testing.swift
[132/160] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[133/160] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[134/160] Compiling OrderedCollections OrderedSet.swift
[135/160] Compiling OrderedCollections _UnsafeBitset.swift
[136/160] Compiling Clocks Timer.swift
[137/161] Compiling CombineSchedulers ImmediateScheduler.swift
[138/161] Compiling CombineSchedulers Deprecations.swift
[139/161] Compiling CombineSchedulers SwiftUI.swift
[140/161] Compiling CombineSchedulers TestScheduler.swift
[141/161] Compiling CombineSchedulers AnyScheduler.swift
[142/161] Compiling CombineSchedulers Concurrency.swift
[143/161] Compiling CombineSchedulers Lock.swift
[144/161] Compiling CombineSchedulers NSRecursiveLock.swift
[145/162] Compiling CombineSchedulers Timer.swift
[146/162] Compiling Clocks SwiftUI.swift
[147/162] Emitting module CombineSchedulers
[148/162] Compiling CombineSchedulers UIScheduler.swift
[149/162] Compiling CombineSchedulers UIKit.swift
[149/162] Linking libIssueReportingTestSupport.so
[151/162] Compiling Clocks ImmediateClock.swift
[152/162] Compiling CombineSchedulers UnimplementedScheduler.swift
[153/163] Emitting module Clocks
[154/163] Compiling Clocks AnyClock.swift
[155/163] Compiling Clocks _AsyncTimerSequence.swift
[156/163] Compiling Clocks Lock.swift
[158/163] Compiling Clocks UnimplementedClock.swift
[159/163] Emitting module OrderedCollections
[160/164] Compiling Clocks TestClock.swift
[163/165] Emitting module XCTestDynamicOverlay
[164/165] Compiling XCTestDynamicOverlay Deprecations.swift
[165/165] Compiling XCTestDynamicOverlay Exports.swift
[167/189] Compiling Dependencies Locale.swift
[168/189] Compiling Dependencies MainQueue.swift
[169/189] Compiling Dependencies MainRunLoop.swift
[170/189] Compiling Dependencies Context.swift
[171/189] Compiling Dependencies Date.swift
[172/189] Compiling Dependencies FireAndForget.swift
[173/192] Compiling Dependencies Deprecations.swift
[174/192] Compiling Dependencies Exports.swift
[175/192] Compiling Dependencies TypeName.swift
[176/192] Compiling Dependencies Assert.swift
[177/192] Compiling Dependencies Calendar.swift
[178/192] Compiling Dependencies Clocks.swift
[179/192] Compiling Dependencies OpenURL.swift
[180/192] Compiling Dependencies TimeZone.swift
[181/192] Compiling Dependencies URLSession.swift
[182/192] Compiling Dependencies UUID.swift
[183/192] Compiling Dependencies WithRandomNumberGenerator.swift
[184/192] Compiling Dependencies AppEntryPoint.swift
[185/192] Emitting module Dependencies
[186/192] Compiling Dependencies Dependency.swift
[187/192] Compiling Dependencies DependencyContext.swift
[188/192] Compiling Dependencies DependencyKey.swift
[189/192] Compiling Dependencies DependencyValues.swift
[190/192] Compiling Dependencies PreviewTrait.swift
[191/192] Compiling Dependencies TestTrait.swift
[192/192] Compiling Dependencies WithDependencies.swift
[194/207] Emitting module PointFreeHTML
[195/208] Compiling PointFreeHTML HTMLTag.swift
[196/208] Compiling PointFreeHTML InputType.swift
[197/208] Compiling PointFreeHTML HTMLPrinter.swift
[198/208] Compiling PointFreeHTML HTMLRaw.swift
[199/208] Compiling PointFreeHTML HTMLEmpty.swift
[200/208] Compiling PointFreeHTML HTMLForEach.swift
[201/208] Compiling PointFreeHTML HTMLDocument.swift
[202/208] Compiling PointFreeHTML HTMLElement.swift
[203/208] Compiling PointFreeHTML HTMLAttribute.swift
[204/208] Compiling PointFreeHTML HTMLBuilder.swift
[205/208] Compiling PointFreeHTML HTMLGroup.swift
[206/208] Compiling PointFreeHTML HTMLInlineStyle.swift
[207/208] Compiling PointFreeHTML Doctype.swift
[208/208] Compiling PointFreeHTML HTML.swift
Build complete! (60.32s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-dependencies",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.5",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-dependencies.git"
},
{
"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" : "pointfree-html",
"name" : "pointfree-html",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "maccatalyst",
"version" : "17.0"
}
],
"products" : [
{
"name" : "PointFreeHTML",
"targets" : [
"PointFreeHTML"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "PointFreeHTML_Tests",
"module_type" : "SwiftTarget",
"name" : "PointFreeHTML Tests",
"path" : "Tests",
"product_dependencies" : [
"DependenciesTestSupport"
],
"sources" : [
"PointFreeHtml Tests/PointFreeHtml Tests.swift"
],
"target_dependencies" : [
"PointFreeHTML"
],
"type" : "test"
},
{
"c99name" : "PointFreeHTML",
"module_type" : "SwiftTarget",
"name" : "PointFreeHTML",
"path" : "Sources/PointFreeHTML",
"product_dependencies" : [
"Dependencies",
"OrderedCollections"
],
"product_memberships" : [
"PointFreeHTML"
],
"sources" : [
"Doctype.swift",
"HTML.swift",
"HTMLAttribute.swift",
"HTMLBuilder.swift",
"HTMLDocument.swift",
"HTMLElement.swift",
"HTMLEmpty.swift",
"HTMLForEach.swift",
"HTMLGroup.swift",
"HTMLInlineStyle.swift",
"HTMLPrinter.swift",
"HTMLRaw.swift",
"HTMLTag.swift",
"InputType.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.