Build Information
Successful build of SwiftImage, reference 0.8.0 (36c8a2
), with Swift 5.9 for Linux on 15 Sep 2024 10:55:59 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.53.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/koher/swift-image.git
Reference: 0.8.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/koher/swift-image
* tag 0.8.0 -> FETCH_HEAD
HEAD is now at 36c8a28 Update "Requirements" in README
Cloned https://github.com/koher/swift-image.git
Revision (git rev-parse @):
36c8a282c6cc75d8f3a6f25057f093f950dced83
SUCCESS checkout https://github.com/koher/swift-image.git at 0.8.0
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/koher/swift-image.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:66706f89ac15d55dcb11e8d3274e2fe11925b5da93d240b09d5a1eb775db6cc2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Building for debugging...
[1/23] Compiling SwiftImage CoreGraphics.swift
[2/23] Compiling SwiftImage ExtrapolatedImage.swift
[3/23] Compiling SwiftImage Extrapolation.swift
[4/26] Compiling SwiftImage TypicalChannel.swift
[5/26] Compiling SwiftImage UIKit.swift
[6/26] Compiling SwiftImage Util.swift
[7/26] Compiling SwiftImage HigherOrderFunctions.swift
[8/26] Compiling SwiftImage Image.swift
[9/26] Compiling SwiftImage ImageFormat.swift
[10/26] Compiling SwiftImage PremultipliedRGBA.swift
[11/26] Compiling SwiftImage RGB.swift
[12/26] Compiling SwiftImage RGBA.swift
[13/26] Compiling SwiftImage AnyImage.swift
[14/26] Compiling SwiftImage AppKit.swift
[15/26] Compiling SwiftImage ColorLiteral.swift
[16/26] Compiling SwiftImage Convolution.swift
[17/26] Compiling SwiftImage ImageSlice.swift
[18/26] Compiling SwiftImage Interpolation.swift
[19/26] Compiling SwiftImage NumericPixel.swift
[20/26] Compiling SwiftImage RGBAOperators.swift
[21/26] Compiling SwiftImage Resizing.swift
[22/26] Compiling SwiftImage Rotation.swift
[23/26] Emitting module SwiftImage
[24/26] Compiling SwiftImage ImageIterator.swift
[25/26] Compiling SwiftImage ImageOperators.swift
[26/26] Compiling SwiftImage ImageProtocol.swift
Build complete! (15.40s)
Build complete.
Done.