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-Beta.2.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.22.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/koher/swift-image.git
Reference: 0.7.1
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/koher/swift-image
 * tag               0.7.1      -> FETCH_HEAD
HEAD is now at c61b8cf Merge pull request #53 from koher/dev-0.7.1
Cloned https://github.com/koher/swift-image.git into spi-builder-workspace
c61b8cf4613a7fc80d1c2a84231cef2909e837a1
SUCCESS checkout https://github.com/koher/swift-image.git at 0.7.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.2.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/23] Compiling SwiftImage CoreGraphics.swift
/Users/builder/builds/TDmZkXJm/2/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 {
                ^
[5/23] Compiling SwiftImage ExtrapolatedImage.swift
/Users/builder/builds/TDmZkXJm/2/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 {
                ^
[6/23] Compiling SwiftImage Extrapolation.swift
/Users/builder/builds/TDmZkXJm/2/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 {
                ^
[7/23] Compiling SwiftImage RGBAOperators.swift
[8/23] Compiling SwiftImage Resizing.swift
[9/23] Compiling SwiftImage Rotation.swift
[10/26] Compiling SwiftImage TypicalChannel.swift
[11/26] Compiling SwiftImage UIKit.swift
[12/26] Compiling SwiftImage Util.swift
[13/26] Compiling SwiftImage HigherOrderFunctions.swift
[14/26] Compiling SwiftImage Image.swift
[15/26] Compiling SwiftImage ImageFormat.swift
[16/26] Compiling SwiftImage AnyImage.swift
/Users/builder/builds/TDmZkXJm/2/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/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftImage/AnyImage.swift:3:24: note: 'Pixel' previously declared here
public struct AnyImage<Pixel> : ImageProtocol {
                       ^
[17/26] Compiling SwiftImage AppKit.swift
/Users/builder/builds/TDmZkXJm/2/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/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftImage/AnyImage.swift:3:24: note: 'Pixel' previously declared here
public struct AnyImage<Pixel> : ImageProtocol {
                       ^
[18/26] Compiling SwiftImage ColorLiteral.swift
/Users/builder/builds/TDmZkXJm/2/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/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftImage/AnyImage.swift:3:24: note: 'Pixel' previously declared here
public struct AnyImage<Pixel> : ImageProtocol {
                       ^
[19/26] Compiling SwiftImage Convolution.swift
/Users/builder/builds/TDmZkXJm/2/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/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftImage/AnyImage.swift:3:24: note: 'Pixel' previously declared here
public struct AnyImage<Pixel> : ImageProtocol {
                       ^
[20/26] Emitting module SwiftImage
/Users/builder/builds/TDmZkXJm/2/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/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftImage/AnyImage.swift:3:24: note: 'Pixel' previously declared here
public struct AnyImage<Pixel> : ImageProtocol {
                       ^
/Users/builder/builds/TDmZkXJm/2/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 {
                ^
[21/26] Compiling SwiftImage ImageIterator.swift
[22/26] Compiling SwiftImage ImageOperators.swift
[23/26] Compiling SwiftImage ImageProtocol.swift
[24/26] Compiling SwiftImage PremultipliedRGBA.swift
[25/26] Compiling SwiftImage RGB.swift
[26/26] Compiling SwiftImage RGBA.swift
Build complete! (11.23s)
Build complete.
Done.