Build Information
Successful build of Query, reference main (2314c5), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 11:41:48 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/lightyear/Query.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/4] Compiling Query Query.swift
[4/4] Emitting module Query
Build complete! (10.04s)
Fetching https://github.com/Quick/Nimble
[1/19584] Fetching nimble
Fetched https://github.com/Quick/Nimble from cache (1.94s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 9.2.1 (2.53s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.82s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (1.38s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.69s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.20s)
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
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.2.1
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.