The Swift Package Index logo.Swift Package Index

Build Information

Failed to build PureSQL, reference 0.1.2 (26ca92), with Swift 6.1 for Wasm on 19 Feb 2026 03:00:23 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/wickwirew/PureSQL.git
Reference: 0.1.2
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/wickwirew/PureSQL
 * tag               0.1.2      -> FETCH_HEAD
HEAD is now at 26ca920 Merge pull request #10 from wickwirew/missing-semi-colon
Cloned https://github.com/wickwirew/PureSQL.git
Revision (git rev-parse @):
26ca92079a6fe7c6c1e79540bbc31018794804ec
SUCCESS checkout https://github.com/wickwirew/PureSQL.git at 0.1.2
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/wickwirew/PureSQL.git
https://github.com/wickwirew/PureSQL.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0-latest",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.0.2",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams"
    }
  ],
  "manifest_display_name" : "PureSQL",
  "name" : "PureSQL",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "PureSQL",
      "targets" : [
        "PureSQL"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Compiler",
      "targets" : [
        "Compiler"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PureSQLCLI",
      "targets" : [
        "PureSQLCLI"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "PureSQLPlugin",
      "targets" : [
        "PureSQLPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "PureSQLMacros",
      "targets" : [
        "PureSQLMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PureSQLTests",
      "module_type" : "SwiftTarget",
      "name" : "PureSQLTests",
      "path" : "Tests/PureSQLTests",
      "sources" : [
        "ConnectionPoolTests.swift",
        "DatabaseValueAdapterTests.swift",
        "FailTests.swift",
        "JustTests.swift",
        "MapInputTests.swift",
        "MapTests.swift",
        "MigrationRunnerTests.swift",
        "QueryPublisherTests.swift",
        "QueryTests.swift",
        "RowTests.swift",
        "SQLAnyTests.swift",
        "SQLTests.swift",
        "StatementTests.swift",
        "TestDatabase.swift",
        "TestTests.swift",
        "TestUtils.swift"
      ],
      "target_dependencies" : [
        "PureSQL",
        "Compiler"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PureSQLPlugin",
      "module_type" : "PluginTarget",
      "name" : "PureSQLPlugin",
      "path" : "Plugins/PureSQLPlugin",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "PureSQLPlugin"
      ],
      "sources" : [
        "PureSQLPlugin.swift"
      ],
      "target_dependencies" : [
        "PureSQLCLI"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "PureSQLMacros",
      "module_type" : "SwiftTarget",
      "name" : "PureSQLMacros",
      "path" : "Sources/PureSQLMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "PureSQL",
        "PureSQLMacros"
      ],
      "sources" : [
        "DatabaseMacro.swift",
        "Plugins.swift",
        "QueryMacro.swift",
        "String+Extensions.swift",
        "Syntax+Extensions.swift",
        "SyntaxError.swift"
      ],
      "target_dependencies" : [
        "Compiler"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "PureSQLCLI",
      "module_type" : "SwiftTarget",
      "name" : "PureSQLCLI",
      "path" : "Sources/PureSQLCLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "PureSQLCLI",
        "PureSQLPlugin"
      ],
      "sources" : [
        "GenerateCommand.swift",
        "InitCommand.swift",
        "MigrationsCommand.swift",
        "PureSQL.swift",
        "QueriesCommand.swift"
      ],
      "target_dependencies" : [
        "Compiler"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "PureSQL",
      "module_type" : "SwiftTarget",
      "name" : "PureSQL",
      "path" : "Sources/PureSQL",
      "product_dependencies" : [
        "Collections"
      ],
      "product_memberships" : [
        "PureSQL"
      ],
      "sources" : [
        "Connection.swift",
        "ConnectionPool.swift",
        "Cursor.swift",
        "Database.swift",
        "DatabaseConfig.swift",
        "DatabaseObserver.swift",
        "DatabasePrimitive.swift",
        "DatabaseValueAdapter.swift",
        "Macros.swift",
        "Migration.swift",
        "Queries/AnyQuery.swift",
        "Queries/Bulk.swift",
        "Queries/DatabaseQuery.swift",
        "Queries/Fail.swift",
        "Queries/Just.swift",
        "Queries/Map.swift",
        "Queries/MapInput.swift",
        "Queries/Queries.swift",
        "Queries/Test.swift",
        "Query+Combine.swift",
        "Query.swift",
        "QueryObservation.swift",
        "Row.swift",
        "RowDecodable.swift",
        "SQL.swift",
        "SQLAny.swift",
        "SQLError.swift",
        "SQLiteCode.swift",
        "SQLiteConnection.swift",
        "Statement.swift",
        "Transaction.swift",
        "Utils/Collection+Extensions.swift",
        "Utils/Lock.swift",
        "Utils/Queue.swift"
      ],
      "target_dependencies" : [
        "PureSQLMacros"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CompilerTests",
      "module_type" : "SwiftTarget",
      "name" : "CompilerTests",
      "path" : "Tests/CompilerTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileDelete.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileDropTable.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileFTS5.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileFunctions.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileIndex.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileInsert.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileIsSingleResult.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileOutlandishCTE.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileSelectWithJoins.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileSimpleSelects.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileSpecialNames.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileTableOrSubqueries.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileTableSchema.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileTriggers.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileUpdate.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileView.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Gen/Migrations.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Gen/Queries.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Gen/Swift.output",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Gen/SwiftWithPattern.output",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseAlterTable.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseBindParameter.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseColumnConstraint.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseColumnDefinition.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseCommonTableExpression.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseConflictClause.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseCreateIndexStmt.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseCreateTable.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseCreateTriggerStmt.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseCreateViewStmt.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseCreateVirtualTable.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseDefinition.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseDeleteStmt.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseDropIndexStmt.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseDropTableStmt.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseDropTriggerStmt.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseDropViewStmt.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseExpression.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseForeignKeyClause.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseInsertStmt.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseJoinClause.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseJoinConstraint.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseJoinOperator.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseOperators.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseOrder.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseOrderingTerm.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParsePragma.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseReindexStmt.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseResultColumn.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseSelectStmt.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseSignedNumber.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseTableConstraint.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseTableOptions.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseTableOrSubquery.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseTransactionStmt.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseTypeName.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseUpdateStmt.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseVacuumStmt.sql",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Check/Check.swift",
        "Check/Checkable.swift",
        "CompilerTests.swift",
        "DuplicateDictionaryTests.swift",
        "EnvironmentTests.swift",
        "GenTests.swift",
        "LexerTests.swift",
        "NameTests.swift",
        "ParserTests.swift",
        "TypeCheckerTests.swift"
      ],
      "target_dependencies" : [
        "Compiler"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Compiler",
      "module_type" : "SwiftTarget",
      "name" : "Compiler",
      "path" : "Sources/Compiler",
      "product_dependencies" : [
        "OrderedCollections",
        "SwiftSyntax",
        "SwiftSyntaxBuilder",
        "Yams"
      ],
      "product_memberships" : [
        "PureSQL",
        "Compiler",
        "PureSQLCLI",
        "PureSQLPlugin",
        "PureSQLMacros"
      ],
      "sources" : [
        "Columns.swift",
        "Compiler.swift",
        "Config.swift",
        "Diagnostic.swift",
        "DiagnosticReporter.swift",
        "Diagnostics.swift",
        "Driver.swift",
        "Environment.swift",
        "Function.swift",
        "Gen/Language.swift",
        "Gen/PositionalSequence.swift",
        "Gen/Rewriter.swift",
        "Gen/SwiftLanguage.swift",
        "Index.swift",
        "Parse/Lexer.swift",
        "Parse/ParserState.swift",
        "Parse/Parsers.swift",
        "Parse/Token.swift",
        "Project.swift",
        "QualifiedName.swift",
        "Schema.swift",
        "SchemaName.swift",
        "Sema/Builtins.swift",
        "Sema/CardinalityInferrer.swift",
        "Sema/ExprTypeChecker.swift",
        "Sema/InferenceState.swift",
        "Sema/IsStaticallyTrue.swift",
        "Sema/Name.swift",
        "Sema/NameInferrer.swift",
        "Sema/PragmaAnalyzer.swift",
        "Sema/Statement.swift",
        "Sema/StmtTypeChecker.swift",
        "Sema/Substitution.swift",
        "Sema/Type.swift",
        "Sema/TypeScheme.swift",
        "Syntax/AliasSyntax.swift",
        "Syntax/ColumnConstraintSyntax.swift",
        "Syntax/ColumnDefSyntax.swift",
        "Syntax/CompoundOperatorSyntax.swift",
        "Syntax/ConfictClauseSyntax.swift",
        "Syntax/Expressions/BetweenExprSyntax.swift",
        "Syntax/Expressions/BindParameterSyntax.swift",
        "Syntax/Expressions/CaseWhenThenExprSyntax.swift",
        "Syntax/Expressions/CastExprSyntax.swift",
        "Syntax/Expressions/ColumnExprSyntax.swift",
        "Syntax/Expressions/CommonTableExpressionSyntax.swift",
        "Syntax/Expressions/ExistsExprSyntax.swift",
        "Syntax/Expressions/ExprSyntax.swift",
        "Syntax/Expressions/FunctionExprSyntax.swift",
        "Syntax/Expressions/GroupedExprSyntax.swift",
        "Syntax/Expressions/InfixExprSyntax.swift",
        "Syntax/Expressions/InvalidExprSyntax.swift",
        "Syntax/Expressions/LiteralExprSyntax.swift",
        "Syntax/Expressions/PostfixExprSyntax.swift",
        "Syntax/Expressions/PrefixExprSyntax.swift",
        "Syntax/Expressions/SelectExprSyntax.swift",
        "Syntax/ForeignKeyClauseSyntax.swift",
        "Syntax/FromSyntax.swift",
        "Syntax/IdentifierSyntax.swift",
        "Syntax/IndexedColumnSyntax.swift",
        "Syntax/JoinClauseSyntax.swift",
        "Syntax/JoinConstraintSyntax.swift",
        "Syntax/JoinOperatorSyntax.swift",
        "Syntax/NumericSyntax.swift",
        "Syntax/Operator.swift",
        "Syntax/OperatorSyntax.swift",
        "Syntax/OrSyntax.swift",
        "Syntax/OrderSyntax.swift",
        "Syntax/OrderingTermSyntax.swift",
        "Syntax/QualifiedTableNameSyntax.swift",
        "Syntax/ResultColumnSyntax.swift",
        "Syntax/ReturningClauseSyntax.swift",
        "Syntax/SetActionSyntax.swift",
        "Syntax/SourceLocation.swift",
        "Syntax/Statements/AlterTableStmtSyntax.swift",
        "Syntax/Statements/BeginStmtSyntax.swift",
        "Syntax/Statements/CommitStmtSyntax.swift",
        "Syntax/Statements/CreateIndexStmtSyntax.swift",
        "Syntax/Statements/CreateTableStmtSyntax.swift",
        "Syntax/Statements/CreateTriggerStmtSyntax.swift",
        "Syntax/Statements/CreateViewStmtSyntax.swift",
        "Syntax/Statements/CreateVirtualTableStmtSyntax.swift",
        "Syntax/Statements/DeleteStmtSyntax.swift",
        "Syntax/Statements/DropIndexStmtSyntax.swift",
        "Syntax/Statements/DropTableStmtSyntax.swift",
        "Syntax/Statements/DropTriggerStmtSyntax.swift",
        "Syntax/Statements/DropViewStmtSyntax.swift",
        "Syntax/Statements/EmptyStmtSyntax.swift",
        "Syntax/Statements/InsertStmtSyntax.swift",
        "Syntax/Statements/PragmaStmtSyntax.swift",
        "Syntax/Statements/QueryDefinitionStmtSyntax.swift",
        "Syntax/Statements/ReindexStmtSyntax.swift",
        "Syntax/Statements/ReleaseStmtSyntax.swift",
        "Syntax/Statements/RollbackStmtSyntax.swift",
        "Syntax/Statements/SavepointStmtSyntax.swift",
        "Syntax/Statements/SelectCoreSyntax.swift",
        "Syntax/Statements/SelectStmtSyntax.swift",
        "Syntax/Statements/StmtSyntax.swift",
        "Syntax/Statements/UpdateStmtSyntax.swift",
        "Syntax/Statements/VacuumStmtSyntax.swift",
        "Syntax/Syntax.swift",
        "Syntax/TableConstraintSyntax.swift",
        "Syntax/TableNameSyntax.swift",
        "Syntax/TableOptionsSyntax.swift",
        "Syntax/TableOrSubquerySyntax.swift",
        "Syntax/TypeNameSyntax.swift",
        "Syntax/UpsertClauseSyntax.swift",
        "Syntax/WindowDefinitionSyntax.swift",
        "Syntax/WithSyntax.swift",
        "Table.swift",
        "Trigger.swift",
        "Utils/Collection+Extensions.swift",
        "Utils/DuplicateDictionary.swift",
        "Utils/Either.swift",
        "Utils/FileSystem.swift",
        "Utils/Indirect.swift",
        "Utils/SourceWriter.swift",
        "Utils/String+Extensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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 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
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/apple/swift-argument-parser
[1/19669] Fetching swift-collections
[1575/36828] Fetching swift-collections, swift-argument-parser
[5547/48331] Fetching swift-collections, swift-argument-parser, yams
[25166/122627] Fetching swift-collections, swift-argument-parser, yams, swift-syntax
Fetched https://github.com/apple/swift-argument-parser from cache (3.14s)
Fetched https://github.com/apple/swift-collections from cache (5.49s)
Fetched https://github.com/jpsim/Yams from cache (5.50s)
Fetched https://github.com/swiftlang/swift-syntax from cache (5.53s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 6.2.1 (7.48s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (0.61s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.3.0 (0.83s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (3.18s)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.3.0
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 6.2.1
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
[1/1] Compiling plugin PureSQLPlugin
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/107] Write sources
[26/107] Compiling _SwiftSyntaxCShims dummy.c
[26/107] Write sources
[29/107] Compiling reader.c
[30/107] Write sources
[47/107] Compiling _SwiftSyntaxCShims dummy.c
[48/107] Compiling writer.c
[50/107] Compiling reader.c
[51/107] Compiling parser.c
[52/107] Compiling api.c
[53/107] Write sources
[56/107] Compiling emitter.c
[57/107] Compiling parser.c
[58/107] Compiling scanner.c
[59/107] Write swift-version-24593BA9C3E375BF.txt
[60/107] Compiling api.c
[61/107] Compiling emitter.c
[62/107] Compiling scanner.c
[64/159] Emitting module SwiftSyntax509
[65/159] Compiling Yams Tag.swift
[66/159] Compiling Yams YamlAnchorProviding.swift
[67/161] Emitting module SwiftSyntax510
[68/161] Compiling SwiftSyntax510 Empty.swift
[69/162] Emitting module SwiftSyntax600
[70/162] Compiling SwiftSyntax600 Empty.swift
[71/163] Compiling SwiftSyntax509 Empty.swift
[75/164] Emitting module SwiftSyntax600
[76/164] Compiling SwiftSyntax600 Empty.swift
[77/165] Emitting module SwiftSyntax509
[78/165] Compiling SwiftSyntax509 Empty.swift
[79/166] Emitting module Yams
[80/166] Compiling SwiftSyntax510 Empty.swift
[81/166] Emitting module SwiftSyntax510
[84/187] Wrapping AST for SwiftSyntax600 for debugging
[86/264] Compiling SwiftSyntax RawSyntax.swift
[87/264] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[88/269] Compiling SwiftSyntax SourceLength.swift
[89/269] Compiling SwiftSyntax SourceLocation.swift
[90/271] Compiling SwiftSyntax AbsolutePosition.swift
[91/271] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[93/271] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[94/272] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[95/272] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[96/335] Emitting module Yams
[97/337] Compiling SwiftSyntax Convenience.swift
[98/337] Compiling SwiftSyntax CustomTraits.swift
[99/337] Compiling SwiftSyntax BumpPtrAllocator.swift
[100/337] Compiling SwiftSyntax CommonAncestor.swift
[101/337] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[102/337] Compiling SwiftSyntax Assert.swift
[107/337] Emitting module InternalCollectionsUtilities
[108/337] Compiling SwiftSyntax TokenSyntax.swift
[109/337] Compiling SwiftSyntax Trivia.swift
[110/337] Compiling SwiftSyntax SyntaxNodeFactory.swift
[111/337] Compiling SwiftSyntax SyntaxNodeStructure.swift
[112/337] Emitting module InternalCollectionsUtilities
[113/337] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[114/337] Compiling SwiftSyntax TokenDiagnostic.swift
[115/337] Compiling SwiftSyntax TokenSequence.swift
[116/338] Compiling Yams YamlError.swift
[117/338] Compiling Yams YamlTagProviding.swift
[118/338] Compiling SwiftSyntax AbsolutePosition.swift
[119/338] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[124/338] Compiling SwiftSyntax SyntaxProtocol.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:338:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
336 |         // Since `NumberFormatter` creates a string with insufficient precision for Decode,
337 |         // it uses with `String(format:...)`
338 |         let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
    |                                             `- error: cannot find 'DBL_DECIMAL_DIG' in scope
339 |         // "%*.g" does not use scientific notation if the exponent is less than –4.
340 |         // So fallback to using `NumberFormatter` if string does not uses scientific notation.
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:338:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
336 |         // Since `NumberFormatter` creates a string with insufficient precision for Decode,
337 |         // it uses with `String(format:...)`
338 |         let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
    |                                             `- error: cannot find 'DBL_DECIMAL_DIG' in scope
339 |         // "%*.g" does not use scientific notation if the exponent is less than –4.
340 |         // So fallback to using `NumberFormatter` if string does not uses scientific notation.
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:338:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
336 |         // Since `NumberFormatter` creates a string with insufficient precision for Decode,
337 |         // it uses with `String(format:...)`
338 |         let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
    |                                             `- error: cannot find 'DBL_DECIMAL_DIG' in scope
339 |         // "%*.g" does not use scientific notation if the exponent is less than –4.
340 |         // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[138/339] Emitting module ArgumentParserToolInfo
[139/339] Compiling ArgumentParserToolInfo ToolInfo.swift
[140/340] Compiling SwiftSyntax SyntaxText.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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
[0/1] Planning build
[1/1] Compiling plugin PureSQLPlugin
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/48] Write swift-version-24593BA9C3E375BF.txt
[5/100] Compiling SwiftSyntax600 Empty.swift
[6/100] Emitting module SwiftSyntax509
[7/100] Compiling SwiftSyntax509 Empty.swift
[9/101] Emitting module SwiftSyntax600
[10/101] Compiling SwiftSyntax600 Empty.swift
[11/101] Emitting module SwiftSyntax509
[12/103] Emitting module SwiftSyntax510
[13/103] Compiling SwiftSyntax510 Empty.swift
[14/103] Emitting module SwiftSyntax510
[15/104] Emitting module SwiftSyntax600
[16/104] Compiling SwiftSyntax510 Empty.swift
[23/105] Compiling Yams Tag.swift
[24/105] Compiling Yams YamlAnchorProviding.swift
[25/260] Compiling SwiftSyntax SourceLocation.swift
[26/260] Compiling SwiftSyntax AbsolutePosition.swift
[27/273] Compiling SwiftSyntax SourceEdit.swift
[28/273] Compiling SwiftSyntax SourceLength.swift
[29/273] Compiling SwiftSyntax MemoryLayout.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:338:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
336 |         // Since `NumberFormatter` creates a string with insufficient precision for Decode,
337 |         // it uses with `String(format:...)`
338 |         let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
    |                                             `- error: cannot find 'DBL_DECIMAL_DIG' in scope
339 |         // "%*.g" does not use scientific notation if the exponent is less than –4.
340 |         // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[30/273] Compiling SwiftSyntax MissingNodeInitializers.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:338:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
336 |         // Since `NumberFormatter` creates a string with insufficient precision for Decode,
337 |         // it uses with `String(format:...)`
338 |         let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
    |                                             `- error: cannot find 'DBL_DECIMAL_DIG' in scope
339 |         // "%*.g" does not use scientific notation if the exponent is less than –4.
340 |         // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[31/273] Compiling SwiftSyntax RawSyntax.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:338:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
336 |         // Since `NumberFormatter` creates a string with insufficient precision for Decode,
337 |         // it uses with `String(format:...)`
338 |         let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
    |                                             `- error: cannot find 'DBL_DECIMAL_DIG' in scope
339 |         // "%*.g" does not use scientific notation if the exponent is less than –4.
340 |         // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[32/273] Compiling SwiftSyntax SyntaxChildren.swift
[33/273] Compiling SwiftSyntax SyntaxCollection.swift
[34/273] Compiling SwiftSyntax SyntaxHashable.swift
[35/273] Compiling SwiftSyntax SyntaxIdentifier.swift
[38/275] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[39/275] Compiling SwiftSyntax RawSyntaxTokenView.swift
[43/275] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[48/277] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[49/277] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[50/277] Compiling SwiftSyntax SourcePresence.swift
[51/277] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[52/277] Compiling SwiftSyntax Syntax.swift
[53/277] Compiling SwiftSyntax SyntaxArena.swift
[54/277] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[55/277] Emitting module Yams
[59/277] Compiling Yams YamlError.swift
[60/277] Compiling Yams YamlTagProviding.swift
[67/277] Compiling ArgumentParserToolInfo ToolInfo.swift
[68/277] Emitting module ArgumentParserToolInfo
[69/278] Emitting module InternalCollectionsUtilities
[83/402] Emitting module ArgumentParserToolInfo
[84/402] Compiling ArgumentParserToolInfo ToolInfo.swift
[86/470] Compiling _RopeModule BigSubstring+UTF8View.swift
[87/470] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[88/470] Compiling _RopeModule BigSubstring.swift
[89/470] Compiling _RopeModule Rope+Builder.swift
[90/470] Compiling _RopeModule Rope+Debugging.swift
[91/470] Compiling _RopeModule Rope+Invariants.swift
[92/470] Compiling _RopeModule Rope+_Node.swift
[93/512] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[94/512] Compiling OrderedCollections _HashTable+Testing.swift
[95/512] Compiling OrderedCollections OrderedDictionary+Values.swift
[96/512] Compiling OrderedCollections _HashTable+Bucket.swift
[97/512] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[98/512] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[99/512] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[100/512] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[101/512] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[102/512] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[103/512] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[104/512] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[105/512] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[106/512] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[107/512] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[108/512] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[109/512] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[110/512] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[111/512] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[112/512] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[113/512] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[114/512] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[115/512] Compiling OrderedCollections OrderedDictionary+Elements.swift
[116/512] Compiling OrderedCollections OrderedDictionary+Codable.swift
[117/512] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[118/512] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[119/512] Compiling OrderedCollections _HashTable+Constants.swift
[122/512] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[123/512] Compiling OrderedCollections _HashTable.swift
[124/512] Compiling OrderedCollections _Hashtable+Header.swift
[125/512] Compiling OrderedCollections OrderedDictionary.swift
[126/512] Compiling OrderedCollections OrderedSet+Codable.swift
[127/512] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[128/512] Compiling OrderedCollections OrderedSet+Descriptions.swift
[129/512] Compiling OrderedCollections OrderedSet+Diffing.swift
[130/512] Compiling OrderedCollections OrderedSet+Equatable.swift
[131/512] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[132/512] Compiling OrderedCollections OrderedSet+Hashable.swift
[133/512] Compiling OrderedCollections OrderedSet+Initializers.swift
[134/512] Compiling OrderedCollections OrderedSet+Insertions.swift
[135/512] Compiling OrderedCollections OrderedSet+Invariants.swift
[136/512] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[151/521] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[152/521] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[153/521] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[154/521] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[155/521] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[156/521] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[157/521] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[158/521] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[160/521] Compiling OrderedCollections _HashTable+BucketIterator.swift
BUILD FAILURE 6.1 wasm