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 NavLibSwift, reference 1.0.0 (28a41f), with Swift 6.2 (beta) for Android on 23 Jun 2025 09:00:04 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tomasf/NavLibSwift.git
Reference: 1.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               1.0.0      -> FETCH_HEAD
HEAD is now at 28a41fb Improve README
Cloned https://github.com/tomasf/NavLibSwift.git
Revision (git rev-parse @):
28a41fb0e13feef4ecd3c04fb1e80266610eeb37
SUCCESS checkout https://github.com/tomasf/NavLibSwift.git at 1.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-1":/host -w "$PWD" 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:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
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-8C5A4AE7A8CE2BA.txt
[2/3] Compiling NavLibCpp NavLib.cpp
[4/11] Compiling NavLib Types.swift
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-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 {
[5/11] Compiling NavLib NavLibValue.swift
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-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 Properties.swift
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-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 NavLibSession.swift
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-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 NavLibStateProvider.swift
[9/11] Emitting module NavLib
[10/11] Compiling NavLib NavLibInstance.swift
[11/11] Compiling NavLib NavLibInstance+Subscripts.swift
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-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 {
Build complete! (266.05s)
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:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.