Build Information
Successful build of WZQInstantSearch, reference master (583f78), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 16:30:38 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/satanwoo/wzqinstantsearch.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/satanwoo/wzqinstantsearch.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/6] Compiling WZQInstantSearch WZQInstantSearch.swift
[4/6] Emitting module WZQInstantSearch
[5/6] Compiling WZQInstantSearch Trie.swift
/Users/admin/builder/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)
/Users/admin/builder/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>
[6/6] Compiling WZQInstantSearch StringEXT.swift
Build complete! (3.29s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "WZQInstantSearch",
"name" : "WZQInstantSearch",
"path" : "/Users/admin/builder/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"
}
Done.