Build Information
Successful build of PredicateKit, reference 1.10.0 (8e3c45), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 10:15:56 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ftchirou/PredicateKit.git
Reference: 1.10.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ftchirou/PredicateKit
* tag 1.10.0 -> FETCH_HEAD
HEAD is now at 8e3c45c 🔖 Bump PredicateKit.podspec
Cloned https://github.com/ftchirou/PredicateKit.git
Revision (git rev-parse @):
8e3c45cb580baceb70384572d0aa38002b972bfc
SUCCESS checkout https://github.com/ftchirou/PredicateKit.git at 1.10.0
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "predicatekit",
"name": "PredicateKit",
"url": "https://github.com/ftchirou/PredicateKit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PredicateKit",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/ftchirou/PredicateKit.git
[1/475] Fetching predicatekit
Fetched https://github.com/ftchirou/PredicateKit.git from cache (0.75s)
Creating working copy for https://github.com/ftchirou/PredicateKit.git
Working copy of https://github.com/ftchirou/PredicateKit.git resolved at 1.10.0 (8e3c45c)
warning: '.resolve-product-dependencies': dependency 'predicatekit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/ftchirou/PredicateKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/10] Compiling PredicateKit Predicate.swift
[4/10] Compiling PredicateKit Primitive.swift
/Users/admin/builder/spi-builder-workspace/PredicateKit/Primitive.swift:164:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
162 | }
163 |
164 | extension Optional: Comparable where Wrapped: Comparable {
| |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
165 | public static func < (lhs: Self, rhs: Self) -> Bool {
166 | switch (lhs, rhs) {
/Users/admin/builder/spi-builder-workspace/PredicateKit/Primitive.swift:176:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
174 |
175 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, *)
176 | extension Optional: Identifiable where Wrapped: Identifiable {
| |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
177 | public var id: Wrapped.ID? {
178 | self?.id
[5/10] Compiling PredicateKit SwiftUISupport.swift
[6/10] Compiling PredicateKit Functions.swift
[7/10] Compiling PredicateKit NSManagedObjectContextExtensions.swift
[8/10] Emitting module PredicateKit
/Users/admin/builder/spi-builder-workspace/PredicateKit/Primitive.swift:164:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
162 | }
163 |
164 | extension Optional: Comparable where Wrapped: Comparable {
| |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
165 | public static func < (lhs: Self, rhs: Self) -> Bool {
166 | switch (lhs, rhs) {
/Users/admin/builder/spi-builder-workspace/PredicateKit/Primitive.swift:176:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
174 |
175 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, *)
176 | extension Optional: Identifiable where Wrapped: Identifiable {
| |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
177 | public var id: Wrapped.ID? {
178 | self?.id
[9/10] Compiling PredicateKit NSFetchRequestInspector.swift
[10/10] Compiling PredicateKit NSFetchRequestBuilder.swift
Build complete! (8.40s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/PredicateKit/PrivacyInfo.xcprivacy
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "PredicateKit",
"name" : "PredicateKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "5.0"
}
],
"products" : [
{
"name" : "PredicateKit",
"targets" : [
"PredicateKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "PredicateKit",
"module_type" : "SwiftTarget",
"name" : "PredicateKit",
"path" : "PredicateKit",
"product_memberships" : [
"PredicateKit"
],
"sources" : [
"CoreData/NSFetchRequestBuilder.swift",
"CoreData/NSFetchRequestInspector.swift",
"CoreData/NSManagedObjectContextExtensions.swift",
"Functions.swift",
"Predicate.swift",
"Primitive.swift",
"SwiftUI/SwiftUISupport.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.