Build Information
Successful build of Chord, reference main (fd232f
), with Swift 5.10 for Linux on 3 Aug 2024 05:50:38 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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.48.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/OperatorFoundation/Chord.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/OperatorFoundation/Chord
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at fd232f4 A wild new take on async queues
Cloned https://github.com/OperatorFoundation/Chord.git
Revision (git rev-parse @):
fd232f43fe53b509c340a8a50699ef1a9423e820
SUCCESS checkout https://github.com/OperatorFoundation/Chord.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/OperatorFoundation/Chord.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:f0b51be07fbc8a0d4d15ad969175777a256c8ed4ef7ff1497c5f9d7800160a18
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/OperatorFoundation/Datable
[1/399] Fetching datable
Fetched https://github.com/OperatorFoundation/Datable from cache (0.19s)
Fetching https://github.com/OperatorFoundation/SwiftQueue
[1/70] Fetching swiftqueue
Fetched https://github.com/OperatorFoundation/SwiftQueue from cache (0.70s)
Creating working copy for https://github.com/OperatorFoundation/SwiftQueue
Working copy of https://github.com/OperatorFoundation/SwiftQueue resolved at main (3d099bc)
Creating working copy for https://github.com/OperatorFoundation/Datable
Working copy of https://github.com/OperatorFoundation/Datable resolved at main (1186348)
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/6] Compiling SwiftQueue Queue.swift
[5/6] Emitting module SwiftQueue
[6/6] Compiling SwiftQueue LinkedList.swift
[8/27] Emitting module Chord
[9/29] Compiling Chord AsyncBufferingQueue.swift
[10/29] Compiling Chord AsyncLock.swift
[11/29] Compiling Chord AsyncQueue.swift
[12/29] Compiling Chord LockedCounter.swift
[13/29] Compiling Chord MultiQueue.swift
[14/29] Compiling Chord Promise.swift
[15/29] Compiling Chord RepeatingTask.swift
[16/29] Compiling Chord SleepingTimer.swift
[17/29] Compiling Chord Data+async.swift
[18/29] Compiling Chord FilteredQueue.swift
[19/29] Compiling Chord InvertedLockedCounter.swift
[20/29] Compiling Chord Chord.swift
[21/29] Compiling Chord Collector.swift
[22/29] Compiling Chord ConcurrencyTester.swift
[23/29] Compiling Chord Synchronizer.swift
[24/29] Compiling Chord ThreadSafeDictionary.swift
[25/29] Compiling Chord AsyncTimer.swift
[26/29] Compiling Chord Asynchronizer.swift
[27/29] Compiling Chord BlockingQueue.swift
[28/29] Compiling Chord ThreadSafeSet.swift
[29/29] Compiling Chord Timeout.swift
Build complete! (8.32s)
Build complete.
Done.