Build Information
Successful build of NavLibSwift, reference main (d059e0
), with Swift 6.2 (beta) for macOS (SPM) on 27 Jun 2025 22:44:48 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tomasf/NavLibSwift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tomasf/NavLibSwift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d059e02 Update README.md
Cloned https://github.com/tomasf/NavLibSwift.git
Revision (git rev-parse @):
d059e025906e5f37a8b0ef1dd9b6e0bea729fa9a
SUCCESS checkout https://github.com/tomasf/NavLibSwift.git at main
========================================
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-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version-1EA4D86E10B52AF.txt
[2/3] Compiling NavLibCpp NavLib.cpp
[4/11] Compiling NavLib Properties.swift
/Applications/Xcode-26.0.0-Beta.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-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__exception/exception_ptr.h:72:3: note: function 'exception_ptr' unavailable (cannot import)
70 |
71 | _LIBCPP_HIDE_FROM_ABI exception_ptr() _NOEXCEPT : __ptr_() {}
72 | _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {}
| | `- note: parameter '' unavailable (cannot import)
| `- note: function 'exception_ptr' unavailable (cannot import)
73 |
74 | exception_ptr(const exception_ptr&) _NOEXCEPT;
/Applications/Xcode-26.0.0-Beta.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-Beta.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-Beta.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_; }
[5/11] Compiling NavLib Types.swift
/Applications/Xcode-26.0.0-Beta.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-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__exception/exception_ptr.h:72:3: note: function 'exception_ptr' unavailable (cannot import)
70 |
71 | _LIBCPP_HIDE_FROM_ABI exception_ptr() _NOEXCEPT : __ptr_() {}
72 | _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {}
| | `- note: parameter '' unavailable (cannot import)
| `- note: function 'exception_ptr' unavailable (cannot import)
73 |
74 | exception_ptr(const exception_ptr&) _NOEXCEPT;
/Applications/Xcode-26.0.0-Beta.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-Beta.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-Beta.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 NavLibStateProvider.swift
[7/11] Compiling NavLib NavLibSession.swift
/Applications/Xcode-26.0.0-Beta.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-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__exception/exception_ptr.h:72:3: note: function 'exception_ptr' unavailable (cannot import)
70 |
71 | _LIBCPP_HIDE_FROM_ABI exception_ptr() _NOEXCEPT : __ptr_() {}
72 | _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {}
| | `- note: parameter '' unavailable (cannot import)
| `- note: function 'exception_ptr' unavailable (cannot import)
73 |
74 | exception_ptr(const exception_ptr&) _NOEXCEPT;
/Applications/Xcode-26.0.0-Beta.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-Beta.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-Beta.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] Compiling NavLib NavLibValue.swift
/Applications/Xcode-26.0.0-Beta.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-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__exception/exception_ptr.h:72:3: note: function 'exception_ptr' unavailable (cannot import)
70 |
71 | _LIBCPP_HIDE_FROM_ABI exception_ptr() _NOEXCEPT : __ptr_() {}
72 | _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {}
| | `- note: parameter '' unavailable (cannot import)
| `- note: function 'exception_ptr' unavailable (cannot import)
73 |
74 | exception_ptr(const exception_ptr&) _NOEXCEPT;
/Applications/Xcode-26.0.0-Beta.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-Beta.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-Beta.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_; }
[9/11] Compiling NavLib NavLibInstance.swift
/Applications/Xcode-26.0.0-Beta.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-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__exception/exception_ptr.h:72:3: note: function 'exception_ptr' unavailable (cannot import)
70 |
71 | _LIBCPP_HIDE_FROM_ABI exception_ptr() _NOEXCEPT : __ptr_() {}
72 | _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {}
| | `- note: parameter '' unavailable (cannot import)
| `- note: function 'exception_ptr' unavailable (cannot import)
73 |
74 | exception_ptr(const exception_ptr&) _NOEXCEPT;
/Applications/Xcode-26.0.0-Beta.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-Beta.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-Beta.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] Emitting module NavLib
[11/11] Compiling NavLib NavLibInstance+Subscripts.swift
/Applications/Xcode-26.0.0-Beta.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-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__exception/exception_ptr.h:72:3: note: function 'exception_ptr' unavailable (cannot import)
70 |
71 | _LIBCPP_HIDE_FROM_ABI exception_ptr() _NOEXCEPT : __ptr_() {}
72 | _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {}
| | `- note: parameter '' unavailable (cannot import)
| `- note: function 'exception_ptr' unavailable (cannot import)
73 |
74 | exception_ptr(const exception_ptr&) _NOEXCEPT;
/Applications/Xcode-26.0.0-Beta.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-Beta.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-Beta.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.36s)
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.