Build Information
Successful build of Chord, reference 0.1.6 (30e76f
), with Swift 5.10 for macOS (SPM) on 29 Oct 2024 03:02:23 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
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 /Users/admin/builder/spi-builder-workspace/.git/
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: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/OperatorFoundation/Chord.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-33747A42983211AE.txt
[4/6] Compiling SwiftQueue Queue.swift
[5/6] Compiling SwiftQueue LinkedList.swift
[6/6] Emitting module SwiftQueue
[7/26] Emitting module Chord
[8/28] Compiling Chord ThreadSafeSet.swift
[9/28] Compiling Chord Timeout.swift
[10/28] Compiling Chord BlockingQueue.swift
[11/28] Compiling Chord Chord.swift
[12/28] Compiling Chord MultiQueue.swift
[13/28] Compiling Chord Promise.swift
[14/28] Compiling Chord Collector.swift
[15/28] Compiling Chord ConcurrencyTester.swift
[16/28] Compiling Chord AsyncTimer.swift
[17/28] Compiling Chord Asynchronizer.swift
[18/28] Compiling Chord AsyncBufferingQueue.swift
[19/28] Compiling Chord AsyncLock.swift
[20/28] Compiling Chord AsyncQueue.swift
[21/28] Compiling Chord RepeatingTask.swift
[22/28] Compiling Chord SleepingTimer.swift
[23/28] Compiling Chord Synchronizer.swift
[24/28] Compiling Chord ThreadSafeDictionary.swift
[25/28] Compiling Chord Data+async.swift
[26/28] Compiling Chord FilteredQueue.swift
[27/28] Compiling Chord InvertedLockedCounter.swift
[28/28] Compiling Chord LockedCounter.swift
Build complete! (10.20s)
Fetching https://github.com/OperatorFoundation/SwiftQueue
Fetching https://github.com/OperatorFoundation/Datable
[1/399] Fetching datable
[93/469] Fetching datable, swiftqueue
Fetched https://github.com/OperatorFoundation/Datable from cache (1.33s)
Fetched https://github.com/OperatorFoundation/SwiftQueue from cache (1.33s)
Computing version for https://github.com/OperatorFoundation/SwiftQueue
Computed https://github.com/OperatorFoundation/SwiftQueue at 0.1.3 (0.44s)
Computing version for https://github.com/OperatorFoundation/Datable
Computed https://github.com/OperatorFoundation/Datable at 4.0.1 (0.43s)
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
Build complete.
Done.