Build Information
Successful build of Chord, reference main (fd232f
), with Swift 5.8 for macOS (SPM) on 3 Aug 2024 05:56:24 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
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 /Users/admin/builder/spi-builder-workspace/.git/
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: macosSpm
Swift version: 5.8
Building package at path: $PWD
https://github.com/OperatorFoundation/Chord.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[1/3] Compiling SwiftQueue Queue.swift
[2/3] Emitting module SwiftQueue
[3/3] Compiling SwiftQueue LinkedList.swift
[4/23] Emitting module Chord
[5/25] Compiling Chord ThreadSafeSet.swift
[6/25] Compiling Chord Timeout.swift
[7/25] Compiling Chord MultiQueue.swift
[8/25] Compiling Chord Promise.swift
[9/25] Compiling Chord InvertedLockedCounter.swift
[10/25] Compiling Chord LockedCounter.swift
[11/25] Compiling Chord Collector.swift
[12/25] Compiling Chord ConcurrencyTester.swift
[13/25] Compiling Chord Data+async.swift
[14/25] Compiling Chord FilteredQueue.swift
[15/25] Compiling Chord RepeatingTask.swift
[16/25] Compiling Chord SleepingTimer.swift
[17/25] Compiling Chord AsyncBufferingQueue.swift
[18/25] Compiling Chord AsyncLock.swift
[19/25] Compiling Chord AsyncQueue.swift
[20/25] Compiling Chord AsyncTimer.swift
[21/25] Compiling Chord Asynchronizer.swift
[22/25] Compiling Chord BlockingQueue.swift
[23/25] Compiling Chord Chord.swift
[24/25] Compiling Chord Synchronizer.swift
[25/25] Compiling Chord ThreadSafeDictionary.swift
Build complete! (13.89s)
Fetching https://github.com/OperatorFoundation/Datable
[4/399] Fetching datable
Fetched https://github.com/OperatorFoundation/Datable (0.75s)
Fetching https://github.com/OperatorFoundation/SwiftQueue
[1/70] Fetching swiftqueue
Fetched https://github.com/OperatorFoundation/SwiftQueue (0.77s)
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
Build complete.
Done.