The Swift Package Index logo.Swift Package Index

Build Information

Successful build of NavLibSwift, reference main (37eeac), with Swift 6.2 for Linux on 12 Jan 2026 23:12:17 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tomasf/NavLibSwift.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/tomasf/NavLibSwift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 37eeace Use dynamic loading for 3DconnexionNavlib framework
Cloned https://github.com/tomasf/NavLibSwift.git
Revision (git rev-parse @):
37eeaced91ce18427f5d39a9f16457b373cf09f2
SUCCESS checkout https://github.com/tomasf/NavLibSwift.git at main
========================================
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-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: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:028db8def7a0a170322a168cc6b6bf6fa53e165049035becb7303fffc498bb80
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 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 |
[6/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 |
[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 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 |
[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 NavLibInstance.swift
Build complete! (32.19s)
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:028db8def7a0a170322a168cc6b6bf6fa53e165049035becb7303fffc498bb80
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.