The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Grayskull, reference main (253e2c), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 00:01:01 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "grayskull-swift",
      "name": "Grayskull",
      "url": "https://github.com/wendylabsinc/grayskull-swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/grayskull-swift",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/wendylabsinc/grayskull-swift.git
[1/138] Fetching grayskull-swift
Fetched https://github.com/wendylabsinc/grayskull-swift.git from cache (0.76s)
Creating working copy for https://github.com/wendylabsinc/grayskull-swift.git
Working copy of https://github.com/wendylabsinc/grayskull-swift.git resolved at main (253e2ca)
warning: '.resolve-product-dependencies': dependency 'grayskull-swift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/wendylabsinc/grayskull-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/20] Compiling Grayskull LBPCascade.swift
[4/20] Compiling Grayskull GrayskullImage+IntegralImage.swift
[5/20] Compiling Grayskull GrayskullImage+Kernels.swift
[6/20] Compiling Grayskull Contour.swift
[7/20] Compiling Grayskull Keypoint.swift
[8/21] Compiling Grayskull Match.swift
[9/21] Compiling Grayskull GrayskullImage+Contours.swift
[10/21] Compiling Grayskull GrayskullImage+Features.swift
[11/21] Compiling Grayskull ImageStorage.swift
[12/21] Compiling Grayskull Blob.swift
[13/21] Compiling Grayskull Grayskull.swift
[14/21] Compiling Grayskull GrayskullImage+ConnectedComponents.swift
[15/21] Compiling Grayskull GrayskullError.swift
[16/21] Compiling Grayskull GrayskullImage.swift
[17/21] Compiling Grayskull Point.swift
[18/21] Compiling Grayskull Rectangle.swift
[19/21] Emitting module Grayskull
[20/21] Compiling Grayskull GrayskullImage+Processing.swift
[21/21] Compiling Grayskull PlatformExtensions.swift
Build complete! (8.87s)
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.