Build Information
Failed to build FetchRequests, reference main (0d1b78
), with Swift 6.0 for Linux on 3 Dec 2024 10:19:59 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.58.4
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.0
Building package at path: $PWD
https://github.com/square/FetchRequests.git
{
"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-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-collections
[1/15603] 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.1.4 (2.71s)
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] Emitting module InternalCollectionsUtilities
[12/29] Compiling InternalCollectionsUtilities UInt+reversed.swift
[13/29] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[14/29] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[15/29] Compiling InternalCollectionsUtilities Specialize.swift
[16/29] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[17/29] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[18/29] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[19/29] Compiling InternalCollectionsUtilities Integer rank.swift
[20/29] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[21/29] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[22/29] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[23/29] Compiling InternalCollectionsUtilities _SortedCollection.swift
[24/29] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[25/29] Compiling InternalCollectionsUtilities Debugging.swift
[26/29] Compiling InternalCollectionsUtilities Descriptions.swift
[27/29] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[28/29] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[29/29] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[31/304] Compiling HeapModule _HeapNode.swift
[32/304] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[33/304] Compiling HashTreeCollections _HashNode+Structural union.swift
[34/306] Compiling HeapModule Heap.swift
[35/306] Compiling HeapModule Heap+Invariants.swift
[36/306] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[37/306] Compiling HeapModule Heap+Descriptions.swift
[38/306] Compiling HeapModule Heap+UnsafeHandle.swift
[39/306] Emitting module HeapModule
[40/307] Compiling HashTreeCollections _HashNode+Storage.swift
[41/307] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[42/307] Compiling HashTreeCollections _HashNode+Structural filter.swift
[43/307] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[44/307] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[45/307] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[46/307] Compiling HashTreeCollections _HashNode.swift
[47/307] Compiling HashTreeCollections _HashNodeHeader.swift
[48/307] Compiling HashTreeCollections _HashSlot.swift
[49/307] Compiling HashTreeCollections _HashStack.swift
[50/307] Compiling HashTreeCollections _HashTreeIterator.swift
[52/314] Compiling HashTreeCollections TreeSet+Hashable.swift
[53/314] Compiling HashTreeCollections TreeSet+Sendable.swift
[54/314] Compiling HashTreeCollections TreeSet+Sequence.swift
[55/314] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[56/314] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[57/314] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[58/314] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[59/314] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[60/314] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[61/314] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[62/324] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[63/324] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[64/324] Compiling HashTreeCollections TreeDictionary+Keys.swift
[65/324] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[66/324] Compiling HashTreeCollections TreeDictionary+Merge.swift
[67/324] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[68/324] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[69/324] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[70/324] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[71/324] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[72/324] Compiling HashTreeCollections _AncestorHashSlots.swift
[73/324] Compiling HashTreeCollections _Bitmap.swift
[74/324] Compiling HashTreeCollections _Bucket.swift
[75/324] Compiling HashTreeCollections _Hash.swift
[76/324] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[77/324] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[78/324] Compiling HashTreeCollections _HashNode+Structural merge.swift
[79/324] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[82/324] Compiling DequeModule _DequeSlot.swift
[83/324] Compiling DequeModule _UnsafeWrappedBuffer.swift
[90/331] Compiling HashTreeCollections _HashTreeStatistics.swift
[91/331] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[92/331] Compiling HashTreeCollections _RawHashNode.swift
[93/331] Compiling HashTreeCollections _UnmanagedHashNode.swift
[94/331] Compiling HashTreeCollections _UnsafePath.swift
[95/331] Compiling HashTreeCollections TreeDictionary+Codable.swift
[96/331] Compiling HashTreeCollections TreeDictionary+Collection.swift
[100/331] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[101/331] Compiling HashTreeCollections TreeDictionary+Filter.swift
[109/331] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[110/331] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[113/331] Compiling BitCollections Range+Utilities.swift
[114/331] Compiling BitCollections Slice+Utilities.swift
[115/331] Compiling BitCollections UInt+Tricks.swift
[116/331] Compiling BitCollections _Word.swift
[117/331] Compiling OrderedCollections OrderedSet.swift
[118/331] Compiling OrderedCollections _UnsafeBitset.swift
[119/331] Compiling HashTreeCollections TreeSet+Equatable.swift
[120/331] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[121/331] Compiling HashTreeCollections TreeSet+Extras.swift
[122/331] Compiling HashTreeCollections TreeSet+Filter.swift
[123/331] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[131/331] Compiling BitCollections BitSet.Index.swift
[132/331] Compiling BitCollections BitSet._UnsafeHandle.swift
[133/331] Compiling BitCollections BitSet.swift
[151/340] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[152/340] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[159/340] Emitting module BitCollections
[160/340] Compiling HashTreeCollections _HashNode+Debugging.swift
[161/340] Compiling HashTreeCollections _HashNode+Initializers.swift
[162/340] Compiling HashTreeCollections _HashNode+Invariants.swift
[163/340] Compiling HashTreeCollections _HashNode+Lookups.swift
[164/340] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[174/340] Compiling HashTreeCollections _HashLevel.swift
[175/340] Compiling HashTreeCollections _HashNode+Builder.swift
[178/340] Emitting module DequeModule
[180/341] Compiling _RopeModule _CharacterRecognizer.swift
[181/341] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[182/341] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[183/341] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[184/341] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[185/341] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[186/341] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[187/341] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[188/341] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[189/341] Compiling HashTreeCollections TreeSet.swift
[239/342] Emitting module OrderedCollections
[333/343] Compiling _RopeModule Rope+Join.swift
[334/343] Compiling _RopeModule Rope+MutatingForEach.swift
[335/343] Compiling _RopeModule Rope+Remove.swift
[336/343] Compiling _RopeModule Rope+RemoveSubrange.swift
[337/343] Compiling _RopeModule Rope+Split.swift
[338/343] Compiling _RopeModule Optional Utilities.swift
[339/343] Compiling _RopeModule String Utilities.swift
[340/343] Compiling _RopeModule String.Index+ABI.swift
[342/343] Emitting module _RopeModule
[344/344] Emitting module HashTreeCollections
[346/347] Emitting module Collections
[347/347] Compiling Collections Collections.swift
[349/363] 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)
[350/363] 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)
[351/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)
[352/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)
[353/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)
[354/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)
[355/365] 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)
[356/365] 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)
[357/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)
[358/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)
[359/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)
[360/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)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[361/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)
[362/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)
[363/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)
[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)
BUILD FAILURE 6.0 linux