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: 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/bow-swift/Swiftline
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 097c61f Merge pull request #6 from bow-swift/fix-unsafemutablepointer-unwrap
Cloned https://github.com/bow-swift/Swiftline.git
Revision (git rev-parse @):
097c61ff0ee85c5e821a8b21b11deae38be64606
SUCCESS checkout https://github.com/bow-swift/Swiftline.git at master
========================================
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/mattgallagher/CwlPreconditionTesting.git
Fetching https://github.com/mattgallagher/CwlCatchException.git
Fetching https://github.com/Quick/Quick.git
[1/1236] Fetching cwlpreconditiontesting
[14/1668] Fetching cwlpreconditiontesting, cwlcatchexception
[1669/15725] Fetching cwlpreconditiontesting, cwlcatchexception, quick
Fetching https://github.com/Quick/Nimble.git
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git (0.58s)
Fetched https://github.com/mattgallagher/CwlCatchException.git (0.58s)
Fetched https://github.com/Quick/Quick.git (0.58s)
[1/17250] Fetching nimble
Fetched https://github.com/Quick/Nimble.git (1.08s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.2.1 (0.33s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 4.0.0 (0.32s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.0.2 (0.32s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.1.1 (0.32s)
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 9.2.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/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.1.1
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.0.2
Building for debugging...
[1/25] Compiling Swiftline Agree.swift
[2/25] Compiling Swiftline AgreeSettings.swift
[3/25] Compiling Swiftline ArgConvertible.swift
[4/25] Compiling Swiftline Args.swift
[5/28] Compiling Swiftline AskerValidator.swift
[6/28] Compiling Swiftline Choose.swift
[7/28] Compiling Swiftline ChooseSettings.swift
[8/28] Compiling Swiftline Colorizer.swift
[9/28] Compiling Swiftline ArgsParser.swift
[10/28] Compiling Swiftline Argument.swift
[11/28] Compiling Swiftline Ask.swift
[12/28] Compiling Swiftline AskSettings.swift
[13/28] Emitting module Swiftline
[14/28] Compiling Swiftline StringStyle.swift
[15/28] Compiling Swiftline StringStyleColorizer.swift
[16/28] Compiling Swiftline TaskPipe.swift
[17/28] Compiling Swiftline ShortHandRunner.swift
[18/28] Compiling Swiftline StringBackgroundColorizer.swift
[19/28] Compiling Swiftline StringForegroundColorizer.swift
[20/28] Compiling Swiftline PromptPrinter.swift
[21/28] Compiling Swiftline PromptReader.swift
[22/28] Compiling Swiftline PromptSettings.swift
[23/28] Compiling Swiftline RunResults.swift
[24/28] Compiling Swiftline Runner.swift
[25/28] Compiling Swiftline RunnerSettings.swift
[26/28] Compiling Swiftline CommandExecutor.swift
[27/28] Compiling Swiftline Env.swift
[28/28] Compiling Swiftline ProcessInfo.swift
Build complete! (12.11s)
Build complete.
Done.