Build Information
Successful build of Chord, reference main (fd232f
), with Swift 5.9 for Linux on 3 Aug 2024 05:50:44 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-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.9
Building package at path: $PWD
https://github.com/OperatorFoundation/Chord.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:ab95bcf8ae8f59ab6d4725f4fd8a1a6162581ba0800402e498200829aee2a822
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/OperatorFoundation/Datable
[1/399] Fetching datable
Fetched https://github.com/OperatorFoundation/Datable (0.19s)
Fetching https://github.com/OperatorFoundation/SwiftQueue
[1/70] Fetching swiftqueue
Fetched https://github.com/OperatorFoundation/SwiftQueue (0.16s)
Creating working copy for https://github.com/OperatorFoundation/Datable
Working copy of https://github.com/OperatorFoundation/Datable resolved at main
Creating working copy for https://github.com/OperatorFoundation/SwiftQueue
Working copy of https://github.com/OperatorFoundation/SwiftQueue resolved at main
Building for debugging...
[1/3] Compiling SwiftQueue Queue.swift
[2/3] Compiling SwiftQueue LinkedList.swift
[3/3] Emitting module SwiftQueue
[6/25] Emitting module Chord
[7/27] Compiling Chord AsyncBufferingQueue.swift
[8/27] Compiling Chord AsyncLock.swift
[9/27] Compiling Chord AsyncQueue.swift
[10/27] Compiling Chord AsyncTimer.swift
[11/27] Compiling Chord Asynchronizer.swift
[12/27] Compiling Chord BlockingQueue.swift
[13/27] Compiling Chord RepeatingTask.swift
[14/27] Compiling Chord SleepingTimer.swift
[15/27] Compiling Chord Chord.swift
[16/27] Compiling Chord Collector.swift
[17/27] Compiling Chord ConcurrencyTester.swift
[18/27] Compiling Chord LockedCounter.swift
[19/27] Compiling Chord MultiQueue.swift
[20/27] Compiling Chord Promise.swift
[21/27] Compiling Chord Synchronizer.swift
[22/27] Compiling Chord ThreadSafeDictionary.swift
[23/27] Compiling Chord Data+async.swift
[24/27] Compiling Chord FilteredQueue.swift
[25/27] Compiling Chord InvertedLockedCounter.swift
[26/27] Compiling Chord ThreadSafeSet.swift
[27/27] Compiling Chord Timeout.swift
Build complete! (6.79s)
Build complete.
Done.