Build Information
Successful build of Swiftline with Swift 5.10 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.29.0
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.10
Building package at path: $workDir
https://github.com/bow-swift/Swiftline.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
Fetching https://github.com/mattgallagher/CwlCatchException.git
[5/432] Fetching cwlcatchexception
[433/1668] Fetching cwlcatchexception, cwlpreconditiontesting
[1669/15877] Fetching cwlcatchexception, cwlpreconditiontesting, quick
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.34s)
[2231/15445] Fetching cwlpreconditiontesting, quick
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.35s)
[1563/14209] Fetching quick
[14210/31500] Fetching quick, nimble
Fetched https://github.com/Quick/Quick.git from cache (1.83s)
Fetched https://github.com/Quick/Nimble.git from cache (1.84s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.2.1 (0.43s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 4.0.0 (0.46s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.0.2 (0.43s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.1.1 (0.42s)
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
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/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 9.2.1
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/27] Compiling Swiftline Agree.swift
[4/27] Compiling Swiftline AgreeSettings.swift
[5/27] Compiling Swiftline ArgConvertible.swift
[6/27] Compiling Swiftline Args.swift
[7/30] Compiling Swiftline AskerValidator.swift
[8/30] Compiling Swiftline Choose.swift
[9/30] Compiling Swiftline ChooseSettings.swift
[10/30] Compiling Swiftline Colorizer.swift
[11/30] Compiling Swiftline ShortHandRunner.swift
[12/30] Compiling Swiftline StringBackgroundColorizer.swift
[13/30] Compiling Swiftline StringForegroundColorizer.swift
[14/30] Emitting module Swiftline
[15/30] Compiling Swiftline RunResults.swift
[16/30] Compiling Swiftline Runner.swift
[17/30] Compiling Swiftline RunnerSettings.swift
[18/30] Compiling Swiftline ArgsParser.swift
[19/30] Compiling Swiftline Argument.swift
[20/30] Compiling Swiftline Ask.swift
[21/30] Compiling Swiftline AskSettings.swift
[22/30] Compiling Swiftline PromptPrinter.swift
[23/30] Compiling Swiftline PromptReader.swift
[24/30] Compiling Swiftline PromptSettings.swift
[25/30] Compiling Swiftline CommandExecutor.swift
[26/30] Compiling Swiftline Env.swift
[27/30] Compiling Swiftline ProcessInfo.swift
[28/30] Compiling Swiftline StringStyle.swift
[29/30] Compiling Swiftline StringStyleColorizer.swift
[30/30] Compiling Swiftline TaskPipe.swift
Build complete! (16.98s)
Build complete.
Done.