The Swift Package Index logo.Swift Package Index

Build Information

Successful build of WZQInstantSearch, reference 1.0.1 (5fd695), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 16:29:54 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/satanwoo/wzqinstantsearch.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/satanwoo/wzqinstantsearch
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at 5fd695d Change readme
Cloned https://github.com/satanwoo/wzqinstantsearch.git
Revision (git rev-parse @):
5fd695d19706778c0e323d717a63ebd68c157dc0
SUCCESS checkout https://github.com/satanwoo/wzqinstantsearch.git at 1.0.1
========================================
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] Compiling WZQInstantSearch StringEXT.swift
[5/6] Emitting module WZQInstantSearch
[6/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>
Build complete! (3.27s)
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.