Build Information
Successful build of HealthQL, reference main (bdc136), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 21:51:45 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/glisom/HealthQL.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/glisom/HealthQL
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at bdc1365 chore: bump versions to 1.2.1 for release
Cloned https://github.com/glisom/HealthQL.git
Revision (git rev-parse @):
bdc136595b07b6df36a7b1273082bfc9e61e2bd7
SUCCESS checkout https://github.com/glisom/HealthQL.git at main
========================================
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": "healthql",
"name": "HealthQL",
"url": "https://github.com/glisom/HealthQL.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/HealthQL",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/glisom/HealthQL.git
[1/697] Fetching healthql
Fetched https://github.com/glisom/HealthQL.git from cache (0.84s)
Creating working copy for https://github.com/glisom/HealthQL.git
Working copy of https://github.com/glisom/HealthQL.git resolved at main (bdc1365)
warning: '.resolve-product-dependencies': dependency 'healthql' 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/glisom/HealthQL.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version--6988338F2F200930.txt
[5/19] Compiling HealthQL SleepSessionHandler.swift
[6/19] Compiling HealthQL WorkoutQueryHandler.swift
[7/20] Compiling HealthQL PredicateBuilder.swift
[8/20] Compiling HealthQL Executor.swift
[9/20] Compiling HealthQL HealthStoreProtocol.swift
[10/20] Compiling HealthQL Health.swift
[11/20] Compiling HealthQL Predicates.swift
[12/20] Compiling HealthQL QueryBuilder.swift
[13/20] Compiling HealthQL CategoryQueryHandler.swift
[14/20] Compiling HealthQL CategoryType.swift
[15/20] Compiling HealthQL IR.swift
[16/20] Compiling HealthQL Schema.swift
[17/20] Compiling HealthQL WorkoutType.swift
[18/20] Emitting module HealthQL
[19/20] Compiling HealthQL QuantityQueryHandler.swift
[20/20] Compiling HealthQL QueryResult.swift
[21/27] Compiling HealthQLParser Parser.swift
[22/27] Compiling HealthQLParser Lexer.swift
[23/27] Compiling HealthQLParser Token.swift
[24/27] Compiling HealthQLParser HealthQLParser.swift
[25/27] Compiling HealthQLParser Compiler.swift
[26/27] Emitting module HealthQLParser
[27/27] Compiling HealthQLParser AST.swift
[28/34] Compiling HealthQLPlayground ResultFormatter.swift
[29/34] Compiling HealthQLPlayground SchemaInfo.swift
[30/34] Compiling HealthQLPlayground REPLEngine.swift
[31/34] Compiling HealthQLPlayground MetaCommand.swift
[32/34] Emitting module HealthQLPlayground
[33/34] Compiling HealthQLPlayground Autocomplete.swift
[34/34] Compiling HealthQLPlayground History.swift
Build complete! (9.42s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "HealthQL",
"name" : "HealthQL",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "HealthQL",
"targets" : [
"HealthQL"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HealthQLParser",
"targets" : [
"HealthQLParser"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HealthQLPlayground",
"targets" : [
"HealthQLPlayground"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HealthQLTests",
"module_type" : "SwiftTarget",
"name" : "HealthQLTests",
"path" : "Tests/HealthQLTests",
"sources" : [
"CategoryQueryHandlerTests.swift",
"CategoryTypeTests.swift",
"DSLTests.swift",
"ExecutorTests.swift",
"HealthStoreProtocolTests.swift",
"IRTests.swift",
"Phase5IntegrationTests.swift",
"PredicateBuilderTests.swift",
"QuantityQueryHandlerTests.swift",
"ResultTests.swift",
"SchemaTests.swift",
"SleepSessionHandlerTests.swift",
"WorkoutQueryHandlerTests.swift",
"WorkoutTypeTests.swift"
],
"target_dependencies" : [
"HealthQL"
],
"type" : "test"
},
{
"c99name" : "HealthQLPlaygroundTests",
"module_type" : "SwiftTarget",
"name" : "HealthQLPlaygroundTests",
"path" : "Tests/HealthQLPlaygroundTests",
"sources" : [
"AutocompleteTests.swift",
"HistoryTests.swift",
"MetaCommandTests.swift",
"REPLEngineTests.swift",
"ResultFormatterTests.swift",
"SchemaInfoTests.swift"
],
"target_dependencies" : [
"HealthQLPlayground"
],
"type" : "test"
},
{
"c99name" : "HealthQLPlayground",
"module_type" : "SwiftTarget",
"name" : "HealthQLPlayground",
"path" : "Sources/HealthQLPlayground",
"product_memberships" : [
"HealthQLPlayground"
],
"sources" : [
"Autocomplete.swift",
"History.swift",
"MetaCommand.swift",
"REPLEngine.swift",
"ResultFormatter.swift",
"SchemaInfo.swift"
],
"target_dependencies" : [
"HealthQL",
"HealthQLParser"
],
"type" : "library"
},
{
"c99name" : "HealthQLParserTests",
"module_type" : "SwiftTarget",
"name" : "HealthQLParserTests",
"path" : "Tests/HealthQLParserTests",
"sources" : [
"ASTTests.swift",
"CompilerTests.swift",
"IntegrationTests.swift",
"LexerTests.swift",
"ParserTests.swift",
"Phase4IntegrationTests.swift",
"QueryVariationsTests.swift",
"TokenTests.swift"
],
"target_dependencies" : [
"HealthQLParser"
],
"type" : "test"
},
{
"c99name" : "HealthQLParser",
"module_type" : "SwiftTarget",
"name" : "HealthQLParser",
"path" : "Sources/HealthQLParser",
"product_memberships" : [
"HealthQLParser",
"HealthQLPlayground"
],
"sources" : [
"AST.swift",
"Compiler.swift",
"HealthQLParser.swift",
"Lexer.swift",
"Parser.swift",
"Token.swift"
],
"target_dependencies" : [
"HealthQL"
],
"type" : "library"
},
{
"c99name" : "HealthQL",
"module_type" : "SwiftTarget",
"name" : "HealthQL",
"path" : "Sources/HealthQL",
"product_memberships" : [
"HealthQL",
"HealthQLParser",
"HealthQLPlayground"
],
"sources" : [
"Core/CategoryType.swift",
"Core/IR.swift",
"Core/Schema.swift",
"Core/WorkoutType.swift",
"DSL/Health.swift",
"DSL/Predicates.swift",
"DSL/QueryBuilder.swift",
"Executor/CategoryQueryHandler.swift",
"Executor/Executor.swift",
"Executor/HealthStoreProtocol.swift",
"Executor/PredicateBuilder.swift",
"Executor/QuantityQueryHandler.swift",
"Executor/SleepSessionHandler.swift",
"Executor/WorkoutQueryHandler.swift",
"Results/QueryResult.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Done.