Build Information
Successful build of FetchRequests, reference 7.0.1 (0d1b78
), with Swift 6.0 for macOS (SPM) on 2 Dec 2024 19:44:31 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: 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
[1/15603] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.86s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (3.25s)
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 (1.05s)
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.02s)
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.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 _SortedCollection.swift
[12/28] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[13/28] Compiling InternalCollectionsUtilities Debugging.swift
[14/28] Compiling InternalCollectionsUtilities Descriptions.swift
[15/29] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[16/29] Compiling InternalCollectionsUtilities Specialize.swift
[17/29] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[18/29] Compiling InternalCollectionsUtilities UInt+reversed.swift
[19/29] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[20/29] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[21/29] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[22/29] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[23/29] Compiling InternalCollectionsUtilities Integer rank.swift
[24/29] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[25/29] Emitting module InternalCollectionsUtilities
[26/29] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[27/29] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[28/29] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[29/29] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[30/311] Compiling HashTreeCollections _HashNode+Debugging.swift
[31/311] Compiling HashTreeCollections _HashNode+Initializers.swift
[32/312] Compiling DequeModule _DequeSlot.swift
[33/312] Compiling HeapModule Heap+Invariants.swift
[34/312] Compiling HeapModule _HeapNode.swift
[35/312] Compiling HeapModule Heap.swift
[36/312] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[37/312] Compiling HeapModule Heap+UnsafeHandle.swift
[38/312] Compiling HeapModule Heap+Descriptions.swift
[39/312] Compiling HashTreeCollections _AncestorHashSlots.swift
[40/312] Compiling HashTreeCollections _Bitmap.swift
[41/312] Compiling _RopeModule Rope+Builder.swift
[42/312] Compiling _RopeModule Rope+Debugging.swift
[43/312] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[44/312] Compiling _RopeModule BigString+Insert.swift
[45/312] Compiling _RopeModule BigString+Managing Breaks.swift
[46/312] Compiling HashTreeCollections TreeDictionary+Merge.swift
[47/318] Compiling DequeModule _DequeBuffer.swift
[48/318] Compiling DequeModule _DequeBufferHeader.swift
[49/318] Compiling HashTreeCollections _HashLevel.swift
[50/318] Compiling HashTreeCollections _HashNode+Builder.swift
[53/318] Compiling _RopeModule BigString+Summary.swift
[54/318] Compiling HashTreeCollections _HashNode+Lookups.swift
[55/318] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[56/318] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[57/323] Compiling OrderedCollections _UnsafeBitset.swift
[58/323] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[59/323] Compiling HashTreeCollections TreeSet+Extras.swift
[60/323] Compiling HashTreeCollections TreeSet+Filter.swift
[61/323] Compiling HashTreeCollections TreeSet+Hashable.swift
[62/323] Compiling HashTreeCollections TreeSet+Sendable.swift
[63/323] Compiling HashTreeCollections TreeSet+Sequence.swift
[64/323] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[65/331] Compiling DequeModule _UnsafeWrappedBuffer.swift
[66/331] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[67/331] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[68/331] Compiling HashTreeCollections TreeDictionary+Values.swift
[69/331] Compiling HashTreeCollections TreeDictionary.swift
[70/331] Compiling HashTreeCollections TreeSet+Codable.swift
[71/331] Compiling HashTreeCollections TreeSet+Collection.swift
[72/331] Emitting module HeapModule
[73/331] Compiling _RopeModule BigString+Append.swift
[74/331] Compiling _RopeModule BigString+Initializers.swift
[75/331] Compiling _RopeModule BigString+UnicodeScalarView.swift
[76/331] Compiling _RopeModule BigSubstring+UTF16View.swift
[77/331] Compiling _RopeModule BigSubstring+UTF8View.swift
[78/331] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[85/331] Compiling _RopeModule BigSubstring.swift
[91/331] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[92/331] Compiling HashTreeCollections TreeSet+Debugging.swift
[93/331] Compiling HashTreeCollections TreeSet+Descriptions.swift
[94/331] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[95/331] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[96/331] Compiling BitCollections BitSet.swift
[100/331] Compiling BitCollections Range+Utilities.swift
[101/331] Compiling BitCollections Slice+Utilities.swift
[102/331] Compiling BitCollections UInt+Tricks.swift
[103/331] Compiling BitCollections _Word.swift
[104/331] Compiling OrderedCollections OrderedSet.swift
[105/331] Compiling HashTreeCollections _Bucket.swift
[106/331] Compiling HashTreeCollections _Hash.swift
[122/331] Compiling _RopeModule BigString+BidirectionalCollection.swift
[123/331] Compiling _RopeModule BigString+Comparable.swift
[124/331] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[125/331] Compiling _RopeModule BigString+CustomStringConvertible.swift
[126/331] Compiling _RopeModule BigString+Equatable.swift
[127/331] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[128/331] Compiling HashTreeCollections _HashNode+Storage.swift
[129/331] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[130/331] Compiling HashTreeCollections _HashNode+Structural filter.swift
[131/331] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[132/331] Compiling _RopeModule BigString+Chunk+Splitting.swift
[133/331] Compiling _RopeModule BigString+Chunk.swift
[134/331] Compiling _RopeModule BigString+Hashing.swift
[135/331] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[136/331] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[137/331] Compiling _RopeModule BigString+Sequence.swift
[138/331] Compiling _RopeModule BigString+TextOutputStream.swift
[140/331] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[141/331] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[142/331] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[143/331] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[144/331] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[145/331] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[146/331] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[147/331] Compiling HashTreeCollections TreeSet.swift
[158/331] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[202/338] Compiling HashTreeCollections _RawHashNode.swift
[222/338] Emitting module BitCollections
[255/338] Compiling _RopeModule Rope+Remove.swift
[256/338] Compiling _RopeModule Rope+RemoveSubrange.swift
[257/338] Compiling _RopeModule Rope+Split.swift
[258/338] Compiling _RopeModule Optional Utilities.swift
[259/338] Compiling _RopeModule String Utilities.swift
[260/338] Compiling _RopeModule String.Index+ABI.swift
[261/338] Compiling _RopeModule _CharacterRecognizer.swift
[262/338] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[263/338] Emitting module DequeModule
[336/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 OrderedSetCompat.swift
[342/357] Compiling FetchRequests PausableFetchedResultsController.swift
[343/357] Compiling FetchRequests FetchableObject.swift
[344/357] Compiling FetchRequests FetchDefinition.swift
[345/357] Compiling FetchRequests PaginatingFetchDefinition.swift
[346/357] Compiling FetchRequests CollectionType+SortDescriptors.swift
[347/357] Compiling FetchRequests CollapsibleSectionsFetchedResultsController.swift
[348/357] Compiling FetchRequests FetchedResultsController.swift
[349/357] Compiling FetchRequests FetchedResultsControllerProtocol.swift
[350/357] Compiling FetchRequests AssociatedValueReference.swift
[351/357] Compiling FetchRequests FetchRequestAssociation.swift
[352/357] Compiling FetchRequests IndexPath+Convenience.swift
[353/357] Compiling FetchRequests Logging.swift
[354/357] Emitting module FetchRequests
[355/357] Compiling FetchRequests FetchableEntityID.swift
[356/357] Compiling FetchRequests ObservableToken.swift
[357/357] Compiling FetchRequests FetchableRequest.swift
Build complete! (30.73s)
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.