The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of color-components, reference 1.14.0 (80a7e6), with Swift 6.1 for Linux on 15 May 2025 16:59:09 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.1-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.61.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sersoft-gmbh/color-components.git
Reference: 1.14.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/sersoft-gmbh/color-components
 * tag               1.14.0     -> FETCH_HEAD
HEAD is now at 80a7e60 Add Swift 6.1 support, drop Swift 5.9 support, update config files
Cloned https://github.com/sersoft-gmbh/color-components.git
Revision (git rev-parse @):
80a7e60c009fc7734e1ec7014b44014989d5e9d6
SUCCESS checkout https://github.com/sersoft-gmbh/color-components.git at 1.14.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/sersoft-gmbh/color-components.git
https://github.com/sersoft-gmbh/color-components.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "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" : "color-components",
  "name" : "color-components",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ColorComponents",
      "targets" : [
        "ColorComponents"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ColorCalculations",
      "targets" : [
        "ColorCalculations"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XCHelpers",
      "module_type" : "SwiftTarget",
      "name" : "XCHelpers",
      "path" : "Sources/XCHelpers",
      "sources" : [
        "UnsupportedPlatform.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ColorComponentsTests",
      "module_type" : "SwiftTarget",
      "name" : "ColorComponentsTests",
      "path" : "Tests/ColorComponentsTests",
      "sources" : [
        "BWA/BWATests.swift",
        "BWA/Platforms/BWA+AppKitTests.swift",
        "BWA/Platforms/BWA+CoreGraphicsTests.swift",
        "BWA/Platforms/BWA+PlaygroundTests.swift",
        "BWA/Platforms/BWA+SwiftUITests.swift",
        "BWA/Platforms/BWA+UIKitTests.swift",
        "CIE/XYZ/CIEXYZA+RGBATests.swift",
        "CIE/XYZ/CIEXYZATests.swift",
        "CIE/XYZ/Platforms/CIEXYZA+AppKitTests.swift",
        "CIE/XYZ/Platforms/CIEXYZA+CoreGraphicsTests.swift",
        "CIE/XYZ/Platforms/CIEXYZA+PlaygroundTests.swift",
        "CIE/XYZ/Platforms/CIEXYZA+SwiftUITests.swift",
        "CIE/XYZ/Platforms/CIEXYZA+UIKitTests.swift",
        "ColorComponentsTests.swift",
        "HSBA/HSBA+HSLATests.swift",
        "HSBA/HSBA+RGBATests.swift",
        "HSBA/HSBATests.swift",
        "HSBA/Platforms/HSBA+AppKitTests.swift",
        "HSBA/Platforms/HSBA+CoreGraphicsTests.swift",
        "HSBA/Platforms/HSBA+PlaygroundTests.swift",
        "HSBA/Platforms/HSBA+SwiftUITests.swift",
        "HSBA/Platforms/HSBA+UIKitTests.swift",
        "HSLA/HSLA+HSBATests.swift",
        "HSLA/HSLA+RGBATests.swift",
        "HSLA/HSLATests.swift",
        "HSLA/Platforms/HSLA+AppKitTests.swift",
        "HSLA/Platforms/HSLA+CoreGraphicsTests.swift",
        "HSLA/Platforms/HSLA+PlaygroundTests.swift",
        "HSLA/Platforms/HSLA+SwiftUITests.swift",
        "HSLA/Platforms/HSLA+UIKitTests.swift",
        "RGBA/Platforms/RGBA+AppKitTests.swift",
        "RGBA/Platforms/RGBA+CoreGraphicsTests.swift",
        "RGBA/Platforms/RGBA+PlaygroundTests.swift",
        "RGBA/Platforms/RGBA+SwiftUITests.swift",
        "RGBA/Platforms/RGBA+UIKitTests.swift",
        "RGBA/RGBA+CIEXYZATests.swift",
        "RGBA/RGBA+HSBATests.swift",
        "RGBA/RGBA+HSLATests.swift",
        "RGBA/RGBA+HexTests.swift",
        "RGBA/RGBATests.swift",
        "XCHelpers/AssertViewBody.swift",
        "XCHelpers/DummyNumeric.swift",
        "XCHelpers/InexactFloat.swift",
        "XCHelpers/NoCompsUIColor.swift"
      ],
      "target_dependencies" : [
        "ColorComponents",
        "XCHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ColorComponents",
      "module_type" : "SwiftTarget",
      "name" : "ColorComponents",
      "path" : "Sources/ColorComponents",
      "product_memberships" : [
        "ColorComponents",
        "ColorCalculations"
      ],
      "sources" : [
        "BWA/BWA.swift",
        "BWA/Platforms/BWA+AppKit.swift",
        "BWA/Platforms/BWA+CoreGraphics.swift",
        "BWA/Platforms/BWA+Playground.swift",
        "BWA/Platforms/BWA+SwiftUI.swift",
        "BWA/Platforms/BWA+UIKit.swift",
        "CIE/CIE.swift",
        "CIE/XYZ/CIEXYZA+RGBA.swift",
        "CIE/XYZ/CIEXYZA.swift",
        "CIE/XYZ/Platforms/CIEXYZA+AppKit.swift",
        "CIE/XYZ/Platforms/CIEXYZA+CoreGraphics.swift",
        "CIE/XYZ/Platforms/CIEXYZA+Playground.swift",
        "CIE/XYZ/Platforms/CIEXYZA+SwiftUI.swift",
        "CIE/XYZ/Platforms/CIEXYZA+UIKit.swift",
        "ColorComponents.swift",
        "HSBA/HSBA+HSLA.swift",
        "HSBA/HSBA+RGBA.swift",
        "HSBA/HSBA.swift",
        "HSBA/Platforms/HSBA+AppKit.swift",
        "HSBA/Platforms/HSBA+CoreGraphics.swift",
        "HSBA/Platforms/HSBA+Playground.swift",
        "HSBA/Platforms/HSBA+SwiftUI.swift",
        "HSBA/Platforms/HSBA+UIKit.swift",
        "HSLA/HSLA+HSBA.swift",
        "HSLA/HSLA+RGBA.swift",
        "HSLA/HSLA.swift",
        "HSLA/Platforms/HSLA+AppKit.swift",
        "HSLA/Platforms/HSLA+CoreGraphics.swift",
        "HSLA/Platforms/HSLA+Playground.swift",
        "HSLA/Platforms/HSLA+SwiftUI.swift",
        "HSLA/Platforms/HSLA+UIKit.swift",
        "Helpers/CGColor+RequireColorSpace.swift",
        "Helpers/NSColor+RequireColorSpace.swift",
        "Helpers/PlaygroundSupport.swift",
        "Helpers/SwiftUIPlatformColor.swift",
        "RGBA/Platforms/RGBA+AppKit.swift",
        "RGBA/Platforms/RGBA+CoreGraphics.swift",
        "RGBA/Platforms/RGBA+Playground.swift",
        "RGBA/Platforms/RGBA+SwiftUI.swift",
        "RGBA/Platforms/RGBA+UIKit.swift",
        "RGBA/RGBA+CIEXYZA.swift",
        "RGBA/RGBA+HSBA.swift",
        "RGBA/RGBA+HSBVHelpers.swift",
        "RGBA/RGBA+HSLA.swift",
        "RGBA/RGBA+Hex.swift",
        "RGBA/RGBA.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ColorCalculationsTests",
      "module_type" : "SwiftTarget",
      "name" : "ColorCalculationsTests",
      "path" : "Tests/ColorCalculationsTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/ColorCalculationsTests/TestImages",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ImageColorsCalculatorTests.swift"
      ],
      "target_dependencies" : [
        "ColorCalculations",
        "XCHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ColorCalculations",
      "module_type" : "SwiftTarget",
      "name" : "ColorCalculations",
      "path" : "Sources/ColorCalculations",
      "product_memberships" : [
        "ColorCalculations"
      ],
      "sources" : [
        "ImageColorsCalculator+Platforms.swift",
        "ImageColorsCalculator+ProminentColors.swift",
        "ImageColorsCalculator.swift"
      ],
      "target_dependencies" : [
        "ColorComponents"
      ],
      "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.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 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/apple/swift-docc-plugin
[1/2049] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.38s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (2.27s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3382] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.40s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.89s)
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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/50] Emitting module ColorComponents
[8/55] Compiling ColorComponents BWA.swift
[9/55] Compiling ColorComponents BWA+AppKit.swift
[10/55] Compiling ColorComponents BWA+CoreGraphics.swift
[11/55] Compiling ColorComponents BWA+Playground.swift
[12/55] Compiling ColorComponents BWA+SwiftUI.swift
[13/55] Compiling ColorComponents BWA+UIKit.swift
[14/55] Compiling ColorComponents RGBA+HSBA.swift
[15/55] Compiling ColorComponents RGBA+HSBVHelpers.swift
[16/55] Compiling ColorComponents RGBA+HSLA.swift
[17/55] Compiling ColorComponents RGBA+Hex.swift
[18/55] Compiling ColorComponents RGBA.swift
[19/55] Emitting module XCHelpers
[20/55] Compiling XCHelpers UnsupportedPlatform.swift
[21/56] Compiling ColorComponents HSLA+UIKit.swift
[22/56] Compiling ColorComponents CGColor+RequireColorSpace.swift
[23/56] Compiling ColorComponents NSColor+RequireColorSpace.swift
[24/56] Compiling ColorComponents PlaygroundSupport.swift
[25/56] Compiling ColorComponents SwiftUIPlatformColor.swift
[26/56] Compiling ColorComponents RGBA+AppKit.swift
[27/56] Compiling ColorComponents CIEXYZA+SwiftUI.swift
[28/56] Compiling ColorComponents CIEXYZA+UIKit.swift
[29/56] Compiling ColorComponents ColorComponents.swift
[30/56] Compiling ColorComponents HSBA+HSLA.swift
[31/56] Compiling ColorComponents HSBA+RGBA.swift
[32/56] Compiling ColorComponents HSBA.swift
[33/56] Compiling ColorComponents HSLA+RGBA.swift
[34/56] Compiling ColorComponents HSLA.swift
[36/56] Compiling ColorComponents HSLA+AppKit.swift
[37/56] Compiling ColorComponents HSLA+CoreGraphics.swift
[38/56] Compiling ColorComponents HSLA+Playground.swift
[39/56] Compiling ColorComponents HSLA+SwiftUI.swift
[40/56] Compiling ColorComponents RGBA+CoreGraphics.swift
[41/56] Compiling ColorComponents RGBA+Playground.swift
[42/56] Compiling ColorComponents RGBA+SwiftUI.swift
[43/56] Compiling ColorComponents RGBA+UIKit.swift
[44/56] Compiling ColorComponents RGBA+CIEXYZA.swift
[45/56] Compiling ColorComponents HSBA+AppKit.swift
[46/56] Compiling ColorComponents HSBA+CoreGraphics.swift
[47/56] Compiling ColorComponents HSBA+Playground.swift
[48/56] Compiling ColorComponents HSBA+SwiftUI.swift
[49/56] Compiling ColorComponents HSBA+UIKit.swift
[50/56] Compiling ColorComponents HSLA+HSBA.swift
[51/56] Compiling ColorComponents CIE.swift
[52/56] Compiling ColorComponents CIEXYZA+RGBA.swift
[53/56] Compiling ColorComponents CIEXYZA.swift
[54/56] Compiling ColorComponents CIEXYZA+AppKit.swift
[55/56] Compiling ColorComponents CIEXYZA+CoreGraphics.swift
[56/56] Compiling ColorComponents CIEXYZA+Playground.swift
[58/61] Compiling ColorCalculations ImageColorsCalculator.swift
[59/61] Compiling ColorCalculations ImageColorsCalculator+ProminentColors.swift
[60/61] Emitting module ColorCalculations
[61/61] Compiling ColorCalculations ImageColorsCalculator+Platforms.swift
Build complete! (21.85s)
Build complete.
{
  "dependencies" : [
    {
      "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" : "color-components",
  "name" : "color-components",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ColorComponents",
      "targets" : [
        "ColorComponents"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ColorCalculations",
      "targets" : [
        "ColorCalculations"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XCHelpers",
      "module_type" : "SwiftTarget",
      "name" : "XCHelpers",
      "path" : "Sources/XCHelpers",
      "sources" : [
        "UnsupportedPlatform.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ColorComponentsTests",
      "module_type" : "SwiftTarget",
      "name" : "ColorComponentsTests",
      "path" : "Tests/ColorComponentsTests",
      "sources" : [
        "BWA/BWATests.swift",
        "BWA/Platforms/BWA+AppKitTests.swift",
        "BWA/Platforms/BWA+CoreGraphicsTests.swift",
        "BWA/Platforms/BWA+PlaygroundTests.swift",
        "BWA/Platforms/BWA+SwiftUITests.swift",
        "BWA/Platforms/BWA+UIKitTests.swift",
        "CIE/XYZ/CIEXYZA+RGBATests.swift",
        "CIE/XYZ/CIEXYZATests.swift",
        "CIE/XYZ/Platforms/CIEXYZA+AppKitTests.swift",
        "CIE/XYZ/Platforms/CIEXYZA+CoreGraphicsTests.swift",
        "CIE/XYZ/Platforms/CIEXYZA+PlaygroundTests.swift",
        "CIE/XYZ/Platforms/CIEXYZA+SwiftUITests.swift",
        "CIE/XYZ/Platforms/CIEXYZA+UIKitTests.swift",
        "ColorComponentsTests.swift",
        "HSBA/HSBA+HSLATests.swift",
        "HSBA/HSBA+RGBATests.swift",
        "HSBA/HSBATests.swift",
        "HSBA/Platforms/HSBA+AppKitTests.swift",
        "HSBA/Platforms/HSBA+CoreGraphicsTests.swift",
        "HSBA/Platforms/HSBA+PlaygroundTests.swift",
        "HSBA/Platforms/HSBA+SwiftUITests.swift",
        "HSBA/Platforms/HSBA+UIKitTests.swift",
        "HSLA/HSLA+HSBATests.swift",
        "HSLA/HSLA+RGBATests.swift",
        "HSLA/HSLATests.swift",
        "HSLA/Platforms/HSLA+AppKitTests.swift",
        "HSLA/Platforms/HSLA+CoreGraphicsTests.swift",
        "HSLA/Platforms/HSLA+PlaygroundTests.swift",
        "HSLA/Platforms/HSLA+SwiftUITests.swift",
        "HSLA/Platforms/HSLA+UIKitTests.swift",
        "RGBA/Platforms/RGBA+AppKitTests.swift",
        "RGBA/Platforms/RGBA+CoreGraphicsTests.swift",
        "RGBA/Platforms/RGBA+PlaygroundTests.swift",
        "RGBA/Platforms/RGBA+SwiftUITests.swift",
        "RGBA/Platforms/RGBA+UIKitTests.swift",
        "RGBA/RGBA+CIEXYZATests.swift",
        "RGBA/RGBA+HSBATests.swift",
        "RGBA/RGBA+HSLATests.swift",
        "RGBA/RGBA+HexTests.swift",
        "RGBA/RGBATests.swift",
        "XCHelpers/AssertViewBody.swift",
        "XCHelpers/DummyNumeric.swift",
        "XCHelpers/InexactFloat.swift",
        "XCHelpers/NoCompsUIColor.swift"
      ],
      "target_dependencies" : [
        "ColorComponents",
        "XCHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ColorComponents",
      "module_type" : "SwiftTarget",
      "name" : "ColorComponents",
      "path" : "Sources/ColorComponents",
      "product_memberships" : [
        "ColorComponents",
        "ColorCalculations"
      ],
      "sources" : [
        "BWA/BWA.swift",
        "BWA/Platforms/BWA+AppKit.swift",
        "BWA/Platforms/BWA+CoreGraphics.swift",
        "BWA/Platforms/BWA+Playground.swift",
        "BWA/Platforms/BWA+SwiftUI.swift",
        "BWA/Platforms/BWA+UIKit.swift",
        "CIE/CIE.swift",
        "CIE/XYZ/CIEXYZA+RGBA.swift",
        "CIE/XYZ/CIEXYZA.swift",
        "CIE/XYZ/Platforms/CIEXYZA+AppKit.swift",
        "CIE/XYZ/Platforms/CIEXYZA+CoreGraphics.swift",
        "CIE/XYZ/Platforms/CIEXYZA+Playground.swift",
        "CIE/XYZ/Platforms/CIEXYZA+SwiftUI.swift",
        "CIE/XYZ/Platforms/CIEXYZA+UIKit.swift",
        "ColorComponents.swift",
        "HSBA/HSBA+HSLA.swift",
        "HSBA/HSBA+RGBA.swift",
        "HSBA/HSBA.swift",
        "HSBA/Platforms/HSBA+AppKit.swift",
        "HSBA/Platforms/HSBA+CoreGraphics.swift",
        "HSBA/Platforms/HSBA+Playground.swift",
        "HSBA/Platforms/HSBA+SwiftUI.swift",
        "HSBA/Platforms/HSBA+UIKit.swift",
        "HSLA/HSLA+HSBA.swift",
        "HSLA/HSLA+RGBA.swift",
        "HSLA/HSLA.swift",
        "HSLA/Platforms/HSLA+AppKit.swift",
        "HSLA/Platforms/HSLA+CoreGraphics.swift",
        "HSLA/Platforms/HSLA+Playground.swift",
        "HSLA/Platforms/HSLA+SwiftUI.swift",
        "HSLA/Platforms/HSLA+UIKit.swift",
        "Helpers/CGColor+RequireColorSpace.swift",
        "Helpers/NSColor+RequireColorSpace.swift",
        "Helpers/PlaygroundSupport.swift",
        "Helpers/SwiftUIPlatformColor.swift",
        "RGBA/Platforms/RGBA+AppKit.swift",
        "RGBA/Platforms/RGBA+CoreGraphics.swift",
        "RGBA/Platforms/RGBA+Playground.swift",
        "RGBA/Platforms/RGBA+SwiftUI.swift",
        "RGBA/Platforms/RGBA+UIKit.swift",
        "RGBA/RGBA+CIEXYZA.swift",
        "RGBA/RGBA+HSBA.swift",
        "RGBA/RGBA+HSBVHelpers.swift",
        "RGBA/RGBA+HSLA.swift",
        "RGBA/RGBA+Hex.swift",
        "RGBA/RGBA.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ColorCalculationsTests",
      "module_type" : "SwiftTarget",
      "name" : "ColorCalculationsTests",
      "path" : "Tests/ColorCalculationsTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/ColorCalculationsTests/TestImages",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ImageColorsCalculatorTests.swift"
      ],
      "target_dependencies" : [
        "ColorCalculations",
        "XCHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ColorCalculations",
      "module_type" : "SwiftTarget",
      "name" : "ColorCalculations",
      "path" : "Sources/ColorCalculations",
      "product_memberships" : [
        "ColorCalculations"
      ],
      "sources" : [
        "ImageColorsCalculator+Platforms.swift",
        "ImageColorsCalculator+ProminentColors.swift",
        "ImageColorsCalculator.swift"
      ],
      "target_dependencies" : [
        "ColorComponents"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.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.