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 main (fd232f), with Swift 5.10 for macOS (SPM) on 3 Aug 2024 05:56:52 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.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
Fetching https://github.com/OperatorFoundation/Datable
[1/399] Fetching datable
Fetched https://github.com/OperatorFoundation/Datable from cache (1.26s)
Fetching https://github.com/OperatorFoundation/SwiftQueue
[1/70] Fetching swiftqueue
Fetched https://github.com/OperatorFoundation/SwiftQueue from cache (0.70s)
Creating working copy for https://github.com/OperatorFoundation/Datable
Working copy of https://github.com/OperatorFoundation/Datable resolved at main (1186348)
Creating working copy for https://github.com/OperatorFoundation/SwiftQueue
Working copy of https://github.com/OperatorFoundation/SwiftQueue resolved at main (3d099bc)
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "chord",
      "name": "Chord",
      "url": "https://github.com/OperatorFoundation/Chord.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Chord",
      "dependencies": [
        {
          "identity": "swiftqueue",
          "name": "SwiftQueue",
          "url": "https://github.com/OperatorFoundation/SwiftQueue",
          "version": "unspecified",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftQueue",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/OperatorFoundation/Chord.git
[6/502] Fetching chord
Fetched https://github.com/OperatorFoundation/Chord.git from cache (0.84s)
Fetching https://github.com/OperatorFoundation/SwiftQueue from cache
Fetched https://github.com/OperatorFoundation/SwiftQueue from cache (0.47s)
Creating working copy for https://github.com/OperatorFoundation/Chord.git
Working copy of https://github.com/OperatorFoundation/Chord.git resolved at main (fd232f4)
Creating working copy for https://github.com/OperatorFoundation/SwiftQueue
Working copy of https://github.com/OperatorFoundation/SwiftQueue resolved at main (3d099bc)
warning: '.resolve-product-dependencies': dependency 'chord' is not used by any target
Found 1 product dependencies
  - SwiftQueue
========================================
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 LinkedList.swift
[5/6] Compiling SwiftQueue Queue.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 AsyncBufferingQueue.swift
[11/28] Compiling Chord AsyncLock.swift
[12/28] Compiling Chord AsyncQueue.swift
[13/28] Compiling Chord MultiQueue.swift
[14/28] Compiling Chord Promise.swift
[15/28] Compiling Chord BlockingQueue.swift
[16/28] Compiling Chord Chord.swift
[17/28] Compiling Chord Synchronizer.swift
[18/28] Compiling Chord ThreadSafeDictionary.swift
[19/28] Compiling Chord InvertedLockedCounter.swift
[20/28] Compiling Chord LockedCounter.swift
[21/28] Compiling Chord Collector.swift
[22/28] Compiling Chord ConcurrencyTester.swift
[23/28] Compiling Chord Data+async.swift
[24/28] Compiling Chord FilteredQueue.swift
[25/28] Compiling Chord AsyncTimer.swift
[26/28] Compiling Chord Asynchronizer.swift
[27/28] Compiling Chord RepeatingTask.swift
[28/28] Compiling Chord SleepingTimer.swift
Build complete! (6.70s)
Build complete.
Done.