Build Information
Successful build of NavLibSwift, reference 2.0.0 (81d275), with Swift 6.2 for Android on 18 Oct 2025 20:22:21 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tomasf/NavLibSwift.git
Reference: 2.0.0
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/tomasf/NavLibSwift
* tag 2.0.0 -> FETCH_HEAD
HEAD is now at 81d275f Update README
Cloned https://github.com/tomasf/NavLibSwift.git
Revision (git rev-parse @):
81d275f26e3fbfe1d668ab546e3bf3679e5bc712
SUCCESS checkout https://github.com/tomasf/NavLibSwift.git at 2.0.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/tomasf/NavLibSwift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:d70d83f328e9f1ae04a4e17e63e2d335ae10639f90ee796a5fe3bfb139eab948
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version--11D90AFD9DD3AB2.txt
[2/3] Compiling NavLibCpp NavLib.cpp
[4/11] Compiling NavLib NavLibStateProvider.swift
[5/11] Compiling NavLib Types.swift
/root/.swiftpm/swift-sdks/swift-6.2-RELEASE-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/c++/v1/__system_error/error_code.h:50:3: note: function 'error_code' unavailable (cannot import)
48 | _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {}
49 |
50 | _LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val), __cat_(&__cat) {}
| | `- note: parameter '__cat' unavailable (cannot import)
| `- note: function 'error_code' unavailable (cannot import)
51 |
52 | template <class _Ep, __enable_if_t<is_error_code_enum<_Ep>::value, int> = 0>
:
56 | }
57 |
58 | _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
| | `- note: parameter '__cat' unavailable (cannot import)
| `- note: function 'assign' unavailable (cannot import)
59 | __val_ = __val;
60 | __cat_ = &__cat;
:
75 | _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
76 |
77 | _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
| |- note: function 'category' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
78 |
79 | _LIBCPP_HIDE_FROM_ABI error_condition default_error_condition() const _NOEXCEPT {
[6/11] Compiling NavLib NavLibSession.swift
/root/.swiftpm/swift-sdks/swift-6.2-RELEASE-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/c++/v1/__system_error/error_code.h:50:3: note: function 'error_code' unavailable (cannot import)
48 | _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {}
49 |
50 | _LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val), __cat_(&__cat) {}
| | `- note: parameter '__cat' unavailable (cannot import)
| `- note: function 'error_code' unavailable (cannot import)
51 |
52 | template <class _Ep, __enable_if_t<is_error_code_enum<_Ep>::value, int> = 0>
:
56 | }
57 |
58 | _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
| | `- note: parameter '__cat' unavailable (cannot import)
| `- note: function 'assign' unavailable (cannot import)
59 | __val_ = __val;
60 | __cat_ = &__cat;
:
75 | _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
76 |
77 | _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
| |- note: function 'category' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
78 |
79 | _LIBCPP_HIDE_FROM_ABI error_condition default_error_condition() const _NOEXCEPT {
[7/11] Compiling NavLib NavLibValue.swift
/root/.swiftpm/swift-sdks/swift-6.2-RELEASE-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/c++/v1/__system_error/error_code.h:50:3: note: function 'error_code' unavailable (cannot import)
48 | _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {}
49 |
50 | _LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val), __cat_(&__cat) {}
| | `- note: parameter '__cat' unavailable (cannot import)
| `- note: function 'error_code' unavailable (cannot import)
51 |
52 | template <class _Ep, __enable_if_t<is_error_code_enum<_Ep>::value, int> = 0>
:
56 | }
57 |
58 | _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
| | `- note: parameter '__cat' unavailable (cannot import)
| `- note: function 'assign' unavailable (cannot import)
59 | __val_ = __val;
60 | __cat_ = &__cat;
:
75 | _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
76 |
77 | _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
| |- note: function 'category' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
78 |
79 | _LIBCPP_HIDE_FROM_ABI error_condition default_error_condition() const _NOEXCEPT {
[8/11] Compiling NavLib Properties.swift
/root/.swiftpm/swift-sdks/swift-6.2-RELEASE-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/c++/v1/__system_error/error_code.h:50:3: note: function 'error_code' unavailable (cannot import)
48 | _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {}
49 |
50 | _LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val), __cat_(&__cat) {}
| | `- note: parameter '__cat' unavailable (cannot import)
| `- note: function 'error_code' unavailable (cannot import)
51 |
52 | template <class _Ep, __enable_if_t<is_error_code_enum<_Ep>::value, int> = 0>
:
56 | }
57 |
58 | _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
| | `- note: parameter '__cat' unavailable (cannot import)
| `- note: function 'assign' unavailable (cannot import)
59 | __val_ = __val;
60 | __cat_ = &__cat;
:
75 | _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
76 |
77 | _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
| |- note: function 'category' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
78 |
79 | _LIBCPP_HIDE_FROM_ABI error_condition default_error_condition() const _NOEXCEPT {
[9/11] Emitting module NavLib
[10/11] Compiling NavLib NavLibInstance+Subscripts.swift
/root/.swiftpm/swift-sdks/swift-6.2-RELEASE-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/c++/v1/__system_error/error_code.h:50:3: note: function 'error_code' unavailable (cannot import)
48 | _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {}
49 |
50 | _LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val), __cat_(&__cat) {}
| | `- note: parameter '__cat' unavailable (cannot import)
| `- note: function 'error_code' unavailable (cannot import)
51 |
52 | template <class _Ep, __enable_if_t<is_error_code_enum<_Ep>::value, int> = 0>
:
56 | }
57 |
58 | _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
| | `- note: parameter '__cat' unavailable (cannot import)
| `- note: function 'assign' unavailable (cannot import)
59 | __val_ = __val;
60 | __cat_ = &__cat;
:
75 | _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
76 |
77 | _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
| |- note: function 'category' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
78 |
79 | _LIBCPP_HIDE_FROM_ABI error_condition default_error_condition() const _NOEXCEPT {
[11/11] Compiling NavLib NavLibInstance.swift
Build complete! (201.91s)
Build complete.
{
"cxx_language_standard" : "c++14",
"dependencies" : [
],
"manifest_display_name" : "NavLibSwift",
"name" : "NavLibSwift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "NavLibSwift",
"targets" : [
"NavLib"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "NavLibCpp",
"module_type" : "ClangTarget",
"name" : "NavLibCpp",
"path" : "Sources/NavLibCpp",
"product_memberships" : [
"NavLibSwift"
],
"sources" : [
"NavLib.cpp"
],
"type" : "library"
},
{
"c99name" : "NavLib",
"module_type" : "SwiftTarget",
"name" : "NavLib",
"path" : "Sources/NavLib",
"product_memberships" : [
"NavLibSwift"
],
"sources" : [
"Internal/NavLibInstance+Subscripts.swift",
"Internal/NavLibInstance.swift",
"Internal/NavLibValue.swift",
"Internal/Properties.swift",
"NavLibSession.swift",
"NavLibStateProvider.swift",
"Types.swift"
],
"target_dependencies" : [
"NavLibCpp"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:d70d83f328e9f1ae04a4e17e63e2d335ae10639f90ee796a5fe3bfb139eab948
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.