The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftImage with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/koher/swift-image.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/koher/swift-image
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at c61b8cf Merge pull request #53 from koher/dev-0.7.1
Cloned https://github.com/koher/swift-image.git
Revision (git rev-parse @):
c61b8cf4613a7fc80d1c2a84231cef2909e837a1
SUCCESS checkout https://github.com/koher/swift-image.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swift-image",
      "name": "SwiftImage",
      "url": "https://github.com/koher/swift-image.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-image",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/koher/swift-image.git from cache
Fetched https://github.com/koher/swift-image.git (0.19s)
Creating working copy for https://github.com/koher/swift-image.git
Working copy of https://github.com/koher/swift-image.git resolved at master
warning: '.resolve-product-dependencies': dependency 'swift-image' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/23] Compiling SwiftImage ImageSlice.swift
[2/23] Compiling SwiftImage Interpolation.swift
[3/23] Compiling SwiftImage NumericPixel.swift
[4/26] Compiling SwiftImage PremultipliedRGBA.swift
[5/26] Compiling SwiftImage RGB.swift
[6/26] Compiling SwiftImage RGBA.swift
[7/26] Compiling SwiftImage TypicalChannel.swift
[8/26] Compiling SwiftImage UIKit.swift
[9/26] Compiling SwiftImage Util.swift
[10/26] Compiling SwiftImage RGBAOperators.swift
[11/26] Compiling SwiftImage Resizing.swift
[12/26] Compiling SwiftImage Rotation.swift
[13/26] Compiling SwiftImage AnyImage.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftImage/AnyImage.swift:63:31: warning: generic parameter 'Pixel' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    private class AnyImageBox<Pixel> {
                              ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftImage/AnyImage.swift:3:24: note: 'Pixel' previously declared here
public struct AnyImage<Pixel> : ImageProtocol {
                       ^
[14/26] Compiling SwiftImage AppKit.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftImage/AnyImage.swift:63:31: warning: generic parameter 'Pixel' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    private class AnyImageBox<Pixel> {
                              ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftImage/AnyImage.swift:3:24: note: 'Pixel' previously declared here
public struct AnyImage<Pixel> : ImageProtocol {
                       ^
[15/26] Compiling SwiftImage ColorLiteral.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftImage/AnyImage.swift:63:31: warning: generic parameter 'Pixel' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    private class AnyImageBox<Pixel> {
                              ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftImage/AnyImage.swift:3:24: note: 'Pixel' previously declared here
public struct AnyImage<Pixel> : ImageProtocol {
                       ^
[16/26] Compiling SwiftImage Convolution.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftImage/AnyImage.swift:63:31: warning: generic parameter 'Pixel' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    private class AnyImageBox<Pixel> {
                              ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftImage/AnyImage.swift:3:24: note: 'Pixel' previously declared here
public struct AnyImage<Pixel> : ImageProtocol {
                       ^
[17/26] Emitting module SwiftImage
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftImage/AnyImage.swift:63:31: warning: generic parameter 'Pixel' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    private class AnyImageBox<Pixel> {
                              ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftImage/AnyImage.swift:3:24: note: 'Pixel' previously declared here
public struct AnyImage<Pixel> : ImageProtocol {
                       ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftImage/CoreGraphics.swift:20:17: warning: protocol '_CGDirectChannel' should be declared to refine 'Numeric' due to a same-type constraint on 'Self'
public protocol _CGDirectChannel: _CGChannel where _EZ_DirectChannel == Self {
                ^
[18/26] Compiling SwiftImage ImageIterator.swift
[19/26] Compiling SwiftImage ImageOperators.swift
[20/26] Compiling SwiftImage ImageProtocol.swift
[21/26] Compiling SwiftImage HigherOrderFunctions.swift
[22/26] Compiling SwiftImage Image.swift
[23/26] Compiling SwiftImage ImageFormat.swift
[24/26] Compiling SwiftImage CoreGraphics.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftImage/CoreGraphics.swift:20:17: warning: protocol '_CGDirectChannel' should be declared to refine 'Numeric' due to a same-type constraint on 'Self'
public protocol _CGDirectChannel: _CGChannel where _EZ_DirectChannel == Self {
                ^
[25/26] Compiling SwiftImage ExtrapolatedImage.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftImage/CoreGraphics.swift:20:17: warning: protocol '_CGDirectChannel' should be declared to refine 'Numeric' due to a same-type constraint on 'Self'
public protocol _CGDirectChannel: _CGChannel where _EZ_DirectChannel == Self {
                ^
[26/26] Compiling SwiftImage Extrapolation.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftImage/CoreGraphics.swift:20:17: warning: protocol '_CGDirectChannel' should be declared to refine 'Numeric' due to a same-type constraint on 'Self'
public protocol _CGDirectChannel: _CGChannel where _EZ_DirectChannel == Self {
                ^
Build complete! (16.38s)
Build complete.
Done.