Build Information
Failed to build SwiftReload, reference 602.0.0 (517f61), with Swift 6.2 for Wasm on 16 Nov 2025 16:44:06 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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.2-latest swift build --swift-sdk wasm32-unknown-wasip1 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ShaftUI/SwiftReload.git
Reference: 602.0.0
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/ShaftUI/SwiftReload
* tag 602.0.0 -> FETCH_HEAD
HEAD is now at 517f619 Update swift-syntax dependency to version 602.0.0
Cloned https://github.com/ShaftUI/SwiftReload.git
Revision (git rev-parse @):
517f6197e4f7062c6a4b585aac3cfd775d4aea39
SUCCESS checkout https://github.com/ShaftUI/SwiftReload.git at 602.0.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/ShaftUI/SwiftReload.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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.2-latest swift build --swift-sdk wasm32-unknown-wasip1 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f6b6b9bdb5d5605d727da337418fc455cd8a0394d3a815b70631008c48829755
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
warning: multiple Swift SDKs match target triple `wasm32-unknown-wasip1` and host triple x86_64-unknown-linux-gnu, selected one at /root/.swiftpm/swift-sdks/swift-6.2-RELEASE_wasm.artifactbundle/swift-6.2-RELEASE_wasm/wasm32-unknown-wasip1/swift-sdk.json
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/11263] Fetching yams
[5746/84027] Fetching yams, swift-syntax
Fetched https://github.com/jpsim/Yams.git from cache (1.63s)
[35655/72764] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (7.75s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (10.18s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.3.1 (0.40s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.3.1
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.2-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.2-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz (0.77s)
Building for debugging...
[0/38] Write sources
[14/38] Compiling _SwiftSyntaxCShims PlatformMutex.c
[15/38] Compiling writer.c
[16/38] Write swift-version-24593BA9C3E375BF.txt
[17/38] Compiling reader.c
[18/38] Compiling parser.c
[19/46] Compiling api.c
[20/46] Compiling emitter.c
[22/48] Emitting module SwiftSyntax509
[22/48] Compiling scanner.c
[24/67] Emitting module Yams
[25/69] Emitting module SwiftSyntax510
[26/69] Compiling SwiftSyntax510 Empty.swift
[28/70] Compiling Yams Tag.swift
[29/70] Compiling Yams YamlAnchorProviding.swift
[30/70] Compiling SwiftSyntax509 Empty.swift
[30/70] Wrapping AST for SwiftSyntax510 for debugging
[32/71] Compiling SwiftSyntax601 Empty.swift
[33/71] Emitting module SwiftSyntax601
[35/72] Compiling SwiftSyntax600 Empty.swift
[36/72] Emitting module SwiftSyntax600
[38/73] Emitting module SwiftSyntax602
[39/73] Compiling SwiftSyntax602 Empty.swift
[40/74] Wrapping AST for SwiftSyntax509 for debugging
[41/74] Wrapping AST for SwiftSyntax601 for debugging
[43/74] Wrapping AST for SwiftSyntax600 for debugging
[44/74] Wrapping AST for SwiftSyntax602 for debugging
[46/137] Compiling SwiftSyntax RawSyntaxLayoutView.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:307:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
305 | // Since `NumberFormatter` creates a string with insufficient precision for Decode,
306 | // it uses with `String(format:...)`
307 | let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
| `- error: cannot find 'DBL_DECIMAL_DIG' in scope
308 | // "%*.g" does not use scientific notation if the exponent is less than –4.
309 | // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[47/137] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:307:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
305 | // Since `NumberFormatter` creates a string with insufficient precision for Decode,
306 | // it uses with `String(format:...)`
307 | let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
| `- error: cannot find 'DBL_DECIMAL_DIG' in scope
308 | // "%*.g" does not use scientific notation if the exponent is less than –4.
309 | // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[48/137] Compiling SwiftSyntax RawSyntax.swift
[49/137] Compiling SwiftSyntax RawSyntaxArena.swift
[50/137] Compiling SwiftSyntax SyntaxNodeStructure.swift
[51/137] Compiling SwiftSyntax SyntaxProtocol.swift
[52/137] Compiling SwiftSyntax AbsolutePosition.swift
[53/137] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[54/137] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[55/137] Compiling SwiftSyntax Convenience.swift
[56/137] Compiling SwiftSyntax CustomTraits.swift
[57/137] Compiling SwiftSyntax EditorPlaceholder.swift
[58/137] Compiling SwiftSyntax Identifier.swift
[59/137] Compiling SwiftSyntax MemoryLayout.swift
[60/137] Compiling SwiftSyntax MissingNodeInitializers.swift
[61/137] Compiling SwiftSyntax Assert.swift
[62/137] Compiling SwiftSyntax BumpPtrAllocator.swift
[63/137] Compiling SwiftSyntax CommonAncestor.swift
BUILD FAILURE 6.2 wasm