The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of USearch, reference v2.17.12 (68e403), with Swift 6.0 for Linux on 12 Jun 2025 20:05:12 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/unum-cloud/usearch.git
Reference: v2.17.12
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/unum-cloud/usearch
 * tag               v2.17.12   -> FETCH_HEAD
HEAD is now at 68e403a Release: v2.17.12 [skip ci] ### Patch
Submodule path 'fp16': checked out '0a92994d729ff76a58f692d3028ca1b64b145d91'
Submodule path 'simsimd': checked out '9a4d32548b2f65dcdfef21df7a0d7caef848627f'
Submodule path 'stringzilla': checked out '960967d78c7facf6de2de9d5eecc0ac7f5ce19b8'
Submodule 'fp16' (https://github.com/maratyszcza/fp16) registered for path 'fp16'
Submodule 'simsimd' (https://github.com/ashvardanian/simsimd) registered for path 'simsimd'
Submodule 'stringzilla' (https://github.com/ashvardanian/stringzilla) registered for path 'stringzilla'
Cloning into '/host/spi-builder-workspace/fp16'...
Cloning into '/host/spi-builder-workspace/simsimd'...
Cloning into '/host/spi-builder-workspace/stringzilla'...
Cloned https://github.com/unum-cloud/usearch.git
Revision (git rev-parse @):
68e403aef75311313570af5340a2612777d3a986
SUCCESS checkout https://github.com/unum-cloud/usearch.git at v2.17.12
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/unum-cloud/usearch.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:eaa733228b13fb63f7b48fc0ae9a4552a427b7215d37e5caded5aa10021734d9
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version-24593BA9C3E375BF.txt
In file included from /host/spi-builder-workspace/c/lib.cpp:3:
In file included from /host/spi-builder-workspace/include/usearch/index_dense.hpp:12:
In file included from /host/spi-builder-workspace/include/usearch/index_plugins.hpp:74:
In file included from /host/spi-builder-workspace/simsimd/include/simsimd/simsimd.h:105:
In file included from /host/spi-builder-workspace/simsimd/include/simsimd/binary.h:50:
/host/spi-builder-workspace/simsimd/include/simsimd/types.h:318:2: warning: "Unknown compiler or architecture for float16." [-W#warnings]
  318 | #warning "Unknown compiler or architecture for float16."
      |  ^
/host/spi-builder-workspace/simsimd/include/simsimd/types.h:366:2: warning: "Unknown compiler or architecture for bfloat16." [-W#warnings]
  366 | #warning "Unknown compiler or architecture for bfloat16."
      |  ^
In file included from /host/spi-builder-workspace/c/lib.cpp:3:
In file included from /host/spi-builder-workspace/include/usearch/index_dense.hpp:12:
In file included from /host/spi-builder-workspace/include/usearch/index_plugins.hpp:74:
/host/spi-builder-workspace/simsimd/include/simsimd/simsimd.h:612:32: warning: unknown warning group '-Wvolatile', ignored [-Wunknown-warning-option]
  612 | #pragma GCC diagnostic ignored "-Wvolatile"
      |                                ^
/host/spi-builder-workspace/simsimd/include/simsimd/simsimd.h:613:34: warning: unknown warning group '-Wvolatile', ignored [-Wunknown-warning-option]
  613 | #pragma clang diagnostic ignored "-Wvolatile"
      |                                  ^
4 warnings generated.
[2/3] Compiling USearchC lib.cpp
[4/7] Compiling USearch Util.swift
[5/7] Emitting module USearch
[6/7] Compiling USearch USearchIndex+Sugar.swift
[7/7] Compiling USearch USearchIndex.swift
Build complete! (25.54s)
Build complete.
{
  "cxx_language_standard" : "c++11",
  "dependencies" : [
  ],
  "manifest_display_name" : "USearch",
  "name" : "USearch",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "USearch",
      "targets" : [
        "USearch"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "USearchTestsSwift",
      "module_type" : "SwiftTarget",
      "name" : "USearchTestsSwift",
      "path" : "swift",
      "sources" : [
        "Test.swift"
      ],
      "target_dependencies" : [
        "USearch"
      ],
      "type" : "test"
    },
    {
      "c99name" : "USearchC",
      "module_type" : "ClangTarget",
      "name" : "USearchC",
      "path" : "c",
      "product_memberships" : [
        "USearch"
      ],
      "sources" : [
        "lib.cpp"
      ],
      "type" : "library"
    },
    {
      "c99name" : "USearch",
      "module_type" : "SwiftTarget",
      "name" : "USearch",
      "path" : "swift",
      "product_memberships" : [
        "USearch"
      ],
      "sources" : [
        "USearchIndex+Sugar.swift",
        "USearchIndex.swift",
        "Util.swift"
      ],
      "target_dependencies" : [
        "USearchC"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:eaa733228b13fb63f7b48fc0ae9a4552a427b7215d37e5caded5aa10021734d9
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.