Build Information
Failed to build FetchRequests, reference main (0d1b78
), with Swift 6.1 for Linux on 29 Apr 2025 11:46:50 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
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: linux
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-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-collections
[1/16269] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.27s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (3.24s)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.1.4
Building for debugging...
[0/10] Write sources
[9/10] Write swift-version-24593BA9C3E375BF.txt
[11/27] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[12/27] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[13/27] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[14/29] Compiling InternalCollectionsUtilities _SortedCollection.swift
[15/29] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[16/29] Emitting module InternalCollectionsUtilities
[17/29] Compiling InternalCollectionsUtilities Debugging.swift
[18/29] Compiling InternalCollectionsUtilities Descriptions.swift
[19/29] Compiling InternalCollectionsUtilities UInt+reversed.swift
[20/29] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[21/29] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[22/29] Compiling InternalCollectionsUtilities Integer rank.swift
[23/29] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[24/29] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[25/29] Compiling InternalCollectionsUtilities Specialize.swift
[26/29] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[27/29] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[28/29] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[29/29] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[31/304] Compiling HeapModule Heap+Invariants.swift
[32/304] Compiling HeapModule Heap+Descriptions.swift
[33/304] Compiling OrderedCollections _HashTable+Testing.swift
[34/304] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[35/306] Compiling HeapModule _HeapNode.swift
[36/306] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[37/306] Compiling HeapModule Heap+UnsafeHandle.swift
[38/306] Compiling HeapModule Heap.swift
[39/306] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[40/306] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[41/306] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[42/306] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[43/306] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[44/306] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[45/306] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[46/313] Emitting module HeapModule
[47/314] Compiling OrderedCollections OrderedSet+SubSequence.swift
[48/314] Compiling OrderedCollections OrderedSet+Testing.swift
[49/314] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[50/314] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[51/314] Compiling OrderedCollections OrderedSet.swift
[52/314] Compiling OrderedCollections _UnsafeBitset.swift
[53/314] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[54/314] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[55/314] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[56/314] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[58/324] Compiling OrderedCollections _HashTable+Bucket.swift
[59/324] Compiling OrderedCollections _HashTable+BucketIterator.swift
[60/324] Compiling OrderedCollections _HashTable+Constants.swift
[61/324] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[64/324] Compiling DequeModule _DequeSlot.swift
[65/331] Emitting module BitCollections
[66/331] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[67/331] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[68/331] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[69/331] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[70/331] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[71/331] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[72/331] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[74/331] Compiling DequeModule _UnsafeWrappedBuffer.swift
[75/331] Compiling OrderedCollections OrderedDictionary+Codable.swift
[76/331] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[77/331] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[78/331] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[79/331] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[80/331] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[83/331] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[84/331] Compiling OrderedCollections OrderedDictionary+Elements.swift
[92/331] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[100/331] Compiling OrderedCollections OrderedDictionary.swift
[101/331] Compiling OrderedCollections OrderedSet+Codable.swift
[102/331] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[103/331] Compiling OrderedCollections OrderedSet+Descriptions.swift
[104/331] Compiling OrderedCollections OrderedSet+Diffing.swift
[105/331] Compiling OrderedCollections OrderedSet+Equatable.swift
[106/331] Compiling HashTreeCollections TreeDictionary.swift
[107/331] Compiling HashTreeCollections TreeSet+Codable.swift
[108/331] Compiling HashTreeCollections TreeSet+Collection.swift
[109/331] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[110/331] Compiling HashTreeCollections TreeSet+Debugging.swift
[111/331] Compiling HashTreeCollections TreeSet+Descriptions.swift
[112/331] Compiling HashTreeCollections TreeSet+Equatable.swift
[113/331] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[114/331] Compiling HashTreeCollections TreeSet+Extras.swift
[115/331] Compiling HashTreeCollections TreeSet+Filter.swift
[130/331] Compiling BitCollections BitSet.Index.swift
[131/331] Compiling BitCollections BitSet._UnsafeHandle.swift
[132/331] Compiling OrderedCollections OrderedSet+Initializers.swift
[133/331] Compiling OrderedCollections OrderedSet+Insertions.swift
[134/331] Compiling OrderedCollections OrderedSet+Invariants.swift
[135/331] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[136/331] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[137/331] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[138/331] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[150/331] Compiling BitCollections BitSet.swift
[153/331] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[154/331] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[155/331] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[156/331] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[157/331] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[158/331] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[159/331] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[160/331] Compiling OrderedCollections OrderedDictionary+Values.swift
[161/331] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[162/331] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[163/331] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[164/331] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[165/331] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[166/331] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[167/331] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[168/331] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[169/331] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[170/331] Compiling HashTreeCollections TreeSet.swift
[171/331] Emitting module DequeModule
[174/332] Compiling BitCollections Range+Utilities.swift
[175/332] Compiling BitCollections Slice+Utilities.swift
[176/332] Compiling BitCollections UInt+Tricks.swift
[177/332] Compiling BitCollections _Word.swift
[269/342] Emitting module OrderedCollections
[271/343] Emitting module _RopeModule
[305/343] Emitting module HashTreeCollections
[307/344] Compiling _RopeModule Rope+Join.swift
[308/344] Compiling _RopeModule Rope+MutatingForEach.swift
[309/344] Compiling _RopeModule Rope+Remove.swift
[310/344] Compiling _RopeModule Rope+RemoveSubrange.swift
[311/344] Compiling _RopeModule Rope+Split.swift
[312/344] Compiling _RopeModule Optional Utilities.swift
[313/344] Compiling _RopeModule String Utilities.swift
[314/344] Compiling _RopeModule String.Index+ABI.swift
[315/344] Compiling _RopeModule _CharacterRecognizer.swift
[346/347] Compiling Collections Collections.swift
[347/347] Emitting module Collections
[349/363] 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)
[350/363] 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)
[351/365] 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)
[352/365] 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)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[353/365] 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)
[354/365] 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)
[355/365] 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)
[356/365] 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)
[357/365] 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)
[358/365] 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)
[359/365] 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)
[360/365] 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)
[361/365] 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)
[362/365] 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)
[363/365] 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)
[364/365] 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)
[365/365] 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-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/18] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[3/18] Compiling InternalCollectionsUtilities Specialize.swift
[4/20] Compiling InternalCollectionsUtilities UInt+reversed.swift
[5/20] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[6/20] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[7/20] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[8/20] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[9/20] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[10/20] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[11/20] Emitting module InternalCollectionsUtilities
[12/20] Compiling InternalCollectionsUtilities Debugging.swift
[13/20] Compiling InternalCollectionsUtilities Descriptions.swift
[14/20] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[15/20] Compiling InternalCollectionsUtilities Integer rank.swift
[16/20] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[17/20] Compiling InternalCollectionsUtilities _SortedCollection.swift
[18/20] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[19/20] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[20/20] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[22/205] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[23/227] Compiling HeapModule Heap+Descriptions.swift
[24/227] Compiling OrderedCollections _HashTable+Constants.swift
[25/227] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[26/297] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[27/297] Compiling _RopeModule BigString+Chunk+Breaks.swift
[28/297] Compiling HeapModule Heap.swift
[29/297] Compiling HeapModule _HeapNode.swift
[30/297] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[31/297] Compiling _RopeModule BigString+Hashing.swift
[32/297] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[33/297] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[34/297] Compiling HeapModule Heap+Invariants.swift
[35/297] Compiling HeapModule Heap+UnsafeHandle.swift
[36/297] Compiling _RopeModule BigString+Sequence.swift
[37/297] Compiling _RopeModule BigString+TextOutputStream.swift
[38/297] Emitting module HeapModule
[39/298] Compiling _RopeModule Rope+ForEachWhile.swift
[40/298] Compiling _RopeModule Rope+Insert.swift
[41/298] Compiling HashTreeCollections TreeSet+Sequence.swift
[42/298] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[43/298] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[44/298] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[45/298] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[46/298] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[47/298] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[48/298] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[49/308] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[50/308] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[52/308] Compiling _RopeModule BigString+UnicodeScalarView.swift
[53/308] Compiling _RopeModule BigSubstring+UTF16View.swift
[54/308] Compiling _RopeModule BigSubstring+UTF8View.swift
[55/308] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[56/308] Compiling _RopeModule BigSubstring.swift
[57/308] Compiling _RopeModule Rope+Builder.swift
[58/308] Compiling _RopeModule Rope+Debugging.swift
[59/308] Compiling _RopeModule Rope+Invariants.swift
[60/308] Compiling _RopeModule Rope+_Node.swift
[61/308] Compiling _RopeModule Rope+_Storage.swift
[62/308] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[63/308] Compiling _RopeModule Rope+_UnsafeHandle.swift
[64/308] Compiling _RopeModule Rope.swift
[65/308] Compiling _RopeModule RopeElement.swift
[66/315] Compiling _RopeModule BigString+Ingester.swift
[67/315] Compiling _RopeModule BigString+Invariants.swift
[68/315] Compiling _RopeModule BigString+Iterators.swift
[69/315] Compiling _RopeModule BigString+Metrics.swift
[70/315] Compiling _RopeModule BigString+Summary.swift
[71/315] Compiling _RopeModule BigString.swift
[72/315] Compiling _RopeModule BigString+Append.swift
[73/315] Compiling _RopeModule BigString+Initializers.swift
[84/315] Compiling OrderedCollections OrderedSet+Sendable.swift
[85/315] Compiling OrderedCollections OrderedSet+SubSequence.swift
[86/315] Compiling OrderedCollections OrderedSet+Testing.swift
[87/315] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[88/315] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[89/315] Compiling OrderedCollections OrderedSet.swift
[90/315] Compiling OrderedCollections _UnsafeBitset.swift
[91/315] Compiling _RopeModule Rope+Sequence.swift
[92/315] Compiling _RopeModule Rope+Append.swift
[93/315] Compiling _RopeModule Rope+Extract.swift
[94/315] Compiling _RopeModule Rope+Find.swift
[95/315] Compiling _RopeModule BigString+Chunk+Counts.swift
[96/315] Compiling _RopeModule BigString+Chunk+Description.swift
[105/315] Compiling _RopeModule BigString+Comparable.swift
[106/315] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[107/315] Emitting module BitCollections
[109/315] Compiling _RopeModule BigString+Insert.swift
[110/315] Compiling _RopeModule BigString+Managing Breaks.swift
[111/315] Compiling _RopeModule BigString+RemoveSubrange.swift
[112/315] Compiling _RopeModule BigString+ReplaceSubrange.swift
[113/315] Compiling _RopeModule BigString+Split.swift
[114/315] Compiling _RopeModule Range+BigString.swift
[122/322] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[123/322] Compiling _RopeModule BigString+Chunk+Splitting.swift
[124/322] Compiling _RopeModule BigString+Chunk.swift
[125/322] Compiling _RopeModule BigString+BidirectionalCollection.swift
[126/322] Compiling _RopeModule BigString+Builder.swift
[127/322] Compiling _RopeModule BigString+Contents.swift
[128/322] Compiling _RopeModule BigString+Debugging.swift
[129/322] Compiling _RopeModule BigString+Index.swift
[136/322] Compiling _RopeModule BigString+UTF16View.swift
[137/322] Compiling _RopeModule BigString+UTF8View.swift
[152/322] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[153/322] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[154/322] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[155/322] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[156/322] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[157/322] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[158/322] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[159/322] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[160/322] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[161/322] Compiling HashTreeCollections TreeSet.swift
[162/322] Emitting module DequeModule
[178/323] Compiling BitCollections BitSet.Index.swift
[179/323] Compiling BitCollections BitSet._UnsafeHandle.swift
[180/323] Compiling BitCollections BitSet.swift
[181/323] Compiling BitCollections Range+Utilities.swift
[182/323] Compiling BitCollections Slice+Utilities.swift
[183/323] Compiling BitCollections UInt+Tricks.swift
[202/332] Compiling _RopeModule BigString+CustomStringConvertible.swift
[203/332] Compiling _RopeModule BigString+Equatable.swift
[241/332] Compiling BitCollections _Word.swift
[283/333] Emitting module OrderedCollections
[285/334] Emitting module _RopeModule
[286/334] Compiling _RopeModule Rope+Join.swift
[287/334] Compiling _RopeModule Rope+MutatingForEach.swift
[288/334] Compiling _RopeModule Rope+Remove.swift
[289/334] Compiling _RopeModule Rope+RemoveSubrange.swift
[290/334] Compiling _RopeModule Rope+Split.swift
[291/334] Compiling _RopeModule Optional Utilities.swift
[292/334] Compiling _RopeModule String Utilities.swift
[293/334] Compiling _RopeModule String.Index+ABI.swift
[294/334] Compiling _RopeModule _CharacterRecognizer.swift
[335/335] Emitting module HashTreeCollections
[337/338] Emitting module Collections
[338/338] Compiling Collections Collections.swift
[340/354] 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)
[341/354] 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)
[342/354] 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)
[343/354] 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)
[344/356] 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)
[345/356] 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)
[346/356] 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)
[347/356] 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)
[348/356] 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)
[349/356] 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)
[350/356] 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)
[351/356] 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)
[352/356] 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)
[353/356] 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)
[354/356] 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)
[355/356] 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)
[356/356] 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 linux