Build Information
Successful build of Querl, reference main (798d10), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 04:11:56 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/joinhandshake/Querl.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/joinhandshake/Querl
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 798d107 Merge pull request #3 from antonnyman/bump-example-11.0
Cloned https://github.com/joinhandshake/Querl.git
Revision (git rev-parse @):
798d1079dfe99f4d33dfcda4b672f344810ba61f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/joinhandshake/Querl.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/joinhandshake/Querl.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/8] Compiling Querl PagedQuery.swift
[4/8] Compiling Querl Query.swift
[5/8] Compiling Querl Pagination.swift
[6/8] Emitting module Querl
[7/8] Compiling Querl Mutation.swift
[8/8] Compiling Querl HasArguments.swift
Build complete! (3.52s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Querl",
"name" : "Querl",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "8.0"
},
{
"name" : "macos",
"version" : "10.13"
}
],
"products" : [
{
"name" : "Querl",
"targets" : [
"Querl"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "QuerlTests",
"module_type" : "SwiftTarget",
"name" : "QuerlTests",
"path" : "Tests/QuerlTests",
"sources" : [
"Tests.swift"
],
"target_dependencies" : [
"Querl"
],
"type" : "test"
},
{
"c99name" : "Querl",
"module_type" : "SwiftTarget",
"name" : "Querl",
"path" : "Sources/Querl",
"product_memberships" : [
"Querl"
],
"sources" : [
"Classes/HasArguments.swift",
"Classes/Mutation.swift",
"Classes/PagedQuery.swift",
"Classes/Pagination.swift",
"Classes/Query.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Done.