Build Information
Successful build of LoggerKit with Swift 5.9 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.28.6
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kongzii/LoggerKit.git
Reference: 0.0.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/kongzii/LoggerKit
* tag 0.0.0 -> FETCH_HEAD
HEAD is now at 9b54626 [Project] Updated project
Cloned https://github.com/kongzii/LoggerKit.git
Revision (git rev-parse @):
9b54626f49f97c38227009762cce4156dfa313a5
SUCCESS checkout https://github.com/kongzii/LoggerKit.git at 0.0.0
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD/checkout
https://github.com/kongzii/LoggerKit.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/onevcat/Rainbow
[1/1114] Fetching rainbow
Fetched https://github.com/onevcat/Rainbow (0.25s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 3.2.0 (1.16s)
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 3.2.0
Building for debugging...
[1/11] Compiling Rainbow Style.swift
[2/12] Compiling Rainbow XcodeColorsSupport.swift
[3/12] Compiling Rainbow StringGenerator.swift
[4/12] Compiling Rainbow String+Rainbow.swift
[5/12] Compiling Rainbow Rainbow.swift
[6/12] Compiling Rainbow Color.swift
[7/12] Compiling Rainbow ControlCode.swift
[8/12] Compiling Rainbow BackgroundColor.swift
[9/12] Compiling Rainbow CodesParser.swift
[10/12] Compiling Rainbow ModesExtractor.swift
[11/12] Compiling Rainbow OutputTarget.swift
[12/12] Emitting module Rainbow
[15/16] Emitting module LoggerKit
[16/16] Compiling LoggerKit Logger.swift
Build complete! (10.72s)
Build complete.
Done.