Build Information
Successful build of Chord, reference 0.1.6 (30e76f
), with Swift 5.9 for Linux on 29 Oct 2024 03:01:49 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.55.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/OperatorFoundation/Chord.git
Reference: 0.1.6
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
* tag 0.1.6 -> FETCH_HEAD
HEAD is now at 30e76f8 Merge branch 'main' into release
Cloned https://github.com/OperatorFoundation/Chord.git
Revision (git rev-parse @):
30e76f8f89ebdf310a62790ff1369e2702d2db66
SUCCESS checkout https://github.com/OperatorFoundation/Chord.git at 0.1.6
========================================
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-2":/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:5a47d9d39a5702cbfa0ba55458353b9ccb6eb7cde0581792bc757a518ca63386
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/OperatorFoundation/SwiftQueue
Fetching https://github.com/OperatorFoundation/Datable
[1/399] Fetching datable
[400/469] Fetching datable, swiftqueue
Fetched https://github.com/OperatorFoundation/SwiftQueue (0.22s)
Fetched https://github.com/OperatorFoundation/Datable (0.22s)
Computing version for https://github.com/OperatorFoundation/SwiftQueue
Computed https://github.com/OperatorFoundation/SwiftQueue at 0.1.3 (0.36s)
Computing version for https://github.com/OperatorFoundation/Datable
Computed https://github.com/OperatorFoundation/Datable at 4.0.1 (0.37s)
Creating working copy for https://github.com/OperatorFoundation/SwiftQueue
Working copy of https://github.com/OperatorFoundation/SwiftQueue resolved at 0.1.3
Creating working copy for https://github.com/OperatorFoundation/Datable
Working copy of https://github.com/OperatorFoundation/Datable resolved at 4.0.1
Building for debugging...
[1/3] Compiling SwiftQueue Queue.swift
[2/3] Emitting module SwiftQueue
[3/3] Compiling SwiftQueue LinkedList.swift
[6/25] Compiling Chord AsyncBufferingQueue.swift
[7/25] Compiling Chord AsyncLock.swift
[8/25] Compiling Chord AsyncQueue.swift
[9/25] Emitting module Chord
[10/27] Compiling Chord Chord.swift
[11/27] Compiling Chord Collector.swift
[12/27] Compiling Chord ConcurrencyTester.swift
[13/27] Compiling Chord Data+async.swift
[14/27] Compiling Chord FilteredQueue.swift
[15/27] Compiling Chord InvertedLockedCounter.swift
[16/27] Compiling Chord LockedCounter.swift
[17/27] Compiling Chord MultiQueue.swift
[18/27] Compiling Chord Promise.swift
[19/27] Compiling Chord AsyncTimer.swift
[20/27] Compiling Chord Asynchronizer.swift
[21/27] Compiling Chord BlockingQueue.swift
[22/27] Compiling Chord Synchronizer.swift
[23/27] Compiling Chord ThreadSafeDictionary.swift
[24/27] Compiling Chord RepeatingTask.swift
[25/27] Compiling Chord SleepingTimer.swift
[26/27] Compiling Chord ThreadSafeSet.swift
[27/27] Compiling Chord Timeout.swift
Build complete! (7.87s)
Build complete.
Done.