Build Information
Failed to build swift-faiss, reference 0.0.8 (d3831c
), with Swift 6.1 for Wasm on 29 May 2025 03:59:42 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jkrukowski/SwiftFaiss.git
Reference: 0.0.8
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/jkrukowski/SwiftFaiss
* tag 0.0.8 -> FETCH_HEAD
HEAD is now at d3831c1 added clustering module and example
Cloned https://github.com/jkrukowski/SwiftFaiss.git
Revision (git rev-parse @):
d3831c1e9898695ae7f680b6353e48e873d3f1d3
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/jkrukowski/SwiftFaiss.git at 0.0.8
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/jkrukowski/SwiftFaiss.git
https://github.com/jkrukowski/SwiftFaiss.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "faissmobile",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jkrukowski/FaissMobile"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swiftformat",
"requirement" : {
"range" : [
{
"lower_bound" : "0.50.4",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nicklockwood/SwiftFormat"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log"
}
],
"manifest_display_name" : "swift-faiss",
"name" : "swift-faiss",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "SwiftFaiss",
"targets" : [
"SwiftFaiss"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "swift-faiss",
"targets" : [
"SwiftFaissCLI"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "SwiftFaissTests",
"module_type" : "SwiftTarget",
"name" : "SwiftFaissTests",
"path" : "Sources/SwiftFaissTests",
"sources" : [
"AnyIndexTests.swift",
"ClusteringTests.swift",
"FlatIndexTests.swift",
"IDMapTests.swift",
"IVFFlatIndexTests.swift",
"IVFScalarQuantizerIndexTests.swift",
"IndexIOTests.swift",
"LSHIndexTests.swift",
"PreTransformIndexTests.swift",
"RefineFlatIndexTests.swift",
"ScalarQuantizerIndexTests.swift",
"TestUtils.swift",
"VectorTransformTests.swift"
],
"target_dependencies" : [
"SwiftFaiss"
],
"type" : "test"
},
{
"c99name" : "SwiftFaissCLI",
"module_type" : "SwiftTarget",
"name" : "SwiftFaissCLI",
"path" : "Sources/SwiftFaissCLI",
"product_dependencies" : [
"ArgumentParser",
"Logging",
"SwiftFormat"
],
"product_memberships" : [
"swift-faiss"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/SwiftFaissCLI/data/embeddings.txt",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SwiftFaissCLI/data/sentences.txt",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"ClusteringExample.swift",
"FlatIndexExample.swift",
"IVFFlatIndexExample.swift",
"Main.swift",
"PQIndexExample.swift",
"Utils.swift"
],
"target_dependencies" : [
"SwiftFaiss"
],
"type" : "executable"
},
{
"c99name" : "SwiftFaissC",
"module_type" : "ClangTarget",
"name" : "SwiftFaissC",
"path" : "Sources/SwiftFaissC",
"product_dependencies" : [
"FAISS",
"FAISS_C",
"OpenMP"
],
"product_memberships" : [
"SwiftFaiss",
"swift-faiss"
],
"sources" : [
"bridge.c"
],
"type" : "library"
},
{
"c99name" : "SwiftFaiss",
"module_type" : "SwiftTarget",
"name" : "SwiftFaiss",
"path" : "Sources/SwiftFaiss",
"product_dependencies" : [
"SwiftFormat"
],
"product_memberships" : [
"SwiftFaiss",
"swift-faiss"
],
"sources" : [
"Clustering/AnyClustering.swift",
"Clustering/BaseClustering.swift",
"Clustering/ClusteringParameters.swift",
"IDMap.swift",
"IDMap2.swift",
"IDSelector.swift",
"Index/AnyIndex.swift",
"Index/BaseIndex.swift",
"Index/FlatIndex.swift",
"Index/IVFFlatIndex.swift",
"Index/IVFIndex.swift",
"Index/IVFScalarQuantizerIndex.swift",
"Index/LSHIndex.swift",
"Index/PreTransformIndex.swift",
"Index/RefineFlatIndex.swift",
"Index/ScalarQuantizerIndex.swift",
"IndexError.swift",
"IndexIO.swift",
"IndexPointer.swift",
"MetricType.swift",
"QuantizerType.swift",
"SearchRangeResult.swift",
"SearchResult.swift",
"VectorTransform/BaseLinearTransform.swift",
"VectorTransform/BaseVectorTransform.swift",
"VectorTransform/CenteringTransform.swift",
"VectorTransform/ITQMatrixTransform.swift",
"VectorTransform/ITQTransform.swift",
"VectorTransform/NormalizationTransform.swift",
"VectorTransform/OPQMatrixTransform.swift",
"VectorTransform/PCAMatrixTransform.swift",
"VectorTransform/RandomRotationMatrixTransform.swift",
"VectorTransform/RemapDimensionsTransform.swift"
],
"target_dependencies" : [
"SwiftFaissC"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/jkrukowski/FaissMobile
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-log
[1/6] Fetching faissmobile
[7/3842] Fetching faissmobile, swift-log
[3843/19205] Fetching faissmobile, swift-log, swift-argument-parser
[19206/67387] Fetching faissmobile, swift-log, swift-argument-parser, swiftformat
Fetched https://github.com/jkrukowski/FaissMobile from cache (1.11s)
[23054/67381] Fetching swift-log, swift-argument-parser, swiftformat
Fetched https://github.com/apple/swift-log from cache (32.64s)
Fetched https://github.com/apple/swift-argument-parser from cache (32.66s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (33.60s)
Computing version for https://github.com/jkrukowski/FaissMobile
Computed https://github.com/jkrukowski/FaissMobile at 0.0.1 (34.30s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.54s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (0.64s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.56.2 (5.35s)
Creating working copy for https://github.com/jkrukowski/FaissMobile
Working copy of https://github.com/jkrukowski/FaissMobile resolved at 0.0.1
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.3
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.56.2
Downloading binary artifact https://github.com/DeveloperMindset-com/faiss-mobile/releases/download/v1.7.4/faiss_c.xcframework.zip
Downloading binary artifact https://github.com/DeveloperMindset-com/openmp-mobile/releases/download/v16.0.5/openmp.xcframework.zip
Downloading binary artifact https://github.com/DeveloperMindset-com/faiss-mobile/releases/download/v1.7.4/faiss.xcframework.zip
[1369/12549889] Downloading https://github.com/DeveloperMindset-com/faiss-mobile/releases/download/v1.7.4/faiss_c.xcframework.zip
[32759/31210840] Downloading https://github.com/DeveloperMindset-com/faiss-mobile/releases/download/v1.7.4/faiss_c.xcframework.zip, https://github.com/DeveloperMindset-com/openmp-mobile/releases/download/v16.0.5/openmp.xcframework.zip
[5302884/201579463] Downloading https://github.com/DeveloperMindset-com/faiss-mobile/releases/download/v1.7.4/faiss_c.xcframework.zip, https://github.com/DeveloperMindset-com/openmp-mobile/releases/download/v16.0.5/openmp.xcframework.zip, https://github.com/DeveloperMindset-com/faiss-mobile/releases/download/v1.7.4/faiss.xcframework.zip
Downloaded https://github.com/DeveloperMindset-com/faiss-mobile/releases/download/v1.7.4/faiss_c.xcframework.zip (2.36s)
[124521441/189029574] Downloading https://github.com/DeveloperMindset-com/openmp-mobile/releases/download/v16.0.5/openmp.xcframework.zip, https://github.com/DeveloperMindset-com/faiss-mobile/releases/download/v1.7.4/faiss.xcframework.zip
Downloaded https://github.com/DeveloperMindset-com/openmp-mobile/releases/download/v16.0.5/openmp.xcframework.zip (3.33s)
Downloaded https://github.com/DeveloperMindset-com/faiss-mobile/releases/download/v1.7.4/faiss.xcframework.zip (21.82s)
[1/1] Compiling plugin SwiftFormatPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/20] Write sources
[5/20] Copying sentences.txt
In file included from /host/spi-builder-workspace/Sources/SwiftFaissC/bridge.c:1:
/host/spi-builder-workspace/Sources/SwiftFaissC/include/bridge.h:1:10: fatal error: 'AutoTune_c.h' file not found
1 | #include "AutoTune_c.h"
| ^~~~~~~~~~~~~~
1 error generated.
[9/20] Compiling SwiftFaissC bridge.c
[9/20] Copying embeddings.txt
[9/20] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin SwiftFormatPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/13] Copying embeddings.txt
In file included from /host/spi-builder-workspace/Sources/SwiftFaissC/bridge.c:1:
/host/spi-builder-workspace/Sources/SwiftFaissC/include/bridge.h:1:10: fatal error: 'AutoTune_c.h' file not found
1 | #include "AutoTune_c.h"
| ^~~~~~~~~~~~~~
1 error generated.
[3/13] Compiling SwiftFaissC bridge.c
[3/13] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 wasm