The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
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/0/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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/koher/swift-image.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
[3/25] Compiling SwiftImage HigherOrderFunctions.swift
[4/25] Compiling SwiftImage Image.swift
[5/25] Compiling SwiftImage ImageFormat.swift
[6/28] Compiling SwiftImage TypicalChannel.swift
[7/28] Compiling SwiftImage UIKit.swift
[8/28] Compiling SwiftImage Util.swift
[9/28] Compiling SwiftImage ImageSlice.swift
[10/28] Compiling SwiftImage Interpolation.swift
[11/28] Compiling SwiftImage NumericPixel.swift
[12/28] Compiling SwiftImage PremultipliedRGBA.swift
[13/28] Compiling SwiftImage RGB.swift
[14/28] Compiling SwiftImage RGBA.swift
[15/28] Compiling SwiftImage RGBAOperators.swift
[16/28] Compiling SwiftImage Resizing.swift
[17/28] Compiling SwiftImage Rotation.swift
[18/28] Compiling SwiftImage CoreGraphics.swift
/Users/admin/builds/J1XnyXFH/0/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 {
                ^
[19/28] Compiling SwiftImage ExtrapolatedImage.swift
/Users/admin/builds/J1XnyXFH/0/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 {
                ^
[20/28] Compiling SwiftImage Extrapolation.swift
/Users/admin/builds/J1XnyXFH/0/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/28] Compiling SwiftImage AnyImage.swift
/Users/admin/builds/J1XnyXFH/0/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/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftImage/AnyImage.swift:3:24: note: 'Pixel' previously declared here
public struct AnyImage<Pixel> : ImageProtocol {
                       ^
[22/28] Compiling SwiftImage AppKit.swift
/Users/admin/builds/J1XnyXFH/0/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/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftImage/AnyImage.swift:3:24: note: 'Pixel' previously declared here
public struct AnyImage<Pixel> : ImageProtocol {
                       ^
[23/28] Compiling SwiftImage ColorLiteral.swift
/Users/admin/builds/J1XnyXFH/0/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/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftImage/AnyImage.swift:3:24: note: 'Pixel' previously declared here
public struct AnyImage<Pixel> : ImageProtocol {
                       ^
[24/28] Compiling SwiftImage Convolution.swift
/Users/admin/builds/J1XnyXFH/0/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/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftImage/AnyImage.swift:3:24: note: 'Pixel' previously declared here
public struct AnyImage<Pixel> : ImageProtocol {
                       ^
[25/28] Emitting module SwiftImage
/Users/admin/builds/J1XnyXFH/0/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/0/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/0/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/28] Compiling SwiftImage ImageIterator.swift
[27/28] Compiling SwiftImage ImageOperators.swift
[28/28] Compiling SwiftImage ImageProtocol.swift
Build complete! (10.74s)
Build complete.
Done.