The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SDCALayer, reference 0.5.0 (f05643), with Swift 6.3 for Wasm on 14 Apr 2026 11:15:18 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/p-x9/SDCALayer.git
Reference: 0.5.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/p-x9/SDCALayer
 * tag               0.5.0      -> FETCH_HEAD
HEAD is now at f05643a Merge pull request #22 from p-x9/feature/animation
Cloned https://github.com/p-x9/SDCALayer.git
Revision (git rev-parse @):
f05643a7293277c611a8e65c12f1702a7ebeba37
SUCCESS checkout https://github.com/p-x9/SDCALayer.git at 0.5.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/p-x9/SDCALayer.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/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/p-x9/KeyPathValue.git
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/p-x9/IndirectlyCodable.git
[1/77] Fetching keypathvalue
[78/154] Fetching keypathvalue, indirectlycodable
Fetched https://github.com/p-x9/IndirectlyCodable.git from cache (0.25s)
Fetched https://github.com/p-x9/KeyPathValue.git from cache (0.25s)
[1/11551] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (1.60s)
Computing version for https://github.com/p-x9/KeyPathValue.git
Computed https://github.com/p-x9/KeyPathValue.git at 0.1.0 (2.42s)
Computing version for https://github.com/p-x9/IndirectlyCodable.git
Computed https://github.com/p-x9/IndirectlyCodable.git at 0.1.0 (0.83s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.68s)
Creating working copy for https://github.com/p-x9/KeyPathValue.git
Working copy of https://github.com/p-x9/KeyPathValue.git resolved at 0.1.0
Creating working copy for https://github.com/p-x9/IndirectlyCodable.git
Working copy of https://github.com/p-x9/IndirectlyCodable.git resolved at 0.1.0
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.0
Building for debugging...
[0/11] Write sources
[4/11] Compiling writer.c
[5/11] Compiling reader.c
[6/11] Compiling parser.c
[7/11] Compiling api.c
[8/11] Compiling emitter.c
[9/11] Compiling scanner.c
[10/11] Write swift-version-24593BA9C3E375BF.txt
[12/43] Emitting module IndirectlyCodable
[13/43] Emitting module Yams
[14/45] Compiling IndirectlyCodable IndirectlyDecodable.swift
[15/45] Compiling IndirectlyCodable IndirectlyEncodableModel.swift
[16/45] Compiling Yams Tag.swift
[17/45] Compiling Yams YamlAnchorProviding.swift
[18/45] Compiling Yams Decoder.swift
[19/45] Compiling Yams Emitter.swift
[20/45] Compiling Yams Encoder.swift
[21/45] Compiling KeyPathValue ReferenceWritableKeyPathWithValue.swift
[22/45] Compiling IndirectlyCodable IndirectlyEncodable.swift
[23/45] Emitting module KeyPathValue
[24/45] Compiling KeyPathValue ReferenceWritableKeyPathValueApplier.swift
[25/45] Compiling IndirectlyCodable IndirectlyDecodableModel.swift
[26/45] Compiling Yams Node.Scalar.swift
[27/45] Compiling Yams Node.Sequence.swift
[28/45] Compiling Yams Node.swift
[29/45] Compiling Yams Resolver.swift
[30/45] Compiling Yams String+Yams.swift
[31/45] Compiling Yams Parser.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.
[32/45] Compiling Yams RedundancyAliasingStrategy.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.
[33/45] Compiling Yams Representer.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.
[34/45] Compiling Yams Mark.swift
[35/45] Compiling Yams Node.Alias.swift
[36/45] Compiling Yams Node.Mapping.swift
[37/45] Compiling IndirectlyCodable IndirectlyCodableModel.swift
[38/45] Compiling Yams YamlError.swift
[39/45] Compiling Yams YamlTagProviding.swift
[40/45] Compiling Yams AliasDereferencingStrategy.swift
[41/45] Compiling Yams Anchor.swift
[42/45] Compiling Yams Constructor.swift
[43/45] Compiling KeyPathValue WritableKeyPathValueApplier.swift
[44/45] Compiling KeyPathValue WritableKeyPathWithValue.swift
[45/46] Compiling IndirectlyCodable IndirectlyCodable.swift
BUILD FAILURE 6.3 wasm