Build Information
Successful build of GraphQLer, reference main (c6d0ba), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 13:50:43 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/juri/graphqler.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/juri/graphqler
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c6d0bac Add new version to CHANGELOG
Cloned https://github.com/juri/graphqler.git
Revision (git rev-parse @):
c6d0bac8d3877f5671699108fbeacf3651861b0e
SUCCESS checkout https://github.com/juri/graphqler.git at main
Fetching https://github.com/apple/swift-docc-symbolkit
Fetching https://github.com/apple/swift-docc-plugin
[1/2271] Fetching swift-docc-plugin
[251/5943] Fetching swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-symbolkit from cache (1.26s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.26s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.2.0 (1.93s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.71s)
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.2.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": "graphqler",
"name": "GraphQLer",
"url": "https://github.com/juri/graphqler.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/graphqler",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/juri/graphqler.git
[1/1329] Fetching graphqler
Fetched https://github.com/juri/graphqler.git from cache (1.07s)
Creating working copy for https://github.com/juri/graphqler.git
Working copy of https://github.com/juri/graphqler.git resolved at main (c6d0bac)
warning: '.resolve-product-dependencies': dependency 'graphqler' 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/juri/graphqler.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version--6988338F2F200930.txt
[5/7] Compiling GraphQLer Stringify.swift
[6/7] Emitting module GraphQLer
[7/7] Compiling GraphQLer GraphQL.swift
Build complete! (7.74s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "GraphQLer",
"name" : "GraphQLer",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "GraphQLer",
"targets" : [
"GraphQLer"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GraphQLer",
"module_type" : "SwiftTarget",
"name" : "GraphQLer",
"path" : "Sources/GraphQLer",
"product_memberships" : [
"GraphQLer"
],
"sources" : [
"GraphQL.swift",
"Stringify.swift"
],
"type" : "library"
},
{
"c99name" : "GraphQLTests",
"module_type" : "SwiftTarget",
"name" : "GraphQLTests",
"path" : "Tests/GraphQLTests",
"sources" : [
"GraphQLTests.swift"
],
"target_dependencies" : [
"GraphQLer"
],
"type" : "test"
}
],
"tools_version" : "5.7"
}
Done.