Build Information
Successful build of FetchRequests, reference main (0d1b78
), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 11:51:04 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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
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.82s)
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.99s)
Fetching https://github.com/apple/swift-collections from cache
Fetched https://github.com/apple/swift-collections from cache (0.54s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (0.60s)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.1.4
Creating working copy for https://github.com/square/FetchRequests.git
Working copy of https://github.com/square/FetchRequests.git resolved at main (0d1b78c)
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 RandomAccessCollection+Offsets.swift
[12/28] Compiling InternalCollectionsUtilities Specialize.swift
[13/29] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[14/29] Compiling InternalCollectionsUtilities Debugging.swift
[15/29] Compiling InternalCollectionsUtilities Descriptions.swift
[16/29] Compiling InternalCollectionsUtilities _SortedCollection.swift
[17/29] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[18/29] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[19/29] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[20/29] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[21/29] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[22/29] Compiling InternalCollectionsUtilities Integer rank.swift
[23/29] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[24/29] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[25/29] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[26/29] Compiling InternalCollectionsUtilities UInt+reversed.swift
[27/29] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[28/29] Emitting module InternalCollectionsUtilities
[29/29] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[30/311] Compiling DequeModule _DequeBuffer.swift
[31/312] Compiling DequeModule _DequeBufferHeader.swift
[32/312] Compiling DequeModule _DequeSlot.swift
[33/312] Compiling HeapModule _HeapNode.swift
[34/312] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[35/312] Compiling HeapModule Heap+Descriptions.swift
[36/312] Compiling HeapModule Heap+Invariants.swift
[37/312] Compiling HeapModule Heap+UnsafeHandle.swift
[38/312] Compiling HeapModule Heap.swift
[39/312] Emitting module HeapModule
[40/312] Compiling HashTreeCollections _HashNode+Structural union.swift
[41/312] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[42/312] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[43/312] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[44/312] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[45/312] Compiling HashTreeCollections _HashNode.swift
[46/312] Compiling HashTreeCollections _HashNodeHeader.swift
[47/312] Compiling HashTreeCollections _HashSlot.swift
[48/312] Compiling HashTreeCollections _HashStack.swift
[49/312] Compiling HashTreeCollections _HashTreeIterator.swift
[50/312] Compiling HashTreeCollections _HashTreeStatistics.swift
[51/312] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[52/317] Compiling HashTreeCollections TreeDictionary+Keys.swift
[53/317] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[54/317] Compiling HashTreeCollections TreeDictionary+Merge.swift
[55/317] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[56/317] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[57/317] Compiling BitCollections BitSet.swift
[58/323] Compiling HashTreeCollections _UnmanagedHashNode.swift
[59/323] Compiling HashTreeCollections _UnsafePath.swift
[60/323] Compiling HashTreeCollections TreeDictionary+Codable.swift
[61/323] Compiling HashTreeCollections TreeDictionary+Collection.swift
[62/323] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[63/323] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[64/323] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[65/323] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[66/323] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[67/323] Compiling HashTreeCollections TreeDictionary+Filter.swift
[68/323] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[69/323] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[70/323] Compiling DequeModule _UnsafeWrappedBuffer.swift
[71/323] Compiling _RopeModule Rope+Sequence.swift
[72/323] Compiling _RopeModule Rope+Append.swift
[73/323] Compiling _RopeModule Rope+Extract.swift
[74/323] Compiling _RopeModule Rope+Find.swift
[75/323] Compiling _RopeModule Rope+ForEachWhile.swift
[76/323] Compiling _RopeModule Rope+Insert.swift
[77/323] Compiling _RopeModule Rope+Join.swift
[78/323] Compiling _RopeModule Rope+MutatingForEach.swift
[79/323] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[80/323] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[81/323] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[82/323] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[83/323] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[84/323] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[85/323] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[86/323] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[87/331] Compiling HashTreeCollections _RawHashNode.swift
[99/331] Compiling HashTreeCollections _HashLevel.swift
[100/331] Compiling HashTreeCollections _HashNode+Builder.swift
[101/331] Compiling HashTreeCollections _HashNode+Invariants.swift
[102/331] Compiling HashTreeCollections _HashNode+Lookups.swift
[103/331] Compiling HashTreeCollections _Bucket.swift
[104/331] Compiling HashTreeCollections _Hash.swift
[105/331] Compiling HashTreeCollections _HashNode+Debugging.swift
[106/331] Compiling HashTreeCollections _HashNode+Initializers.swift
[107/331] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[108/331] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[114/331] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[115/331] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[116/331] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[117/331] Compiling HashTreeCollections _HashNode+Structural merge.swift
[118/331] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[119/331] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[121/331] Compiling HashTreeCollections _AncestorHashSlots.swift
[122/331] Compiling HashTreeCollections _Bitmap.swift
[145/331] Compiling OrderedCollections OrderedSet+SubSequence.swift
[146/331] Compiling OrderedCollections OrderedSet+Testing.swift
[147/331] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[148/331] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[149/331] Compiling OrderedCollections OrderedSet.swift
[150/331] Compiling OrderedCollections _UnsafeBitset.swift
[158/331] Compiling HashTreeCollections _HashNode+Storage.swift
[159/331] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[160/331] Compiling HashTreeCollections _HashNode+Structural filter.swift
[161/331] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[162/331] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[163/331] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[186/331] Emitting module BitCollections
[193/331] Emitting module DequeModule
[202/338] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[203/338] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[204/338] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[205/338] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[206/338] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[207/338] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[208/338] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[209/338] Compiling HashTreeCollections TreeSet.swift
[295/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 OrderedSetCompat.swift
[342/356] Compiling FetchRequests PausableFetchedResultsController.swift
[343/356] Compiling FetchRequests FetchableObject.swift
[344/356] Compiling FetchRequests PaginatingFetchDefinition.swift
[345/356] Compiling FetchRequests FetchDefinition.swift
[346/356] Compiling FetchRequests CollectionType+SortDescriptors.swift
[347/356] Compiling FetchRequests CollapsibleSectionsFetchedResultsController.swift
[348/357] Compiling FetchRequests FetchedResultsController.swift
[349/357] Compiling FetchRequests FetchedResultsControllerProtocol.swift
[350/357] Compiling FetchRequests FetchableEntityID.swift
[351/357] Compiling FetchRequests ObservableToken.swift
[352/357] Compiling FetchRequests AssociatedValueReference.swift
[353/357] Compiling FetchRequests FetchRequestAssociation.swift
[354/357] Emitting module FetchRequests
[355/357] Compiling FetchRequests IndexPath+Convenience.swift
[356/357] Compiling FetchRequests Logging.swift
[357/357] Compiling FetchRequests FetchableRequest.swift
Build complete! (13.24s)
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.