Build Information
Successful build of ENSNormalize, reference v1.0.1 (d848cc), with Swift 6.2 for Wasm on 23 Apr 2026 00:25:27 UTC.
Swift 6 data race errors: 0
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/swiftpackageindex/spi-images:wasm-6.2-latest swift build --swift-sdk swift-6.2-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/adraffy/ENSNormalize.swift.git
Reference: v1.0.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/adraffy/ENSNormalize.swift
* tag v1.0.1 -> FETCH_HEAD
HEAD is now at d848cc5 update to 17
Cloned https://github.com/adraffy/ENSNormalize.swift.git
Revision (git rev-parse @):
d848cc56f5ba8a9cb60dc26b61c96ca51509ef52
SUCCESS checkout https://github.com/adraffy/ENSNormalize.swift.git at v1.0.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/adraffy/ENSNormalize.swift.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/swiftpackageindex/spi-images:wasm-6.2-latest swift build --swift-sdk swift-6.2-RELEASE_wasm 2>&1
wasm-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:2a8b2d9e022a9894c61e0736af7cdaa1ee64c002dbb133a55c0d7e8980b3ad16
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.2-latest
Building for debugging...
[0/4] Write sources
[0/4] Copying nf.bin
[0/4] Copying spec.bin
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/16] Compiling ENSNormalize Whole.swift
[6/17] Compiling ENSNormalize StringExt.swift
[7/17] Compiling ENSNormalize OutputToken.swift
[8/17] Compiling ENSNormalize EmojiSequence.swift
[9/17] Compiling ENSNormalize Group.swift
[10/17] Emitting module ENSNormalize
[11/17] Compiling ENSNormalize resource_bundle_accessor.swift
[12/17] Compiling ENSNormalize Cp.swift
[13/17] Compiling ENSNormalize Decoder.swift
[14/17] Compiling ENSNormalize ENSIP15.swift
[15/17] Compiling ENSNormalize EmojiNode.swift
[16/17] Compiling ENSNormalize NF.swift
[17/17] Compiling ENSNormalize NormError.swift
Build complete! (12.06s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ENSNormalize",
"name" : "ENSNormalize",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "ENSNormalize",
"targets" : [
"ENSNormalize"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ENSNormalizeTests",
"module_type" : "SwiftTarget",
"name" : "ENSNormalizeTests",
"path" : "Tests/ENSNormalizeTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/ENSNormalizeTests/tests/nf-tests.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/ENSNormalizeTests/tests/tests.json",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"ENSNormalizeTests.swift"
],
"target_dependencies" : [
"ENSNormalize"
],
"type" : "test"
},
{
"c99name" : "ENSNormalize",
"module_type" : "SwiftTarget",
"name" : "ENSNormalize",
"path" : "Sources/ENSNormalize",
"product_memberships" : [
"ENSNormalize"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/ENSNormalize/data/nf.bin",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/ENSNormalize/data/spec.bin",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Cp.swift",
"Decoder.swift",
"ENSIP15.swift",
"EmojiNode.swift",
"EmojiSequence.swift",
"Group.swift",
"NF.swift",
"NormError.swift",
"OutputToken.swift",
"StringExt.swift",
"Whole.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
wasm-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:2a8b2d9e022a9894c61e0736af7cdaa1ee64c002dbb133a55c0d7e8980b3ad16
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.2-latest
Done.