Build Information
Successful build of PredicateKit, reference 1.10.0 (8e3c45
), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 08:54:11 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/ftchirou/PredicateKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/10] Compiling PredicateKit Functions.swift
[4/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
[5/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
[6/10] Compiling PredicateKit NSFetchRequestBuilder.swift
[7/10] Compiling PredicateKit Predicate.swift
[8/10] Compiling PredicateKit SwiftUISupport.swift
[9/10] Compiling PredicateKit NSFetchRequestInspector.swift
[10/10] Compiling PredicateKit NSManagedObjectContextExtensions.swift
Build complete! (7.16s)
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.