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 swift-concurrency-primitives, reference main (d7c711), with Swift 5.10 for Linux on 27 Sep 2024 11:10:08 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.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.54.2
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:             5.10
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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:6c25c99211d1e15148b101a61df2563575f50d0f624cb6ce5a573a0b53fb5dca
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/30] Emitting module Primitives
[4/33] Compiling Primitives Semaphore.swift
[5/33] Compiling Primitives SingleElementStorage.swift
[6/33] Compiling Primitives Storage.swift
[7/33] Compiling Primitives TaskChannel.swift
[8/33] Compiling Primitives OnceState.swift
[9/33] Compiling Primitives OneShotChannel.swift
[10/33] Compiling Primitives Operators.swift
[11/33] Compiling Primitives Queue.swift
[12/33] Compiling Primitives UnboundedChannel.swift
[13/33] Compiling Primitives UnbufferedChannel.swift
[14/33] Compiling Primitives WaitGroup.swift
[15/33] Compiling Primitives Channel.swift
[16/33] Compiling Primitives Condition.swift
[17/33] Compiling Primitives ConditionLock.swift
[18/33] Compiling Primitives Latch.swift
[19/33] Compiling Primitives WaitType.swift
[20/33] Compiling Primitives WorkerPool.swift
[21/33] Compiling Primitives WorkerThread.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] Compiling Primitives ThreadParker.swift
[27/33] Compiling Primitives ThreadPool.swift
[28/33] Compiling Primitives TimeDuration.swift
[29/33] Compiling Primitives Timespec.swift
[30/33] Compiling Primitives Lock.swift
[31/33] Compiling Primitives Locked.swift
[32/33] Compiling Primitives Mutex.swift
[33/33] Compiling Primitives Once.swift
Build complete! (7.34s)
Build complete.
Done.