The Swift Package Index logo.Swift Package Index

Build Information

Failed to build FetchRequests, reference 7.0.1 (0d1b78), with Swift 6.3 for Wasm on 15 Apr 2026 02:05:53 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/square/FetchRequests.git
Reference: 7.0.1
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/square/FetchRequests
 * tag               7.0.1      -> FETCH_HEAD
HEAD is now at 0d1b78c Old xcode
Cloned https://github.com/square/FetchRequests.git
Revision (git rev-parse @):
0d1b78cfe0f1b05734dc5e059e5273284778ba02
SUCCESS checkout https://github.com/square/FetchRequests.git at 7.0.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/square/FetchRequests.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/apple/swift-collections
[1/23537] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.63s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.4.1 (2.25s)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.4.1
Building for debugging...
[0/11] Write sources
[10/11] Write swift-version-24593BA9C3E375BF.txt
[12/29] Emitting module InternalCollectionsUtilities
[13/31] Compiling InternalCollectionsUtilities _SortedCollection.swift
[14/31] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[15/31] Compiling InternalCollectionsUtilities Integer rank.swift
[16/31] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[17/31] Compiling InternalCollectionsUtilities UInt+reversed.swift
[18/31] Compiling InternalCollectionsUtilities Debugging.swift
[19/31] Compiling InternalCollectionsUtilities Descriptions.swift
[20/31] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[21/31] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[22/31] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[23/31] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[24/31] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[25/31] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[26/31] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[27/31] Compiling InternalCollectionsUtilities Span+Extras.swift
[28/31] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[29/31] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[30/31] Compiling InternalCollectionsUtilities String+Padding.swift
[31/31] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[33/193] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[34/193] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[35/193] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[36/193] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[37/212] Compiling OrderedCollections OrderedDictionary+Elements.swift
[38/212] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[39/212] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[40/212] Compiling OrderedCollections _HashTable+Bucket.swift
[41/212] Compiling OrderedCollections _HashTable+BucketIterator.swift
[42/230] Compiling OrderedCollections _HashTable.swift
[43/230] Compiling OrderedCollections _Hashtable+Header.swift
[44/230] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[45/230] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[46/230] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[47/244] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[48/256] Compiling OrderedCollections OrderedSet+Diffing.swift
[49/256] Compiling OrderedCollections OrderedSet+Equatable.swift
[50/256] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[51/256] Compiling OrderedCollections OrderedSet+Hashable.swift
[52/283] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[53/283] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[54/283] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[55/283] Compiling HashTreeCollections _HashNode+Storage.swift
[56/331] Compiling HeapModule Heap+Descriptions.swift
[57/331] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[58/331] Compiling HashTreeCollections _HashNode+Structural union.swift
[59/331] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[60/331] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[61/331] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[62/331] Compiling HashTreeCollections _HashStack.swift
[63/331] Compiling HashTreeCollections _HashTreeIterator.swift
[64/331] Compiling HashTreeCollections _HashTreeStatistics.swift
[65/331] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[66/331] Emitting module ContainersPreview
[67/331] Compiling HashTreeCollections _AncestorHashSlots.swift
[68/331] Compiling HashTreeCollections _Bitmap.swift
[69/331] Compiling HashTreeCollections _Bucket.swift
[70/331] Compiling HashTreeCollections _Hash.swift
[71/331] Compiling HashTreeCollections _HashLevel.swift
[73/332] Compiling HeapModule _HeapNode.swift
[74/332] Compiling HeapModule Heap.swift
[75/332] Compiling HeapModule Heap+Invariants.swift
[76/332] Compiling HeapModule Heap+UnsafeHandle.swift
[77/367] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[78/367] Compiling HashTreeCollections TreeDictionary+Filter.swift
[79/367] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[80/367] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[81/367] Compiling HashTreeCollections TreeDictionary+Keys.swift
[82/369] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[83/369] Compiling HashTreeCollections TreeDictionary+Merge.swift
[84/369] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[85/379] Compiling DequeModule RigidDeque+Insertions.swift
[86/379] Compiling DequeModule RigidDeque+Prepend.swift
[87/379] Compiling DequeModule UniqueDeque+Consumption.swift
[88/379] Compiling DequeModule UniqueDeque+Container.swift
[89/379] Compiling DequeModule UniqueDeque+Descriptions.swift
[90/379] Compiling DequeModule UniqueDeque+Equatable.swift
[91/379] Compiling DequeModule UniqueDeque+Experimental.swift
[92/379] Compiling DequeModule RigidDeque+Removals.swift
[93/379] Emitting module HeapModule
[95/380] Compiling HashTreeCollections TreeDictionary+Collection.swift
[96/380] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[97/380] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[98/380] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[99/380] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[107/392] Compiling OrderedCollections OrderedSet+SubSequence.swift
[108/392] Compiling OrderedCollections OrderedSet+Testing.swift
[109/392] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[110/392] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[111/392] Compiling OrderedCollections OrderedSet.swift
[112/392] Compiling OrderedCollections _UnsafeBitset.swift
[113/392] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[114/392] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[115/392] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[116/392] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[117/402] Compiling DequeModule RigidDeque+Consumption.swift
[118/402] Compiling DequeModule RigidDeque+Container.swift
[119/402] Compiling DequeModule RigidDeque+Descriptions.swift
[120/402] Compiling DequeModule RigidDeque+Equatable.swift
[121/402] Compiling DequeModule RigidDeque+Experimental.swift
[122/402] Compiling DequeModule RigidDeque+Hashable.swift
[123/402] Compiling DequeModule RigidDeque+Initializers.swift
[130/402] Compiling BitCollections BitSet.Index.swift
[131/402] Emitting module BitCollections
[132/402] Compiling DequeModule _DequeBuffer.swift
[133/402] Compiling DequeModule _DequeBufferHeader.swift
[134/402] Compiling DequeModule RigidDeque+Append.swift
[138/402] Compiling DequeModule UniqueDeque+Removals.swift
[139/402] Compiling DequeModule UniqueDeque+Replacements.swift
[140/402] Compiling DequeModule UniqueDeque.swift
[141/402] Compiling DequeModule _DequeSlot.swift
[142/402] Compiling DequeModule _UnsafeDequeHandle.swift
[143/402] Compiling DequeModule _UnsafeDequeSegments.swift
[145/402] Compiling DequeModule UniqueDeque+Hashable.swift
[146/402] Compiling DequeModule UniqueDeque+Initializers.swift
[147/402] Compiling DequeModule UniqueDeque+Insertions.swift
[148/402] Compiling DequeModule UniqueDeque+Prepend.swift
[164/402] Compiling DequeModule RigidDeque+Replacements.swift
[165/402] Compiling DequeModule RigidDeque+Testing.swift
[166/402] Compiling DequeModule RigidDeque.swift
[167/402] Compiling DequeModule UniqueDeque+Append.swift
[185/402] Compiling DequeModule Deque+Codable.swift
[186/402] Compiling DequeModule Deque+Collection.swift
[187/402] Compiling DequeModule Deque+CustomReflectable.swift
[188/402] Compiling DequeModule Deque+Descriptions.swift
[189/402] Compiling DequeModule Deque+Equatable.swift
[190/402] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[191/402] Compiling DequeModule Deque+Extras.swift
[192/402] Compiling DequeModule Deque+Hashable.swift
[193/402] Compiling DequeModule Deque+Testing.swift
[194/402] Compiling DequeModule Deque._Storage.swift
[195/402] Compiling DequeModule Deque._UnsafeHandle.swift
[196/402] Compiling DequeModule Deque.swift
[210/402] Compiling OrderedCollections OrderedSet+Sendable.swift
[211/402] Compiling HashTreeCollections TreeDictionary.swift
[212/402] Compiling HashTreeCollections TreeSet+Codable.swift
[213/402] Compiling HashTreeCollections TreeSet+Collection.swift
[214/402] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[215/402] Compiling HashTreeCollections TreeSet+Debugging.swift
[216/402] Compiling HashTreeCollections TreeSet+Descriptions.swift
[217/402] Compiling HashTreeCollections TreeSet+Equatable.swift
[218/402] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[219/402] Compiling HashTreeCollections TreeSet+Extras.swift
[220/402] Compiling HashTreeCollections TreeSet+Filter.swift
[229/402] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[230/402] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[231/402] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[232/402] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[233/402] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[234/402] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[235/402] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[236/402] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[237/402] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[238/402] Compiling HashTreeCollections TreeSet.swift
[323/412] Emitting module OrderedCollections
[347/413] Emitting module _RopeModule
[348/413] Emitting module HashTreeCollections
[350/414] Compiling _RopeModule Rope+Join.swift
[351/414] Compiling _RopeModule Rope+MutatingForEach.swift
[352/414] Compiling _RopeModule Rope+Remove.swift
[353/414] Compiling _RopeModule Rope+RemoveSubrange.swift
[354/414] Compiling _RopeModule Rope+Split.swift
[355/414] Compiling _RopeModule Optional Utilities.swift
[356/414] Compiling _RopeModule String Utilities.swift
[357/414] Compiling _RopeModule String.Index+ABI.swift
[358/414] Compiling _RopeModule _CharacterRecognizer.swift
[410/415] Emitting module DequeModule
[417/422] Compiling Collections HeapModule reexports.swift
[418/422] Compiling Collections DequeModule reexports.swift
[419/422] Compiling Collections OrderedCollections reexports.swift
[420/422] Compiling Collections HashTreeCollections reexports.swift
[421/422] Emitting module Collections
[422/422] Compiling Collections BitCollections reexports.swift
[424/438] Compiling FetchRequests OrderedSetCompat.swift
/host/spi-builder-workspace/FetchRequests/Sources/Controller/FetchedResultsController.swift:10:8: error: no such module 'Combine'
   8 |
   9 | import Foundation
  10 | import Combine
     |        `- error: no such module 'Combine'
  11 |
  12 | #if canImport(UIKit)
[425/438] Compiling FetchRequests FetchDefinition.swift
/host/spi-builder-workspace/FetchRequests/Sources/Controller/FetchedResultsController.swift:10:8: error: no such module 'Combine'
   8 |
   9 | import Foundation
  10 | import Combine
     |        `- error: no such module 'Combine'
  11 |
  12 | #if canImport(UIKit)
[426/440] Compiling FetchRequests AssociatedValueReference.swift
/host/spi-builder-workspace/FetchRequests/Sources/Controller/FetchedResultsController.swift:10:8: error: no such module 'Combine'
   8 |
   9 | import Foundation
  10 | import Combine
     |        `- error: no such module 'Combine'
  11 |
  12 | #if canImport(UIKit)
[427/440] Compiling FetchRequests FetchRequestAssociation.swift
/host/spi-builder-workspace/FetchRequests/Sources/Controller/FetchedResultsController.swift:10:8: error: no such module 'Combine'
   8 |
   9 | import Foundation
  10 | import Combine
     |        `- error: no such module 'Combine'
  11 |
  12 | #if canImport(UIKit)
[428/440] Compiling FetchRequests PausableFetchedResultsController.swift
/host/spi-builder-workspace/FetchRequests/Sources/Controller/FetchedResultsController.swift:10:8: error: no such module 'Combine'
   8 |
   9 | import Foundation
  10 | import Combine
     |        `- error: no such module 'Combine'
  11 |
  12 | #if canImport(UIKit)
[429/440] Compiling FetchRequests FetchableObject.swift
/host/spi-builder-workspace/FetchRequests/Sources/Controller/FetchedResultsController.swift:10:8: error: no such module 'Combine'
   8 |
   9 | import Foundation
  10 | import Combine
     |        `- error: no such module 'Combine'
  11 |
  12 | #if canImport(UIKit)
[430/440] Compiling FetchRequests FetchableEntityID.swift
/host/spi-builder-workspace/FetchRequests/Sources/Controller/FetchedResultsController.swift:10:8: error: no such module 'Combine'
   8 |
   9 | import Foundation
  10 | import Combine
     |        `- error: no such module 'Combine'
  11 |
  12 | #if canImport(UIKit)
[431/440] Compiling FetchRequests ObservableToken.swift
/host/spi-builder-workspace/FetchRequests/Sources/Controller/FetchedResultsController.swift:10:8: error: no such module 'Combine'
   8 |
   9 | import Foundation
  10 | import Combine
     |        `- error: no such module 'Combine'
  11 |
  12 | #if canImport(UIKit)
[432/440] Compiling FetchRequests IndexPath+Convenience.swift
/host/spi-builder-workspace/FetchRequests/Sources/Controller/FetchedResultsController.swift:10:8: error: no such module 'Combine'
   8 |
   9 | import Foundation
  10 | import Combine
     |        `- error: no such module 'Combine'
  11 |
  12 | #if canImport(UIKit)
[433/440] Compiling FetchRequests Logging.swift
/host/spi-builder-workspace/FetchRequests/Sources/Controller/FetchedResultsController.swift:10:8: error: no such module 'Combine'
   8 |
   9 | import Foundation
  10 | import Combine
     |        `- error: no such module 'Combine'
  11 |
  12 | #if canImport(UIKit)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[434/440] Emitting module FetchRequests
/host/spi-builder-workspace/FetchRequests/Sources/Controller/FetchedResultsController.swift:10:8: error: no such module 'Combine'
   8 |
   9 | import Foundation
  10 | import Combine
     |        `- error: no such module 'Combine'
  11 |
  12 | #if canImport(UIKit)
[435/440] Compiling FetchRequests CollectionType+SortDescriptors.swift
/host/spi-builder-workspace/FetchRequests/Sources/Controller/FetchedResultsController.swift:10:8: error: no such module 'Combine'
   8 |
   9 | import Foundation
  10 | import Combine
     |        `- error: no such module 'Combine'
  11 |
  12 | #if canImport(UIKit)
[436/440] Compiling FetchRequests CollapsibleSectionsFetchedResultsController.swift
/host/spi-builder-workspace/FetchRequests/Sources/Controller/FetchedResultsController.swift:10:8: error: no such module 'Combine'
   8 |
   9 | import Foundation
  10 | import Combine
     |        `- error: no such module 'Combine'
  11 |
  12 | #if canImport(UIKit)
[437/440] Compiling FetchRequests FetchedResultsController.swift
/host/spi-builder-workspace/FetchRequests/Sources/Controller/FetchedResultsController.swift:10:8: error: no such module 'Combine'
   8 |
   9 | import Foundation
  10 | import Combine
     |        `- error: no such module 'Combine'
  11 |
  12 | #if canImport(UIKit)
[438/440] Compiling FetchRequests FetchedResultsControllerProtocol.swift
/host/spi-builder-workspace/FetchRequests/Sources/Controller/FetchedResultsController.swift:10:8: error: no such module 'Combine'
   8 |
   9 | import Foundation
  10 | import Combine
     |        `- error: no such module 'Combine'
  11 |
  12 | #if canImport(UIKit)
[439/440] Compiling FetchRequests PaginatingFetchDefinition.swift
/host/spi-builder-workspace/FetchRequests/Sources/Controller/FetchedResultsController.swift:10:8: error: no such module 'Combine'
   8 |
   9 | import Foundation
  10 | import Combine
     |        `- error: no such module 'Combine'
  11 |
  12 | #if canImport(UIKit)
[440/440] Compiling FetchRequests FetchableRequest.swift
/host/spi-builder-workspace/FetchRequests/Sources/Controller/FetchedResultsController.swift:10:8: error: no such module 'Combine'
   8 |
   9 | import Foundation
  10 | import Combine
     |        `- error: no such module 'Combine'
  11 |
  12 | #if canImport(UIKit)
BUILD FAILURE 6.3 wasm