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

Failed to build sebbu-ts-ds, reference main (6697d4), with Swift 5.10 for Linux on 25 Sep 2024 21:10:09 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/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 6697d47 Allow this package to be built on Musl
Cloned https://github.com/MarSe32m/sebbu-ts-ds.git
Revision (git rev-parse @):
6697d475037b81e94f4a35415d2adf49fbff7643
SUCCESS checkout https://github.com/MarSe32m/sebbu-ts-ds.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/MarSe32m/sebbu-ts-ds.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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
Fetching https://github.com/apple/swift-collections.git
[1/15046] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.14s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.23s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Building for debugging...
[0/6] Write sources
[4/6] Compiling CSebbuTSDS src.c
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/23] Compiling InternalCollectionsUtilities _SortedCollection.swift
[8/23] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[9/25] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[10/25] Compiling InternalCollectionsUtilities Specialize.swift
[11/25] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[12/25] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[13/25] Compiling InternalCollectionsUtilities UInt+reversed.swift
[14/25] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[15/25] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[16/25] Compiling InternalCollectionsUtilities Integer rank.swift
[17/25] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[18/25] Compiling InternalCollectionsUtilities Debugging.swift
[19/25] Compiling InternalCollectionsUtilities Descriptions.swift
[20/25] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[21/25] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[22/25] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[23/25] Emitting module InternalCollectionsUtilities
[24/25] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[25/25] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[27/48] Compiling DequeModule Deque+CustomReflectable.swift
[28/48] Compiling DequeModule Deque+Descriptions.swift
[29/50] Compiling DequeModule _DequeBuffer.swift
[30/50] Compiling DequeModule _DequeBufferHeader.swift
[31/50] Compiling HeapModule _HeapNode.swift
[32/50] Compiling DequeModule Deque+Equatable.swift
[33/50] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[34/50] Compiling HeapModule Heap.swift
[35/50] Compiling HeapModule Heap+Invariants.swift
[36/50] Compiling HeapModule Heap+Descriptions.swift
[37/50] Compiling HeapModule Heap+UnsafeHandle.swift
[38/50] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[39/50] Compiling DequeModule Deque+Extras.swift
[40/50] Compiling DequeModule Deque+Hashable.swift
[41/50] Compiling DequeModule Deque+Testing.swift
[42/50] Compiling DequeModule Deque._Storage.swift
[43/50] Compiling DequeModule _DequeSlot.swift
[44/50] Compiling DequeModule _UnsafeWrappedBuffer.swift
[45/50] Emitting module HeapModule
[47/51] Compiling DequeModule Deque._UnsafeHandle.swift
[48/51] Compiling DequeModule Deque.swift
[49/51] Compiling DequeModule Deque+Codable.swift
[50/51] Compiling DequeModule Deque+Collection.swift
[51/51] Emitting module DequeModule
[53/75] Compiling SebbuTSDS MPMCBoundedQueue.swift
/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPMCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class MPMCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPSCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class MPSCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPSCQueue.swift:10:39: error: cannot suppress conformances here
public final class MPSCQueue<Element: ~Copyable>: @unchecked Sendable {
                                      ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPMCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class SPMCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPSCBoundedQueue.swift:9:46: error: cannot suppress conformances here
public final class SPSCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPSCQueue.swift:10:39: error: cannot suppress conformances here
public final class SPSCQueue<Element: ~Copyable>: @unchecked Sendable {
                                      ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Locked/Heaps/LockedPriorityQueue.swift:9:8: error: no such module 'Synchronization'
import Synchronization
       ^
[54/75] Compiling SebbuTSDS MPSCBoundedQueue.swift
/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPMCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class MPMCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPSCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class MPSCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPSCQueue.swift:10:39: error: cannot suppress conformances here
public final class MPSCQueue<Element: ~Copyable>: @unchecked Sendable {
                                      ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPMCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class SPMCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPSCBoundedQueue.swift:9:46: error: cannot suppress conformances here
public final class SPSCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPSCQueue.swift:10:39: error: cannot suppress conformances here
public final class SPSCQueue<Element: ~Copyable>: @unchecked Sendable {
                                      ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Locked/Heaps/LockedPriorityQueue.swift:9:8: error: no such module 'Synchronization'
import Synchronization
       ^
[55/75] Compiling SebbuTSDS MPSCQueue.swift
/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPMCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class MPMCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPSCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class MPSCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPSCQueue.swift:10:39: error: cannot suppress conformances here
public final class MPSCQueue<Element: ~Copyable>: @unchecked Sendable {
                                      ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPMCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class SPMCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPSCBoundedQueue.swift:9:46: error: cannot suppress conformances here
public final class SPSCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPSCQueue.swift:10:39: error: cannot suppress conformances here
public final class SPSCQueue<Element: ~Copyable>: @unchecked Sendable {
                                      ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Locked/Heaps/LockedPriorityQueue.swift:9:8: error: no such module 'Synchronization'
import Synchronization
       ^
[56/75] Compiling SebbuTSDS SPMCBoundedQueue.swift
/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPMCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class MPMCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPSCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class MPSCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPSCQueue.swift:10:39: error: cannot suppress conformances here
public final class MPSCQueue<Element: ~Copyable>: @unchecked Sendable {
                                      ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPMCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class SPMCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPSCBoundedQueue.swift:9:46: error: cannot suppress conformances here
public final class SPSCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPSCQueue.swift:10:39: error: cannot suppress conformances here
public final class SPSCQueue<Element: ~Copyable>: @unchecked Sendable {
                                      ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Locked/Heaps/LockedPriorityQueue.swift:9:8: error: no such module 'Synchronization'
import Synchronization
       ^
[57/78] Compiling SebbuTSDS ConcurrentQueue.swift
/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPMCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class MPMCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPSCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class MPSCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPSCQueue.swift:10:39: error: cannot suppress conformances here
public final class MPSCQueue<Element: ~Copyable>: @unchecked Sendable {
                                      ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPMCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class SPMCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPSCBoundedQueue.swift:9:46: error: cannot suppress conformances here
public final class SPSCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPSCQueue.swift:10:39: error: cannot suppress conformances here
public final class SPSCQueue<Element: ~Copyable>: @unchecked Sendable {
                                      ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Locked/Heaps/LockedPriorityQueue.swift:9:8: error: no such module 'Synchronization'
import Synchronization
       ^
[58/78] Compiling SebbuTSDS ConcurrentStack.swift
/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPMCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class MPMCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPSCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class MPSCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPSCQueue.swift:10:39: error: cannot suppress conformances here
public final class MPSCQueue<Element: ~Copyable>: @unchecked Sendable {
                                      ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPMCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class SPMCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPSCBoundedQueue.swift:9:46: error: cannot suppress conformances here
public final class SPSCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPSCQueue.swift:10:39: error: cannot suppress conformances here
public final class SPSCQueue<Element: ~Copyable>: @unchecked Sendable {
                                      ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Locked/Heaps/LockedPriorityQueue.swift:9:8: error: no such module 'Synchronization'
import Synchronization
       ^
[59/78] Compiling SebbuTSDS HardwarePause.swift
/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPMCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class MPMCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPSCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class MPSCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPSCQueue.swift:10:39: error: cannot suppress conformances here
public final class MPSCQueue<Element: ~Copyable>: @unchecked Sendable {
                                      ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPMCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class SPMCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPSCBoundedQueue.swift:9:46: error: cannot suppress conformances here
public final class SPSCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPSCQueue.swift:10:39: error: cannot suppress conformances here
public final class SPSCQueue<Element: ~Copyable>: @unchecked Sendable {
                                      ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Locked/Heaps/LockedPriorityQueue.swift:9:8: error: no such module 'Synchronization'
import Synchronization
       ^
[60/78] Compiling SebbuTSDS SpinlockedBoundedStack.swift
/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPMCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class MPMCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPSCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class MPSCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPSCQueue.swift:10:39: error: cannot suppress conformances here
public final class MPSCQueue<Element: ~Copyable>: @unchecked Sendable {
                                      ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPMCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class SPMCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPSCBoundedQueue.swift:9:46: error: cannot suppress conformances here
public final class SPSCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPSCQueue.swift:10:39: error: cannot suppress conformances here
public final class SPSCQueue<Element: ~Copyable>: @unchecked Sendable {
                                      ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Locked/Heaps/LockedPriorityQueue.swift:9:8: error: no such module 'Synchronization'
import Synchronization
       ^
[61/78] Compiling SebbuTSDS SpinlockedStack.swift
/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPMCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class MPMCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPSCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class MPSCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPSCQueue.swift:10:39: error: cannot suppress conformances here
public final class MPSCQueue<Element: ~Copyable>: @unchecked Sendable {
                                      ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPMCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class SPMCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPSCBoundedQueue.swift:9:46: error: cannot suppress conformances here
public final class SPSCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPSCQueue.swift:10:39: error: cannot suppress conformances here
public final class SPSCQueue<Element: ~Copyable>: @unchecked Sendable {
                                      ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Locked/Heaps/LockedPriorityQueue.swift:9:8: error: no such module 'Synchronization'
import Synchronization
       ^
[62/78] Compiling SebbuTSDS ConcurrentDeque.swift
/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPMCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class MPMCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPSCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class MPSCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPSCQueue.swift:10:39: error: cannot suppress conformances here
public final class MPSCQueue<Element: ~Copyable>: @unchecked Sendable {
                                      ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPMCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class SPMCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPSCBoundedQueue.swift:9:46: error: cannot suppress conformances here
public final class SPSCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPSCQueue.swift:10:39: error: cannot suppress conformances here
public final class SPSCQueue<Element: ~Copyable>: @unchecked Sendable {
                                      ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Locked/Heaps/LockedPriorityQueue.swift:9:8: error: no such module 'Synchronization'
import Synchronization
       ^
[63/78] Compiling SebbuTSDS LockedQueue.swift
/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPMCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class MPMCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPSCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class MPSCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPSCQueue.swift:10:39: error: cannot suppress conformances here
public final class MPSCQueue<Element: ~Copyable>: @unchecked Sendable {
                                      ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPMCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class SPMCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPSCBoundedQueue.swift:9:46: error: cannot suppress conformances here
public final class SPSCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPSCQueue.swift:10:39: error: cannot suppress conformances here
public final class SPSCQueue<Element: ~Copyable>: @unchecked Sendable {
                                      ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Locked/Heaps/LockedPriorityQueue.swift:9:8: error: no such module 'Synchronization'
import Synchronization
       ^
[64/78] Compiling SebbuTSDS SpinlockedBoundedQueue.swift
/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPMCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class MPMCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPSCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class MPSCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPSCQueue.swift:10:39: error: cannot suppress conformances here
public final class MPSCQueue<Element: ~Copyable>: @unchecked Sendable {
                                      ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPMCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class SPMCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPSCBoundedQueue.swift:9:46: error: cannot suppress conformances here
public final class SPSCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPSCQueue.swift:10:39: error: cannot suppress conformances here
public final class SPSCQueue<Element: ~Copyable>: @unchecked Sendable {
                                      ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Locked/Heaps/LockedPriorityQueue.swift:9:8: error: no such module 'Synchronization'
import Synchronization
       ^
[65/78] Compiling SebbuTSDS SpinlockedDeque.swift
/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPMCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class MPMCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPSCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class MPSCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPSCQueue.swift:10:39: error: cannot suppress conformances here
public final class MPSCQueue<Element: ~Copyable>: @unchecked Sendable {
                                      ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPMCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class SPMCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPSCBoundedQueue.swift:9:46: error: cannot suppress conformances here
public final class SPSCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPSCQueue.swift:10:39: error: cannot suppress conformances here
public final class SPSCQueue<Element: ~Copyable>: @unchecked Sendable {
                                      ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Locked/Heaps/LockedPriorityQueue.swift:9:8: error: no such module 'Synchronization'
import Synchronization
       ^
[66/78] Compiling SebbuTSDS SpinlockedPriorityQueue.swift
/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPMCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class MPMCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPSCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class MPSCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPSCQueue.swift:10:39: error: cannot suppress conformances here
public final class MPSCQueue<Element: ~Copyable>: @unchecked Sendable {
                                      ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPMCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class SPMCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPSCBoundedQueue.swift:9:46: error: cannot suppress conformances here
public final class SPSCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPSCQueue.swift:10:39: error: cannot suppress conformances here
public final class SPSCQueue<Element: ~Copyable>: @unchecked Sendable {
                                      ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Locked/Heaps/LockedPriorityQueue.swift:9:8: error: no such module 'Synchronization'
import Synchronization
       ^
[67/78] Compiling SebbuTSDS LockedBoundedQueue.swift
/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPMCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class MPMCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPSCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class MPSCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPSCQueue.swift:10:39: error: cannot suppress conformances here
public final class MPSCQueue<Element: ~Copyable>: @unchecked Sendable {
                                      ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPMCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class SPMCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPSCBoundedQueue.swift:9:46: error: cannot suppress conformances here
public final class SPSCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPSCQueue.swift:10:39: error: cannot suppress conformances here
public final class SPSCQueue<Element: ~Copyable>: @unchecked Sendable {
                                      ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Locked/Heaps/LockedPriorityQueue.swift:9:8: error: no such module 'Synchronization'
import Synchronization
       ^
[68/78] Compiling SebbuTSDS LockedDeque.swift
/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPMCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class MPMCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPSCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class MPSCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPSCQueue.swift:10:39: error: cannot suppress conformances here
public final class MPSCQueue<Element: ~Copyable>: @unchecked Sendable {
                                      ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPMCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class SPMCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPSCBoundedQueue.swift:9:46: error: cannot suppress conformances here
public final class SPSCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPSCQueue.swift:10:39: error: cannot suppress conformances here
public final class SPSCQueue<Element: ~Copyable>: @unchecked Sendable {
                                      ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Locked/Heaps/LockedPriorityQueue.swift:9:8: error: no such module 'Synchronization'
import Synchronization
       ^
[69/78] Compiling SebbuTSDS SPSCBoundedQueue.swift
/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPMCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class MPMCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPSCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class MPSCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPSCQueue.swift:10:39: error: cannot suppress conformances here
public final class MPSCQueue<Element: ~Copyable>: @unchecked Sendable {
                                      ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPMCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class SPMCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPSCBoundedQueue.swift:9:46: error: cannot suppress conformances here
public final class SPSCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPSCQueue.swift:10:39: error: cannot suppress conformances here
public final class SPSCQueue<Element: ~Copyable>: @unchecked Sendable {
                                      ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Locked/Heaps/LockedPriorityQueue.swift:9:8: error: no such module 'Synchronization'
import Synchronization
       ^
[70/78] Compiling SebbuTSDS SPSCQueue.swift
/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPMCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class MPMCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPSCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class MPSCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPSCQueue.swift:10:39: error: cannot suppress conformances here
public final class MPSCQueue<Element: ~Copyable>: @unchecked Sendable {
                                      ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPMCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class SPMCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPSCBoundedQueue.swift:9:46: error: cannot suppress conformances here
public final class SPSCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPSCQueue.swift:10:39: error: cannot suppress conformances here
public final class SPSCQueue<Element: ~Copyable>: @unchecked Sendable {
                                      ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Locked/Heaps/LockedPriorityQueue.swift:9:8: error: no such module 'Synchronization'
import Synchronization
       ^
[71/78] Compiling SebbuTSDS LockedPriorityQueue.swift
/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPMCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class MPMCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPSCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class MPSCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPSCQueue.swift:10:39: error: cannot suppress conformances here
public final class MPSCQueue<Element: ~Copyable>: @unchecked Sendable {
                                      ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPMCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class SPMCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPSCBoundedQueue.swift:9:46: error: cannot suppress conformances here
public final class SPSCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPSCQueue.swift:10:39: error: cannot suppress conformances here
public final class SPSCQueue<Element: ~Copyable>: @unchecked Sendable {
                                      ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Locked/Heaps/LockedPriorityQueue.swift:9:8: error: no such module 'Synchronization'
import Synchronization
       ^
[72/78] Compiling SebbuTSDS SpinlockedQueue.swift
/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPMCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class MPMCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPSCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class MPSCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPSCQueue.swift:10:39: error: cannot suppress conformances here
public final class MPSCQueue<Element: ~Copyable>: @unchecked Sendable {
                                      ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPMCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class SPMCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPSCBoundedQueue.swift:9:46: error: cannot suppress conformances here
public final class SPSCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPSCQueue.swift:10:39: error: cannot suppress conformances here
public final class SPSCQueue<Element: ~Copyable>: @unchecked Sendable {
                                      ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Locked/Heaps/LockedPriorityQueue.swift:9:8: error: no such module 'Synchronization'
import Synchronization
       ^
[73/78] Compiling SebbuTSDS LockedBoundedStack.swift
/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPMCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class MPMCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPSCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class MPSCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPSCQueue.swift:10:39: error: cannot suppress conformances here
public final class MPSCQueue<Element: ~Copyable>: @unchecked Sendable {
                                      ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPMCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class SPMCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPSCBoundedQueue.swift:9:46: error: cannot suppress conformances here
public final class SPSCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPSCQueue.swift:10:39: error: cannot suppress conformances here
public final class SPSCQueue<Element: ~Copyable>: @unchecked Sendable {
                                      ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Locked/Heaps/LockedPriorityQueue.swift:9:8: error: no such module 'Synchronization'
import Synchronization
       ^
[74/78] Compiling SebbuTSDS LockedStack.swift
/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPMCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class MPMCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPSCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class MPSCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPSCQueue.swift:10:39: error: cannot suppress conformances here
public final class MPSCQueue<Element: ~Copyable>: @unchecked Sendable {
                                      ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPMCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class SPMCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPSCBoundedQueue.swift:9:46: error: cannot suppress conformances here
public final class SPSCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPSCQueue.swift:10:39: error: cannot suppress conformances here
public final class SPSCQueue<Element: ~Copyable>: @unchecked Sendable {
                                      ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Locked/Heaps/LockedPriorityQueue.swift:9:8: error: no such module 'Synchronization'
import Synchronization
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[75/78] Emitting module SebbuTSDS
/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPMCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class MPMCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPSCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class MPSCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPSCQueue.swift:10:39: error: cannot suppress conformances here
public final class MPSCQueue<Element: ~Copyable>: @unchecked Sendable {
                                      ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPMCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class SPMCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPSCBoundedQueue.swift:9:46: error: cannot suppress conformances here
public final class SPSCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPSCQueue.swift:10:39: error: cannot suppress conformances here
public final class SPSCQueue<Element: ~Copyable>: @unchecked Sendable {
                                      ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Locked/Heaps/LockedPriorityQueue.swift:9:8: error: no such module 'Synchronization'
import Synchronization
       ^
[76/78] Compiling SebbuTSDS Lock.swift
/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPMCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class MPMCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPSCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class MPSCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPSCQueue.swift:10:39: error: cannot suppress conformances here
public final class MPSCQueue<Element: ~Copyable>: @unchecked Sendable {
                                      ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPMCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class SPMCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPSCBoundedQueue.swift:9:46: error: cannot suppress conformances here
public final class SPSCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPSCQueue.swift:10:39: error: cannot suppress conformances here
public final class SPSCQueue<Element: ~Copyable>: @unchecked Sendable {
                                      ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Locked/Heaps/LockedPriorityQueue.swift:9:8: error: no such module 'Synchronization'
import Synchronization
       ^
[77/78] Compiling SebbuTSDS Spinlock.swift
/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPMCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class MPMCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPSCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class MPSCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPSCQueue.swift:10:39: error: cannot suppress conformances here
public final class MPSCQueue<Element: ~Copyable>: @unchecked Sendable {
                                      ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPMCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class SPMCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPSCBoundedQueue.swift:9:46: error: cannot suppress conformances here
public final class SPSCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPSCQueue.swift:10:39: error: cannot suppress conformances here
public final class SPSCQueue<Element: ~Copyable>: @unchecked Sendable {
                                      ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Locked/Heaps/LockedPriorityQueue.swift:9:8: error: no such module 'Synchronization'
import Synchronization
       ^
[78/78] Compiling SebbuTSDS Utilities.swift
/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPMCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class MPMCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPSCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class MPSCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/MPSCQueue.swift:10:39: error: cannot suppress conformances here
public final class MPSCQueue<Element: ~Copyable>: @unchecked Sendable {
                                      ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPMCBoundedQueue.swift:10:46: error: cannot suppress conformances here
public final class SPMCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPSCBoundedQueue.swift:9:46: error: cannot suppress conformances here
public final class SPSCBoundedQueue<Element: ~Copyable>: @unchecked Sendable {
                                             ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Lock Free/Queues/SPSCQueue.swift:10:39: error: cannot suppress conformances here
public final class SPSCQueue<Element: ~Copyable>: @unchecked Sendable {
                                      ^

/host/spi-builder-workspace/Sources/SebbuTSDS/Locked/Heaps/LockedPriorityQueue.swift:9:8: error: no such module 'Synchronization'
import Synchronization
       ^
error: fatalError
BUILD FAILURE 5.10 linux