Build Information
Failed to build FetchRequests, reference main (0d1b78
), with Swift 6.1 for Android on 29 May 2025 18:08:52 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/square/FetchRequests.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/square/FetchRequests
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/square/FetchRequests.git
https://github.com/square/FetchRequests.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections"
}
],
"manifest_display_name" : "FetchRequests",
"name" : "FetchRequests",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "maccatalyst",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "FetchRequests",
"targets" : [
"FetchRequests"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "FetchRequestsTests",
"module_type" : "SwiftTarget",
"name" : "FetchRequestsTests",
"path" : "FetchRequests/Tests",
"sources" : [
"Controllers/CollapsibleSectionsFetchedResultsControllerTestCase.swift",
"Controllers/FetchedResultsControllerTestCase.swift",
"Controllers/FetchedResultsControllerTestHarness.swift",
"Controllers/PaginatingFetchedResultsControllerTestCase.swift",
"Controllers/PausableFetchedResultsControllerTestCase.swift",
"Models/FetchRequestAssociationTestCase.swift",
"Models/LoggingTestCase.swift",
"SwiftUI/FetchableRequestTestCase.swift",
"TestObject+Associations.swift",
"TestObject+FetchRequests.swift",
"TestObject+FetchableObject.swift",
"TestObject.swift"
],
"target_dependencies" : [
"FetchRequests"
],
"type" : "test"
},
{
"c99name" : "FetchRequests",
"module_type" : "SwiftTarget",
"name" : "FetchRequests",
"path" : "FetchRequests",
"product_dependencies" : [
"Collections"
],
"product_memberships" : [
"FetchRequests"
],
"sources" : [
"Sources/Associations/AssociatedValueReference.swift",
"Sources/Associations/FetchRequestAssociation.swift",
"Sources/Associations/FetchableEntityID.swift",
"Sources/Associations/ObservableToken.swift",
"Sources/CollectionType+SortDescriptors.swift",
"Sources/Controller/CollapsibleSectionsFetchedResultsController.swift",
"Sources/Controller/FetchedResultsController.swift",
"Sources/Controller/FetchedResultsControllerProtocol.swift",
"Sources/Controller/PausableFetchedResultsController.swift",
"Sources/FetchableObject.swift",
"Sources/IndexPath+Convenience.swift",
"Sources/Logging.swift",
"Sources/OrderedSetCompat.swift",
"Sources/Requests/FetchDefinition.swift",
"Sources/Requests/PaginatingFetchDefinition.swift",
"Sources/SwiftUI/FetchableRequest.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-collections
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.16s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (2.64s)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.0
Building for debugging...
[0/10] Write sources
[9/10] Write swift-version-24593BA9C3E375BF.txt
[11/24] Emitting module InternalCollectionsUtilities
[12/25] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[13/25] Compiling InternalCollectionsUtilities Descriptions.swift
[14/25] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[15/25] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[16/25] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[17/25] Compiling InternalCollectionsUtilities Debugging.swift
[18/25] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[19/25] Compiling InternalCollectionsUtilities _SortedCollection.swift
[20/25] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[21/25] Compiling InternalCollectionsUtilities UInt+reversed.swift
[22/25] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[23/25] Compiling InternalCollectionsUtilities Integer rank.swift
[24/25] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[25/25] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[27/300] Compiling HeapModule Heap+Descriptions.swift
[28/300] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[29/300] Compiling HashTreeCollections _AncestorHashSlots.swift
[30/300] Compiling HashTreeCollections _Bitmap.swift
[31/302] Compiling HashTreeCollections _HashLevel.swift
[32/302] Compiling HashTreeCollections _HashNode+Builder.swift
[33/302] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[34/302] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[35/302] Compiling HeapModule _HeapNode.swift
[36/302] Compiling HeapModule Heap.swift
[37/302] Compiling HashTreeCollections TreeSet+Hashable.swift
[38/302] Compiling HashTreeCollections TreeSet+Sendable.swift
[39/302] Compiling HashTreeCollections TreeSet+Sequence.swift
[40/302] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[41/302] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[42/302] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[43/302] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[44/302] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[45/302] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[46/302] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[47/312] Emitting module HeapModule
[48/312] Compiling HeapModule Heap+Invariants.swift
[49/312] Compiling HeapModule Heap+UnsafeHandle.swift
[50/313] Compiling HashTreeCollections TreeDictionary+Collection.swift
[51/313] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[52/313] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[53/313] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[54/313] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[55/313] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[56/313] Compiling HashTreeCollections TreeDictionary+Filter.swift
[57/313] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[58/313] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[59/313] Compiling HashTreeCollections TreeDictionary+Keys.swift
[60/313] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[61/313] Compiling HashTreeCollections TreeDictionary+Merge.swift
[62/313] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[63/313] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[65/320] Compiling HashTreeCollections _HashNode+Invariants.swift
[66/320] Compiling HashTreeCollections _HashNode+Lookups.swift
[69/320] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[70/320] Compiling HashTreeCollections _HashNode+Storage.swift
[71/320] Compiling DequeModule _DequeSlot.swift
[72/327] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[73/327] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[74/327] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[75/327] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[76/327] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[77/327] Compiling HashTreeCollections _HashNode+Structural merge.swift
[78/327] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[79/327] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[81/327] Compiling DequeModule _UnsafeWrappedBuffer.swift
[82/327] Compiling HashTreeCollections _HashNode+Debugging.swift
[83/327] Compiling HashTreeCollections _HashNode+Initializers.swift
[88/327] Compiling HashTreeCollections _HashNode+Structural union.swift
[89/327] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[90/327] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[91/327] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[92/327] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[93/327] Compiling HashTreeCollections _HashNode.swift
[94/327] Compiling HashTreeCollections _HashNodeHeader.swift
[95/327] Compiling HashTreeCollections _HashSlot.swift
[96/327] Compiling HashTreeCollections _HashStack.swift
[97/327] Compiling HashTreeCollections _HashTreeIterator.swift
[98/327] Compiling HashTreeCollections _HashTreeStatistics.swift
[99/327] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[100/327] Compiling HashTreeCollections _RawHashNode.swift
[101/327] Compiling HashTreeCollections _UnmanagedHashNode.swift
[102/327] Compiling HashTreeCollections _UnsafePath.swift
[103/327] Compiling HashTreeCollections TreeDictionary+Codable.swift
[106/327] Compiling HashTreeCollections _Bucket.swift
[107/327] Compiling HashTreeCollections _Hash.swift
[112/327] Compiling BitCollections Range+Utilities.swift
[113/327] Compiling BitCollections Slice+Utilities.swift
[114/327] Compiling BitCollections UInt+Tricks.swift
[115/327] Compiling BitCollections _Word.swift
[116/327] Compiling OrderedCollections OrderedSet.swift
[117/327] Compiling OrderedCollections _UnsafeBitset.swift
[118/327] Compiling HashTreeCollections TreeSet+Equatable.swift
[119/327] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[120/327] Compiling HashTreeCollections TreeSet+Extras.swift
[121/327] Compiling HashTreeCollections TreeSet+Filter.swift
[153/327] Compiling BitCollections BitSet.Index.swift
[154/327] Compiling BitCollections BitSet._UnsafeHandle.swift
[155/327] Compiling BitCollections BitSet.swift
[156/327] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[157/327] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[158/327] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[159/327] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[160/327] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[161/327] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[162/327] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[163/327] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[164/327] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[165/327] Compiling HashTreeCollections TreeSet.swift
[166/327] Emitting module DequeModule
[183/328] Emitting module BitCollections
[276/338] Emitting module _RopeModule
[277/338] Emitting module OrderedCollections
[301/339] Compiling _RopeModule Rope+Join.swift
[302/339] Compiling _RopeModule Rope+MutatingForEach.swift
[303/339] Compiling _RopeModule Rope+Remove.swift
[304/339] Compiling _RopeModule Rope+RemoveSubrange.swift
[305/339] Compiling _RopeModule Rope+Split.swift
[306/339] Compiling _RopeModule Optional Utilities.swift
[307/339] Compiling _RopeModule String Utilities.swift
[308/339] Compiling _RopeModule String.Index+ABI.swift
[309/339] Compiling _RopeModule _CharacterRecognizer.swift
[310/339] Emitting module HashTreeCollections
[342/343] Emitting module Collections
[343/343] Compiling Collections Collections.swift
[345/359] 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)
[346/359] 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)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[347/361] 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)
[348/361] 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)
[349/361] 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)
[350/361] 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)
[351/361] 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)
[352/361] 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)
[353/361] 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)
[354/361] 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)
[355/361] 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)
[356/361] 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)
[357/361] 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)
[358/361] 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)
[359/361] 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)
[360/361] 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)
[361/361] 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)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/15] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/16] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[4/16] Compiling InternalCollectionsUtilities Debugging.swift
[5/16] Compiling InternalCollectionsUtilities Descriptions.swift
[6/16] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[7/16] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[8/16] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[9/16] Compiling InternalCollectionsUtilities _SortedCollection.swift
[10/16] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[11/16] Compiling InternalCollectionsUtilities UInt+reversed.swift
[12/16] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[13/16] Compiling InternalCollectionsUtilities Integer rank.swift
[14/16] Emitting module InternalCollectionsUtilities
[15/16] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[16/16] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[18/163] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[19/217] Compiling HeapModule Heap+Descriptions.swift
[20/291] Compiling _RopeModule BigString+Debugging.swift
[21/291] Compiling _RopeModule BigString+Index.swift
[22/293] Compiling HeapModule _HeapNode.swift
[23/293] Compiling HeapModule Heap.swift
[24/293] Compiling HeapModule Heap+Invariants.swift
[25/293] Compiling HeapModule Heap+UnsafeHandle.swift
[26/293] Compiling _RopeModule BigString+Comparable.swift
[27/293] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[28/293] Compiling DequeModule _DequeSlot.swift
[29/293] Compiling DequeModule _UnsafeWrappedBuffer.swift
[30/293] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[31/293] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[32/293] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[33/293] Compiling _RopeModule BigString+Chunk+Splitting.swift
[34/293] Compiling _RopeModule BigString+Chunk.swift
[35/293] Compiling _RopeModule BigString+BidirectionalCollection.swift
[36/293] Compiling _RopeModule BigString+Append.swift
[37/300] Emitting module HeapModule
[38/300] Compiling _RopeModule Rope+ForEachWhile.swift
[39/300] Compiling _RopeModule Rope+Insert.swift
[40/300] Compiling HashTreeCollections TreeSet+Sequence.swift
[41/300] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[42/300] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[43/300] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[44/300] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[45/300] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[46/300] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[47/300] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[48/307] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[49/307] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[50/307] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[51/307] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[52/307] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[53/307] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[54/307] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[55/311] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[56/311] Compiling _RopeModule BigString+Hashing.swift
[57/311] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[58/311] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[59/311] Compiling _RopeModule BigString+Builder.swift
[60/311] Compiling _RopeModule BigString+Contents.swift
[61/311] Compiling _RopeModule BigString+CustomStringConvertible.swift
[62/311] Compiling _RopeModule BigString+Equatable.swift
[63/311] Compiling _RopeModule BigString+Sequence.swift
[64/311] Compiling _RopeModule BigString+TextOutputStream.swift
[71/311] Compiling BitCollections BitSet.Index.swift
[72/311] Compiling BitCollections BitSet._UnsafeHandle.swift
[73/318] Compiling _RopeModule BigString+UnicodeScalarView.swift
[74/318] Compiling _RopeModule BigSubstring+UTF16View.swift
[75/318] Compiling _RopeModule BigSubstring+UTF8View.swift
[76/318] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[77/318] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[80/318] Compiling _RopeModule BigString+Initializers.swift
[81/318] Compiling _RopeModule BigString+Insert.swift
[82/318] Compiling _RopeModule BigString+Managing Breaks.swift
[83/318] Compiling _RopeModule BigString+RemoveSubrange.swift
[84/318] Compiling _RopeModule BigString+ReplaceSubrange.swift
[85/318] Compiling _RopeModule BigString+Split.swift
[86/318] Compiling _RopeModule Range+BigString.swift
[87/318] Compiling _RopeModule BigString+UTF16View.swift
[88/318] Compiling _RopeModule BigString+UTF8View.swift
[94/318] Compiling OrderedCollections OrderedSet+Sendable.swift
[95/318] Compiling OrderedCollections OrderedSet+SubSequence.swift
[96/318] Compiling OrderedCollections OrderedSet+Testing.swift
[97/318] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[98/318] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[99/318] Compiling OrderedCollections OrderedSet.swift
[100/318] Compiling OrderedCollections _UnsafeBitset.swift
[101/318] Compiling _RopeModule Rope+Sequence.swift
[102/318] Compiling _RopeModule Rope+Append.swift
[103/318] Compiling _RopeModule Rope+Extract.swift
[104/318] Compiling _RopeModule Rope+Find.swift
[115/318] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[116/318] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[117/318] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[118/318] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[119/318] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[120/318] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[121/318] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[122/318] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[123/318] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[124/318] Compiling HashTreeCollections TreeSet.swift
[141/318] Emitting module BitCollections
[142/318] Emitting module DequeModule
[143/318] Compiling _RopeModule BigString+Iterators.swift
[144/318] Compiling _RopeModule BigString+Metrics.swift
[145/318] Compiling _RopeModule BigString+Summary.swift
[146/318] Compiling _RopeModule BigString.swift
[147/318] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[148/318] Compiling _RopeModule BigString+Chunk+Breaks.swift
[149/318] Compiling _RopeModule BigString+Chunk+Counts.swift
[150/318] Compiling _RopeModule BigString+Chunk+Description.swift
[299/329] Emitting module OrderedCollections
[300/330] Emitting module _RopeModule
[321/330] Compiling _RopeModule Rope+Join.swift
[322/330] Compiling _RopeModule Rope+MutatingForEach.swift
[323/330] Compiling _RopeModule Rope+Remove.swift
[324/330] Compiling _RopeModule Rope+RemoveSubrange.swift
[325/330] Compiling _RopeModule Rope+Split.swift
[326/330] Compiling _RopeModule Optional Utilities.swift
[327/330] Compiling _RopeModule String Utilities.swift
[328/330] Compiling _RopeModule String.Index+ABI.swift
[329/330] Compiling _RopeModule _CharacterRecognizer.swift
[330/330] Emitting module HashTreeCollections
[333/334] Compiling Collections Collections.swift
[334/334] Emitting module Collections
[336/350] 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)
[337/350] 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)
[338/350] 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)
[339/350] 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)
[340/352] 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)
[341/352] 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)
[342/352] 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)
[343/352] 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)
[344/352] 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)
[345/352] 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)
[346/352] 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)
[347/352] 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)
[348/352] 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)
[349/352] 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)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[350/352] 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)
[351/352] 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)
[352/352] 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)
BUILD FAILURE 6.1 android