Build Information
Successful build of iTree with Swift 5.10 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.38.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/iShape-Swift/iTree.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/iShape-Swift/iTree
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e0c99fc new right minimum api
Cloned https://github.com/iShape-Swift/iTree.git
Revision (git rev-parse @):
e0c99fc3fceb69d8d5b05766202d64af1e670bbf
SUCCESS checkout https://github.com/iShape-Swift/iTree.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $workDir
https://github.com/iShape-Swift/iTree.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/iShape-Swift/iFixFloat
[1/183] Fetching ifixfloat
Fetched https://github.com/iShape-Swift/iFixFloat from cache (0.21s)
Computing version for https://github.com/iShape-Swift/iFixFloat
Computed https://github.com/iShape-Swift/iFixFloat at 1.7.0 (0.32s)
Creating working copy for https://github.com/iShape-Swift/iFixFloat
Working copy of https://github.com/iShape-Swift/iFixFloat resolved at 1.7.0
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/7] Compiling iTree TreeNode.swift
[4/7] Compiling iTree Array.swift
[5/7] Compiling iTree NodeStore.swift
[6/7] Emitting module iTree
[7/7] Compiling iTree RedBlackTree.swift
Build complete! (4.38s)
Build complete.
Done.