Build Information
Failed to build PureSQL, reference main (26ca92), with Swift 6.1 for Wasm on 19 Feb 2026 03:12:06 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wickwirew/PureSQL.git
Reference: main
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
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
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-4609320-2":/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/jpsim/Yams
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/swiftlang/swift-syntax
[1/17159] Fetching swift-argument-parser
[688/36828] Fetching swift-argument-parser, swift-collections
[3094/48331] Fetching swift-argument-parser, swift-collections, yams
[22052/122627] Fetching swift-argument-parser, swift-collections, yams, swift-syntax
Fetched https://github.com/apple/swift-collections from cache (1.88s)
[54666/102958] Fetching swift-argument-parser, yams, swift-syntax
Fetched https://github.com/jpsim/Yams from cache (2.14s)
[56536/91455] Fetching swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser from cache (5.99s)
Fetched https://github.com/swiftlang/swift-syntax from cache (6.04s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 6.2.1 (6.69s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (0.70s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.3.0 (2.18s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (3.94s)
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-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.3.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
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
[1/1] Compiling plugin PureSQLPlugin
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/107] Write sources
[23/107] Compiling _SwiftSyntaxCShims dummy.c
[23/107] Write sources
[26/107] Compiling _SwiftSyntaxCShims dummy.c
[26/107] Write sources
[26/107] Compiling writer.c
[26/107] Write sources
[48/107] Compiling reader.c
[49/107] Compiling writer.c
[50/107] Compiling parser.c
[51/107] Compiling reader.c
[52/107] Compiling api.c
[52/107] Write sources
[56/107] Compiling parser.c
[57/107] Compiling emitter.c
[58/107] Compiling scanner.c
[59/107] Write swift-version-24593BA9C3E375BF.txt
[60/107] Compiling api.c
[61/107] Compiling scanner.c
[62/115] Compiling emitter.c
[64/139] Emitting module SwiftSyntax510
[65/155] Emitting module InternalCollectionsUtilities
[66/157] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[67/157] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[68/157] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[69/157] Compiling InternalCollectionsUtilities Integer rank.swift
[70/157] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[71/157] Emitting module SwiftSyntax510
[72/157] Compiling SwiftSyntax510 Empty.swift
[73/157] Emitting module SwiftSyntax600
[74/157] Compiling SwiftSyntax600 Empty.swift
[75/157] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[76/157] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[77/157] Compiling InternalCollectionsUtilities UInt+reversed.swift
[78/157] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[79/159] Emitting module SwiftSyntax509
[80/159] Compiling SwiftSyntax509 Empty.swift
[81/159] Compiling Yams Tag.swift
[82/159] Compiling Yams YamlAnchorProviding.swift
[83/162] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[84/162] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[85/162] Compiling InternalCollectionsUtilities Debugging.swift
[86/162] Compiling InternalCollectionsUtilities Descriptions.swift
[87/162] Compiling InternalCollectionsUtilities _SortedCollection.swift
[88/162] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[89/162] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[90/162] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[92/163] Emitting module SwiftSyntax509
[93/163] Compiling SwiftSyntax509 Empty.swift
[94/164] Emitting module SwiftSyntax600
[95/164] Compiling SwiftSyntax600 Empty.swift
[96/165] Compiling SwiftSyntax510 Empty.swift
[103/176] Compiling Yams Mark.swift
[104/176] Compiling Yams Node.Alias.swift
[105/176] Compiling Yams Node.Mapping.swift
[106/389] Compiling SwiftSyntax RawSyntaxTokenView.swift
[107/389] Compiling SwiftSyntax SourceEdit.swift
[108/391] Compiling SwiftSyntax SyntaxProtocol.swift
[109/391] Compiling SwiftSyntax SyntaxText.swift
[110/391] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[111/391] Compiling SwiftSyntax TokenDiagnostic.swift
[112/391] Compiling SwiftSyntax SyntaxNodeFactory.swift
[113/391] Compiling SwiftSyntax SyntaxNodeStructure.swift
[114/391] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[115/391] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[116/391] Emitting module InternalCollectionsUtilities
[117/391] Compiling SwiftSyntax SyntaxTraits.swift
[118/391] Compiling SwiftSyntax SyntaxVisitor.swift
[119/391] Compiling SwiftSyntax TokenKind.swift
[120/391] Compiling SwiftSyntax Tokens.swift
[121/391] Compiling SwiftSyntax TriviaPieces.swift
[122/391] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[123/391] Compiling SwiftSyntax RawSyntaxNodesC.swift
[124/391] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[125/391] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[126/391] Compiling SwiftSyntax SyntaxBaseNodes.swift
[127/391] Compiling SwiftSyntax SyntaxCollections.swift
[128/391] Compiling SwiftSyntax SyntaxEnum.swift
[129/391] Compiling SwiftSyntax SyntaxKind.swift
[130/391] Compiling SwiftSyntax SyntaxRewriter.swift
[131/398] Compiling SwiftSyntax SyntaxCollection.swift
[132/398] Compiling SwiftSyntax SyntaxHashable.swift
[133/398] Compiling SwiftSyntax SyntaxIdentifier.swift
[134/398] Compiling SwiftSyntax AbsolutePosition.swift
[135/398] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[136/398] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[137/398] Compiling SwiftSyntax Assert.swift
[138/398] Compiling SwiftSyntax BumpPtrAllocator.swift
[139/398] Compiling SwiftSyntax CommonAncestor.swift
[140/398] Compiling SwiftSyntax Convenience.swift
[141/398] Compiling SwiftSyntax CustomTraits.swift
[142/398] Compiling SwiftSyntax Identifier.swift
[143/398] Compiling SwiftSyntax Utils.swift
[144/398] Compiling SwiftSyntax ChildNameForKeyPath.swift
[145/398] Compiling SwiftSyntax Keyword.swift
[146/398] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[148/398] Compiling SwiftSyntax Trivia.swift
[149/398] Compiling SwiftSyntax SourcePresence.swift
[150/398] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[151/398] Compiling SwiftSyntax Syntax.swift
[152/398] Compiling SwiftSyntax SyntaxArena.swift
[153/398] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[154/398] Compiling SwiftSyntax SyntaxChildren.swift
[155/398] Compiling SwiftSyntax SourceLocation.swift
[163/398] Compiling ArgumentParserToolInfo ToolInfo.swift
[164/398] Emitting module ArgumentParserToolInfo
[165/399] Compiling SwiftSyntax SourceLength.swift
[167/399] Compiling SwiftSyntax MemoryLayout.swift
[168/399] Compiling SwiftSyntax MissingNodeInitializers.swift
[169/399] Compiling SwiftSyntax RawSyntax.swift
[170/399] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[171/399] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[174/400] Compiling ArgumentParserToolInfo ToolInfo.swift
[175/400] Emitting module ArgumentParserToolInfo
[177/570] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[178/570] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[179/572] Compiling OrderedCollections OrderedDictionary+Codable.swift
[180/572] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[181/572] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[182/572] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[183/572] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[184/572] Compiling OrderedCollections OrderedDictionary+Elements.swift
[185/572] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[186/572] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[187/572] Compiling Yams YamlError.swift
[188/572] Compiling Yams YamlTagProviding.swift
[189/572] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[190/572] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[191/572] Compiling _RopeModule Rope+Extract.swift
[192/572] Compiling _RopeModule Rope+Find.swift
[193/572] Compiling _RopeModule Rope+ForEachWhile.swift
[194/572] Compiling _RopeModule Rope+Insert.swift
[195/572] Compiling _RopeModule Rope+_Storage.swift
[196/572] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[197/572] Compiling _RopeModule Rope+_UnsafeHandle.swift
[198/572] Compiling OrderedCollections OrderedSet+Insertions.swift
[199/572] Compiling OrderedCollections OrderedSet+Invariants.swift
[200/572] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[201/572] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[202/572] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[203/572] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[204/572] Emitting module Yams
[214/573] Compiling OrderedCollections OrderedSet+Initializers.swift
[224/581] Emitting module Yams
[225/581] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[226/581] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[227/581] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[228/581] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[229/581] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[230/581] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[231/581] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[232/588] Emitting module OrderedCollections
[233/589] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[234/589] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[235/589] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[236/589] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[237/589] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[238/589] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[239/589] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[241/596] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[242/596] Compiling HeapModule Heap+Descriptions.swift
[243/596] Compiling OrderedCollections OrderedDictionary.swift
[244/596] Compiling OrderedCollections OrderedSet+Codable.swift
[245/596] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[246/596] Compiling OrderedCollections OrderedSet+Descriptions.swift
[247/596] Compiling OrderedCollections OrderedSet+Diffing.swift
[248/596] Compiling OrderedCollections OrderedSet+Equatable.swift
[249/596] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[250/596] Compiling OrderedCollections OrderedSet+Hashable.swift
[272/596] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[273/596] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[274/596] Compiling OrderedCollections OrderedDictionary+Values.swift
[275/596] Compiling HeapModule _HeapNode.swift
[276/596] Compiling HeapModule Heap.swift
[277/672] Compiling HeapModule Heap+Invariants.swift
[278/672] Compiling HeapModule Heap+UnsafeHandle.swift
[279/672] Emitting module HeapModule
[281/673] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[282/673] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[283/673] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[284/673] Compiling HashTreeCollections _HashNode+Structural merge.swift
[285/673] Compiling HashTreeCollections TreeDictionary.swift
[286/673] Compiling HashTreeCollections TreeSet+Codable.swift
[287/673] Compiling HashTreeCollections TreeSet+Collection.swift
[288/673] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[289/673] Compiling HashTreeCollections TreeSet+Debugging.swift
[290/688] Compiling HashTreeCollections TreeSet+Descriptions.swift
[291/688] Compiling HashTreeCollections TreeSet+Equatable.swift
[292/688] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[293/688] Compiling HashTreeCollections TreeSet+Extras.swift
[294/688] Compiling HashTreeCollections TreeSet+Filter.swift
[295/688] Compiling HashTreeCollections _HashTreeIterator.swift
[296/688] Compiling HashTreeCollections _HashTreeStatistics.swift
[297/688] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[298/688] Compiling HashTreeCollections _RawHashNode.swift
[299/688] Compiling DequeModule Deque+Codable.swift
[300/688] Compiling DequeModule Deque+Collection.swift
[301/688] Compiling DequeModule Deque+CustomReflectable.swift
[302/688] Compiling DequeModule Deque+Descriptions.swift
[303/688] Compiling DequeModule Deque+Equatable.swift
[304/688] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[305/688] Compiling DequeModule Deque+Extras.swift
[306/688] Compiling DequeModule Deque+Hashable.swift
[307/688] Compiling DequeModule Deque+Testing.swift
[308/688] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[309/688] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[310/688] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[311/688] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[312/688] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[313/688] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[314/688] Compiling HashTreeCollections TreeDictionary+Filter.swift
[315/688] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[316/688] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[317/697] Compiling HashTreeCollections TreeDictionary+Keys.swift
[318/697] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[319/697] Compiling HashTreeCollections TreeDictionary+Merge.swift
[320/697] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[321/697] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[322/697] Compiling HashTreeCollections TreeDictionary+Values.swift
[323/697] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[324/697] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[325/697] Compiling HashTreeCollections _HashNode+Structural union.swift
[339/707] Compiling DequeModule _DequeBuffer.swift
[340/707] Compiling DequeModule _DequeBufferHeader.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.
[345/707] Compiling DequeModule _DequeSlot.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.
[355/707] Compiling DequeModule Deque._Storage.swift
[356/707] Compiling DequeModule _UnsafeWrappedBuffer.swift
[357/707] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[359/707] Compiling DequeModule Deque._UnsafeHandle.swift
[360/707] Compiling DequeModule Deque.swift
[385/707] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[404/707] Compiling SwiftSyntax SyntaxNodesC.swift
[405/707] Compiling HashTreeCollections TreeSet+Hashable.swift
[406/707] Compiling HashTreeCollections TreeSet+Sendable.swift
[407/707] Compiling HashTreeCollections TreeSet+Sequence.swift
[408/707] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[409/707] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[410/707] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/61] Emitting module SwiftSyntax510
[6/70] Compiling SwiftSyntax510 Empty.swift
[7/80] Emitting module SwiftSyntax510
[8/81] Compiling SwiftSyntax509 Empty.swift
[9/81] Compiling SwiftSyntax600 Empty.swift
[10/81] Emitting module SwiftSyntax600
[11/82] Compiling SwiftSyntax600 Empty.swift
[12/82] Emitting module SwiftSyntax600
[13/82] Emitting module SwiftSyntax509
[14/84] Compiling SwiftSyntax510 Empty.swift
[15/105] Emitting module SwiftSyntax509
[16/105] Compiling SwiftSyntax509 Empty.swift
[22/106] Compiling Yams Resolver.swift
[23/106] Compiling Yams String+Yams.swift
[25/126] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[26/126] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[26/128] Wrapping AST for SwiftSyntax510 for debugging
[28/128] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[29/128] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[30/146] Compiling Yams Tag.swift
[31/146] Compiling Yams YamlAnchorProviding.swift
[34/212] Compiling SwiftSyntax MissingNodeInitializers.swift
[35/212] Compiling SwiftSyntax RawSyntax.swift
[36/212] Compiling SwiftSyntax TokenSequence.swift
[37/212] Compiling SwiftSyntax TokenSyntax.swift
[38/212] Compiling SwiftSyntax SyntaxHashable.swift
[39/212] Compiling SwiftSyntax SyntaxIdentifier.swift
[40/241] Compiling SwiftSyntax Assert.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.
[41/241] Compiling SwiftSyntax BumpPtrAllocator.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.
[42/241] Compiling SwiftSyntax CommonAncestor.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.
[43/278] Emitting module InternalCollectionsUtilities
[44/278] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[48/278] Compiling SwiftSyntax Convenience.swift
[49/278] Compiling SwiftSyntax CustomTraits.swift
[50/278] Compiling SwiftSyntax AbsolutePosition.swift
[51/278] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[56/278] Compiling SwiftSyntax MemoryLayout.swift
[57/278] Compiling SwiftSyntax MissingNodeInitializers.swift
[58/278] Compiling SwiftSyntax RawSyntax.swift
[59/278] Emitting module InternalCollectionsUtilities
[60/278] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[61/278] Compiling SwiftSyntax Syntax.swift
[62/278] Emitting module Yams
[63/278] Compiling SwiftSyntax SourceEdit.swift
[64/278] Compiling SwiftSyntax SourceLength.swift
[65/278] Compiling SwiftSyntax SourceLocation.swift
[66/278] Compiling ArgumentParserToolInfo ToolInfo.swift
[67/278] Emitting module ArgumentParserToolInfo
[77/279] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[78/279] Compiling SwiftSyntax RawSyntaxTokenView.swift
[80/279] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[83/280] Wrapping AST for SwiftSyntax600 for debugging
[90/281] Compiling ArgumentParserToolInfo ToolInfo.swift
[91/281] Emitting module ArgumentParserToolInfo
[94/328] Compiling ArgumentParser Option.swift
[95/328] Compiling ArgumentParser OptionGroup.swift
[96/328] Compiling ArgumentParser InputOrigin.swift
[97/328] Compiling ArgumentParser Errors.swift
[98/328] Compiling ArgumentParser Flag.swift
[99/328] Compiling ArgumentParser NameSpecification.swift
[99/328] Wrapping AST for SwiftSyntax509 for debugging
[101/506] Emitting module Yams
[102/506] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[103/506] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[104/506] Compiling OrderedCollections OrderedDictionary+Elements.swift
[105/506] Compiling OrderedCollections OrderedDictionary+Codable.swift
[106/506] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[107/506] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[108/507] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[109/507] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[110/507] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[111/507] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[112/507] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[113/507] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[114/507] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[121/514] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[122/514] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[123/514] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[124/514] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[125/514] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[126/514] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[127/514] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[128/514] Emitting module ArgumentParser
[130/520] Compiling OrderedCollections OrderedSet+Codable.swift
[131/520] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[132/520] Compiling OrderedCollections OrderedSet+Descriptions.swift
[133/520] Compiling OrderedCollections OrderedSet+Diffing.swift
[134/520] Compiling OrderedCollections OrderedSet+Equatable.swift
[135/520] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[136/520] Compiling OrderedCollections OrderedSet+Hashable.swift
[137/520] Compiling OrderedCollections _HashTable+Bucket.swift
[138/520] Compiling OrderedCollections _HashTable+BucketIterator.swift
BUILD FAILURE 6.1 wasm