The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of PredicateKit, reference main (783867), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 08:50:19 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ftchirou/PredicateKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 783867f 📝 Update README.md
Cloned https://github.com/ftchirou/PredicateKit.git
Revision (git rev-parse @):
783867f4225fbe3e8bd93f3ead4a5dce13b2d521
SUCCESS checkout https://github.com/ftchirou/PredicateKit.git at main
========================================
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 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
[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 Predicate.swift
[6/10] Compiling PredicateKit NSFetchRequestBuilder.swift
[7/10] Compiling PredicateKit Functions.swift
[8/10] Compiling PredicateKit NSManagedObjectContextExtensions.swift
[9/10] Compiling PredicateKit SwiftUISupport.swift
[10/10] Compiling PredicateKit NSFetchRequestInspector.swift
Build complete! (7.18s)
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.