Build Information
Successful build of Querl, reference 0.2.0 (ee2dcc), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 04:11:44 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: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/joinhandshake/Querl
* tag 0.2.0 -> FETCH_HEAD
HEAD is now at ee2dcc0 Merge pull request #2 from nathreed/custom-decoder
Cloned https://github.com/joinhandshake/Querl.git
Revision (git rev-parse @):
ee2dcc00d97d9d42a68aa185a3776a352f5e81fc
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/joinhandshake/Querl.git at 0.2.0
========================================
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 Mutation.swift
[4/8] Compiling Querl PagedQuery.swift
[5/8] Compiling Querl HasArguments.swift
[6/8] Compiling Querl Query.swift
[7/8] Emitting module Querl
[8/8] Compiling Querl Pagination.swift
Build complete! (3.47s)
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.