Build Information
Successful build of WZQInstantSearch, reference master (583f78), with Swift 6.3 for Wasm on 10 Apr 2026 12:50:31 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/satanwoo/wzqinstantsearch.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/satanwoo/wzqinstantsearch
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 583f782 1.. add demo
Cloned https://github.com/satanwoo/wzqinstantsearch.git
Revision (git rev-parse @):
583f782032f134e97a8e5827d19c0c44a854c70f
SUCCESS checkout https://github.com/satanwoo/wzqinstantsearch.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/satanwoo/wzqinstantsearch.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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
Building for debugging...
[0/2] Write swift-version-24593BA9C3E375BF.txt
[0/2] Write sources
[3/6] Compiling WZQInstantSearch WZQInstantSearch.swift
[4/6] Compiling WZQInstantSearch Trie.swift
/host/spi-builder-workspace/Sources/WZQInstantSearch/Trie.swift:59:34: warning: 'characters' is deprecated: Please use String directly [#DeprecatedDeclaration]
57 | var currentIndex = 0
58 |
59 | while currentIndex < str.characters.count {
| `- warning: 'characters' is deprecated: Please use String directly [#DeprecatedDeclaration]
60 | let c = str[currentIndex]
61 | let offset = alphabetToOffset(c: c)
/host/spi-builder-workspace/Sources/WZQInstantSearch/Trie.swift:72:36: warning: 'characters' is deprecated: Please use String directly [#DeprecatedDeclaration]
70 | currentIndex += 1
71 |
72 | if currentIndex == str.characters.count {
| `- warning: 'characters' is deprecated: Please use String directly [#DeprecatedDeclaration]
73 |
74 | guard let newLeafData = data else {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[5/6] Emitting module WZQInstantSearch
[6/6] Compiling WZQInstantSearch StringEXT.swift
Build complete! (9.01s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "WZQInstantSearch",
"name" : "WZQInstantSearch",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "WZQInstantSearch",
"targets" : [
"WZQInstantSearch"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WZQInstantSearchTests",
"module_type" : "SwiftTarget",
"name" : "WZQInstantSearchTests",
"path" : "Tests/WZQInstantSearchTests",
"sources" : [
"WZQInstantSearchTests.swift"
],
"target_dependencies" : [
"WZQInstantSearch"
],
"type" : "test"
},
{
"c99name" : "WZQInstantSearch",
"module_type" : "SwiftTarget",
"name" : "WZQInstantSearch",
"path" : "Sources/WZQInstantSearch",
"product_memberships" : [
"WZQInstantSearch"
],
"sources" : [
"StringEXT.swift",
"Trie.swift",
"WZQInstantSearch.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
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.