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 Linux on 23 Jun 2025 09:09:02 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 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:         linux
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-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version-24593BA9C3E375BF.txt
[2/3] Compiling NavLibCpp NavLib.cpp
[4/11] Compiling NavLib NavLibStateProvider.swift
[5/11] Compiling NavLib Types.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/system_error:202:5: note: function 'error_code' unavailable (cannot import)
200 |     : _M_value(0), _M_cat(&system_category()) { }
201 |
202 |     error_code(int __v, const error_category& __cat) noexcept
    |     |                   `- note: parameter '__cat' unavailable (cannot import)
    |     `- note: function 'error_code' unavailable (cannot import)
203 |     : _M_value(__v), _M_cat(&__cat) { }
204 |
    :
208 |       { *this = make_error_code(__e); }
209 |
210 |     void
    |     `- note: function 'assign' unavailable (cannot import)
211 |     assign(int __v, const error_category& __cat) noexcept
    |                     `- note: parameter '__cat' unavailable (cannot import)
212 |     {
213 |       _M_value = __v;
    :
229 |     value() const noexcept { return _M_value; }
230 |
231 |     const error_category&
    |     |- note: function 'category' unavailable (cannot import)
    |     `- note: return type unavailable (cannot import)
232 |     category() const noexcept { return *_M_cat; }
233 |
    :
301 |     : _M_value(0), _M_cat(&generic_category()) { }
302 |
303 |     error_condition(int __v, const error_category& __cat) noexcept
    |     |                        `- note: parameter '__cat' unavailable (cannot import)
    |     `- note: function 'error_condition' unavailable (cannot import)
304 |     : _M_value(__v), _M_cat(&__cat) { }
305 |
    :
309 |       { *this = make_error_condition(__e); }
310 |
311 |     void
    |     `- note: function 'assign' unavailable (cannot import)
312 |     assign(int __v, const error_category& __cat) noexcept
    |                     `- note: parameter '__cat' unavailable (cannot import)
313 |     {
314 |       _M_value = __v;
    :
331 |     value() const noexcept { return _M_value; }
332 |
333 |     const error_category&
    |     |- note: function 'category' unavailable (cannot import)
    |     `- note: return type unavailable (cannot import)
334 |     category() const noexcept { return *_M_cat; }
335 |
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/typeindex:57:5: note: function 'type_index' unavailable (cannot import)
 55 |   struct type_index
 56 |   {
 57 |     type_index(const type_info& __rhs) noexcept
    |     |          `- note: parameter '__rhs' unavailable (cannot import)
    |     `- note: function 'type_index' unavailable (cannot import)
 58 |     : _M_target(&__rhs) { }
 59 |
[6/11] Compiling NavLib NavLibSession.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/system_error:202:5: note: function 'error_code' unavailable (cannot import)
200 |     : _M_value(0), _M_cat(&system_category()) { }
201 |
202 |     error_code(int __v, const error_category& __cat) noexcept
    |     |                   `- note: parameter '__cat' unavailable (cannot import)
    |     `- note: function 'error_code' unavailable (cannot import)
203 |     : _M_value(__v), _M_cat(&__cat) { }
204 |
    :
208 |       { *this = make_error_code(__e); }
209 |
210 |     void
    |     `- note: function 'assign' unavailable (cannot import)
211 |     assign(int __v, const error_category& __cat) noexcept
    |                     `- note: parameter '__cat' unavailable (cannot import)
212 |     {
213 |       _M_value = __v;
    :
229 |     value() const noexcept { return _M_value; }
230 |
231 |     const error_category&
    |     |- note: function 'category' unavailable (cannot import)
    |     `- note: return type unavailable (cannot import)
232 |     category() const noexcept { return *_M_cat; }
233 |
    :
301 |     : _M_value(0), _M_cat(&generic_category()) { }
302 |
303 |     error_condition(int __v, const error_category& __cat) noexcept
    |     |                        `- note: parameter '__cat' unavailable (cannot import)
    |     `- note: function 'error_condition' unavailable (cannot import)
304 |     : _M_value(__v), _M_cat(&__cat) { }
305 |
    :
309 |       { *this = make_error_condition(__e); }
310 |
311 |     void
    |     `- note: function 'assign' unavailable (cannot import)
312 |     assign(int __v, const error_category& __cat) noexcept
    |                     `- note: parameter '__cat' unavailable (cannot import)
313 |     {
314 |       _M_value = __v;
    :
331 |     value() const noexcept { return _M_value; }
332 |
333 |     const error_category&
    |     |- note: function 'category' unavailable (cannot import)
    |     `- note: return type unavailable (cannot import)
334 |     category() const noexcept { return *_M_cat; }
335 |
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/typeindex:57:5: note: function 'type_index' unavailable (cannot import)
 55 |   struct type_index
 56 |   {
 57 |     type_index(const type_info& __rhs) noexcept
    |     |          `- note: parameter '__rhs' unavailable (cannot import)
    |     `- note: function 'type_index' unavailable (cannot import)
 58 |     : _M_target(&__rhs) { }
 59 |
[7/11] Compiling NavLib Properties.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/system_error:202:5: note: function 'error_code' unavailable (cannot import)
200 |     : _M_value(0), _M_cat(&system_category()) { }
201 |
202 |     error_code(int __v, const error_category& __cat) noexcept
    |     |                   `- note: parameter '__cat' unavailable (cannot import)
    |     `- note: function 'error_code' unavailable (cannot import)
203 |     : _M_value(__v), _M_cat(&__cat) { }
204 |
    :
208 |       { *this = make_error_code(__e); }
209 |
210 |     void
    |     `- note: function 'assign' unavailable (cannot import)
211 |     assign(int __v, const error_category& __cat) noexcept
    |                     `- note: parameter '__cat' unavailable (cannot import)
212 |     {
213 |       _M_value = __v;
    :
229 |     value() const noexcept { return _M_value; }
230 |
231 |     const error_category&
    |     |- note: function 'category' unavailable (cannot import)
    |     `- note: return type unavailable (cannot import)
232 |     category() const noexcept { return *_M_cat; }
233 |
    :
301 |     : _M_value(0), _M_cat(&generic_category()) { }
302 |
303 |     error_condition(int __v, const error_category& __cat) noexcept
    |     |                        `- note: parameter '__cat' unavailable (cannot import)
    |     `- note: function 'error_condition' unavailable (cannot import)
304 |     : _M_value(__v), _M_cat(&__cat) { }
305 |
    :
309 |       { *this = make_error_condition(__e); }
310 |
311 |     void
    |     `- note: function 'assign' unavailable (cannot import)
312 |     assign(int __v, const error_category& __cat) noexcept
    |                     `- note: parameter '__cat' unavailable (cannot import)
313 |     {
314 |       _M_value = __v;
    :
331 |     value() const noexcept { return _M_value; }
332 |
333 |     const error_category&
    |     |- note: function 'category' unavailable (cannot import)
    |     `- note: return type unavailable (cannot import)
334 |     category() const noexcept { return *_M_cat; }
335 |
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/typeindex:57:5: note: function 'type_index' unavailable (cannot import)
 55 |   struct type_index
 56 |   {
 57 |     type_index(const type_info& __rhs) noexcept
    |     |          `- note: parameter '__rhs' unavailable (cannot import)
    |     `- note: function 'type_index' unavailable (cannot import)
 58 |     : _M_target(&__rhs) { }
 59 |
[8/11] Compiling NavLib NavLibInstance.swift
[9/11] Emitting module NavLib
[10/11] Compiling NavLib NavLibInstance+Subscripts.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/system_error:202:5: note: function 'error_code' unavailable (cannot import)
200 |     : _M_value(0), _M_cat(&system_category()) { }
201 |
202 |     error_code(int __v, const error_category& __cat) noexcept
    |     |                   `- note: parameter '__cat' unavailable (cannot import)
    |     `- note: function 'error_code' unavailable (cannot import)
203 |     : _M_value(__v), _M_cat(&__cat) { }
204 |
    :
208 |       { *this = make_error_code(__e); }
209 |
210 |     void
    |     `- note: function 'assign' unavailable (cannot import)
211 |     assign(int __v, const error_category& __cat) noexcept
    |                     `- note: parameter '__cat' unavailable (cannot import)
212 |     {
213 |       _M_value = __v;
    :
229 |     value() const noexcept { return _M_value; }
230 |
231 |     const error_category&
    |     |- note: function 'category' unavailable (cannot import)
    |     `- note: return type unavailable (cannot import)
232 |     category() const noexcept { return *_M_cat; }
233 |
    :
301 |     : _M_value(0), _M_cat(&generic_category()) { }
302 |
303 |     error_condition(int __v, const error_category& __cat) noexcept
    |     |                        `- note: parameter '__cat' unavailable (cannot import)
    |     `- note: function 'error_condition' unavailable (cannot import)
304 |     : _M_value(__v), _M_cat(&__cat) { }
305 |
    :
309 |       { *this = make_error_condition(__e); }
310 |
311 |     void
    |     `- note: function 'assign' unavailable (cannot import)
312 |     assign(int __v, const error_category& __cat) noexcept
    |                     `- note: parameter '__cat' unavailable (cannot import)
313 |     {
314 |       _M_value = __v;
    :
331 |     value() const noexcept { return _M_value; }
332 |
333 |     const error_category&
    |     |- note: function 'category' unavailable (cannot import)
    |     `- note: return type unavailable (cannot import)
334 |     category() const noexcept { return *_M_cat; }
335 |
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/typeindex:57:5: note: function 'type_index' unavailable (cannot import)
 55 |   struct type_index
 56 |   {
 57 |     type_index(const type_info& __rhs) noexcept
    |     |          `- note: parameter '__rhs' unavailable (cannot import)
    |     `- note: function 'type_index' unavailable (cannot import)
 58 |     : _M_target(&__rhs) { }
 59 |
[11/11] Compiling NavLib NavLibValue.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/system_error:202:5: note: function 'error_code' unavailable (cannot import)
200 |     : _M_value(0), _M_cat(&system_category()) { }
201 |
202 |     error_code(int __v, const error_category& __cat) noexcept
    |     |                   `- note: parameter '__cat' unavailable (cannot import)
    |     `- note: function 'error_code' unavailable (cannot import)
203 |     : _M_value(__v), _M_cat(&__cat) { }
204 |
    :
208 |       { *this = make_error_code(__e); }
209 |
210 |     void
    |     `- note: function 'assign' unavailable (cannot import)
211 |     assign(int __v, const error_category& __cat) noexcept
    |                     `- note: parameter '__cat' unavailable (cannot import)
212 |     {
213 |       _M_value = __v;
    :
229 |     value() const noexcept { return _M_value; }
230 |
231 |     const error_category&
    |     |- note: function 'category' unavailable (cannot import)
    |     `- note: return type unavailable (cannot import)
232 |     category() const noexcept { return *_M_cat; }
233 |
    :
301 |     : _M_value(0), _M_cat(&generic_category()) { }
302 |
303 |     error_condition(int __v, const error_category& __cat) noexcept
    |     |                        `- note: parameter '__cat' unavailable (cannot import)
    |     `- note: function 'error_condition' unavailable (cannot import)
304 |     : _M_value(__v), _M_cat(&__cat) { }
305 |
    :
309 |       { *this = make_error_condition(__e); }
310 |
311 |     void
    |     `- note: function 'assign' unavailable (cannot import)
312 |     assign(int __v, const error_category& __cat) noexcept
    |                     `- note: parameter '__cat' unavailable (cannot import)
313 |     {
314 |       _M_value = __v;
    :
331 |     value() const noexcept { return _M_value; }
332 |
333 |     const error_category&
    |     |- note: function 'category' unavailable (cannot import)
    |     `- note: return type unavailable (cannot import)
334 |     category() const noexcept { return *_M_cat; }
335 |
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/typeindex:57:5: note: function 'type_index' unavailable (cannot import)
 55 |   struct type_index
 56 |   {
 57 |     type_index(const type_info& __rhs) noexcept
    |     |          `- note: parameter '__rhs' unavailable (cannot import)
    |     `- note: function 'type_index' unavailable (cannot import)
 58 |     : _M_target(&__rhs) { }
 59 |
Build complete! (37.13s)
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"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.