The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build swift-collections, reference main (939cfd), with Swift 6.2 (beta) for Wasm on 20 Jun 2025 21:33:14 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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: 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/FluidGroup/swift-collections
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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-2":/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] Emitting module _CollectionsUtilities
[13/30] Compiling _CollectionsUtilities UInt+first and last set bit.swift
[14/30] Compiling _CollectionsUtilities UInt+reversed.swift
[15/30] Compiling _CollectionsUtilities UnsafeBufferPointer+Extras.swift
[16/30] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[17/30] Compiling _CollectionsUtilities _UnsafeBitSet+Index.swift
[18/30] Compiling _CollectionsUtilities _UnsafeBitSet+_Word.swift
[19/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
[20/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
[21/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
[22/30] Compiling _CollectionsUtilities _UnsafeBitSet.swift
[23/30] Compiling _CollectionsUtilities _SortedCollection.swift
[24/30] Compiling _CollectionsUtilities Descriptions.swift
[25/30] Compiling _CollectionsUtilities RandomAccessCollection+Offsets.swift
[26/30] Compiling _CollectionsUtilities _UniqueCollection.swift
[27/30] Compiling _CollectionsUtilities Debugging.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/262] Compiling HeapModule Heap+Invariants.swift
[33/262] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[34/375] Compiling HeapModule Heap+Descriptions.swift
[35/390] Compiling BitCollections BitSet+Extras.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(
[36/390] Compiling BitCollections BitSet+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(
[37/390] Compiling BitCollections BitSet+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(
[38/390] Compiling BitCollections BitSet+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(
[39/394] 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(
[40/394] 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(
[41/394] 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(
[42/394] 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(
[43/394] Compiling HashTreeCollections _StorageHeader.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/394] Compiling BitCollections BitSet+CustomStringConvertible.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/394] Compiling BitCollections BitSet+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(
[46/394] Compiling BitCollections BitSet+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(
[47/394] Compiling BitCollections BitArray+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(
[48/394] Compiling BitCollections BitArray+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(
[49/394] Compiling BitCollections BitArray+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(
[50/394] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.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(
[51/394] Compiling HashTreeCollections _RawHashNode.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(
[52/394] Compiling BitCollections BitArray.swift
[53/394] Compiling BitCollections BitSet+BidirectionalCollection.swift
[54/396] Compiling BitCollections BitArray+Collection.swift
[55/396] Compiling BitCollections BitArray+Copy.swift
[56/396] Compiling BitCollections BitArray+CustomReflectable.swift
[57/396] Compiling BitCollections BitArray+Descriptions.swift
[58/396] Compiling DequeModule _DequeSlot.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 DequeModule _UnsafeWrappedBuffer.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 BitCollections BitArray+ExpressibleByStringLiteral.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 BitCollections BitArray+Extras.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 BitCollections BitArray+Fill.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(
[63/396] Compiling HeapModule Heap.swift
[64/396] Compiling HeapModule _HeapNode.swift
[65/396] Compiling HeapModule Heap+UnsafeHandle.swift
[66/396] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[67/396] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[68/396] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[69/396] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[70/396] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[71/396] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[72/396] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[73/402] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[74/402] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[80/409] Emitting module HeapModule
[81/410] Compiling BitCollections BitArray+BitwiseOperations.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(
[82/410] Compiling BitCollections BitArray+ChunkedBitsIterators.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(
[83/410] Compiling BitCollections BitArray+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(
/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(
[87/410] Compiling BitCollections BitArray+Equatable.swift
[88/410] Compiling BitCollections BitArray+RandomBits.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[89/410] 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(
[90/410] Compiling HashTreeCollections TreeSet+Hashable.swift
[91/410] Compiling HashTreeCollections TreeSet+Sendable.swift
[92/410] Compiling HashTreeCollections TreeSet+Sequence.swift
[93/410] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[94/410] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[95/410] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[96/410] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[97/410] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[98/410] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[99/410] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[102/420] Compiling SortedCollections SortedSet+SetAlgebra.swift
[103/420] Compiling SortedCollections SortedSet+SubSequence.swift
[104/420] Compiling SortedCollections SortedSet+Subscripts.swift
[105/420] Compiling SortedCollections SortedSet.Index.swift
[106/420] Compiling SortedCollections SortedSet.swift
[114/420] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[115/420] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[116/420] Compiling BitCollections BitSet+SetAlgebra intersection.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(
[121/420] Compiling BitCollections BitArray+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(
[137/420] Compiling OrderedCollections OrderedSet+SubSequence.swift
[138/420] Compiling OrderedCollections OrderedSet+Testing.swift
[139/420] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[140/420] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[141/420] Compiling OrderedCollections OrderedSet.swift
[142/420] Compiling OrderedCollections _UnsafeBitset.swift
[143/420] Compiling HashTreeCollections TreeSet+Equatable.swift
[144/420] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[145/420] Compiling HashTreeCollections TreeSet+Extras.swift
[146/420] Compiling HashTreeCollections TreeSet+Filter.swift
[147/420] Emitting module BitCollections
[156/421] Compiling BitCollections BitArray+Shifts.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(
[157/421] Compiling BitCollections BitArray+Testing.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(
[158/421] Compiling BitCollections BitArray._UnsafeHandle.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(
BUILD FAILURE 6.2 wasm