The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Grayskull, reference main (253e2c), with Swift 6.0 for Linux on 26 Dec 2025 22:35:56 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wendylabsinc/grayskull-swift.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/wendylabsinc/grayskull-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 253e2ca Pass -fno-modules to Swift on Windows
Submodule path 'grayskull': checked out 'ce269b26e3d507ffbf5781f0521e44d07832d98c'
Submodule 'grayskull' (https://github.com/zserge/grayskull) registered for path 'grayskull'
Cloning into '/host/spi-builder-workspace/grayskull'...
Cloned https://github.com/wendylabsinc/grayskull-swift.git
Revision (git rev-parse @):
253e2ca90bbfc5733a1460ed3758fd332218e124
SUCCESS checkout https://github.com/wendylabsinc/grayskull-swift.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/wendylabsinc/grayskull-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:d9a15f93bf2b54d4a5c29ad13249b33c1decc55763b749502648fc1aee8d297b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/19] Compiling Grayskull Contour.swift
[4/19] Compiling Grayskull Keypoint.swift
[5/21] Compiling Grayskull GrayskullImage+Contours.swift
[6/21] Compiling Grayskull GrayskullImage+Features.swift
[7/21] Compiling Grayskull Rectangle.swift
[8/21] Compiling Grayskull Grayskull.swift
[9/21] Compiling Grayskull GrayskullImage+ConnectedComponents.swift
[10/21] Compiling Grayskull LBPCascade.swift
[11/21] Compiling Grayskull Match.swift
[12/21] Compiling Grayskull GrayskullImage+Processing.swift
[13/21] Compiling Grayskull PlatformExtensions.swift
[14/21] Compiling Grayskull ImageStorage.swift
[15/21] Compiling Grayskull Blob.swift
[16/21] Compiling Grayskull GrayskullImage+IntegralImage.swift
[17/21] Compiling Grayskull GrayskullImage+Kernels.swift
[18/21] Emitting module Grayskull
[19/21] Compiling Grayskull GrayskullError.swift
[20/21] Compiling Grayskull GrayskullImage.swift
[21/21] Compiling Grayskull Point.swift
Build complete! (10.47s)
Build complete.
{
  "c_language_standard" : "c11",
  "dependencies" : [
  ],
  "manifest_display_name" : "Grayskull",
  "name" : "Grayskull",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Grayskull",
      "targets" : [
        "Grayskull"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "GrayskullTests",
      "module_type" : "SwiftTarget",
      "name" : "GrayskullTests",
      "path" : "Tests/GrayskullTests",
      "sources" : [
        "GrayskullTests.swift"
      ],
      "target_dependencies" : [
        "Grayskull"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Grayskull",
      "module_type" : "SwiftTarget",
      "name" : "Grayskull",
      "path" : "Sources/Grayskull",
      "product_memberships" : [
        "Grayskull"
      ],
      "sources" : [
        "Core/GrayskullError.swift",
        "Core/GrayskullImage.swift",
        "Geometry/Point.swift",
        "Geometry/Rectangle.swift",
        "Grayskull.swift",
        "ImageProcessing/GrayskullImage+ConnectedComponents.swift",
        "ImageProcessing/GrayskullImage+Contours.swift",
        "ImageProcessing/GrayskullImage+Features.swift",
        "ImageProcessing/GrayskullImage+IntegralImage.swift",
        "ImageProcessing/GrayskullImage+Kernels.swift",
        "ImageProcessing/GrayskullImage+Processing.swift",
        "PlatformExtensions.swift",
        "Support/ImageStorage.swift",
        "Vision/Blob.swift",
        "Vision/Contour.swift",
        "Vision/Keypoint.swift",
        "Vision/LBPCascade.swift",
        "Vision/Match.swift"
      ],
      "target_dependencies" : [
        "CGrayskull"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CGrayskull",
      "module_type" : "ClangTarget",
      "name" : "CGrayskull",
      "path" : "Sources/CGrayskull",
      "product_memberships" : [
        "Grayskull"
      ],
      "sources" : [
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:d9a15f93bf2b54d4a5c29ad13249b33c1decc55763b749502648fc1aee8d297b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.