Build Information
Successful build of SwiftGraphQLParser, reference master (0fcadd), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 10:20:05 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/ryanbillard/swiftgraphqlparser.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ryanbillard/swiftgraphqlparser
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 0fcadd4 add more useful errors
Cloned https://github.com/ryanbillard/swiftgraphqlparser.git
Revision (git rev-parse @):
0fcadd4bf9a348c6af97fed05d1c25302e86e1ec
SUCCESS checkout https://github.com/ryanbillard/swiftgraphqlparser.git at master
========================================
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": "swiftgraphqlparser",
"name": "SwiftGraphQLParser",
"url": "https://github.com/ryanbillard/swiftgraphqlparser.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftgraphqlparser",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/ryanbillard/swiftgraphqlparser.git
[1/86] Fetching swiftgraphqlparser
Fetched https://github.com/ryanbillard/swiftgraphqlparser.git from cache (0.61s)
Creating working copy for https://github.com/ryanbillard/swiftgraphqlparser.git
Working copy of https://github.com/ryanbillard/swiftgraphqlparser.git resolved at master (0fcadd4)
warning: '.resolve-product-dependencies': dependency 'swiftgraphqlparser' 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/ryanbillard/swiftgraphqlparser.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/7] Compiling SwiftGraphQLParser GraphQLVisitor.swift
[4/7] Compiling SwiftGraphQLParser GraphQLLexer.swift
[5/7] Compiling SwiftGraphQLParser GraphQLDocument.swift
[6/7] Emitting module SwiftGraphQLParser
[7/7] Compiling SwiftGraphQLParser GraphQLParser.swift
Build complete! (4.02s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftGraphQLParser",
"name" : "SwiftGraphQLParser",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftGraphQLParser",
"targets" : [
"SwiftGraphQLParser"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftGraphQLParserTests",
"module_type" : "SwiftTarget",
"name" : "SwiftGraphQLParserTests",
"path" : "Tests/SwiftGraphQLParserTests",
"sources" : [
"LexerTests.swift",
"ParserTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SwiftGraphQLParser"
],
"type" : "test"
},
{
"c99name" : "SwiftGraphQLParser",
"module_type" : "SwiftTarget",
"name" : "SwiftGraphQLParser",
"path" : "Sources/SwiftGraphQLParser",
"product_memberships" : [
"SwiftGraphQLParser"
],
"sources" : [
"GraphQLDocument.swift",
"GraphQLLexer.swift",
"GraphQLParser.swift",
"GraphQLVisitor.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Done.