Build Information
Successful build of FetchRequests, reference main (0d1b78
), with Swift 6.0 for macOS (SPM) on 2 Dec 2024 19:45:02 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.58.3
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
[1/15603] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.77s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (3.14s)
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.97s)
Fetching https://github.com/apple/swift-collections from cache
Fetched https://github.com/apple/swift-collections from cache (0.52s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (0.02s)
Creating working copy for https://github.com/square/FetchRequests.git
Working copy of https://github.com/square/FetchRequests.git resolved at main (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.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" : "/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.1.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--7754E27361AE5C74.txt
[11/28] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[12/28] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[13/29] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[14/29] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[15/29] Compiling InternalCollectionsUtilities Debugging.swift
[16/29] Compiling InternalCollectionsUtilities Descriptions.swift
[17/29] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[18/29] Compiling InternalCollectionsUtilities Specialize.swift
[19/29] Compiling InternalCollectionsUtilities _SortedCollection.swift
[20/29] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[21/29] Compiling InternalCollectionsUtilities Integer rank.swift
[22/29] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[23/29] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[24/29] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[25/29] Compiling InternalCollectionsUtilities UInt+reversed.swift
[26/29] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[27/29] Emitting module InternalCollectionsUtilities
[28/29] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[29/29] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[30/311] Compiling DequeModule _DequeBuffer.swift
[31/312] Compiling DequeModule _DequeBufferHeader.swift
[32/312] Compiling DequeModule _DequeSlot.swift
[33/312] Compiling HeapModule Heap.swift
[34/312] Compiling HeapModule Heap+Invariants.swift
[35/312] Compiling HeapModule _HeapNode.swift
[36/312] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[37/312] Compiling HeapModule Heap+UnsafeHandle.swift
[38/312] Compiling HashTreeCollections _UnmanagedHashNode.swift
[39/312] Compiling HashTreeCollections _UnsafePath.swift
[40/312] Compiling HashTreeCollections TreeDictionary+Codable.swift
[41/312] Compiling HashTreeCollections TreeDictionary+Collection.swift
[42/312] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[43/312] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[44/318] Compiling DequeModule _UnsafeWrappedBuffer.swift
[45/318] Compiling HeapModule Heap+Descriptions.swift
[46/318] Emitting module HeapModule
[47/318] Compiling HashTreeCollections _HashNode+Structural union.swift
[48/318] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[49/318] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[50/318] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[51/318] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[52/318] Compiling HashTreeCollections _HashNode.swift
[53/318] Compiling HashTreeCollections _HashNodeHeader.swift
[54/318] Compiling HashTreeCollections _HashSlot.swift
[55/318] Compiling HashTreeCollections _HashStack.swift
[56/318] Compiling HashTreeCollections _HashTreeIterator.swift
[57/318] Compiling HashTreeCollections _HashTreeStatistics.swift
[58/318] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[59/323] Compiling HashTreeCollections _RawHashNode.swift
[65/323] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[66/323] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[67/323] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[68/323] Compiling HashTreeCollections TreeDictionary+Filter.swift
[69/323] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[70/323] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[71/323] Compiling HashTreeCollections TreeDictionary+Keys.swift
[72/323] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[73/323] Compiling HashTreeCollections TreeDictionary+Merge.swift
[74/323] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[75/323] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[76/323] Compiling BitCollections BitSet.swift
[77/323] Compiling HashTreeCollections TreeSet+Equatable.swift
[78/323] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[79/323] Compiling HashTreeCollections TreeSet+Extras.swift
[80/323] Compiling HashTreeCollections TreeSet+Filter.swift
[81/323] Compiling HashTreeCollections TreeSet+Hashable.swift
[82/323] Compiling HashTreeCollections TreeSet+Sendable.swift
[83/323] Compiling HashTreeCollections TreeSet+Sequence.swift
[84/323] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[85/323] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[86/323] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[87/323] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[88/323] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[89/323] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[90/323] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[91/323] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[92/323] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[93/331] Compiling _RopeModule BigString+Summary.swift
[94/331] Compiling HashTreeCollections _HashNode+Lookups.swift
[95/331] Compiling HashTreeCollections _HashNode+Debugging.swift
[96/331] Compiling HashTreeCollections _HashNode+Initializers.swift
[97/331] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[98/331] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[99/331] Compiling HashTreeCollections _HashLevel.swift
[100/331] Compiling HashTreeCollections _HashNode+Builder.swift
[121/331] Compiling HashTreeCollections _AncestorHashSlots.swift
[122/331] Compiling HashTreeCollections _Bitmap.swift
[123/331] Compiling HashTreeCollections _Bucket.swift
[124/331] Compiling HashTreeCollections _Hash.swift
[131/331] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[132/331] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[133/331] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[134/331] Compiling HashTreeCollections _HashNode+Structural merge.swift
[135/331] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[136/331] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[138/331] Compiling BitCollections Range+Utilities.swift
[139/331] Compiling BitCollections Slice+Utilities.swift
[140/331] Compiling BitCollections UInt+Tricks.swift
[141/331] Compiling BitCollections _Word.swift
[142/331] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[143/331] Compiling HashTreeCollections _HashNode+Storage.swift
[144/331] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[145/331] Compiling HashTreeCollections _HashNode+Structural filter.swift
[146/331] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[147/331] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[160/331] Compiling OrderedCollections OrderedSet.swift
[161/331] Compiling OrderedCollections _UnsafeBitset.swift
[169/338] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[170/338] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[171/338] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[172/338] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[173/338] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[174/338] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[175/338] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[176/338] Compiling HashTreeCollections TreeSet.swift
[203/338] Emitting module BitCollections
[245/338] Emitting module DequeModule
[305/338] Compiling _RopeModule Rope+Remove.swift
[306/338] Compiling _RopeModule Rope+RemoveSubrange.swift
[307/338] Compiling _RopeModule Rope+Split.swift
[308/338] Compiling _RopeModule Optional Utilities.swift
[309/338] Compiling _RopeModule String Utilities.swift
[310/338] Compiling _RopeModule String.Index+ABI.swift
[311/338] Compiling _RopeModule _CharacterRecognizer.swift
[312/338] Emitting module OrderedCollections
[337/338] Emitting module _RopeModule
[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 PaginatingFetchDefinition.swift
[343/357] Compiling FetchRequests OrderedSetCompat.swift
[344/357] Compiling FetchRequests FetchedResultsController.swift
[345/357] Compiling FetchRequests FetchedResultsControllerProtocol.swift
[346/357] Compiling FetchRequests PausableFetchedResultsController.swift
[347/357] Compiling FetchRequests FetchableObject.swift
[348/357] Compiling FetchRequests AssociatedValueReference.swift
[349/357] Compiling FetchRequests FetchRequestAssociation.swift
[350/357] Compiling FetchRequests FetchableEntityID.swift
[351/357] Compiling FetchRequests ObservableToken.swift
[352/357] Compiling FetchRequests IndexPath+Convenience.swift
[353/357] Compiling FetchRequests Logging.swift
[354/357] Compiling FetchRequests CollectionType+SortDescriptors.swift
[355/357] Compiling FetchRequests CollapsibleSectionsFetchedResultsController.swift
[356/357] Emitting module FetchRequests
[357/357] Compiling FetchRequests FetchableRequest.swift
Build complete! (28.87s)
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.