Build Information
Successful build of TextTable with Swift 5.9 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.9-latest swift build 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.28.6
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ordo-one/TextTable.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/ordo-one/TextTable
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at a27a073 Merge pull request #1 from ordo-one/fix-crash
Cloned https://github.com/ordo-one/TextTable.git
Revision (git rev-parse @):
a27a07300cf4ae322e0079ca0a475c5583dd575f
SUCCESS checkout https://github.com/ordo-one/TextTable.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD/checkout
https://github.com/ordo-one/TextTable.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Building for debugging...
[1/12] Compiling TextTable RstFormat.swift
[2/13] Compiling TextTable PlainFormat.swift
[3/13] Compiling TextTable PsqlFormat.swift
[4/13] Compiling TextTable OrgFormat.swift
[5/13] Compiling TextTable PipeFormat.swift
[6/13] Compiling TextTable HtmlFormat.swift
[7/13] Compiling TextTable LatexFormat.swift
[8/13] Emitting module TextTable
[9/13] Compiling TextTable FancyGridFormat.swift
[10/13] Compiling TextTable GridFormat.swift
[11/13] Compiling TextTable String+Util.swift
[12/13] Compiling TextTable SimpleFormat.swift
[13/13] Compiling TextTable TextTable.swift
Build complete! (6.11s)
Build complete.
Done.