Build Information
Failed to build Console, reference master (9f4946
), with Swift 5.9 for Linux on 14 Jul 2024 15:15:14 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$workDir" 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.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.9
Building package at path: $workDir
https://github.com/luizzak/console.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$workDir" 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:94c03ecf5df463051a5b8bdec5d09f635a7b31b1b290e2ba09836b1f5f74db71
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Building for debugging...
[1/14] Compiling Console LinuxSupport.swift
[2/15] Compiling Console ConsoleOutputStream.swift
[3/15] Compiling Console ConsoleString.swift
[4/15] Compiling Console ConsoleDataProvider.swift
[5/15] Compiling Console ConsoleMenuController.swift
[6/15] Compiling Console Console+Static.swift
/host/spi-builder-workspace/Sources/Console/Console.swift:69:33: error: extraneous argument label 'formatted:' in call
printLine("\(formatted: row)\(formatted: separator)\(spaces)", terminator: "")
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Console/Console.swift:69:50: error: extraneous argument label 'formatted:' in call
printLine("\(formatted: row)\(formatted: separator)\(spaces)", terminator: "")
^~~~~~~~~~~~
[7/15] Compiling Console Console.swift
/host/spi-builder-workspace/Sources/Console/Console.swift:69:33: error: extraneous argument label 'formatted:' in call
printLine("\(formatted: row)\(formatted: separator)\(spaces)", terminator: "")
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Console/Console.swift:69:50: error: extraneous argument label 'formatted:' in call
printLine("\(formatted: row)\(formatted: separator)\(spaces)", terminator: "")
^~~~~~~~~~~~
[8/15] Compiling Console ConsoleType.swift
[9/15] Compiling Console ConsoleColor.swift
[10/15] Compiling Console ConsoleFormat.swift
[11/15] Compiling Console String+ConsoleFormatting.swift
[12/15] Compiling Console FileHandle+Ext.swift
[13/15] Compiling Console Console+Command.swift
[14/15] Compiling Console Console+Paging.swift
[15/15] Emitting module Console
error: fatalError
BUILD FAILURE 5.9 linux