Build Information
Successful build of FetchRequests, reference 7.0.1 (0d1b78
), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 11:51:12 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/square/FetchRequests.git
Reference: 7.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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
Fetching https://github.com/apple/swift-collections from cache
Fetched https://github.com/apple/swift-collections from cache (0.72s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (1.83s)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.1.4
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "fetchrequests",
"name": "FetchRequests",
"url": "https://github.com/square/FetchRequests.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FetchRequests",
"dependencies": [
{
"identity": "swift-collections",
"name": "swift-collections",
"url": "https://github.com/apple/swift-collections",
"version": "1.1.4",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/square/FetchRequests.git
[1/2559] Fetching fetchrequests
Fetched https://github.com/square/FetchRequests.git from cache (0.84s)
Fetching https://github.com/apple/swift-collections from cache
Fetched https://github.com/apple/swift-collections from cache (0.58s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (0.64s)
Creating working copy for https://github.com/square/FetchRequests.git
Working copy of https://github.com/square/FetchRequests.git resolved at 7.0.1 (0d1b78c)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.1.4
warning: '.resolve-product-dependencies': dependency 'fetchrequests' is not used by any target
Found 1 product dependencies
- swift-collections
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/square/FetchRequests.git
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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/10] Write sources
[9/10] Write swift-version-2F0A5646E1D333AE.txt
[11/28] Compiling InternalCollectionsUtilities Debugging.swift
[12/28] Compiling InternalCollectionsUtilities Descriptions.swift
[13/28] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[14/28] Compiling InternalCollectionsUtilities Specialize.swift
[15/28] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[16/28] Compiling InternalCollectionsUtilities _SortedCollection.swift
[17/28] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[18/29] Compiling InternalCollectionsUtilities UInt+reversed.swift
[19/29] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[20/29] Compiling InternalCollectionsUtilities Integer rank.swift
[21/29] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[22/29] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[23/29] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[24/29] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[25/29] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[26/29] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[27/29] Emitting module InternalCollectionsUtilities
[28/29] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[29/29] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[30/311] Compiling DequeModule _DequeBufferHeader.swift
[31/311] Compiling DequeModule _DequeBuffer.swift
[32/311] Compiling DequeModule _DequeSlot.swift
[33/312] Compiling HeapModule Heap.swift
[34/312] Compiling HeapModule _HeapNode.swift
[35/312] Compiling HeapModule Heap+Invariants.swift
[36/312] Compiling HeapModule Heap+Descriptions.swift
[37/312] Compiling HeapModule Heap+UnsafeHandle.swift
[38/312] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[39/312] Emitting module HeapModule
[40/312] Compiling HashTreeCollections _HashNode+Debugging.swift
[41/312] Compiling HashTreeCollections _HashNode+Initializers.swift
[42/312] Compiling _RopeModule BigString+Summary.swift
[43/312] Compiling _RopeModule BigString.swift
[44/312] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[45/312] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[46/317] Compiling HashTreeCollections _UnmanagedHashNode.swift
[47/317] Compiling HashTreeCollections _UnsafePath.swift
[48/317] Compiling HashTreeCollections TreeDictionary+Codable.swift
[49/317] Compiling HashTreeCollections TreeDictionary+Collection.swift
[50/317] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[51/317] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[52/323] Compiling HashTreeCollections _HashNode+Structural union.swift
[53/323] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[54/323] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[55/323] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[56/323] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[57/323] Compiling HashTreeCollections _HashNode.swift
[58/323] Compiling DequeModule _UnsafeWrappedBuffer.swift
[59/323] Compiling HashTreeCollections _HashNodeHeader.swift
[60/323] Compiling HashTreeCollections _HashSlot.swift
[61/323] Compiling HashTreeCollections _HashStack.swift
[62/323] Compiling HashTreeCollections _HashTreeIterator.swift
[63/323] Compiling HashTreeCollections _HashTreeStatistics.swift
[64/323] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[65/323] Compiling HashTreeCollections _RawHashNode.swift
[71/323] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[72/323] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[73/323] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[74/323] Compiling HashTreeCollections TreeDictionary+Filter.swift
[75/323] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[76/323] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[77/323] Compiling HashTreeCollections TreeDictionary+Keys.swift
[78/323] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[79/323] Compiling HashTreeCollections TreeDictionary+Merge.swift
[80/323] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[81/323] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[82/323] Compiling BitCollections BitSet.swift
[83/323] Compiling HashTreeCollections TreeSet+Equatable.swift
[84/323] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[85/323] Compiling HashTreeCollections TreeSet+Extras.swift
[86/323] Compiling HashTreeCollections TreeSet+Filter.swift
[87/323] Compiling HashTreeCollections TreeSet+Hashable.swift
[88/323] Compiling HashTreeCollections TreeSet+Sendable.swift
[89/323] Compiling HashTreeCollections TreeSet+Sequence.swift
[90/323] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[91/323] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[92/323] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[93/323] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[94/323] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[95/323] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[96/323] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[97/323] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[98/323] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[99/331] Emitting module BitCollections
[106/331] Compiling OrderedCollections _HashTable+Constants.swift
[107/331] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[108/331] Compiling OrderedCollections _HashTable+Bucket.swift
[109/331] Compiling OrderedCollections _HashTable+BucketIterator.swift
[110/331] Compiling OrderedCollections _HashTable+Testing.swift
[111/331] Compiling HashTreeCollections _HashNode+Builder.swift
[134/331] Compiling OrderedCollections OrderedSet+SubSequence.swift
[135/331] Compiling OrderedCollections OrderedSet+Testing.swift
[136/331] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[137/331] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[138/331] Compiling OrderedCollections OrderedSet.swift
[139/331] Compiling OrderedCollections _UnsafeBitset.swift
[145/331] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[146/331] Compiling HashTreeCollections _HashNode+Storage.swift
[147/331] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[148/331] Compiling HashTreeCollections _HashNode+Structural filter.swift
[149/331] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[150/331] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[151/331] Emitting module DequeModule
[158/331] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[159/331] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[160/331] Compiling HashTreeCollections _HashNode+Structural merge.swift
[161/331] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[162/331] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[169/331] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[210/338] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[211/338] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[212/338] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[213/338] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[214/338] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[215/338] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[216/338] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[217/338] Compiling HashTreeCollections TreeSet.swift
[304/338] Emitting module OrderedCollections
[314/338] Emitting module _RopeModule
[315/338] Compiling _RopeModule Rope+Remove.swift
[316/338] Compiling _RopeModule Rope+RemoveSubrange.swift
[317/338] Compiling _RopeModule Rope+Split.swift
[318/338] Compiling _RopeModule Optional Utilities.swift
[319/338] Compiling _RopeModule String Utilities.swift
[320/338] Compiling _RopeModule String.Index+ABI.swift
[321/338] Compiling _RopeModule _CharacterRecognizer.swift
[338/338] Emitting module HashTreeCollections
[339/340] Compiling Collections Collections.swift
[340/340] Emitting module Collections
[341/356] Compiling FetchRequests FetchDefinition.swift
[342/356] Compiling FetchRequests CollectionType+SortDescriptors.swift
[343/356] Compiling FetchRequests CollapsibleSectionsFetchedResultsController.swift
[344/356] Compiling FetchRequests FetchableEntityID.swift
[345/356] Compiling FetchRequests ObservableToken.swift
[346/356] Compiling FetchRequests FetchedResultsController.swift
[347/356] Compiling FetchRequests FetchedResultsControllerProtocol.swift
[348/356] Emitting module FetchRequests
[349/357] Compiling FetchRequests PaginatingFetchDefinition.swift
[350/357] Compiling FetchRequests OrderedSetCompat.swift
[351/357] Compiling FetchRequests PausableFetchedResultsController.swift
[352/357] Compiling FetchRequests FetchableObject.swift
[353/357] Compiling FetchRequests IndexPath+Convenience.swift
[354/357] Compiling FetchRequests Logging.swift
[355/357] Compiling FetchRequests AssociatedValueReference.swift
[356/357] Compiling FetchRequests FetchRequestAssociation.swift
[357/357] Compiling FetchRequests FetchableRequest.swift
Build complete! (14.12s)
Build complete.
{
"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" : "/Users/admin/builder/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"
}
Done.