Build Information
Failed to build d, reference 0.7.1 (60bcac), with Swift 6.2 for Wasm on 24 Mar 2026 02:53:57 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.2-latest swift build --swift-sdk wasm32-unknown-wasip1 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tayloraswift/d.git
Reference: 0.7.1
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/tayloraswift/d
* tag 0.7.1 -> FETCH_HEAD
HEAD is now at 60bcac3 Merge pull request #13 from tayloraswift/update-dependencies
Cloned https://github.com/tayloraswift/d.git
Revision (git rev-parse @):
60bcac32376425928bee04cd5d691e8619d30d06
SUCCESS checkout https://github.com/tayloraswift/d.git at 0.7.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/tayloraswift/d.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.2-latest swift build --swift-sdk wasm32-unknown-wasip1 2>&1
wasm-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:33aba1b4ee401c56e0fd7ee42e05ab1ffc0b6f44277ad19cffda5d456eb09500
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/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/embedded-swift-sdk.json
Fetching https://github.com/ordo-one/dollup
Fetching https://github.com/apple/swift-numerics
[1/14] Fetching dollup
[15/6430] Fetching dollup, swift-numerics
Fetched https://github.com/ordo-one/dollup from cache (0.72s)
Fetched https://github.com/apple/swift-numerics from cache (0.73s)
Computing version for https://github.com/ordo-one/dollup
Computed https://github.com/ordo-one/dollup at 1.0.1 (1.13s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (0.67s)
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.1
Creating working copy for https://github.com/ordo-one/dollup
Working copy of https://github.com/ordo-one/dollup resolved at 1.0.1
Downloading binary artifact https://download.rarestype.com/dollup/1.0.1/Linux-x86_64/dollup.artifactbundle.zip
[1360/12793042] Downloading https://download.rarestype.com/dollup/1.0.1/Linux-x86_64/dollup.artifactbundle.zip
Downloaded https://download.rarestype.com/dollup/1.0.1/Linux-x86_64/dollup.artifactbundle.zip (1.45s)
[1/1] Compiling plugin DollupPlugin
Building for debugging...
[1/11] Write sources
[4/11] Compiling _NumericsShims _NumericsShims.c
[4/11] Write swift-version-24593BA9C3E375BF.txt
[7/13] Emitting module RealModule
[8/13] Compiling RealModule AlgebraicField.swift
[9/14] Wrapping AST for RealModule for debugging
[11/16] Emitting module D
[12/16] Compiling D BasisPoints.swift
[13/17] Wrapping AST for D for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/19] Emitting module Examples
/host/spi-builder-workspace/Snippets/Examples.swift:70:1: error: no exact matches in call to global function 'print'
68 |
69 | // `+?` is for signed, optional output.
70 | print(+?zero[..] as Any) // nil
| `- error: no exact matches in call to global function 'print'
71 | print(+?nonzero[..] as Any) // "+0.55"
72 |
Swift.print:1:13: note: candidate expects value of type 'StaticString' for parameter #1 (got 'Any')
1 | public func print(_ string: StaticString, terminator: StaticString = "\n")
| `- note: candidate expects value of type 'StaticString' for parameter #1 (got 'Any')
Swift.print:1:13: note: candidate expects value of type 'Bool' for parameter #1 (got 'Any')
1 | public func print(_ boolean: Bool, terminator: StaticString = "\n")
| `- note: candidate expects value of type 'Bool' for parameter #1 (got 'Any')
/host/spi-builder-workspace/Snippets/Examples.swift:71:1: error: no exact matches in call to global function 'print'
69 | // `+?` is for signed, optional output.
70 | print(+?zero[..] as Any) // nil
71 | print(+?nonzero[..] as Any) // "+0.55"
| `- error: no exact matches in call to global function 'print'
72 |
73 | // `??` is for optional output without a forced sign.
Swift.print:1:13: note: candidate expects value of type 'StaticString' for parameter #1 (got 'Any')
1 | public func print(_ string: StaticString, terminator: StaticString = "\n")
| `- note: candidate expects value of type 'StaticString' for parameter #1 (got 'Any')
Swift.print:1:13: note: candidate expects value of type 'Bool' for parameter #1 (got 'Any')
1 | public func print(_ boolean: Bool, terminator: StaticString = "\n")
| `- note: candidate expects value of type 'Bool' for parameter #1 (got 'Any')
/host/spi-builder-workspace/Snippets/Examples.swift:74:1: error: no exact matches in call to global function 'print'
72 |
73 | // `??` is for optional output without a forced sign.
74 | print(??zero[..] as Any) // nil
| `- error: no exact matches in call to global function 'print'
75 | print(??nonzero[..] as Any) // "0.55"
76 |
Swift.print:1:13: note: candidate expects value of type 'StaticString' for parameter #1 (got 'Any')
1 | public func print(_ string: StaticString, terminator: StaticString = "\n")
| `- note: candidate expects value of type 'StaticString' for parameter #1 (got 'Any')
Swift.print:1:13: note: candidate expects value of type 'Bool' for parameter #1 (got 'Any')
1 | public func print(_ boolean: Bool, terminator: StaticString = "\n")
| `- note: candidate expects value of type 'Bool' for parameter #1 (got 'Any')
/host/spi-builder-workspace/Snippets/Examples.swift:75:1: error: no exact matches in call to global function 'print'
73 | // `??` is for optional output without a forced sign.
74 | print(??zero[..] as Any) // nil
75 | print(??nonzero[..] as Any) // "0.55"
| `- error: no exact matches in call to global function 'print'
76 |
77 |
Swift.print:1:13: note: candidate expects value of type 'StaticString' for parameter #1 (got 'Any')
1 | public func print(_ string: StaticString, terminator: StaticString = "\n")
| `- note: candidate expects value of type 'StaticString' for parameter #1 (got 'Any')
Swift.print:1:13: note: candidate expects value of type 'Bool' for parameter #1 (got 'Any')
1 | public func print(_ boolean: Bool, terminator: StaticString = "\n")
| `- note: candidate expects value of type 'Bool' for parameter #1 (got 'Any')
[16/19] Compiling Examples Examples.swift
/host/spi-builder-workspace/Snippets/Examples.swift:70:1: error: no exact matches in call to global function 'print'
68 |
69 | // `+?` is for signed, optional output.
70 | print(+?zero[..] as Any) // nil
| `- error: no exact matches in call to global function 'print'
71 | print(+?nonzero[..] as Any) // "+0.55"
72 |
Swift.print:1:13: note: candidate expects value of type 'StaticString' for parameter #1 (got 'Any')
1 | public func print(_ string: StaticString, terminator: StaticString = "\n")
| `- note: candidate expects value of type 'StaticString' for parameter #1 (got 'Any')
Swift.print:1:13: note: candidate expects value of type 'Bool' for parameter #1 (got 'Any')
1 | public func print(_ boolean: Bool, terminator: StaticString = "\n")
| `- note: candidate expects value of type 'Bool' for parameter #1 (got 'Any')
/host/spi-builder-workspace/Snippets/Examples.swift:71:1: error: no exact matches in call to global function 'print'
69 | // `+?` is for signed, optional output.
70 | print(+?zero[..] as Any) // nil
71 | print(+?nonzero[..] as Any) // "+0.55"
| `- error: no exact matches in call to global function 'print'
72 |
73 | // `??` is for optional output without a forced sign.
Swift.print:1:13: note: candidate expects value of type 'StaticString' for parameter #1 (got 'Any')
1 | public func print(_ string: StaticString, terminator: StaticString = "\n")
| `- note: candidate expects value of type 'StaticString' for parameter #1 (got 'Any')
Swift.print:1:13: note: candidate expects value of type 'Bool' for parameter #1 (got 'Any')
1 | public func print(_ boolean: Bool, terminator: StaticString = "\n")
| `- note: candidate expects value of type 'Bool' for parameter #1 (got 'Any')
/host/spi-builder-workspace/Snippets/Examples.swift:74:1: error: no exact matches in call to global function 'print'
72 |
73 | // `??` is for optional output without a forced sign.
74 | print(??zero[..] as Any) // nil
| `- error: no exact matches in call to global function 'print'
75 | print(??nonzero[..] as Any) // "0.55"
76 |
Swift.print:1:13: note: candidate expects value of type 'StaticString' for parameter #1 (got 'Any')
1 | public func print(_ string: StaticString, terminator: StaticString = "\n")
| `- note: candidate expects value of type 'StaticString' for parameter #1 (got 'Any')
Swift.print:1:13: note: candidate expects value of type 'Bool' for parameter #1 (got 'Any')
1 | public func print(_ boolean: Bool, terminator: StaticString = "\n")
| `- note: candidate expects value of type 'Bool' for parameter #1 (got 'Any')
/host/spi-builder-workspace/Snippets/Examples.swift:75:1: error: no exact matches in call to global function 'print'
73 | // `??` is for optional output without a forced sign.
74 | print(??zero[..] as Any) // nil
75 | print(??nonzero[..] as Any) // "0.55"
| `- error: no exact matches in call to global function 'print'
76 |
77 |
Swift.print:1:13: note: candidate expects value of type 'StaticString' for parameter #1 (got 'Any')
1 | public func print(_ string: StaticString, terminator: StaticString = "\n")
| `- note: candidate expects value of type 'StaticString' for parameter #1 (got 'Any')
Swift.print:1:13: note: candidate expects value of type 'Bool' for parameter #1 (got 'Any')
1 | public func print(_ boolean: Bool, terminator: StaticString = "\n")
| `- note: candidate expects value of type 'Bool' for parameter #1 (got 'Any')
BUILD FAILURE 6.2 wasm