The Swift Package Index logo.Swift Package Index

Build Information

Successful build of WZQInstantSearch, reference master (583f78), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 12:50:41 UTC.

Swift 6 data race errors: 0

Build Command

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

Build 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 /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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "wzqinstantsearch",
      "name": "WZQInstantSearch",
      "url": "https://github.com/satanwoo/wzqinstantsearch.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/wzqinstantsearch",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/satanwoo/wzqinstantsearch.git
[1/32] Fetching wzqinstantsearch
Fetched https://github.com/satanwoo/wzqinstantsearch.git from cache (0.57s)
Creating working copy for https://github.com/satanwoo/wzqinstantsearch.git
Working copy of https://github.com/satanwoo/wzqinstantsearch.git resolved at master (583f782)
warning: '.resolve-product-dependencies': dependency 'wzqinstantsearch' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/satanwoo/wzqinstantsearch.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/6] Compiling WZQInstantSearch StringEXT.swift
[4/6] Compiling WZQInstantSearch WZQInstantSearch.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.67s)
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.