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 main (b9a975), with Swift 5.8 for Linux on 28 Aug 2024 20:19:41 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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.52.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/unum-cloud/usearch.git
Reference: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b9a9758 Release: v2.15.1 [skip ci]
Submodule path 'fp16': checked out '0a92994d729ff76a58f692d3028ca1b64b145d91'
Submodule path 'simsimd': checked out 'ff51434d90c66f916e94ff05b24530b127aa4cff'
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 @):
b9a9758a06e1d9365c54118868bf27ac042d4ffc
SUCCESS checkout https://github.com/unum-cloud/usearch.git at main
========================================
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-4609320-1":/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:c076d3ae857ca95da27bda0293ef81759bb7add70e4768513ac0cd43f6640c27
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:57:
In file included from <module-includes>:1:
In file included from /host/spi-builder-workspace/simsimd/include/simsimd/simsimd.h:103:
In file included from /host/spi-builder-workspace/simsimd/include/simsimd/binary.h:21:
/host/spi-builder-workspace/simsimd/include/simsimd/types.h:224:9: error: _Float16 is not supported on this target
typedef _Float16 simsimd_f16_t;
        ^
/host/spi-builder-workspace/simsimd/include/simsimd/types.h:257:9: error: _Float16 is not supported on this target
typedef _Float16 simsimd_bf16_t;
        ^
3 errors generated.
[0/1] Compiling USearchObjective USearchObjective.mm
BUILD FAILURE 5.8 linux