The Swift Package Index logo.Swift Package Index

Build Information

Successful build of sebbu-ts-ds, reference main (915df9), with Swift 6.2 for Linux on 23 Jun 2025 12:39:18 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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/MarSe32m/sebbu-ts-ds.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/MarSe32m/sebbu-ts-ds
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 915df95 Add sending modifier to locked and lock-free queue implementations.
Cloned https://github.com/MarSe32m/sebbu-ts-ds.git
Revision (git rev-parse @):
915df952c543c2746ae70894926475052e2c3f52
SUCCESS checkout https://github.com/MarSe32m/sebbu-ts-ds.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/MarSe32m/sebbu-ts-ds.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
Fetching https://github.com/apple/swift-collections.git
[1/16640] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.48s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.20s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/19] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[7/20] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[8/20] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[9/20] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[10/20] Compiling InternalCollectionsUtilities _SortedCollection.swift
[11/20] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[12/20] Compiling InternalCollectionsUtilities Debugging.swift
[13/20] Compiling InternalCollectionsUtilities Descriptions.swift
[14/20] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[15/20] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[16/20] Compiling InternalCollectionsUtilities Integer rank.swift
[17/20] Emitting module InternalCollectionsUtilities
[18/20] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[19/20] Compiling InternalCollectionsUtilities UInt+reversed.swift
[20/20] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[22/43] Compiling HeapModule Heap.swift
[23/43] Compiling DequeModule _DequeBuffer.swift
[24/43] Compiling DequeModule _DequeBufferHeader.swift
[25/45] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[26/45] Compiling HeapModule Heap+Invariants.swift
[27/45] Compiling HeapModule Heap+UnsafeHandle.swift
[28/45] Compiling HeapModule _HeapNode.swift
[29/45] Compiling DequeModule Deque+CustomReflectable.swift
[30/45] Compiling DequeModule Deque+Descriptions.swift
[31/45] Compiling DequeModule Deque+Equatable.swift
[32/45] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[33/45] Compiling HeapModule Heap+Descriptions.swift
[34/45] Emitting module HeapModule
[36/46] Compiling DequeModule _DequeSlot.swift
[37/46] Compiling DequeModule _UnsafeWrappedBuffer.swift
[38/46] Compiling DequeModule Deque+Extras.swift
[39/46] Compiling DequeModule Deque+Hashable.swift
[40/46] Compiling DequeModule Deque+Testing.swift
[41/46] Compiling DequeModule Deque._Storage.swift
[42/46] Compiling DequeModule Deque._UnsafeHandle.swift
[43/46] Compiling DequeModule Deque.swift
[44/46] Compiling DequeModule Deque+Codable.swift
[45/46] Compiling DequeModule Deque+Collection.swift
[46/46] Emitting module DequeModule
[48/70] Emitting module SebbuTSDS
[49/70] Compiling SebbuTSDS MPMCBoundedQueue.swift
[50/70] Compiling SebbuTSDS MPSCBoundedQueue.swift
[51/70] Compiling SebbuTSDS MPSCQueue.swift
[52/70] Compiling SebbuTSDS SPMCBoundedQueue.swift
[53/73] Compiling SebbuTSDS SpinlockedBoundedStack.swift
[54/73] Compiling SebbuTSDS SpinlockedStack.swift
[55/73] Compiling SebbuTSDS ConcurrentDeque.swift
[56/73] Compiling SebbuTSDS SpinlockedPriorityQueue.swift
[57/73] Compiling SebbuTSDS LockedBoundedQueue.swift
[58/73] Compiling SebbuTSDS LockedDeque.swift
[59/73] Compiling SebbuTSDS SPSCBoundedQueue.swift
[60/73] Compiling SebbuTSDS SPSCQueue.swift
[61/73] Compiling SebbuTSDS LockedPriorityQueue.swift
[62/73] Compiling SebbuTSDS ConcurrentQueue.swift
[63/73] Compiling SebbuTSDS ConcurrentStack.swift
[64/73] Compiling SebbuTSDS HardwarePause.swift
[65/73] Compiling SebbuTSDS SpinlockedQueue.swift
[66/73] Compiling SebbuTSDS LockedBoundedStack.swift
[67/73] Compiling SebbuTSDS LockedStack.swift
[68/73] Compiling SebbuTSDS LockedQueue.swift
[69/73] Compiling SebbuTSDS SpinlockedBoundedQueue.swift
[70/73] Compiling SebbuTSDS SpinlockedDeque.swift
[71/73] Compiling SebbuTSDS Lock.swift
[72/73] Compiling SebbuTSDS Spinlock.swift
[73/73] Compiling SebbuTSDS Utilities.swift
Build complete! (19.86s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    }
  ],
  "manifest_display_name" : "sebbu-ts-ds",
  "name" : "sebbu-ts-ds",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "18.0"
    }
  ],
  "products" : [
    {
      "name" : "SebbuTSDS",
      "targets" : [
        "SebbuTSDS"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SebbuTSDSTests",
      "module_type" : "SwiftTarget",
      "name" : "SebbuTSDSTests",
      "path" : "Tests/SebbuTSDSTests",
      "sources" : [
        "LockTests.swift",
        "LockedDequeTests.swift",
        "LockedQueueTests.swift",
        "LockedStackTests.swift",
        "MPMCBoundedQueueTests.swift",
        "MPSCBoundedQueueTests.swift",
        "MPSCQueueTests.swift",
        "SPMCBoundedQueueTests.swift",
        "SPSCBoundedQueueTests.swift",
        "SPSCQueueTests.swift",
        "TestUtils.swift"
      ],
      "target_dependencies" : [
        "SebbuTSDS"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SebbuTSDS",
      "module_type" : "SwiftTarget",
      "name" : "SebbuTSDS",
      "path" : "Sources/SebbuTSDS",
      "product_dependencies" : [
        "DequeModule",
        "HeapModule"
      ],
      "product_memberships" : [
        "SebbuTSDS"
      ],
      "sources" : [
        "Lock Free/Queues/MPMCBoundedQueue.swift",
        "Lock Free/Queues/MPSCBoundedQueue.swift",
        "Lock Free/Queues/MPSCQueue.swift",
        "Lock Free/Queues/SPMCBoundedQueue.swift",
        "Lock Free/Queues/SPSCBoundedQueue.swift",
        "Lock Free/Queues/SPSCQueue.swift",
        "Locked/Heaps/LockedPriorityQueue.swift",
        "Locked/Heaps/SpinlockedPriorityQueue.swift",
        "Locked/Queues/LockedBoundedQueue.swift",
        "Locked/Queues/LockedDeque.swift",
        "Locked/Queues/LockedQueue.swift",
        "Locked/Queues/SpinlockedBoundedQueue.swift",
        "Locked/Queues/SpinlockedDeque.swift",
        "Locked/Queues/SpinlockedQueue.swift",
        "Locked/Stacks/LockedBoundedStack.swift",
        "Locked/Stacks/LockedStack.swift",
        "Locked/Stacks/SpinlockedBoundedStack.swift",
        "Locked/Stacks/SpinlockedStack.swift",
        "Protocols/ConcurrentDeque.swift",
        "Protocols/ConcurrentQueue.swift",
        "Protocols/ConcurrentStack.swift",
        "Utilities/HardwarePause.swift",
        "Utilities/Lock.swift",
        "Utilities/Spinlock.swift",
        "Utilities/Utilities.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
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.