Build Information
Successful build of DangerSwiftProse, reference master (e574c4
), with Swift 6.1 for Linux on 25 Apr 2025 16:26:37 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/f-meloni/danger-swift-prose.git
Reference: master
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/f-meloni/danger-swift-prose
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at e574c4c Unhide dependencies
Cloned https://github.com/f-meloni/danger-swift-prose.git
Revision (git rev-parse @):
e574c4ce2e623b8959fbd7fa4ebaaa6aa6b85265
SUCCESS checkout https://github.com/f-meloni/danger-swift-prose.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/f-meloni/danger-swift-prose.git
https://github.com/f-meloni/danger-swift-prose.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/danger/swift.git"
},
{
"identity" : "nimble",
"requirement" : {
"range" : [
{
"lower_bound" : "8.0.0",
"upper_bound" : "9.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Nimble"
},
{
"identity" : "testspy",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/f-meloni/TestSpy"
},
{
"identity" : "komondor",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/shibapm/Komondor"
},
{
"identity" : "packageconfig",
"requirement" : {
"range" : [
{
"lower_bound" : "0.10.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/shibapm/PackageConfig"
},
{
"identity" : "swiftformat",
"requirement" : {
"range" : [
{
"lower_bound" : "0.35.8",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nicklockwood/SwiftFormat"
},
{
"identity" : "rocket",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/f-meloni/Rocket"
}
],
"manifest_display_name" : "DangerSwiftProse",
"name" : "DangerSwiftProse",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "DangerSwiftProse",
"targets" : [
"DangerSwiftProse"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DangerDeps",
"targets" : [
"DangerSwiftProse"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "DangerSwiftProseTests",
"module_type" : "SwiftTarget",
"name" : "DangerSwiftProseTests",
"path" : "Tests/DangerSwiftProseTests",
"product_dependencies" : [
"Nimble",
"TestSpy",
"DangerFixtures"
],
"sources" : [
"MdspellCheckExecutorTests.swift",
"MdspellFinderTests.swift",
"MdspellTests.swift",
"MockedCommandExecutor.swift",
"ProselintExecutorTests.swift",
"ProselintFinderTests.swift",
"ProselintTests.swift",
"SpyToolInstaller.swift",
"ToolInstallerTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"DangerSwiftProse"
],
"type" : "test"
},
{
"c99name" : "DangerSwiftProse",
"module_type" : "SwiftTarget",
"name" : "DangerSwiftProse",
"path" : "Sources/DangerSwiftProse",
"product_dependencies" : [
"Danger"
],
"product_memberships" : [
"DangerSwiftProse",
"DangerDeps"
],
"sources" : [
"CommandExecutor.swift",
"DangerSwiftProse.swift",
"MarkdownConvertible.swift",
"MarkdownTool.swift",
"Mdspell/MdspellCheckExecutor.swift",
"Mdspell/MdspellCheckResult.swift",
"Mdspell/MdspellFinder.swift",
"Mdspell/MdspellInstaller.swift",
"Proselint/ProselintExecutor.swift",
"Proselint/ProselintFinder.swift",
"Proselint/ProselintResult.swift",
"ToolInstaller.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/Quick/Nimble
Fetching https://github.com/shibapm/PackageConfig
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/f-meloni/TestSpy
Fetching https://github.com/shibapm/Komondor
Fetching https://github.com/f-meloni/Rocket
[1/580] Fetching packageconfig
[581/1089] Fetching packageconfig, komondor
[1090/2475] Fetching packageconfig, komondor, rocket
[2476/22042] Fetching packageconfig, komondor, rocket, nimble
Fetched https://github.com/f-meloni/Rocket from cache (0.28s)
Fetching https://github.com/danger/swift.git
[1285/20656] Fetching packageconfig, komondor, nimble
[14005/67386] Fetching packageconfig, komondor, nimble, swiftformat
[16189/77634] Fetching packageconfig, komondor, nimble, swiftformat, swift
[29405/79682] Fetching packageconfig, komondor, nimble, swiftformat, swift, testspy
Fetched https://github.com/danger/swift.git from cache (0.50s)
[21522/69434] Fetching packageconfig, komondor, nimble, swiftformat, testspy
Fetched https://github.com/shibapm/PackageConfig from cache (24.47s)
Fetched https://github.com/shibapm/Komondor from cache (24.47s)
Fetched https://github.com/Quick/Nimble from cache (24.50s)
Fetched https://github.com/f-meloni/TestSpy from cache (24.53s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (25.22s)
Computing version for https://github.com/f-meloni/TestSpy
Computed https://github.com/f-meloni/TestSpy at 0.5.0 (25.80s)
Fetching https://github.com/Quick/Quick
[1/14755] Fetching quick
Fetched https://github.com/Quick/Quick from cache (0.63s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 8.1.2 (1.19s)
Computing version for https://github.com/Quick/Quick
Computed https://github.com/Quick/Quick at 3.1.2 (0.67s)
Computing version for https://github.com/f-meloni/Rocket
Computed https://github.com/f-meloni/Rocket at 1.2.0 (0.55s)
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/shibapm/Logger
Fetching https://github.com/kareman/SwiftShell
[1/116] Fetching logger
[117/4979] Fetching logger, swiftshell
[1868/15268] Fetching logger, swiftshell, yams
Fetched https://github.com/kareman/SwiftShell from cache (0.34s)
[1557/10405] Fetching logger, yams
Fetched https://github.com/shibapm/Logger from cache (1.13s)
Fetched https://github.com/jpsim/Yams from cache (1.16s)
Computing version for https://github.com/shibapm/Logger
Computed https://github.com/shibapm/Logger at 0.2.3 (3.33s)
Computing version for https://github.com/shibapm/PackageConfig
Computed https://github.com/shibapm/PackageConfig at 0.13.0 (0.55s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 4.0.6 (0.57s)
Computing version for https://github.com/shibapm/Komondor
Computed https://github.com/shibapm/Komondor at 1.1.0 (0.79s)
Fetching https://github.com/JohnSundell/ShellOut.git
[1/960] Fetching shellout
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.24s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (1.01s)
Computing version for https://github.com/danger/swift.git
Computed https://github.com/danger/swift.git at 3.21.1 (0.58s)
Fetching https://github.com/nerdishbynature/octokit.swift
Fetching https://github.com/mxcl/Version
[1/288] Fetching version
[289/5283] Fetching version, octokit.swift
Fetched https://github.com/mxcl/Version from cache (0.28s)
Fetched https://github.com/nerdishbynature/octokit.swift from cache (0.28s)
Computing version for https://github.com/nerdishbynature/octokit.swift
Computed https://github.com/nerdishbynature/octokit.swift at 0.14.0 (0.79s)
Fetching https://github.com/nerdishbynature/RequestKit.git
[1/1554] Fetching requestkit
Fetched https://github.com/nerdishbynature/RequestKit.git from cache (0.23s)
Computing version for https://github.com/nerdishbynature/RequestKit.git
Computed https://github.com/nerdishbynature/RequestKit.git at 3.3.0 (0.79s)
Computing version for https://github.com/mxcl/Version
Computed https://github.com/mxcl/Version at 2.1.0 (0.55s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.55.5 (0.55s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0-beta.1 (0.59s)
Creating working copy for https://github.com/f-meloni/TestSpy
Working copy of https://github.com/f-meloni/TestSpy resolved at 0.5.0
Creating working copy for https://github.com/shibapm/Logger
Working copy of https://github.com/shibapm/Logger resolved at 0.2.3
Creating working copy for https://github.com/Quick/Quick
Working copy of https://github.com/Quick/Quick resolved at 3.1.2
Creating working copy for https://github.com/nerdishbynature/octokit.swift
Working copy of https://github.com/nerdishbynature/octokit.swift resolved at 0.14.0
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 4.0.6
Creating working copy for https://github.com/shibapm/Komondor
Working copy of https://github.com/shibapm/Komondor resolved at 1.1.0
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.55.5
Creating working copy for https://github.com/Quick/Nimble
Working copy of https://github.com/Quick/Nimble resolved at 8.1.2
Creating working copy for https://github.com/shibapm/PackageConfig
Working copy of https://github.com/shibapm/PackageConfig resolved at 0.13.0
Creating working copy for https://github.com/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.0-beta.1
Creating working copy for https://github.com/f-meloni/Rocket
Working copy of https://github.com/f-meloni/Rocket resolved at 1.2.0
Creating working copy for https://github.com/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.3.0
Creating working copy for https://github.com/nerdishbynature/RequestKit.git
Working copy of https://github.com/nerdishbynature/RequestKit.git resolved at 3.3.0
Creating working copy for https://github.com/mxcl/Version
Working copy of https://github.com/mxcl/Version resolved at 2.1.0
Creating working copy for https://github.com/danger/swift.git
Working copy of https://github.com/danger/swift.git resolved at 3.21.1
warning: 'octokit.swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/octokit.swift/OctoKit/Info.plist
[1/1] Compiling plugin SwiftFormatPlugin
Building for debugging...
[1/16] Write sources
[7/16] Write swift-version-24593BA9C3E375BF.txt
[9/24] Emitting module Logger
[10/24] Compiling Logger Logger.swift
[12/25] Compiling RequestKit Router.swift
[13/25] Compiling RequestKit RequestKitSession.swift
[14/25] Compiling DangerShellExecutor ShellExecutor.swift
[15/25] Emitting module DangerShellExecutor
[16/26] Emitting module RequestKit
[17/26] Compiling RequestKit JSONPostRouter.swift
[19/27] Wrapping AST for Logger for debugging
[20/27] Wrapping AST for DangerShellExecutor for debugging
[21/27] Wrapping AST for RequestKit for debugging
[23/53] Compiling OctoKit NotificationThread.swift
[24/53] Compiling OctoKit Octokit.swift
[25/53] Compiling OctoKit Organization.swift
[26/53] Compiling OctoKit Parameters.swift
[27/56] Emitting module OctoKit
[28/56] Compiling OctoKit Configuration.swift
[29/56] Compiling OctoKit File.swift
[30/56] Compiling OctoKit Follow.swift
[31/56] Compiling OctoKit Gist.swift
[32/56] Compiling OctoKit Plan.swift
[33/56] Compiling OctoKit PreviewHeader.swift
[34/56] Compiling OctoKit PublicKey.swift
[35/56] Compiling OctoKit PullRequest.swift
[36/56] Compiling OctoKit Git.swift
[37/56] Compiling OctoKit Issue.swift
[38/56] Compiling OctoKit Label.swift
[39/56] Compiling OctoKit Milestone.swift
[40/56] Compiling OctoKit Review.swift
[41/56] Compiling OctoKit Search.swift
[42/56] Compiling OctoKit Stars.swift
[43/56] Compiling OctoKit Statuses.swift
[44/56] Compiling OctoKit String+PercentEncoding.swift
[45/56] Compiling OctoKit Team.swift
[46/56] Compiling OctoKit Reactions.swift
[47/56] Compiling OctoKit Releases.swift
[48/56] Compiling OctoKit Repositories.swift
[49/56] Compiling OctoKit Time.swift
[50/56] Compiling OctoKit URL+URLParameters.swift
[51/56] Compiling OctoKit User.swift
[52/57] Wrapping AST for OctoKit for debugging
[54/76] Compiling Danger SwiftLintViolation.swift
[55/76] Compiling Danger SwiftlintReportDeleter.swift
[56/76] Compiling Danger CurrentPathProvider.swift
[57/76] Compiling Danger SwiftLint.swift
[58/78] Emitting module Danger
[59/78] Compiling Danger Report.swift
[60/78] Compiling Danger Settings.swift
[61/78] Compiling Danger DangerUtils.swift
[62/78] Compiling Danger DateFormatterExtensions.swift
[63/78] Compiling Danger NSRegularExpressionExtensions.swift
[64/78] Compiling Danger File.swift
[65/78] Compiling Danger GitDSL.swift
[66/78] Compiling Danger GitDiff.swift
[67/78] Compiling Danger Danger.swift
[68/78] Compiling Danger DangerDSL.swift
[69/78] Compiling Danger DangerResults.swift
[70/78] Compiling Danger BitBucketCloud.swift
[71/78] Compiling Danger BitBucketMetadata.swift
[72/78] Compiling Danger BitBucketServerDSL.swift
[73/78] Compiling Danger GitHubDSL.swift
[74/78] Compiling Danger GitLabDSL.swift
[75/79] Wrapping AST for Danger for debugging
[77/91] Compiling DangerSwiftProse MdspellFinder.swift
[78/91] Compiling DangerSwiftProse MdspellInstaller.swift
[79/91] Compiling DangerSwiftProse ProselintFinder.swift
[80/91] Compiling DangerSwiftProse ProselintExecutor.swift
[81/91] Compiling DangerSwiftProse ProselintResult.swift
[82/92] Compiling DangerSwiftProse MarkdownConvertible.swift
[83/92] Compiling DangerSwiftProse MarkdownTool.swift
[84/92] Compiling DangerSwiftProse MdspellCheckExecutor.swift
/host/spi-builder-workspace/Sources/DangerSwiftProse/Mdspell/MdspellCheckResult.swift:25:47: warning: 'init(encodedOffset:)' is deprecated: encodedOffset has been deprecated as most common usage is incorrect. Use String.Index(utf16Offset:in:) to achieve the same behavior.
23 |
24 | guard let fileContent = try? String(contentsOfFile: file),
25 | let typo = fileContent[String.Index(encodedOffset: typoIndex) ..< fileContent.endIndex]
| `- warning: 'init(encodedOffset:)' is deprecated: encodedOffset has been deprecated as most common usage is incorrect. Use String.Index(utf16Offset:in:) to achieve the same behavior.
26 | .components(separatedBy: CharacterSet.whitespacesAndNewlines.union(CharacterSet(charactersIn: "[]()")))
27 | .first else {
[85/92] Compiling DangerSwiftProse MdspellCheckResult.swift
/host/spi-builder-workspace/Sources/DangerSwiftProse/Mdspell/MdspellCheckResult.swift:25:47: warning: 'init(encodedOffset:)' is deprecated: encodedOffset has been deprecated as most common usage is incorrect. Use String.Index(utf16Offset:in:) to achieve the same behavior.
23 |
24 | guard let fileContent = try? String(contentsOfFile: file),
25 | let typo = fileContent[String.Index(encodedOffset: typoIndex) ..< fileContent.endIndex]
| `- warning: 'init(encodedOffset:)' is deprecated: encodedOffset has been deprecated as most common usage is incorrect. Use String.Index(utf16Offset:in:) to achieve the same behavior.
26 | .components(separatedBy: CharacterSet.whitespacesAndNewlines.union(CharacterSet(charactersIn: "[]()")))
27 | .first else {
[86/92] Emitting module DangerSwiftProse
[87/92] Compiling DangerSwiftProse CommandExecutor.swift
[88/92] Compiling DangerSwiftProse DangerSwiftProse.swift
[89/92] Compiling DangerSwiftProse ToolInstaller.swift
[90/93] Wrapping AST for DangerSwiftProse for debugging
[91/93] Write Objects.LinkFileList
[92/93] Linking libDangerDeps.so
Build complete! (73.09s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/danger/swift.git"
},
{
"identity" : "nimble",
"requirement" : {
"range" : [
{
"lower_bound" : "8.0.0",
"upper_bound" : "9.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Nimble"
},
{
"identity" : "testspy",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/f-meloni/TestSpy"
},
{
"identity" : "komondor",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/shibapm/Komondor"
},
{
"identity" : "packageconfig",
"requirement" : {
"range" : [
{
"lower_bound" : "0.10.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/shibapm/PackageConfig"
},
{
"identity" : "swiftformat",
"requirement" : {
"range" : [
{
"lower_bound" : "0.35.8",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nicklockwood/SwiftFormat"
},
{
"identity" : "rocket",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/f-meloni/Rocket"
}
],
"manifest_display_name" : "DangerSwiftProse",
"name" : "DangerSwiftProse",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "DangerSwiftProse",
"targets" : [
"DangerSwiftProse"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DangerDeps",
"targets" : [
"DangerSwiftProse"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "DangerSwiftProseTests",
"module_type" : "SwiftTarget",
"name" : "DangerSwiftProseTests",
"path" : "Tests/DangerSwiftProseTests",
"product_dependencies" : [
"Nimble",
"TestSpy",
"DangerFixtures"
],
"sources" : [
"MdspellCheckExecutorTests.swift",
"MdspellFinderTests.swift",
"MdspellTests.swift",
"MockedCommandExecutor.swift",
"ProselintExecutorTests.swift",
"ProselintFinderTests.swift",
"ProselintTests.swift",
"SpyToolInstaller.swift",
"ToolInstallerTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"DangerSwiftProse"
],
"type" : "test"
},
{
"c99name" : "DangerSwiftProse",
"module_type" : "SwiftTarget",
"name" : "DangerSwiftProse",
"path" : "Sources/DangerSwiftProse",
"product_dependencies" : [
"Danger"
],
"product_memberships" : [
"DangerSwiftProse",
"DangerDeps"
],
"sources" : [
"CommandExecutor.swift",
"DangerSwiftProse.swift",
"MarkdownConvertible.swift",
"MarkdownTool.swift",
"Mdspell/MdspellCheckExecutor.swift",
"Mdspell/MdspellCheckResult.swift",
"Mdspell/MdspellFinder.swift",
"Mdspell/MdspellInstaller.swift",
"Proselint/ProselintExecutor.swift",
"Proselint/ProselintFinder.swift",
"Proselint/ProselintResult.swift",
"ToolInstaller.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.