Build Information
Successful build of swift-commands with Swift 5.8 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/QiuZhiFei/swift-commands.git
Reference: main
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/QiuZhiFei/swift-commands
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at afa9d9f Merge pull request #11 from QiuZhiFei/dev
Cloned https://github.com/QiuZhiFei/swift-commands.git
Revision (git rev-parse @):
afa9d9f4ee15bac2baa27c515fe59088444c247f
SUCCESS checkout https://github.com/QiuZhiFei/swift-commands.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.8
Building package at path: $workDir
https://github.com/QiuZhiFei/swift-commands.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Building for debugging...
[1/12] Compiling Commands CommandsArguments.swift
[2/13] Emitting module Commands
[3/13] Compiling Commands Commands.swift
[4/13] Compiling Commands CommandsAlias.swift
[5/13] Compiling Commands CommandsENV.swift
[6/13] Compiling Commands CommandsResponse.swift
[7/13] Compiling Commands CommandsDashcTransformer.swift
[8/13] Compiling Commands CommandsTask.swift
[9/13] Compiling Commands CommandsResult.swift
[10/13] Compiling Commands CommandsRequest.swift
[12/15] Wrapping AST for Commands for debugging
[14/17] Emitting module Examples
[15/17] Compiling Examples main.swift
[17/19] Wrapping AST for Examples for debugging
[18/19] Linking Examples
Build complete! (6.91s)
Build complete.
Done.