Build Information
Failed to build SwiftReload, reference 602.0.0 (517f61), with Swift 6.3 for Wasm on 17 Apr 2026 14:07:21 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/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.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.3
Building package at path: $PWD
https://github.com/ShaftUI/SwiftReload.git
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/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/11551] Fetching yams
[695/86534] Fetching yams, swift-syntax
Fetched https://github.com/jpsim/Yams.git from cache (10.97s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (10.97s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (15.23s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.3.1 (0.90s)
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.3-RELEASE-ubuntu_jammy_x86_64-MacroSupport.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.3-RELEASE-ubuntu_jammy_x86_64-MacroSupport.tar.gz (0.54s)
Building for debugging...
[0/38] Write sources
[14/38] Compiling writer.c
[15/38] Compiling reader.c
[16/38] Compiling _SwiftSyntaxCShims PlatformMutex.c
[17/38] Write swift-version-24593BA9C3E375BF.txt
[18/38] Compiling parser.c
[19/42] Compiling api.c
[21/48] Emitting module SwiftSyntax510
[21/48] Compiling emitter.c
[22/48] Compiling scanner.c
[24/67] Emitting module Yams
[25/69] Emitting module SwiftSyntax600
[26/69] Compiling SwiftSyntax600 Empty.swift
[27/70] Emitting module SwiftSyntax602
[28/70] Compiling SwiftSyntax602 Empty.swift
[31/71] Compiling SwiftSyntax510 Empty.swift
[32/72] Emitting module SwiftSyntax601
[33/72] Compiling SwiftSyntax601 Empty.swift
[34/73] Emitting module SwiftSyntax509
[35/73] Compiling SwiftSyntax509 Empty.swift
[37/74] Wrapping AST for SwiftSyntax602 for debugging
[38/74] Wrapping AST for SwiftSyntax600 for debugging
[40/74] Wrapping AST for SwiftSyntax510 for debugging
[41/74] Wrapping AST for SwiftSyntax601 for debugging
[42/74] Wrapping AST for SwiftSyntax509 for debugging
[44/137] Compiling SwiftSyntax CommonAncestor.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.
[45/137] Compiling SwiftSyntax Convenience.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.
[46/137] Compiling SwiftSyntax CustomTraits.swift
[47/137] Compiling SwiftSyntax EditorPlaceholder.swift
[48/137] Compiling SwiftSyntax Assert.swift
[49/137] Compiling SwiftSyntax BumpPtrAllocator.swift
[50/137] Compiling SwiftSyntax SourceLength.swift
[51/137] Compiling SwiftSyntax SourceLocation.swift
[52/137] Compiling SwiftSyntax AbsolutePosition.swift
[53/137] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[54/137] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[55/137] Compiling SwiftSyntax RawSyntax.swift
[56/137] Compiling SwiftSyntax RawSyntaxArena.swift
[57/137] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[58/137] Compiling SwiftSyntax Identifier.swift
[59/137] Compiling SwiftSyntax MemoryLayout.swift
[60/137] Compiling SwiftSyntax MissingNodeInitializers.swift
[61/137] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[62/137] Compiling SwiftSyntax RawSyntaxTokenView.swift
[63/137] Compiling SwiftSyntax SourceEdit.swift
BUILD FAILURE 6.3 wasm