Build Information
Failed to build sebbu-ts-ds, reference main (915df9), with Swift 6.2 for Android on 23 Jun 2025 12:39:18 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build 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: android
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-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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.16s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.10s)
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-8C5A4AE7A8CE2BA.txt
[6/19] Compiling InternalCollectionsUtilities Descriptions.swift
[7/19] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[8/19] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[9/20] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[10/20] Compiling InternalCollectionsUtilities Debugging.swift
[11/20] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[12/20] Compiling InternalCollectionsUtilities _SortedCollection.swift
[13/20] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[14/20] Compiling InternalCollectionsUtilities UInt+reversed.swift
[15/20] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[16/20] Compiling InternalCollectionsUtilities Integer rank.swift
[17/20] Emitting module InternalCollectionsUtilities
[18/20] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[19/20] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[20/20] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[22/43] Compiling DequeModule _DequeBuffer.swift
[23/43] Compiling DequeModule _DequeBufferHeader.swift
[24/45] Compiling HeapModule Heap+Invariants.swift
[25/45] Emitting module HeapModule
[26/45] Compiling HeapModule Heap+Descriptions.swift
[27/45] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[28/45] Compiling HeapModule _HeapNode.swift
[29/45] Compiling HeapModule Heap.swift
[30/45] Compiling HeapModule Heap+UnsafeHandle.swift
[32/46] Compiling DequeModule _DequeSlot.swift
[33/46] Compiling DequeModule _UnsafeWrappedBuffer.swift
[34/46] Compiling DequeModule Deque+Testing.swift
[35/46] Compiling DequeModule Deque._Storage.swift
[36/46] Compiling DequeModule Deque+Extras.swift
[37/46] Compiling DequeModule Deque+Hashable.swift
[38/46] Compiling DequeModule Deque+CustomReflectable.swift
[39/46] Compiling DequeModule Deque+Descriptions.swift
[40/46] Compiling DequeModule Deque._UnsafeHandle.swift
[41/46] Compiling DequeModule Deque.swift
[42/46] Compiling DequeModule Deque+Equatable.swift
[43/46] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[44/46] Emitting module DequeModule
[45/46] Compiling DequeModule Deque+Codable.swift
[46/46] Compiling DequeModule Deque+Collection.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[48/70] Emitting module SebbuTSDS
/host/spi-builder-workspace/Sources/SebbuTSDS/Utilities/Utilities.swift:18:8: error: Unsupported platform
16 | import WinSDK
17 | #else
18 | #error("Unsupported platform")
| `- error: Unsupported platform
19 | #endif
20 |
[49/73] Compiling SebbuTSDS SpinlockedQueue.swift
/host/spi-builder-workspace/Sources/SebbuTSDS/Utilities/Utilities.swift:18:8: error: Unsupported platform
16 | import WinSDK
17 | #else
18 | #error("Unsupported platform")
| `- error: Unsupported platform
19 | #endif
20 |
[50/73] Compiling SebbuTSDS LockedBoundedStack.swift
/host/spi-builder-workspace/Sources/SebbuTSDS/Utilities/Utilities.swift:18:8: error: Unsupported platform
16 | import WinSDK
17 | #else
18 | #error("Unsupported platform")
| `- error: Unsupported platform
19 | #endif
20 |
[51/73] Compiling SebbuTSDS LockedStack.swift
/host/spi-builder-workspace/Sources/SebbuTSDS/Utilities/Utilities.swift:18:8: error: Unsupported platform
16 | import WinSDK
17 | #else
18 | #error("Unsupported platform")
| `- error: Unsupported platform
19 | #endif
20 |
[52/73] Compiling SebbuTSDS ConcurrentQueue.swift
/host/spi-builder-workspace/Sources/SebbuTSDS/Utilities/Utilities.swift:18:8: error: Unsupported platform
16 | import WinSDK
17 | #else
18 | #error("Unsupported platform")
| `- error: Unsupported platform
19 | #endif
20 |
[53/73] Compiling SebbuTSDS ConcurrentStack.swift
/host/spi-builder-workspace/Sources/SebbuTSDS/Utilities/Utilities.swift:18:8: error: Unsupported platform
16 | import WinSDK
17 | #else
18 | #error("Unsupported platform")
| `- error: Unsupported platform
19 | #endif
20 |
[54/73] Compiling SebbuTSDS HardwarePause.swift
/host/spi-builder-workspace/Sources/SebbuTSDS/Utilities/Utilities.swift:18:8: error: Unsupported platform
16 | import WinSDK
17 | #else
18 | #error("Unsupported platform")
| `- error: Unsupported platform
19 | #endif
20 |
[55/73] Compiling SebbuTSDS SpinlockedBoundedStack.swift
/host/spi-builder-workspace/Sources/SebbuTSDS/Utilities/Utilities.swift:18:8: error: Unsupported platform
16 | import WinSDK
17 | #else
18 | #error("Unsupported platform")
| `- error: Unsupported platform
19 | #endif
20 |
[56/73] Compiling SebbuTSDS SpinlockedStack.swift
/host/spi-builder-workspace/Sources/SebbuTSDS/Utilities/Utilities.swift:18:8: error: Unsupported platform
16 | import WinSDK
17 | #else
18 | #error("Unsupported platform")
| `- error: Unsupported platform
19 | #endif
20 |
[57/73] Compiling SebbuTSDS ConcurrentDeque.swift
/host/spi-builder-workspace/Sources/SebbuTSDS/Utilities/Utilities.swift:18:8: error: Unsupported platform
16 | import WinSDK
17 | #else
18 | #error("Unsupported platform")
| `- error: Unsupported platform
19 | #endif
20 |
[58/73] Compiling SebbuTSDS Lock.swift
/host/spi-builder-workspace/Sources/SebbuTSDS/Utilities/Utilities.swift:18:8: error: Unsupported platform
16 | import WinSDK
17 | #else
18 | #error("Unsupported platform")
| `- error: Unsupported platform
19 | #endif
20 |
[59/73] Compiling SebbuTSDS Spinlock.swift
/host/spi-builder-workspace/Sources/SebbuTSDS/Utilities/Utilities.swift:18:8: error: Unsupported platform
16 | import WinSDK
17 | #else
18 | #error("Unsupported platform")
| `- error: Unsupported platform
19 | #endif
20 |
[60/73] Compiling SebbuTSDS Utilities.swift
/host/spi-builder-workspace/Sources/SebbuTSDS/Utilities/Utilities.swift:18:8: error: Unsupported platform
16 | import WinSDK
17 | #else
18 | #error("Unsupported platform")
| `- error: Unsupported platform
19 | #endif
20 |
[61/73] Compiling SebbuTSDS SpinlockedPriorityQueue.swift
/host/spi-builder-workspace/Sources/SebbuTSDS/Utilities/Utilities.swift:18:8: error: Unsupported platform
16 | import WinSDK
17 | #else
18 | #error("Unsupported platform")
| `- error: Unsupported platform
19 | #endif
20 |
[62/73] Compiling SebbuTSDS LockedBoundedQueue.swift
/host/spi-builder-workspace/Sources/SebbuTSDS/Utilities/Utilities.swift:18:8: error: Unsupported platform
16 | import WinSDK
17 | #else
18 | #error("Unsupported platform")
| `- error: Unsupported platform
19 | #endif
20 |
[63/73] Compiling SebbuTSDS LockedDeque.swift
/host/spi-builder-workspace/Sources/SebbuTSDS/Utilities/Utilities.swift:18:8: error: Unsupported platform
16 | import WinSDK
17 | #else
18 | #error("Unsupported platform")
| `- error: Unsupported platform
19 | #endif
20 |
[64/73] Compiling SebbuTSDS MPMCBoundedQueue.swift
/host/spi-builder-workspace/Sources/SebbuTSDS/Utilities/Utilities.swift:18:8: error: Unsupported platform
16 | import WinSDK
17 | #else
18 | #error("Unsupported platform")
| `- error: Unsupported platform
19 | #endif
20 |
[65/73] Compiling SebbuTSDS MPSCBoundedQueue.swift
/host/spi-builder-workspace/Sources/SebbuTSDS/Utilities/Utilities.swift:18:8: error: Unsupported platform
16 | import WinSDK
17 | #else
18 | #error("Unsupported platform")
| `- error: Unsupported platform
19 | #endif
20 |
[66/73] Compiling SebbuTSDS MPSCQueue.swift
/host/spi-builder-workspace/Sources/SebbuTSDS/Utilities/Utilities.swift:18:8: error: Unsupported platform
16 | import WinSDK
17 | #else
18 | #error("Unsupported platform")
| `- error: Unsupported platform
19 | #endif
20 |
[67/73] Compiling SebbuTSDS SPMCBoundedQueue.swift
/host/spi-builder-workspace/Sources/SebbuTSDS/Utilities/Utilities.swift:18:8: error: Unsupported platform
16 | import WinSDK
17 | #else
18 | #error("Unsupported platform")
| `- error: Unsupported platform
19 | #endif
20 |
[68/73] Compiling SebbuTSDS LockedQueue.swift
/host/spi-builder-workspace/Sources/SebbuTSDS/Utilities/Utilities.swift:18:8: error: Unsupported platform
16 | import WinSDK
17 | #else
18 | #error("Unsupported platform")
| `- error: Unsupported platform
19 | #endif
20 |
[69/73] Compiling SebbuTSDS SpinlockedBoundedQueue.swift
/host/spi-builder-workspace/Sources/SebbuTSDS/Utilities/Utilities.swift:18:8: error: Unsupported platform
16 | import WinSDK
17 | #else
18 | #error("Unsupported platform")
| `- error: Unsupported platform
19 | #endif
20 |
[70/73] Compiling SebbuTSDS SpinlockedDeque.swift
/host/spi-builder-workspace/Sources/SebbuTSDS/Utilities/Utilities.swift:18:8: error: Unsupported platform
16 | import WinSDK
17 | #else
18 | #error("Unsupported platform")
| `- error: Unsupported platform
19 | #endif
20 |
[71/73] Compiling SebbuTSDS SPSCBoundedQueue.swift
/host/spi-builder-workspace/Sources/SebbuTSDS/Utilities/Utilities.swift:18:8: error: Unsupported platform
16 | import WinSDK
17 | #else
18 | #error("Unsupported platform")
| `- error: Unsupported platform
19 | #endif
20 |
[72/73] Compiling SebbuTSDS SPSCQueue.swift
/host/spi-builder-workspace/Sources/SebbuTSDS/Utilities/Utilities.swift:18:8: error: Unsupported platform
16 | import WinSDK
17 | #else
18 | #error("Unsupported platform")
| `- error: Unsupported platform
19 | #endif
20 |
[73/73] Compiling SebbuTSDS LockedPriorityQueue.swift
/host/spi-builder-workspace/Sources/SebbuTSDS/Utilities/Utilities.swift:18:8: error: Unsupported platform
16 | import WinSDK
17 | #else
18 | #error("Unsupported platform")
| `- error: Unsupported platform
19 | #endif
20 |
BUILD FAILURE 6.2 android