The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build USearch, reference v2.16.2 (dccdd8), with Swift 5.8 for Linux on 4 Nov 2024 19:56:29 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/unum-cloud/usearch.git
Reference: v2.16.2
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.16.2    -> FETCH_HEAD
HEAD is now at dccdd8e Release: v2.16.2 [skip ci]
Submodule path 'fp16': checked out '0a92994d729ff76a58f692d3028ca1b64b145d91'
Submodule path 'simsimd': checked out '935fef2964bc38e995c5f465b42259a35b8cf0d3'
Submodule path 'stringzilla': checked out '91d0a1a02faae90a41c60a30855d5935eb3eaef1'
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 @):
dccdd8e4152de82870296163562e0281315afa42
SUCCESS checkout https://github.com/unum-cloud/usearch.git at v2.16.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
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-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.8-latest: Pulling from finestructure/spi-images
Digest: sha256:d566266dd4ad92a164016b2b7f1872d3752585be93b4a9fa631006f2c48d84d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.8-latest
Building for debugging...
In file included from /host/spi-builder-workspace/objc/USearchObjective.mm:1:
/host/spi-builder-workspace/objc/include/USearchObjective.h:3:9: fatal error: 'Foundation/Foundation.h' file not found
#import <Foundation/Foundation.h>
        ^~~~~~~~~~~~~~~~~~~~~~~~~
While building module 'CSimSIMD' imported from /host/spi-builder-workspace/include/usearch/index_plugins.hpp:74:
In file included from <module-includes>:1:
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:21:
/host/spi-builder-workspace/simsimd/include/simsimd/types.h:309:2: warning: "Unknown compiler or architecture for float16." [-W#warnings]
#warning "Unknown compiler or architecture for float16."
 ^
/host/spi-builder-workspace/simsimd/include/simsimd/types.h:357:2: warning: "Unknown compiler or architecture for bfloat16." [-W#warnings]
#warning "Unknown compiler or architecture for bfloat16."
 ^
While building module 'CSimSIMD' imported from /host/spi-builder-workspace/include/usearch/index_plugins.hpp:74:
In file included from <module-includes>:1:
/host/spi-builder-workspace/simsimd/include/simsimd/simsimd.h:536:32: warning: unknown warning group '-Wvolatile', ignored [-Wunknown-warning-option]
#pragma GCC diagnostic ignored "-Wvolatile"
                               ^
/host/spi-builder-workspace/simsimd/include/simsimd/simsimd.h:537:34: warning: unknown warning group '-Wvolatile', ignored [-Wunknown-warning-option]
#pragma clang diagnostic ignored "-Wvolatile"
                                 ^
4 warnings and 1 error generated.
[0/1] Compiling USearchObjective USearchObjective.mm
BUILD FAILURE 5.8 linux