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 SwiftDithering, reference main (16ec27), with Swift 5.10 for macOS (SPM) on 18 Aug 2024 18:27:43 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.50.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lugalu/SwiftDithering.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/lugalu/SwiftDithering
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 16ec27c Update README.md
Cloned https://github.com/lugalu/SwiftDithering.git
Revision (git rev-parse @):
16ec27c59b5702ee6017468790c331b001e1c850
SUCCESS checkout https://github.com/lugalu/SwiftDithering.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",
  "dependencies": [
    {
      "identity": "swiftdithering",
      "name": "SwiftDithering",
      "url": "https://github.com/lugalu/SwiftDithering.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftDithering",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/lugalu/SwiftDithering.git
[1/814] Fetching swiftdithering
Fetched https://github.com/lugalu/SwiftDithering.git from cache (2.93s)
Creating working copy for https://github.com/lugalu/SwiftDithering.git
Working copy of https://github.com/lugalu/SwiftDithering.git resolved at main (16ec27c)
warning: '.resolve-product-dependencies': dependency 'swiftdithering' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/lugalu/SwiftDithering.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[1/7] Copying clusteredDots6x6.png
[2/7] Copying centralWhitePoint6x6.png
[2/7] Copying balancedCenteredPoint6x6.png
[4/7] Copying diagonalOrdered8x8.png
[4/7] Copying bayer8x8.png
[6/7] Write swift-version-33747A42983211AE.txt
[8/24] Compiling SwiftDithering Thresholding.swift
[9/25] Compiling SwiftDithering resource_bundle_accessor.swift
[10/25] Compiling SwiftDithering Bayer.swift
[11/25] Compiling SwiftDithering ErrorDifusion.swift
[12/25] Compiling SwiftDithering GeneralMath.swift
[13/25] Compiling SwiftDithering ImageErrors.swift
[14/25] Compiling SwiftDithering FloydSteinberg.swift
[15/25] Compiling SwiftDithering OrderedDithering.swift
[16/25] Compiling SwiftDithering Creators.swift
[17/25] Compiling SwiftDithering Downsamplers.swift
[18/25] Compiling SwiftDithering Stucki.swift
[19/25] Compiling SwiftDithering ImageLoopers.swift
[20/25] Compiling SwiftDithering QuantizationMath.swift
[21/25] Compiling SwiftDithering BayerMatrix.swift
[22/25] Compiling SwiftDithering Ordered.swift
[23/25] Emitting module SwiftDithering
[24/25] Compiling SwiftDithering OrderedKernel.swift
[25/25] Compiling SwiftDithering ColorSpace.swift
Build complete! (6.59s)
warning: 'spi-builder-workspace': Invalid Resource 'Resources/bayer8x8.png': File not found.
warning: 'spi-builder-workspace': Invalid Resource 'Resources/balancedCenteredPoint6x6.png': File not found.
warning: 'spi-builder-workspace': Invalid Resource 'Resources/centralWhitePoint6x6.png': File not found.
warning: 'spi-builder-workspace': Invalid Resource 'Resources/clusteredDots6x6.png': File not found.
warning: 'spi-builder-workspace': Invalid Resource 'Resources/diagonalOrdered8x8.png': File not found.
Build complete.
Done.