Build Information
Successful build of Console, reference master (9f4946
), with Swift 5.10 for Linux on 14 Jul 2024 15:15:10 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.46.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/luizzak/console.git
Reference: master
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/luizzak/console
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 9f49469 Fixes to NO_COLOR detection and adding StandardErrorTextStream/NullOutputStream
Cloned https://github.com/luizzak/console.git
Revision (git rev-parse @):
9f4946929b7aac54ecc642c3ef15ec4fc05618a0
SUCCESS checkout https://github.com/luizzak/console.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $workDir
https://github.com/luizzak/console.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:2616150e65f8b5d336ef2ff8828ee78d83c0c72abe57c7be9f4d8e5b61afb28f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/17] Compiling Console ConsoleType.swift
[5/17] Compiling Console ConsoleColor.swift
[6/18] Compiling Console ConsoleOutputStream.swift
[7/18] Compiling Console ConsoleString.swift
[8/18] Emitting module Console
[9/18] Compiling Console ConsoleDataProvider.swift
[10/18] Compiling Console ConsoleMenuController.swift
[11/18] Compiling Console Console+Command.swift
[12/18] Compiling Console Console+Paging.swift
[13/18] Compiling Console Console+Static.swift
[14/18] Compiling Console Console.swift
[15/18] Compiling Console FileHandle+Ext.swift
[16/18] Compiling Console LinuxSupport.swift
[17/18] Compiling Console ConsoleFormat.swift
[18/18] Compiling Console String+ConsoleFormatting.swift
[20/22] Compiling ConsoleTestHelpers MockConsoleTestAdapterType.swift
[21/22] Emitting module ConsoleTestHelpers
[22/22] Compiling ConsoleTestHelpers MockConsole.swift
Build complete! (6.85s)
Build complete.
Done.