Build Information
Failed to build swift-collections, reference 1.1.0 (939cfd
), with Swift 6.2 (beta) for Wasm on 20 Jun 2025 21:32:09 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FluidGroup/swift-collections.git
Reference: 1.1.0
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/FluidGroup/swift-collections
* tag 1.1.0 -> FETCH_HEAD
HEAD is now at 939cfd2 Merge pull request #284 from lorentey/merge.release-1.1→main
Cloned https://github.com/FluidGroup/swift-collections.git
Revision (git rev-parse @):
939cfd25234472b4dc91c3caeab304d15bca9a73
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/FluidGroup/swift-collections.git at 1.1.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/FluidGroup/swift-collections.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Building for debugging...
[0/11] Write sources
[10/11] Write swift-version-24593BA9C3E375BF.txt
[12/28] Compiling _CollectionsUtilities Descriptions.swift
[13/28] Compiling _CollectionsUtilities RandomAccessCollection+Offsets.swift
[14/30] Compiling _CollectionsUtilities UnsafeBufferPointer+Extras.swift
[15/30] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[16/30] Compiling _CollectionsUtilities _UnsafeBitSet+Index.swift
[17/30] Compiling _CollectionsUtilities _UnsafeBitSet+_Word.swift
[18/30] Compiling _CollectionsUtilities _UnsafeBitSet.swift
[19/30] Compiling _CollectionsUtilities _SortedCollection.swift
[20/30] Compiling _CollectionsUtilities _UniqueCollection.swift
[21/30] Compiling _CollectionsUtilities Debugging.swift
[22/30] Emitting module _CollectionsUtilities
[23/30] Compiling _CollectionsUtilities UnsafeRawPointer extensions.swift
/host/spi-builder-workspace/Sources/_CollectionsUtilities/IntegerTricks/autogenerated/Integer rank.swift:188:37: warning: will never be executed
185 | var n = Self(truncatingIfNeeded: n)
186 |
187 | if Self.bitWidth == 64 {
| `- note: condition always evaluates to false
188 | let c32 = (self & 0xFFFFFFFF)._nonzeroBitCount
| `- warning: will never be executed
189 | if n >= c32 {
190 | shift &+= 32
[24/30] Compiling _CollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
/host/spi-builder-workspace/Sources/_CollectionsUtilities/IntegerTricks/autogenerated/Integer rank.swift:188:37: warning: will never be executed
185 | var n = Self(truncatingIfNeeded: n)
186 |
187 | if Self.bitWidth == 64 {
| `- note: condition always evaluates to false
188 | let c32 = (self & 0xFFFFFFFF)._nonzeroBitCount
| `- warning: will never be executed
189 | if n >= c32 {
190 | shift &+= 32
[25/30] Compiling _CollectionsUtilities Integer rank.swift
/host/spi-builder-workspace/Sources/_CollectionsUtilities/IntegerTricks/autogenerated/Integer rank.swift:188:37: warning: will never be executed
185 | var n = Self(truncatingIfNeeded: n)
186 |
187 | if Self.bitWidth == 64 {
| `- note: condition always evaluates to false
188 | let c32 = (self & 0xFFFFFFFF)._nonzeroBitCount
| `- warning: will never be executed
189 | if n >= c32 {
190 | shift &+= 32
[26/30] Compiling _CollectionsUtilities UInt+first and last set bit.swift
[27/30] Compiling _CollectionsUtilities UInt+reversed.swift
[28/30] Compiling _CollectionsUtilities Array+WithContiguousStorage Compatibility.swift
[29/30] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[30/30] Compiling _CollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[32/390] Compiling OrderedCollections _Hashtable+Header.swift
[33/390] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[34/392] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[35/392] Compiling OrderedCollections _HashTable+Testing.swift
[36/392] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[37/392] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[38/392] Compiling OrderedCollections OrderedSet+Codable.swift
/host/spi-builder-workspace/Tests/_CollectionsTestSupport/AssertionContexts/Assertions.swift:13:8: error: no such module 'XCTest'
11 | //===----------------------------------------------------------------------===//
12 |
13 | import XCTest
| `- error: no such module 'XCTest'
14 |
15 | public func expectFailure(
[39/392] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
/host/spi-builder-workspace/Tests/_CollectionsTestSupport/AssertionContexts/Assertions.swift:13:8: error: no such module 'XCTest'
11 | //===----------------------------------------------------------------------===//
12 |
13 | import XCTest
| `- error: no such module 'XCTest'
14 |
15 | public func expectFailure(
[40/392] Compiling OrderedCollections OrderedSet+Descriptions.swift
/host/spi-builder-workspace/Tests/_CollectionsTestSupport/AssertionContexts/Assertions.swift:13:8: error: no such module 'XCTest'
11 | //===----------------------------------------------------------------------===//
12 |
13 | import XCTest
| `- error: no such module 'XCTest'
14 |
15 | public func expectFailure(
[41/392] Compiling OrderedCollections OrderedSet+Diffing.swift
/host/spi-builder-workspace/Tests/_CollectionsTestSupport/AssertionContexts/Assertions.swift:13:8: error: no such module 'XCTest'
11 | //===----------------------------------------------------------------------===//
12 |
13 | import XCTest
| `- error: no such module 'XCTest'
14 |
15 | public func expectFailure(
[42/392] Compiling OrderedCollections OrderedSet+Equatable.swift
/host/spi-builder-workspace/Tests/_CollectionsTestSupport/AssertionContexts/Assertions.swift:13:8: error: no such module 'XCTest'
11 | //===----------------------------------------------------------------------===//
12 |
13 | import XCTest
| `- error: no such module 'XCTest'
14 |
15 | public func expectFailure(
[43/392] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
/host/spi-builder-workspace/Tests/_CollectionsTestSupport/AssertionContexts/Assertions.swift:13:8: error: no such module 'XCTest'
11 | //===----------------------------------------------------------------------===//
12 |
13 | import XCTest
| `- error: no such module 'XCTest'
14 |
15 | public func expectFailure(
[44/392] Compiling OrderedCollections OrderedSet+Hashable.swift
/host/spi-builder-workspace/Tests/_CollectionsTestSupport/AssertionContexts/Assertions.swift:13:8: error: no such module 'XCTest'
11 | //===----------------------------------------------------------------------===//
12 |
13 | import XCTest
| `- error: no such module 'XCTest'
14 |
15 | public func expectFailure(
[45/392] Compiling OrderedCollections OrderedSet+Initializers.swift
/host/spi-builder-workspace/Tests/_CollectionsTestSupport/AssertionContexts/Assertions.swift:13:8: error: no such module 'XCTest'
11 | //===----------------------------------------------------------------------===//
12 |
13 | import XCTest
| `- error: no such module 'XCTest'
14 |
15 | public func expectFailure(
[46/396] Compiling OrderedCollections OrderedDictionary+Invariants.swift
/host/spi-builder-workspace/Tests/_CollectionsTestSupport/AssertionContexts/Assertions.swift:13:8: error: no such module 'XCTest'
11 | //===----------------------------------------------------------------------===//
12 |
13 | import XCTest
| `- error: no such module 'XCTest'
14 |
15 | public func expectFailure(
[47/396] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
/host/spi-builder-workspace/Tests/_CollectionsTestSupport/AssertionContexts/Assertions.swift:13:8: error: no such module 'XCTest'
11 | //===----------------------------------------------------------------------===//
12 |
13 | import XCTest
| `- error: no such module 'XCTest'
14 |
15 | public func expectFailure(
[48/396] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
/host/spi-builder-workspace/Tests/_CollectionsTestSupport/AssertionContexts/Assertions.swift:13:8: error: no such module 'XCTest'
11 | //===----------------------------------------------------------------------===//
12 |
13 | import XCTest
| `- error: no such module 'XCTest'
14 |
15 | public func expectFailure(
/host/spi-builder-workspace/Tests/_CollectionsTestSupport/AssertionContexts/Assertions.swift:13:8: error: no such module 'XCTest'
11 | //===----------------------------------------------------------------------===//
12 |
13 | import XCTest
| `- error: no such module 'XCTest'
14 |
15 | public func expectFailure(
/host/spi-builder-workspace/Tests/_CollectionsTestSupport/AssertionContexts/Assertions.swift:13:8: error: no such module 'XCTest'
11 | //===----------------------------------------------------------------------===//
12 |
13 | import XCTest
| `- error: no such module 'XCTest'
14 |
15 | public func expectFailure(
[51/396] Compiling HeapModule Heap.swift
[52/396] Compiling HeapModule _HeapNode.swift
[53/396] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
/host/spi-builder-workspace/Tests/_CollectionsTestSupport/AssertionContexts/Assertions.swift:13:8: error: no such module 'XCTest'
11 | //===----------------------------------------------------------------------===//
12 |
13 | import XCTest
| `- error: no such module 'XCTest'
14 |
15 | public func expectFailure(
[54/396] Compiling OrderedCollections OrderedDictionary+Elements.swift
/host/spi-builder-workspace/Tests/_CollectionsTestSupport/AssertionContexts/Assertions.swift:13:8: error: no such module 'XCTest'
11 | //===----------------------------------------------------------------------===//
12 |
13 | import XCTest
| `- error: no such module 'XCTest'
14 |
15 | public func expectFailure(
[55/396] Compiling OrderedCollections OrderedDictionary+Equatable.swift
/host/spi-builder-workspace/Tests/_CollectionsTestSupport/AssertionContexts/Assertions.swift:13:8: error: no such module 'XCTest'
11 | //===----------------------------------------------------------------------===//
12 |
13 | import XCTest
| `- error: no such module 'XCTest'
14 |
15 | public func expectFailure(
[56/396] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
/host/spi-builder-workspace/Tests/_CollectionsTestSupport/AssertionContexts/Assertions.swift:13:8: error: no such module 'XCTest'
11 | //===----------------------------------------------------------------------===//
12 |
13 | import XCTest
| `- error: no such module 'XCTest'
14 |
15 | public func expectFailure(
[57/396] Compiling OrderedCollections OrderedDictionary.swift
/host/spi-builder-workspace/Tests/_CollectionsTestSupport/AssertionContexts/Assertions.swift:13:8: error: no such module 'XCTest'
11 | //===----------------------------------------------------------------------===//
12 |
13 | import XCTest
| `- error: no such module 'XCTest'
14 |
15 | public func expectFailure(
[58/396] Compiling _CollectionsTestSupport RepeatableRandomNumberGenerator.swift
/host/spi-builder-workspace/Tests/_CollectionsTestSupport/AssertionContexts/Assertions.swift:13:8: error: no such module 'XCTest'
11 | //===----------------------------------------------------------------------===//
12 |
13 | import XCTest
| `- error: no such module 'XCTest'
14 |
15 | public func expectFailure(
[59/396] Compiling _CollectionsTestSupport SetAPIChecker.swift
/host/spi-builder-workspace/Tests/_CollectionsTestSupport/AssertionContexts/Assertions.swift:13:8: error: no such module 'XCTest'
11 | //===----------------------------------------------------------------------===//
12 |
13 | import XCTest
| `- error: no such module 'XCTest'
14 |
15 | public func expectFailure(
[60/396] Compiling _CollectionsTestSupport SortedCollectionAPIChecker.swift
/host/spi-builder-workspace/Tests/_CollectionsTestSupport/AssertionContexts/Assertions.swift:13:8: error: no such module 'XCTest'
11 | //===----------------------------------------------------------------------===//
12 |
13 | import XCTest
| `- error: no such module 'XCTest'
14 |
15 | public func expectFailure(
[61/396] Compiling _CollectionsTestSupport StringConvertibleValue.swift
/host/spi-builder-workspace/Tests/_CollectionsTestSupport/AssertionContexts/Assertions.swift:13:8: error: no such module 'XCTest'
11 | //===----------------------------------------------------------------------===//
12 |
13 | import XCTest
| `- error: no such module 'XCTest'
14 |
15 | public func expectFailure(
[62/396] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[63/396] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[64/396] Compiling HashTreeCollections TreeDictionary.swift
[65/396] Compiling HashTreeCollections TreeSet+Codable.swift
[66/396] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[67/396] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[68/396] Compiling HashTreeCollections TreeSet+Debugging.swift
[69/402] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[70/402] Compiling OrderedCollections _HashTable.swift
[71/402] Compiling HeapModule Heap+Invariants.swift
[72/402] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[73/402] Compiling HeapModule Heap+Descriptions.swift
[74/402] Compiling HeapModule Heap+UnsafeHandle.swift
[77/402] Emitting module HeapModule
[79/403] Compiling DequeModule _DequeSlot.swift
[80/403] Compiling DequeModule _UnsafeWrappedBuffer.swift
[81/403] Compiling OrderedCollections OrderedDictionary+Initializers.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[83/403] Emitting module _CollectionsTestSupport
/host/spi-builder-workspace/Tests/_CollectionsTestSupport/AssertionContexts/Assertions.swift:13:8: error: no such module 'XCTest'
11 | //===----------------------------------------------------------------------===//
12 |
13 | import XCTest
| `- error: no such module 'XCTest'
14 |
15 | public func expectFailure(
[84/403] Compiling OrderedCollections _HashTable+Bucket.swift
/host/spi-builder-workspace/Tests/_CollectionsTestSupport/AssertionContexts/Assertions.swift:13:8: error: no such module 'XCTest'
11 | //===----------------------------------------------------------------------===//
12 |
13 | import XCTest
| `- error: no such module 'XCTest'
14 |
15 | public func expectFailure(
[85/403] Compiling OrderedCollections _HashTable+BucketIterator.swift
/host/spi-builder-workspace/Tests/_CollectionsTestSupport/AssertionContexts/Assertions.swift:13:8: error: no such module 'XCTest'
11 | //===----------------------------------------------------------------------===//
12 |
13 | import XCTest
| `- error: no such module 'XCTest'
14 |
15 | public func expectFailure(
[86/403] Compiling OrderedCollections _HashTable+Constants.swift
/host/spi-builder-workspace/Tests/_CollectionsTestSupport/AssertionContexts/Assertions.swift:13:8: error: no such module 'XCTest'
11 | //===----------------------------------------------------------------------===//
12 |
13 | import XCTest
| `- error: no such module 'XCTest'
14 |
15 | public func expectFailure(
/host/spi-builder-workspace/Tests/_CollectionsTestSupport/AssertionContexts/Assertions.swift:13:8: error: no such module 'XCTest'
11 | //===----------------------------------------------------------------------===//
12 |
13 | import XCTest
| `- error: no such module 'XCTest'
14 |
15 | public func expectFailure(
/host/spi-builder-workspace/Tests/_CollectionsTestSupport/AssertionContexts/Assertions.swift:13:8: error: no such module 'XCTest'
11 | //===----------------------------------------------------------------------===//
12 |
13 | import XCTest
| `- error: no such module 'XCTest'
14 |
15 | public func expectFailure(
[91/403] Compiling SortedCollections SortedSet+SetAlgebra.swift
[92/403] Compiling SortedCollections SortedSet+SubSequence.swift
[93/403] Compiling SortedCollections SortedSet+Subscripts.swift
[94/403] Compiling SortedCollections SortedSet.Index.swift
[95/403] Compiling SortedCollections SortedSet.swift
[96/410] Compiling HashTreeCollections TreeSet+Hashable.swift
[97/410] Compiling HashTreeCollections TreeSet+Sendable.swift
[98/410] Compiling HashTreeCollections TreeSet+Sequence.swift
[99/410] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[100/410] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[101/410] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[102/410] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[103/410] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[104/410] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[105/410] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[106/420] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[107/420] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
/host/spi-builder-workspace/Tests/_CollectionsTestSupport/AssertionContexts/Assertions.swift:13:8: error: no such module 'XCTest'
11 | //===----------------------------------------------------------------------===//
12 |
13 | import XCTest
| `- error: no such module 'XCTest'
14 |
15 | public func expectFailure(
/host/spi-builder-workspace/Tests/_CollectionsTestSupport/AssertionContexts/Assertions.swift:13:8: error: no such module 'XCTest'
11 | //===----------------------------------------------------------------------===//
12 |
13 | import XCTest
| `- error: no such module 'XCTest'
14 |
15 | public func expectFailure(
/host/spi-builder-workspace/Tests/_CollectionsTestSupport/AssertionContexts/Assertions.swift:13:8: error: no such module 'XCTest'
11 | //===----------------------------------------------------------------------===//
12 |
13 | import XCTest
| `- error: no such module 'XCTest'
14 |
15 | public func expectFailure(
/host/spi-builder-workspace/Tests/_CollectionsTestSupport/AssertionContexts/Assertions.swift:13:8: error: no such module 'XCTest'
11 | //===----------------------------------------------------------------------===//
12 |
13 | import XCTest
| `- error: no such module 'XCTest'
14 |
15 | public func expectFailure(
/host/spi-builder-workspace/Tests/_CollectionsTestSupport/AssertionContexts/Assertions.swift:13:8: error: no such module 'XCTest'
11 | //===----------------------------------------------------------------------===//
12 |
13 | import XCTest
| `- error: no such module 'XCTest'
14 |
15 | public func expectFailure(
/host/spi-builder-workspace/Tests/_CollectionsTestSupport/AssertionContexts/Assertions.swift:13:8: error: no such module 'XCTest'
11 | //===----------------------------------------------------------------------===//
12 |
13 | import XCTest
| `- error: no such module 'XCTest'
14 |
15 | public func expectFailure(
/host/spi-builder-workspace/Tests/_CollectionsTestSupport/AssertionContexts/Assertions.swift:13:8: error: no such module 'XCTest'
11 | //===----------------------------------------------------------------------===//
12 |
13 | import XCTest
| `- error: no such module 'XCTest'
14 |
15 | public func expectFailure(
[127/427] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
/host/spi-builder-workspace/Tests/_CollectionsTestSupport/AssertionContexts/Assertions.swift:13:8: error: no such module 'XCTest'
11 | //===----------------------------------------------------------------------===//
12 |
13 | import XCTest
| `- error: no such module 'XCTest'
14 |
15 | public func expectFailure(
[128/427] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
/host/spi-builder-workspace/Tests/_CollectionsTestSupport/AssertionContexts/Assertions.swift:13:8: error: no such module 'XCTest'
11 | //===----------------------------------------------------------------------===//
12 |
13 | import XCTest
| `- error: no such module 'XCTest'
14 |
15 | public func expectFailure(
[129/427] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
/host/spi-builder-workspace/Tests/_CollectionsTestSupport/AssertionContexts/Assertions.swift:13:8: error: no such module 'XCTest'
11 | //===----------------------------------------------------------------------===//
12 |
13 | import XCTest
| `- error: no such module 'XCTest'
14 |
15 | public func expectFailure(
[132/427] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[133/427] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[134/427] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
BUILD FAILURE 6.2 wasm