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 Kuery, reference master (d20e34), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 04:39:55 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/kishikawakatsumi/Kuery.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kishikawakatsumi/Kuery
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at d20e34f Update README.md
Cloned https://github.com/kishikawakatsumi/Kuery.git
Revision (git rev-parse @):
d20e34fa5600e7b905e08ce422a2116270e37864
SUCCESS checkout https://github.com/kishikawakatsumi/Kuery.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/kishikawakatsumi/Kuery.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/7] Compiling Kuery Query.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kuery/Query.swift:44:60: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value [#DeprecatedDeclaration]
42 |     public func reverse() -> Query {
43 |         if let sortDescriptors = fetchRequest.sortDescriptors {
44 |             fetchRequest.sortDescriptors = sortDescriptors.flatMap { $0.reversedSortDescriptor as? NSSortDescriptor }
   |                                                            |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value [#DeprecatedDeclaration]
   |                                                            `- note: use 'compactMap(_:)' instead
45 |             return self
46 |         }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[4/7] Emitting module Kuery
[5/7] Compiling Kuery ManagedObjectProperty.swift
[6/7] Compiling Kuery Operator.swift
[7/7] Compiling Kuery Predicate.swift
Build complete! (3.53s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Kuery",
  "name" : "Kuery",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Kuery",
      "targets" : [
        "Kuery"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KueryTests",
      "module_type" : "SwiftTarget",
      "name" : "KueryTests",
      "path" : "Tests/KueryTests",
      "sources" : [
        "Dog+CoreDataClass.swift",
        "Dog+CoreDataProperties.swift",
        "OptionalTestObject+CoreDataClass.swift",
        "OptionalTestObject+CoreDataProperties.swift",
        "Person+CoreDataClass.swift",
        "Person+CoreDataProperties.swift",
        "TestObject+CoreDataClass.swift",
        "TestObject+CoreDataProperties.swift",
        "Tests.swift"
      ],
      "target_dependencies" : [
        "Kuery"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Kuery",
      "module_type" : "SwiftTarget",
      "name" : "Kuery",
      "path" : "Sources/Kuery",
      "product_memberships" : [
        "Kuery"
      ],
      "sources" : [
        "ManagedObjectProperty.swift",
        "Operator.swift",
        "Predicate.swift",
        "Query.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.