Build Information
Successful build of Swiftline with Swift 5.8 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.28.6
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bow-swift/Swiftline.git
Reference: 0.5.6
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/bow-swift/Swiftline
* tag 0.5.6 -> FETCH_HEAD
HEAD is now at 200b148 fix casting between UnsafeMutablePointer<CChar> and UnsafePointer<CChar>!
Cloned https://github.com/bow-swift/Swiftline.git
Revision (git rev-parse @):
200b1486ed60d92b909c1ba8ded675bbb60e2805
SUCCESS checkout https://github.com/bow-swift/Swiftline.git at 0.5.6
========================================
Build
========================================
Selected platform: linux
Swift version: 5.8
Building package at path: $PWD/checkout
https://github.com/bow-swift/Swiftline.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/mattgallagher/CwlCatchException.git
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/432] Fetching cwlcatchexception
[433/1668] Fetching cwlcatchexception, cwlpreconditiontesting
[1669/15725] Fetching cwlcatchexception, cwlpreconditiontesting, quick
Fetching https://github.com/Quick/Nimble.git
Fetched https://github.com/mattgallagher/CwlCatchException.git (0.55s)
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git (0.56s)
Fetched https://github.com/Quick/Quick.git (0.56s)
[1/17250] Fetching nimble
Fetched https://github.com/Quick/Nimble.git (1.06s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.2.1 (0.31s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 4.0.0 (0.33s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.0.2 (0.30s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.1.1 (0.30s)
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.1.1
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 4.0.0
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.0.2
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 9.2.1
Building for debugging...
[1/25] Emitting module Swiftline
[2/28] Compiling Swiftline Agree.swift
[3/28] Compiling Swiftline AgreeSettings.swift
[4/28] Compiling Swiftline ArgConvertible.swift
[5/28] Compiling Swiftline Args.swift
[6/28] Compiling Swiftline PromptPrinter.swift
[7/28] Compiling Swiftline PromptReader.swift
[8/28] Compiling Swiftline PromptSettings.swift
[9/28] Compiling Swiftline AskerValidator.swift
[10/28] Compiling Swiftline Choose.swift
[11/28] Compiling Swiftline ChooseSettings.swift
[12/28] Compiling Swiftline Colorizer.swift
[13/28] Compiling Swiftline ShortHandRunner.swift
[14/28] Compiling Swiftline StringBackgroundColorizer.swift
[15/28] Compiling Swiftline StringForegroundColorizer.swift
[16/28] Compiling Swiftline RunResults.swift
[17/28] Compiling Swiftline Runner.swift
[18/28] Compiling Swiftline RunnerSettings.swift
[19/28] Compiling Swiftline CommandExecutor.swift
[20/28] Compiling Swiftline Env.swift
[21/28] Compiling Swiftline ProcessInfo.swift
[22/28] Compiling Swiftline ArgsParser.swift
[23/28] Compiling Swiftline Argument.swift
[24/28] Compiling Swiftline Ask.swift
[25/28] Compiling Swiftline AskSettings.swift
[26/28] Compiling Swiftline StringStyle.swift
[27/28] Compiling Swiftline StringStyleColorizer.swift
[28/28] Compiling Swiftline TaskPipe.swift
Build complete! (10.33s)
Build complete.
Done.