The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of swift-concurrency-primitives, reference main (d7c711), with Swift 6.2 (beta) for Linux on 22 Jun 2025 04:18:25 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Genaro-Chris/swift-concurrency-primitives.git
Reference: main
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/Genaro-Chris/swift-concurrency-primitives
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d7c711d V0.1.0
Cloned https://github.com/Genaro-Chris/swift-concurrency-primitives.git
Revision (git rev-parse @):
d7c711d397f144ac4e15726b8f1775cc314d42d7
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Genaro-Chris/swift-concurrency-primitives.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Genaro-Chris/swift-concurrency-primitives.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/30] Compiling Primitives Semaphore.swift
[4/30] Compiling Primitives SingleElementStorage.swift
[5/30] Compiling Primitives Storage.swift
[6/30] Compiling Primitives TaskChannel.swift
[7/33] Compiling Primitives ThreadParker.swift
[8/33] Compiling Primitives ThreadPool.swift
[9/33] Compiling Primitives TimeDuration.swift
[10/33] Compiling Primitives Timespec.swift
[11/33] Compiling Primitives UnboundedChannel.swift
[12/33] Compiling Primitives UnbufferedChannel.swift
[13/33] Compiling Primitives WaitGroup.swift
[14/33] Compiling Primitives OnceState.swift
[15/33] Compiling Primitives OneShotChannel.swift
[16/33] Compiling Primitives Operators.swift
[17/33] Compiling Primitives Queue.swift
[18/33] Compiling Primitives Lock.swift
[19/33] Compiling Primitives Locked.swift
[20/33] Compiling Primitives Mutex.swift
[21/33] Compiling Primitives Once.swift
[22/33] Compiling Primitives ArrayStorage.swift
[23/33] Compiling Primitives Barrier.swift
[24/33] Compiling Primitives BoundedChannel.swift
[25/33] Compiling Primitives Buffers.swift
[26/33] Emitting module Primitives
[27/33] Compiling Primitives Channel.swift
[28/33] Compiling Primitives Condition.swift
[29/33] Compiling Primitives ConditionLock.swift
[30/33] Compiling Primitives Latch.swift
[31/33] Compiling Primitives WaitType.swift
[32/33] Compiling Primitives WorkerPool.swift
[33/33] Compiling Primitives WorkerThread.swift
Build complete! (14.73s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-concurrency-primitives",
  "name" : "swift-concurrency-primitives",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "Primitives",
      "targets" : [
        "Primitives"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Primitives_Tests",
      "module_type" : "SwiftTarget",
      "name" : "Primitives-Tests",
      "path" : "Tests/PrimitivesTests",
      "sources" : [
        "ChannelTests.swift",
        "PrimitivesTests.swift",
        "SynchronizationTests.swift",
        "ThreadPoolTests.swift"
      ],
      "target_dependencies" : [
        "Primitives"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Primitives",
      "module_type" : "SwiftTarget",
      "name" : "Primitives",
      "path" : "Sources/Primitives",
      "product_memberships" : [
        "Primitives"
      ],
      "sources" : [
        "ArrayStorage.swift",
        "Barrier.swift",
        "BoundedChannel.swift",
        "Buffers.swift",
        "Channel.swift",
        "Condition.swift",
        "ConditionLock.swift",
        "Latch.swift",
        "Lock.swift",
        "Locked.swift",
        "Mutex.swift",
        "Once.swift",
        "OnceState.swift",
        "OneShotChannel.swift",
        "Operators.swift",
        "Queue.swift",
        "Semaphore.swift",
        "SingleElementStorage.swift",
        "Storage.swift",
        "TaskChannel.swift",
        "ThreadParker.swift",
        "ThreadPool.swift",
        "TimeDuration.swift",
        "Timespec.swift",
        "UnboundedChannel.swift",
        "UnbufferedChannel.swift",
        "WaitGroup.swift",
        "WaitType.swift",
        "WorkerPool.swift",
        "WorkerThread.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.