The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Grayskull, reference main (253e2c), with Swift 6.1 for macOS (SPM) on 26 Dec 2025 22:36:16 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

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 /Users/admin/builder/spi-builder-workspace/.git/
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 '/Users/admin/builder/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:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/wendylabsinc/grayskull-swift.git
https://github.com/wendylabsinc/grayskull-swift.git
{
  "c_language_standard" : "c11",
  "dependencies" : [
  ],
  "manifest_display_name" : "Grayskull",
  "name" : "Grayskull",
  "path" : "/Users/admin/builder/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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/20] Compiling Grayskull LBPCascade.swift
[4/21] Compiling Grayskull Contour.swift
[5/21] Compiling Grayskull Keypoint.swift
[6/21] Compiling Grayskull GrayskullImage+IntegralImage.swift
[7/21] Compiling Grayskull GrayskullImage+Kernels.swift
[8/21] Compiling Grayskull Match.swift
[9/21] Emitting module Grayskull
[10/21] Compiling Grayskull GrayskullImage+Contours.swift
[11/21] Compiling Grayskull GrayskullImage+Features.swift
[12/21] Compiling Grayskull Point.swift
[13/21] Compiling Grayskull Rectangle.swift
[14/21] Compiling Grayskull GrayskullError.swift
[15/21] Compiling Grayskull GrayskullImage.swift
[16/21] Compiling Grayskull GrayskullImage+Processing.swift
[17/21] Compiling Grayskull PlatformExtensions.swift
[18/21] Compiling Grayskull ImageStorage.swift
[19/21] Compiling Grayskull Blob.swift
[20/21] Compiling Grayskull Grayskull.swift
[21/21] Compiling Grayskull GrayskullImage+ConnectedComponents.swift
Build complete! (8.64s)
Build complete.
{
  "c_language_standard" : "c11",
  "dependencies" : [
  ],
  "manifest_display_name" : "Grayskull",
  "name" : "Grayskull",
  "path" : "/Users/admin/builder/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"
}
Done.