The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Query, reference main (2314c5), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 00:27:20 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lightyear/Query.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/lightyear/Query
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2314c5d Doc comments + README
Cloned https://github.com/lightyear/Query.git
Revision (git rev-parse @):
2314c5dfd61c3a7a25289cc023ee8e0153bfc9d3
SUCCESS checkout https://github.com/lightyear/Query.git at main
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
Fetching https://github.com/mattgallagher/CwlCatchException.git
Fetching https://github.com/Quick/Nimble
[1/460] Fetching cwlcatchexception
[190/1717] Fetching cwlcatchexception, cwlpreconditiontesting
[1718/21534] Fetching cwlcatchexception, cwlpreconditiontesting, nimble
Fetched https://github.com/Quick/Nimble from cache (2.20s)
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (2.20s)
Computing version for https://github.com/Quick/Nimble
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (2.20s)
Computed https://github.com/Quick/Nimble at 9.2.1 (2.93s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.1.0 (0.69s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.1.1 (0.66s)
Creating working copy for https://github.com/Quick/Nimble
Working copy of https://github.com/Quick/Nimble resolved at 9.2.1
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.1.1
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.1.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": "query",
      "name": "Query",
      "url": "https://github.com/lightyear/Query.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Query",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/lightyear/Query.git
[1/55] Fetching query
Fetched https://github.com/lightyear/Query.git from cache (0.61s)
Creating working copy for https://github.com/lightyear/Query.git
Working copy of https://github.com/lightyear/Query.git resolved at main (2314c5d)
warning: '.resolve-product-dependencies': dependency 'query' 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/lightyear/Query.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/4] Compiling Query Query.swift
[4/4] Emitting module Query
Build complete! (6.12s)
warning: 'spi-builder-workspace': Invalid Resource 'QueryTests/QueryTests.xcdatamodeld': File not found.
Build complete.
{
  "dependencies" : [
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "9.2.1",
            "upper_bound" : "10.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble"
    }
  ],
  "manifest_display_name" : "Query",
  "name" : "Query",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Query",
      "targets" : [
        "Query"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "QueryTests",
      "module_type" : "SwiftTarget",
      "name" : "QueryTests",
      "path" : "Tests/QueryTests",
      "product_dependencies" : [
        "Nimble"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/QueryTests/QueryTests.xcdatamodeld",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "CoreDataTestCase.swift",
        "Entity.swift",
        "QueryTests.swift"
      ],
      "target_dependencies" : [
        "Query"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Query",
      "module_type" : "SwiftTarget",
      "name" : "Query",
      "path" : "Sources/Query",
      "product_memberships" : [
        "Query"
      ],
      "sources" : [
        "Query.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
warning: 'spi-builder-workspace': Invalid Resource 'QueryTests/QueryTests.xcdatamodeld': File not found.
Done.