The Swift Package Index logo.Swift Package Index

Build Information

Failed to build HealthQL, reference v1.2.1 (bdc136), with Swift 6.1 for Wasm on 11 Feb 2026 02:31:32 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/glisom/HealthQL.git
Reference: v1.2.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/glisom/HealthQL
 * tag               v1.2.1     -> FETCH_HEAD
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 v1.2.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/glisom/HealthQL.git
https://github.com/glisom/HealthQL.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "HealthQL",
  "name" : "HealthQL",
  "path" : "/host/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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
BUILD FAILURE 6.1 wasm