The Swift Package Index logo.Swift Package Index

Build Information

Successful build of WZQInstantSearch with Swift 5.10 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.29.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/builds/J1XnyXFH/0/finestructure/swiftpackageindex-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:             5.10
Building package at path:  $workDir
https://github.com/satanwoo/wzqinstantsearch.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
[3/6] Compiling WZQInstantSearch Trie.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/WZQInstantSearch/Trie.swift:59:34: warning: 'characters' is deprecated: Please use String directly
        while currentIndex < str.characters.count {
                                 ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/WZQInstantSearch/Trie.swift:72:36: warning: 'characters' is deprecated: Please use String directly
            if currentIndex == str.characters.count {
                                   ^
[4/6] Compiling WZQInstantSearch WZQInstantSearch.swift
[5/6] Compiling WZQInstantSearch StringEXT.swift
[6/6] Emitting module WZQInstantSearch
Build complete! (3.38s)
Build complete.
Done.