The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Chord, reference 0.1.6 (30e76f), with Swift 5.8 for Linux on 29 Oct 2024 03:02:13 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.8-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.8
Building package at path:  $PWD
https://github.com/OperatorFoundation/Chord.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.8-latest: Pulling from finestructure/spi-images
Digest: sha256:06f9196eb0a58d9e2ef145681487a05751c13e2e1446f508740719934c63fbe6
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.8-latest
Fetching https://github.com/OperatorFoundation/Datable
Fetching https://github.com/OperatorFoundation/SwiftQueue
[1/399] Fetching datable
[400/469] Fetching datable, swiftqueue
Fetched https://github.com/OperatorFoundation/Datable (0.23s)
Fetched https://github.com/OperatorFoundation/SwiftQueue (0.23s)
Computing version for https://github.com/OperatorFoundation/SwiftQueue
Computed https://github.com/OperatorFoundation/SwiftQueue at 0.1.3 (0.32s)
Computing version for https://github.com/OperatorFoundation/Datable
Computed https://github.com/OperatorFoundation/Datable at 4.0.1 (0.34s)
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 LinkedList.swift
[2/3] Emitting module SwiftQueue
[3/3] Compiling SwiftQueue Queue.swift
[6/25] Emitting module Chord
[7/27] Compiling Chord Data+async.swift
[8/27] Compiling Chord FilteredQueue.swift
[9/27] Compiling Chord InvertedLockedCounter.swift
[10/27] Compiling Chord Chord.swift
[11/27] Compiling Chord Collector.swift
[12/27] Compiling Chord ConcurrencyTester.swift
[13/27] Compiling Chord LockedCounter.swift
[14/27] Compiling Chord MultiQueue.swift
[15/27] Compiling Chord Promise.swift
[16/27] Compiling Chord ThreadSafeSet.swift
[17/27] Compiling Chord Timeout.swift
[18/27] Compiling Chord RepeatingTask.swift
[19/27] Compiling Chord SleepingTimer.swift
[20/27] Compiling Chord AsyncTimer.swift
[21/27] Compiling Chord Asynchronizer.swift
[22/27] Compiling Chord BlockingQueue.swift
[23/27] Compiling Chord Synchronizer.swift
[24/27] Compiling Chord ThreadSafeDictionary.swift
[25/27] Compiling Chord AsyncBufferingQueue.swift
[26/27] Compiling Chord AsyncLock.swift
[27/27] Compiling Chord AsyncQueue.swift
Build complete! (6.88s)
Build complete.
Done.