Build Information
Successful build of Symbolic, reference master (de85c3), with Swift 6.3 for Wasm on 21 Apr 2026 07:08:59 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/justmaku/symbolic.git
Reference: master
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/justmaku/symbolic
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at de85c30 Added proper readme
Cloned https://github.com/justmaku/symbolic.git
Revision (git rev-parse @):
de85c3053a19c6252456ef24e16d78faf5694019
SUCCESS checkout https://github.com/justmaku/symbolic.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/justmaku/symbolic.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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
Building for debugging...
[0/6] Write sources
[2/6] Write swift-version-24593BA9C3E375BF.txt
[4/18] Compiling Symbolic Numbers.swift
[5/18] Compiling Symbolic Letters.swift
[6/18] Emitting module Symbolic
[7/18] Compiling Symbolic Extensions.swift
[8/18] Compiling Generator main.swift
[9/18] Emitting module Generator
[10/18] Compiling Generator Extensions.swift
[11/18] Compiling Generator Node.swift
[12/18] Compiling Generator Modifier.swift
[14/19] Compiling Symbolic Symbolic.swift
[15/19] Compiling Symbolic Types.swift
[15/19] Wrapping AST for Generator for debugging
[16/19] Write Objects.LinkFileList
[17/19] Linking Generator.wasm
[19/19] Compiling Symbolic Symbols.swift
Build complete! (23.77s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Symbolic",
"name" : "Symbolic",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Symbolic",
"targets" : [
"Symbolic"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Generator",
"targets" : [
"Generator"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "Symbolic",
"module_type" : "SwiftTarget",
"name" : "Symbolic",
"path" : "Sources/Symbolic",
"product_memberships" : [
"Symbolic"
],
"sources" : [
"Extensions.swift",
"Generated/Letters.swift",
"Generated/Numbers.swift",
"Generated/Symbols.swift",
"Symbolic.swift",
"Types.swift"
],
"type" : "library"
},
{
"c99name" : "Generator",
"module_type" : "SwiftTarget",
"name" : "Generator",
"path" : "Sources/Generator",
"product_memberships" : [
"Generator"
],
"sources" : [
"Extensions.swift",
"Modifier.swift",
"Node.swift",
"main.swift"
],
"type" : "executable"
}
],
"tools_version" : "5.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
Done.