The Swift Package Index logo.Swift Package Index

Build Information

Successful build of NavLibSwift, reference 3.0.0 (37eeac), with Swift 6.2 for macOS (SPM) on 12 Jan 2026 23:08:36 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tomasf/NavLibSwift.git
Reference: 3.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tomasf/NavLibSwift
 * tag               3.0.0      -> FETCH_HEAD
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 3.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "navlibswift",
      "name": "NavLibSwift",
      "url": "https://github.com/tomasf/NavLibSwift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/NavLibSwift",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/tomasf/NavLibSwift.git
[1/77] Fetching navlibswift
Fetched https://github.com/tomasf/NavLibSwift.git from cache (0.67s)
Creating working copy for https://github.com/tomasf/NavLibSwift.git
Working copy of https://github.com/tomasf/NavLibSwift.git resolved at 3.0.0 (37eeace)
warning: '.resolve-product-dependencies': dependency 'navlibswift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/tomasf/NavLibSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version-49B95AFC49DCD68C.txt
[2/3] Compiling NavLibCpp NavLib.cpp
[4/11] Compiling NavLib NavLibStateProvider.swift
[5/11] Compiling NavLib Types.swift
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:49:3: note: function 'error_code' unavailable (cannot import)
 47 |   _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {}
 48 |
 49 |   _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)
 50 |
 51 |   template <class _Ep, __enable_if_t<is_error_code_enum<_Ep>::value, int> = 0>
    :
 55 |   }
 56 |
 57 |   _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)
 58 |     __val_ = __val;
 59 |     __cat_ = &__cat;
    :
 74 |   _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
 75 |
 76 |   _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
    |   |- note: function 'category' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
 77 |
 78 |   _LIBCPP_HIDE_FROM_ABI error_condition default_error_condition() const _NOEXCEPT {
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__exception/exception_ptr.h:73:3: note: function 'exception_ptr' unavailable (cannot import)
 71 |
 72 |   _LIBCPP_HIDE_FROM_ABI exception_ptr() _NOEXCEPT : __ptr_() {}
 73 |   _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {}
    |   |                                   `- note: parameter '' unavailable (cannot import)
    |   `- note: function 'exception_ptr' unavailable (cannot import)
 74 |
 75 |   exception_ptr(const exception_ptr&) _NOEXCEPT;
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:56:3: note: function 'error_condition' unavailable (cannot import)
 54 |   _LIBCPP_HIDE_FROM_ABI error_condition() _NOEXCEPT : __val_(0), __cat_(&generic_category()) {}
 55 |
 56 |   _LIBCPP_HIDE_FROM_ABI error_condition(int __val, const error_category& __cat) _NOEXCEPT
    |   |                                                `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'error_condition' unavailable (cannot import)
 57 |       : __val_(__val),
 58 |         __cat_(&__cat) {}
    :
 64 |   }
 65 |
 66 |   _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)
 67 |     __val_ = __val;
 68 |     __cat_ = &__cat;
    :
 83 |   _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
 84 |
 85 |   _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
    |   |- note: function 'category' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
 86 |   string message() const;
 87 |
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__locale:112:3: note: function 'has_facet' unavailable (cannot import)
 110 |   void __install_ctor(const locale&, facet*, long);
 111 |   static locale& __global();
 112 |   bool has_facet(id&) const;
     |   |              `- note: parameter '' unavailable (cannot import)
     |   `- note: function 'has_facet' unavailable (cannot import)
 113 |   const facet* use_facet(id&) const;
     |   |                      `- note: parameter '' unavailable (cannot import)
     |   `- note: function 'use_facet' unavailable (cannot import)
 114 |
 115 |   template <class _Facet>
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/typeindex:69:3: note: function 'type_index' unavailable (cannot import)
 67 |
 68 | public:
 69 |   _LIBCPP_HIDE_FROM_ABI type_index(const type_info& __y) _NOEXCEPT : __t_(&__y) {}
    |   |                                `- note: parameter '__y' unavailable (cannot import)
    |   `- note: function 'type_index' unavailable (cannot import)
 70 |
 71 |   _LIBCPP_HIDE_FROM_ABI bool operator==(const type_index& __y) const _NOEXCEPT { return *__t_ == *__y.__t_; }
[6/11] Compiling NavLib NavLibSession.swift
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:49:3: note: function 'error_code' unavailable (cannot import)
 47 |   _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {}
 48 |
 49 |   _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)
 50 |
 51 |   template <class _Ep, __enable_if_t<is_error_code_enum<_Ep>::value, int> = 0>
    :
 55 |   }
 56 |
 57 |   _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)
 58 |     __val_ = __val;
 59 |     __cat_ = &__cat;
    :
 74 |   _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
 75 |
 76 |   _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
    |   |- note: function 'category' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
 77 |
 78 |   _LIBCPP_HIDE_FROM_ABI error_condition default_error_condition() const _NOEXCEPT {
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__exception/exception_ptr.h:73:3: note: function 'exception_ptr' unavailable (cannot import)
 71 |
 72 |   _LIBCPP_HIDE_FROM_ABI exception_ptr() _NOEXCEPT : __ptr_() {}
 73 |   _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {}
    |   |                                   `- note: parameter '' unavailable (cannot import)
    |   `- note: function 'exception_ptr' unavailable (cannot import)
 74 |
 75 |   exception_ptr(const exception_ptr&) _NOEXCEPT;
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:56:3: note: function 'error_condition' unavailable (cannot import)
 54 |   _LIBCPP_HIDE_FROM_ABI error_condition() _NOEXCEPT : __val_(0), __cat_(&generic_category()) {}
 55 |
 56 |   _LIBCPP_HIDE_FROM_ABI error_condition(int __val, const error_category& __cat) _NOEXCEPT
    |   |                                                `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'error_condition' unavailable (cannot import)
 57 |       : __val_(__val),
 58 |         __cat_(&__cat) {}
    :
 64 |   }
 65 |
 66 |   _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)
 67 |     __val_ = __val;
 68 |     __cat_ = &__cat;
    :
 83 |   _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
 84 |
 85 |   _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
    |   |- note: function 'category' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
 86 |   string message() const;
 87 |
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__locale:112:3: note: function 'has_facet' unavailable (cannot import)
 110 |   void __install_ctor(const locale&, facet*, long);
 111 |   static locale& __global();
 112 |   bool has_facet(id&) const;
     |   |              `- note: parameter '' unavailable (cannot import)
     |   `- note: function 'has_facet' unavailable (cannot import)
 113 |   const facet* use_facet(id&) const;
     |   |                      `- note: parameter '' unavailable (cannot import)
     |   `- note: function 'use_facet' unavailable (cannot import)
 114 |
 115 |   template <class _Facet>
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/typeindex:69:3: note: function 'type_index' unavailable (cannot import)
 67 |
 68 | public:
 69 |   _LIBCPP_HIDE_FROM_ABI type_index(const type_info& __y) _NOEXCEPT : __t_(&__y) {}
    |   |                                `- note: parameter '__y' unavailable (cannot import)
    |   `- note: function 'type_index' unavailable (cannot import)
 70 |
 71 |   _LIBCPP_HIDE_FROM_ABI bool operator==(const type_index& __y) const _NOEXCEPT { return *__t_ == *__y.__t_; }
[7/11] Compiling NavLib NavLibInstance+Subscripts.swift
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:49:3: note: function 'error_code' unavailable (cannot import)
 47 |   _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {}
 48 |
 49 |   _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)
 50 |
 51 |   template <class _Ep, __enable_if_t<is_error_code_enum<_Ep>::value, int> = 0>
    :
 55 |   }
 56 |
 57 |   _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)
 58 |     __val_ = __val;
 59 |     __cat_ = &__cat;
    :
 74 |   _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
 75 |
 76 |   _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
    |   |- note: function 'category' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
 77 |
 78 |   _LIBCPP_HIDE_FROM_ABI error_condition default_error_condition() const _NOEXCEPT {
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__exception/exception_ptr.h:73:3: note: function 'exception_ptr' unavailable (cannot import)
 71 |
 72 |   _LIBCPP_HIDE_FROM_ABI exception_ptr() _NOEXCEPT : __ptr_() {}
 73 |   _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {}
    |   |                                   `- note: parameter '' unavailable (cannot import)
    |   `- note: function 'exception_ptr' unavailable (cannot import)
 74 |
 75 |   exception_ptr(const exception_ptr&) _NOEXCEPT;
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:56:3: note: function 'error_condition' unavailable (cannot import)
 54 |   _LIBCPP_HIDE_FROM_ABI error_condition() _NOEXCEPT : __val_(0), __cat_(&generic_category()) {}
 55 |
 56 |   _LIBCPP_HIDE_FROM_ABI error_condition(int __val, const error_category& __cat) _NOEXCEPT
    |   |                                                `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'error_condition' unavailable (cannot import)
 57 |       : __val_(__val),
 58 |         __cat_(&__cat) {}
    :
 64 |   }
 65 |
 66 |   _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)
 67 |     __val_ = __val;
 68 |     __cat_ = &__cat;
    :
 83 |   _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
 84 |
 85 |   _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
    |   |- note: function 'category' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
 86 |   string message() const;
 87 |
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__locale:112:3: note: function 'has_facet' unavailable (cannot import)
 110 |   void __install_ctor(const locale&, facet*, long);
 111 |   static locale& __global();
 112 |   bool has_facet(id&) const;
     |   |              `- note: parameter '' unavailable (cannot import)
     |   `- note: function 'has_facet' unavailable (cannot import)
 113 |   const facet* use_facet(id&) const;
     |   |                      `- note: parameter '' unavailable (cannot import)
     |   `- note: function 'use_facet' unavailable (cannot import)
 114 |
 115 |   template <class _Facet>
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/typeindex:69:3: note: function 'type_index' unavailable (cannot import)
 67 |
 68 | public:
 69 |   _LIBCPP_HIDE_FROM_ABI type_index(const type_info& __y) _NOEXCEPT : __t_(&__y) {}
    |   |                                `- note: parameter '__y' unavailable (cannot import)
    |   `- note: function 'type_index' unavailable (cannot import)
 70 |
 71 |   _LIBCPP_HIDE_FROM_ABI bool operator==(const type_index& __y) const _NOEXCEPT { return *__t_ == *__y.__t_; }
[8/11] Emitting module NavLib
[9/11] Compiling NavLib Properties.swift
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:49:3: note: function 'error_code' unavailable (cannot import)
 47 |   _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {}
 48 |
 49 |   _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)
 50 |
 51 |   template <class _Ep, __enable_if_t<is_error_code_enum<_Ep>::value, int> = 0>
    :
 55 |   }
 56 |
 57 |   _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)
 58 |     __val_ = __val;
 59 |     __cat_ = &__cat;
    :
 74 |   _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
 75 |
 76 |   _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
    |   |- note: function 'category' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
 77 |
 78 |   _LIBCPP_HIDE_FROM_ABI error_condition default_error_condition() const _NOEXCEPT {
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__exception/exception_ptr.h:73:3: note: function 'exception_ptr' unavailable (cannot import)
 71 |
 72 |   _LIBCPP_HIDE_FROM_ABI exception_ptr() _NOEXCEPT : __ptr_() {}
 73 |   _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {}
    |   |                                   `- note: parameter '' unavailable (cannot import)
    |   `- note: function 'exception_ptr' unavailable (cannot import)
 74 |
 75 |   exception_ptr(const exception_ptr&) _NOEXCEPT;
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:56:3: note: function 'error_condition' unavailable (cannot import)
 54 |   _LIBCPP_HIDE_FROM_ABI error_condition() _NOEXCEPT : __val_(0), __cat_(&generic_category()) {}
 55 |
 56 |   _LIBCPP_HIDE_FROM_ABI error_condition(int __val, const error_category& __cat) _NOEXCEPT
    |   |                                                `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'error_condition' unavailable (cannot import)
 57 |       : __val_(__val),
 58 |         __cat_(&__cat) {}
    :
 64 |   }
 65 |
 66 |   _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)
 67 |     __val_ = __val;
 68 |     __cat_ = &__cat;
    :
 83 |   _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
 84 |
 85 |   _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
    |   |- note: function 'category' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
 86 |   string message() const;
 87 |
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__locale:112:3: note: function 'has_facet' unavailable (cannot import)
 110 |   void __install_ctor(const locale&, facet*, long);
 111 |   static locale& __global();
 112 |   bool has_facet(id&) const;
     |   |              `- note: parameter '' unavailable (cannot import)
     |   `- note: function 'has_facet' unavailable (cannot import)
 113 |   const facet* use_facet(id&) const;
     |   |                      `- note: parameter '' unavailable (cannot import)
     |   `- note: function 'use_facet' unavailable (cannot import)
 114 |
 115 |   template <class _Facet>
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/typeindex:69:3: note: function 'type_index' unavailable (cannot import)
 67 |
 68 | public:
 69 |   _LIBCPP_HIDE_FROM_ABI type_index(const type_info& __y) _NOEXCEPT : __t_(&__y) {}
    |   |                                `- note: parameter '__y' unavailable (cannot import)
    |   `- note: function 'type_index' unavailable (cannot import)
 70 |
 71 |   _LIBCPP_HIDE_FROM_ABI bool operator==(const type_index& __y) const _NOEXCEPT { return *__t_ == *__y.__t_; }
[10/11] Compiling NavLib NavLibValue.swift
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:49:3: note: function 'error_code' unavailable (cannot import)
 47 |   _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {}
 48 |
 49 |   _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)
 50 |
 51 |   template <class _Ep, __enable_if_t<is_error_code_enum<_Ep>::value, int> = 0>
    :
 55 |   }
 56 |
 57 |   _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)
 58 |     __val_ = __val;
 59 |     __cat_ = &__cat;
    :
 74 |   _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
 75 |
 76 |   _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
    |   |- note: function 'category' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
 77 |
 78 |   _LIBCPP_HIDE_FROM_ABI error_condition default_error_condition() const _NOEXCEPT {
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__exception/exception_ptr.h:73:3: note: function 'exception_ptr' unavailable (cannot import)
 71 |
 72 |   _LIBCPP_HIDE_FROM_ABI exception_ptr() _NOEXCEPT : __ptr_() {}
 73 |   _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {}
    |   |                                   `- note: parameter '' unavailable (cannot import)
    |   `- note: function 'exception_ptr' unavailable (cannot import)
 74 |
 75 |   exception_ptr(const exception_ptr&) _NOEXCEPT;
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:56:3: note: function 'error_condition' unavailable (cannot import)
 54 |   _LIBCPP_HIDE_FROM_ABI error_condition() _NOEXCEPT : __val_(0), __cat_(&generic_category()) {}
 55 |
 56 |   _LIBCPP_HIDE_FROM_ABI error_condition(int __val, const error_category& __cat) _NOEXCEPT
    |   |                                                `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'error_condition' unavailable (cannot import)
 57 |       : __val_(__val),
 58 |         __cat_(&__cat) {}
    :
 64 |   }
 65 |
 66 |   _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)
 67 |     __val_ = __val;
 68 |     __cat_ = &__cat;
    :
 83 |   _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
 84 |
 85 |   _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
    |   |- note: function 'category' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
 86 |   string message() const;
 87 |
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__locale:112:3: note: function 'has_facet' unavailable (cannot import)
 110 |   void __install_ctor(const locale&, facet*, long);
 111 |   static locale& __global();
 112 |   bool has_facet(id&) const;
     |   |              `- note: parameter '' unavailable (cannot import)
     |   `- note: function 'has_facet' unavailable (cannot import)
 113 |   const facet* use_facet(id&) const;
     |   |                      `- note: parameter '' unavailable (cannot import)
     |   `- note: function 'use_facet' unavailable (cannot import)
 114 |
 115 |   template <class _Facet>
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/typeindex:69:3: note: function 'type_index' unavailable (cannot import)
 67 |
 68 | public:
 69 |   _LIBCPP_HIDE_FROM_ABI type_index(const type_info& __y) _NOEXCEPT : __t_(&__y) {}
    |   |                                `- note: parameter '__y' unavailable (cannot import)
    |   `- note: function 'type_index' unavailable (cannot import)
 70 |
 71 |   _LIBCPP_HIDE_FROM_ABI bool operator==(const type_index& __y) const _NOEXCEPT { return *__t_ == *__y.__t_; }
[11/11] Compiling NavLib NavLibInstance.swift
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:49:3: note: function 'error_code' unavailable (cannot import)
 47 |   _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {}
 48 |
 49 |   _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)
 50 |
 51 |   template <class _Ep, __enable_if_t<is_error_code_enum<_Ep>::value, int> = 0>
    :
 55 |   }
 56 |
 57 |   _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)
 58 |     __val_ = __val;
 59 |     __cat_ = &__cat;
    :
 74 |   _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
 75 |
 76 |   _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
    |   |- note: function 'category' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
 77 |
 78 |   _LIBCPP_HIDE_FROM_ABI error_condition default_error_condition() const _NOEXCEPT {
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__exception/exception_ptr.h:73:3: note: function 'exception_ptr' unavailable (cannot import)
 71 |
 72 |   _LIBCPP_HIDE_FROM_ABI exception_ptr() _NOEXCEPT : __ptr_() {}
 73 |   _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {}
    |   |                                   `- note: parameter '' unavailable (cannot import)
    |   `- note: function 'exception_ptr' unavailable (cannot import)
 74 |
 75 |   exception_ptr(const exception_ptr&) _NOEXCEPT;
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:56:3: note: function 'error_condition' unavailable (cannot import)
 54 |   _LIBCPP_HIDE_FROM_ABI error_condition() _NOEXCEPT : __val_(0), __cat_(&generic_category()) {}
 55 |
 56 |   _LIBCPP_HIDE_FROM_ABI error_condition(int __val, const error_category& __cat) _NOEXCEPT
    |   |                                                `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'error_condition' unavailable (cannot import)
 57 |       : __val_(__val),
 58 |         __cat_(&__cat) {}
    :
 64 |   }
 65 |
 66 |   _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)
 67 |     __val_ = __val;
 68 |     __cat_ = &__cat;
    :
 83 |   _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
 84 |
 85 |   _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
    |   |- note: function 'category' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
 86 |   string message() const;
 87 |
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__locale:112:3: note: function 'has_facet' unavailable (cannot import)
 110 |   void __install_ctor(const locale&, facet*, long);
 111 |   static locale& __global();
 112 |   bool has_facet(id&) const;
     |   |              `- note: parameter '' unavailable (cannot import)
     |   `- note: function 'has_facet' unavailable (cannot import)
 113 |   const facet* use_facet(id&) const;
     |   |                      `- note: parameter '' unavailable (cannot import)
     |   `- note: function 'use_facet' unavailable (cannot import)
 114 |
 115 |   template <class _Facet>
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/typeindex:69:3: note: function 'type_index' unavailable (cannot import)
 67 |
 68 | public:
 69 |   _LIBCPP_HIDE_FROM_ABI type_index(const type_info& __y) _NOEXCEPT : __t_(&__y) {}
    |   |                                `- note: parameter '__y' unavailable (cannot import)
    |   `- note: function 'type_index' unavailable (cannot import)
 70 |
 71 |   _LIBCPP_HIDE_FROM_ABI bool operator==(const type_index& __y) const _NOEXCEPT { return *__t_ == *__y.__t_; }
Build complete! (10.59s)
Build complete.
{
  "cxx_language_standard" : "c++14",
  "dependencies" : [
  ],
  "manifest_display_name" : "NavLibSwift",
  "name" : "NavLibSwift",
  "path" : "/Users/admin/builder/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"
}
Done.