Build Information
Successful build of Cadova, reference 0.6.1 (53edd4), with Swift 6.2 for macOS (SPM) on 24 Apr 2026 04:13:12 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64Build Log
| | `- note: parameter 'stream' unavailable (cannot import)
| |- note: function 'save' unavailable (cannot import)
| `- note: function 'save' unavailable (cannot import)
1176 | #endif
1177 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Nodal/Sources/pugixml/src/pugixml.hpp:765:3: note: function 'print' unavailable (cannot import)
763 | #ifndef PUGIXML_NO_STL
764 | // Print subtree to stream
765 | void print(std::basic_ostream<char>& os, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, xml_encoding encoding = encoding_auto, unsigned int depth = 0) const;
| | |- note: parameter 'os' unavailable (cannot import)
| | `- note: parameter 'os' unavailable (cannot import)
| |- note: function 'print' unavailable (cannot import)
| `- note: function 'print' unavailable (cannot import)
766 | void print(std::basic_ostream<wchar_t>& os, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, unsigned int depth = 0) const;
| | |- note: parameter 'os' unavailable (cannot import)
| | `- note: parameter 'os' unavailable (cannot import)
| |- note: function 'print' unavailable (cannot import)
| `- note: function 'print' unavailable (cannot import)
767 | #endif
768 |
:
1142 | #ifndef PUGIXML_NO_STL
1143 | // Load document from stream.
1144 | xml_parse_result load(std::basic_istream<char>& stream, unsigned int options = parse_default, xml_encoding encoding = encoding_auto);
| | |- note: parameter 'stream' unavailable (cannot import)
| | `- note: parameter 'stream' unavailable (cannot import)
| |- note: function 'load' unavailable (cannot import)
| `- note: function 'load' unavailable (cannot import)
1145 | xml_parse_result load(std::basic_istream<wchar_t>& stream, unsigned int options = parse_default);
| | |- note: parameter 'stream' unavailable (cannot import)
| | `- note: parameter 'stream' unavailable (cannot import)
| |- note: function 'load' unavailable (cannot import)
| `- note: function 'load' unavailable (cannot import)
1146 | #endif
1147 |
:
1172 | #ifndef PUGIXML_NO_STL
1173 | // Save XML document to stream (semantics is slightly different from xml_node::print, see documentation for details).
1174 | void save(std::basic_ostream<char>& stream, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, xml_encoding encoding = encoding_auto) const;
| | |- note: parameter 'stream' unavailable (cannot import)
| | `- note: parameter 'stream' unavailable (cannot import)
| |- note: function 'save' unavailable (cannot import)
| `- note: function 'save' unavailable (cannot import)
1175 | void save(std::basic_ostream<wchar_t>& stream, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default) const;
| | |- note: parameter 'stream' unavailable (cannot import)
| | `- note: parameter 'stream' unavailable (cannot import)
| |- note: function 'save' unavailable (cannot import)
| `- note: function 'save' unavailable (cannot import)
1176 | #endif
1177 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Nodal/Sources/pugixml/src/pugixml.hpp:765:3: note: function 'print' unavailable (cannot import)
763 | #ifndef PUGIXML_NO_STL
764 | // Print subtree to stream
765 | void print(std::basic_ostream<char>& os, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, xml_encoding encoding = encoding_auto, unsigned int depth = 0) const;
| | |- note: parameter 'os' unavailable (cannot import)
| | `- note: parameter 'os' unavailable (cannot import)
| |- note: function 'print' unavailable (cannot import)
| `- note: function 'print' unavailable (cannot import)
766 | void print(std::basic_ostream<wchar_t>& os, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, unsigned int depth = 0) const;
| | |- note: parameter 'os' unavailable (cannot import)
| | `- note: parameter 'os' unavailable (cannot import)
| |- note: function 'print' unavailable (cannot import)
| `- note: function 'print' unavailable (cannot import)
767 | #endif
768 |
:
1142 | #ifndef PUGIXML_NO_STL
1143 | // Load document from stream.
1144 | xml_parse_result load(std::basic_istream<char>& stream, unsigned int options = parse_default, xml_encoding encoding = encoding_auto);
| | |- note: parameter 'stream' unavailable (cannot import)
| | `- note: parameter 'stream' unavailable (cannot import)
| |- note: function 'load' unavailable (cannot import)
| `- note: function 'load' unavailable (cannot import)
1145 | xml_parse_result load(std::basic_istream<wchar_t>& stream, unsigned int options = parse_default);
| | |- note: parameter 'stream' unavailable (cannot import)
| | `- note: parameter 'stream' unavailable (cannot import)
| |- note: function 'load' unavailable (cannot import)
| `- note: function 'load' unavailable (cannot import)
1146 | #endif
1147 |
:
1172 | #ifndef PUGIXML_NO_STL
1173 | // Save XML document to stream (semantics is slightly different from xml_node::print, see documentation for details).
1174 | void save(std::basic_ostream<char>& stream, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, xml_encoding encoding = encoding_auto) const;
| | |- note: parameter 'stream' unavailable (cannot import)
| | `- note: parameter 'stream' unavailable (cannot import)
| |- note: function 'save' unavailable (cannot import)
| `- note: function 'save' unavailable (cannot import)
1175 | void save(std::basic_ostream<wchar_t>& stream, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default) const;
| | |- note: parameter 'stream' unavailable (cannot import)
| | `- note: parameter 'stream' unavailable (cannot import)
| |- note: function 'save' unavailable (cannot import)
| `- note: function 'save' unavailable (cannot import)
1176 | #endif
1177 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Nodal/Sources/pugixml/src/pugixml.hpp:765:3: note: function 'print' unavailable (cannot import)
763 | #ifndef PUGIXML_NO_STL
764 | // Print subtree to stream
765 | void print(std::basic_ostream<char>& os, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, xml_encoding encoding = encoding_auto, unsigned int depth = 0) const;
| | |- note: parameter 'os' unavailable (cannot import)
| | `- note: parameter 'os' unavailable (cannot import)
| |- note: function 'print' unavailable (cannot import)
| `- note: function 'print' unavailable (cannot import)
766 | void print(std::basic_ostream<wchar_t>& os, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, unsigned int depth = 0) const;
| | |- note: parameter 'os' unavailable (cannot import)
| | `- note: parameter 'os' unavailable (cannot import)
| |- note: function 'print' unavailable (cannot import)
| `- note: function 'print' unavailable (cannot import)
767 | #endif
768 |
:
1142 | #ifndef PUGIXML_NO_STL
1143 | // Load document from stream.
1144 | xml_parse_result load(std::basic_istream<char>& stream, unsigned int options = parse_default, xml_encoding encoding = encoding_auto);
| | |- note: parameter 'stream' unavailable (cannot import)
| | `- note: parameter 'stream' unavailable (cannot import)
| |- note: function 'load' unavailable (cannot import)
| `- note: function 'load' unavailable (cannot import)
1145 | xml_parse_result load(std::basic_istream<wchar_t>& stream, unsigned int options = parse_default);
| | |- note: parameter 'stream' unavailable (cannot import)
| | `- note: parameter 'stream' unavailable (cannot import)
| |- note: function 'load' unavailable (cannot import)
| `- note: function 'load' unavailable (cannot import)
1146 | #endif
1147 |
:
1172 | #ifndef PUGIXML_NO_STL
1173 | // Save XML document to stream (semantics is slightly different from xml_node::print, see documentation for details).
1174 | void save(std::basic_ostream<char>& stream, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, xml_encoding encoding = encoding_auto) const;
| | |- note: parameter 'stream' unavailable (cannot import)
| | `- note: parameter 'stream' unavailable (cannot import)
| |- note: function 'save' unavailable (cannot import)
| `- note: function 'save' unavailable (cannot import)
1175 | void save(std::basic_ostream<wchar_t>& stream, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default) const;
| | |- note: parameter 'stream' unavailable (cannot import)
| | `- note: parameter 'stream' unavailable (cannot import)
| |- note: function 'save' unavailable (cannot import)
| `- note: function 'save' unavailable (cannot import)
1176 | #endif
1177 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Nodal/Sources/pugixml/src/pugixml.hpp:765:3: note: function 'print' unavailable (cannot import)
763 | #ifndef PUGIXML_NO_STL
764 | // Print subtree to stream
765 | void print(std::basic_ostream<char>& os, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, xml_encoding encoding = encoding_auto, unsigned int depth = 0) const;
| | |- note: parameter 'os' unavailable (cannot import)
| | `- note: parameter 'os' unavailable (cannot import)
| |- note: function 'print' unavailable (cannot import)
| `- note: function 'print' unavailable (cannot import)
766 | void print(std::basic_ostream<wchar_t>& os, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, unsigned int depth = 0) const;
| | |- note: parameter 'os' unavailable (cannot import)
| | `- note: parameter 'os' unavailable (cannot import)
| |- note: function 'print' unavailable (cannot import)
| `- note: function 'print' unavailable (cannot import)
767 | #endif
768 |
:
1142 | #ifndef PUGIXML_NO_STL
1143 | // Load document from stream.
1144 | xml_parse_result load(std::basic_istream<char>& stream, unsigned int options = parse_default, xml_encoding encoding = encoding_auto);
| | |- note: parameter 'stream' unavailable (cannot import)
| | `- note: parameter 'stream' unavailable (cannot import)
| |- note: function 'load' unavailable (cannot import)
| `- note: function 'load' unavailable (cannot import)
1145 | xml_parse_result load(std::basic_istream<wchar_t>& stream, unsigned int options = parse_default);
| | |- note: parameter 'stream' unavailable (cannot import)
| | `- note: parameter 'stream' unavailable (cannot import)
| |- note: function 'load' unavailable (cannot import)
| `- note: function 'load' unavailable (cannot import)
1146 | #endif
1147 |
:
1172 | #ifndef PUGIXML_NO_STL
1173 | // Save XML document to stream (semantics is slightly different from xml_node::print, see documentation for details).
1174 | void save(std::basic_ostream<char>& stream, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, xml_encoding encoding = encoding_auto) const;
| | |- note: parameter 'stream' unavailable (cannot import)
| | `- note: parameter 'stream' unavailable (cannot import)
| |- note: function 'save' unavailable (cannot import)
| `- note: function 'save' unavailable (cannot import)
1175 | void save(std::basic_ostream<wchar_t>& stream, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default) const;
| | |- note: parameter 'stream' unavailable (cannot import)
| | `- note: parameter 'stream' unavailable (cannot import)
| |- note: function 'save' unavailable (cannot import)
| `- note: function 'save' unavailable (cannot import)
1176 | #endif
1177 |
[144/254] Compiling Pelagos Pattern.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/manifold-swift/External/manifold/include/manifold/manifold.h:473:3: note: function 'ReadOBJ' unavailable (cannot import)
471 | * @endcode
472 | */
473 | static Manifold ReadOBJ(std::istream& stream);
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'ReadOBJ' unavailable (cannot import)
474 | bool WriteOBJ(std::ostream& stream) const;
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'WriteOBJ' unavailable (cannot import)
475 |
476 | /** @name Testing Hooks
:
491 | mutable std::shared_ptr<CsgNode> pNode_;
492 |
493 | CsgLeafNode& GetCsgLeafNode() const;
| |- note: function 'GetCsgLeafNode' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
494 | };
495 | /** @} */
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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_; }
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/c++/v1/__filesystem/directory_iterator.h:86:3: note: function 'operator++' unavailable (cannot import)
84 | _LIBCPP_HIDE_FROM_ABI directory_iterator& operator++() { return __increment(); }
85 |
86 | _LIBCPP_HIDE_FROM_ABI __dir_element_proxy operator++(int) {
| |- note: function 'operator++' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
87 | __dir_element_proxy __p(**this);
88 | __increment();
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/c++/v1/__filesystem/recursive_directory_iterator.h:82:3: note: function 'operator++' unavailable (cannot import)
80 | _LIBCPP_HIDE_FROM_ABI recursive_directory_iterator& operator++() { return __increment(); }
81 |
82 | _LIBCPP_HIDE_FROM_ABI __dir_element_proxy operator++(int) {
| |- note: function 'operator++' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
83 | __dir_element_proxy __p(**this);
84 | __increment();
[145/254] Compiling Pelagos RadialGradient.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/manifold-swift/External/manifold/include/manifold/manifold.h:473:3: note: function 'ReadOBJ' unavailable (cannot import)
471 | * @endcode
472 | */
473 | static Manifold ReadOBJ(std::istream& stream);
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'ReadOBJ' unavailable (cannot import)
474 | bool WriteOBJ(std::ostream& stream) const;
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'WriteOBJ' unavailable (cannot import)
475 |
476 | /** @name Testing Hooks
:
491 | mutable std::shared_ptr<CsgNode> pNode_;
492 |
493 | CsgLeafNode& GetCsgLeafNode() const;
| |- note: function 'GetCsgLeafNode' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
494 | };
495 | /** @} */
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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_; }
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/c++/v1/__filesystem/directory_iterator.h:86:3: note: function 'operator++' unavailable (cannot import)
84 | _LIBCPP_HIDE_FROM_ABI directory_iterator& operator++() { return __increment(); }
85 |
86 | _LIBCPP_HIDE_FROM_ABI __dir_element_proxy operator++(int) {
| |- note: function 'operator++' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
87 | __dir_element_proxy __p(**this);
88 | __increment();
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/c++/v1/__filesystem/recursive_directory_iterator.h:82:3: note: function 'operator++' unavailable (cannot import)
80 | _LIBCPP_HIDE_FROM_ABI recursive_directory_iterator& operator++() { return __increment(); }
81 |
82 | _LIBCPP_HIDE_FROM_ABI __dir_element_proxy operator++(int) {
| |- note: function 'operator++' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
83 | __dir_element_proxy __p(**this);
84 | __increment();
[146/254] Compiling Pelagos Symbol.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/manifold-swift/External/manifold/include/manifold/manifold.h:473:3: note: function 'ReadOBJ' unavailable (cannot import)
471 | * @endcode
472 | */
473 | static Manifold ReadOBJ(std::istream& stream);
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'ReadOBJ' unavailable (cannot import)
474 | bool WriteOBJ(std::ostream& stream) const;
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'WriteOBJ' unavailable (cannot import)
475 |
476 | /** @name Testing Hooks
:
491 | mutable std::shared_ptr<CsgNode> pNode_;
492 |
493 | CsgLeafNode& GetCsgLeafNode() const;
| |- note: function 'GetCsgLeafNode' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
494 | };
495 | /** @} */
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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_; }
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/c++/v1/__filesystem/directory_iterator.h:86:3: note: function 'operator++' unavailable (cannot import)
84 | _LIBCPP_HIDE_FROM_ABI directory_iterator& operator++() { return __increment(); }
85 |
86 | _LIBCPP_HIDE_FROM_ABI __dir_element_proxy operator++(int) {
| |- note: function 'operator++' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
87 | __dir_element_proxy __p(**this);
88 | __increment();
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/c++/v1/__filesystem/recursive_directory_iterator.h:82:3: note: function 'operator++' unavailable (cannot import)
80 | _LIBCPP_HIDE_FROM_ABI recursive_directory_iterator& operator++() { return __increment(); }
81 |
82 | _LIBCPP_HIDE_FROM_ABI __dir_element_proxy operator++(int) {
| |- note: function 'operator++' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
83 | __dir_element_proxy __p(**this);
84 | __increment();
[147/254] Compiling Pelagos LinearGradient.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/manifold-swift/External/manifold/include/manifold/manifold.h:473:3: note: function 'ReadOBJ' unavailable (cannot import)
471 | * @endcode
472 | */
473 | static Manifold ReadOBJ(std::istream& stream);
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'ReadOBJ' unavailable (cannot import)
474 | bool WriteOBJ(std::ostream& stream) const;
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'WriteOBJ' unavailable (cannot import)
475 |
476 | /** @name Testing Hooks
:
491 | mutable std::shared_ptr<CsgNode> pNode_;
492 |
493 | CsgLeafNode& GetCsgLeafNode() const;
| |- note: function 'GetCsgLeafNode' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
494 | };
495 | /** @} */
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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_; }
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/c++/v1/__filesystem/directory_iterator.h:86:3: note: function 'operator++' unavailable (cannot import)
84 | _LIBCPP_HIDE_FROM_ABI directory_iterator& operator++() { return __increment(); }
85 |
86 | _LIBCPP_HIDE_FROM_ABI __dir_element_proxy operator++(int) {
| |- note: function 'operator++' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
87 | __dir_element_proxy __p(**this);
88 | __increment();
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/c++/v1/__filesystem/recursive_directory_iterator.h:82:3: note: function 'operator++' unavailable (cannot import)
80 | _LIBCPP_HIDE_FROM_ABI recursive_directory_iterator& operator++() { return __increment(); }
81 |
82 | _LIBCPP_HIDE_FROM_ABI __dir_element_proxy operator++(int) {
| |- note: function 'operator++' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
83 | __dir_element_proxy __p(**this);
84 | __increment();
[148/256] Compiling Pelagos SVG.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/manifold-swift/External/manifold/include/manifold/manifold.h:473:3: note: function 'ReadOBJ' unavailable (cannot import)
471 | * @endcode
472 | */
473 | static Manifold ReadOBJ(std::istream& stream);
| | |- note: parameter 'stream' unavailable (cannot import)
| | `- note: parameter 'stream' unavailable (cannot import)
| |- note: function 'ReadOBJ' unavailable (cannot import)
| `- note: function 'ReadOBJ' unavailable (cannot import)
474 | bool WriteOBJ(std::ostream& stream) const;
| | |- note: parameter 'stream' unavailable (cannot import)
| | `- note: parameter 'stream' unavailable (cannot import)
| |- note: function 'WriteOBJ' unavailable (cannot import)
| `- note: function 'WriteOBJ' unavailable (cannot import)
475 |
476 | /** @name Testing Hooks
:
491 | mutable std::shared_ptr<CsgNode> pNode_;
492 |
493 | CsgLeafNode& GetCsgLeafNode() const;
| |- note: function 'GetCsgLeafNode' unavailable (cannot import)
| |- note: return type unavailable (cannot import)
| |- note: function 'GetCsgLeafNode' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
494 | };
495 | /** @} */
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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_; }
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/c++/v1/__filesystem/directory_iterator.h:86:3: note: function 'operator++' unavailable (cannot import)
84 | _LIBCPP_HIDE_FROM_ABI directory_iterator& operator++() { return __increment(); }
85 |
86 | _LIBCPP_HIDE_FROM_ABI __dir_element_proxy operator++(int) {
| |- note: function 'operator++' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
87 | __dir_element_proxy __p(**this);
88 | __increment();
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/c++/v1/__filesystem/recursive_directory_iterator.h:82:3: note: function 'operator++' unavailable (cannot import)
80 | _LIBCPP_HIDE_FROM_ABI recursive_directory_iterator& operator++() { return __increment(); }
81 |
82 | _LIBCPP_HIDE_FROM_ABI __dir_element_proxy operator++(int) {
| |- note: function 'operator++' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
83 | __dir_element_proxy __p(**this);
84 | __increment();
[149/256] Compiling Pelagos Switch.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/manifold-swift/External/manifold/include/manifold/manifold.h:473:3: note: function 'ReadOBJ' unavailable (cannot import)
471 | * @endcode
472 | */
473 | static Manifold ReadOBJ(std::istream& stream);
| | |- note: parameter 'stream' unavailable (cannot import)
| | `- note: parameter 'stream' unavailable (cannot import)
| |- note: function 'ReadOBJ' unavailable (cannot import)
| `- note: function 'ReadOBJ' unavailable (cannot import)
474 | bool WriteOBJ(std::ostream& stream) const;
| | |- note: parameter 'stream' unavailable (cannot import)
| | `- note: parameter 'stream' unavailable (cannot import)
| |- note: function 'WriteOBJ' unavailable (cannot import)
| `- note: function 'WriteOBJ' unavailable (cannot import)
475 |
476 | /** @name Testing Hooks
:
491 | mutable std::shared_ptr<CsgNode> pNode_;
492 |
493 | CsgLeafNode& GetCsgLeafNode() const;
| |- note: function 'GetCsgLeafNode' unavailable (cannot import)
| |- note: return type unavailable (cannot import)
| |- note: function 'GetCsgLeafNode' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
494 | };
495 | /** @} */
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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_; }
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/c++/v1/__filesystem/directory_iterator.h:86:3: note: function 'operator++' unavailable (cannot import)
84 | _LIBCPP_HIDE_FROM_ABI directory_iterator& operator++() { return __increment(); }
85 |
86 | _LIBCPP_HIDE_FROM_ABI __dir_element_proxy operator++(int) {
| |- note: function 'operator++' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
87 | __dir_element_proxy __p(**this);
88 | __increment();
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/c++/v1/__filesystem/recursive_directory_iterator.h:82:3: note: function 'operator++' unavailable (cannot import)
80 | _LIBCPP_HIDE_FROM_ABI recursive_directory_iterator& operator++() { return __increment(); }
81 |
82 | _LIBCPP_HIDE_FROM_ABI __dir_element_proxy operator++(int) {
| |- note: function 'operator++' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
83 | __dir_element_proxy __p(**this);
84 | __increment();
[150/256] Compiling Pelagos Group.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/manifold-swift/External/manifold/include/manifold/manifold.h:473:3: note: function 'ReadOBJ' unavailable (cannot import)
471 | * @endcode
472 | */
473 | static Manifold ReadOBJ(std::istream& stream);
| | |- note: parameter 'stream' unavailable (cannot import)
| | `- note: parameter 'stream' unavailable (cannot import)
| |- note: function 'ReadOBJ' unavailable (cannot import)
| `- note: function 'ReadOBJ' unavailable (cannot import)
474 | bool WriteOBJ(std::ostream& stream) const;
| | |- note: parameter 'stream' unavailable (cannot import)
| | `- note: parameter 'stream' unavailable (cannot import)
| |- note: function 'WriteOBJ' unavailable (cannot import)
| `- note: function 'WriteOBJ' unavailable (cannot import)
475 |
476 | /** @name Testing Hooks
:
491 | mutable std::shared_ptr<CsgNode> pNode_;
492 |
493 | CsgLeafNode& GetCsgLeafNode() const;
| |- note: function 'GetCsgLeafNode' unavailable (cannot import)
| |- note: return type unavailable (cannot import)
| |- note: function 'GetCsgLeafNode' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
494 | };
495 | /** @} */
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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_; }
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/c++/v1/__filesystem/directory_iterator.h:86:3: note: function 'operator++' unavailable (cannot import)
84 | _LIBCPP_HIDE_FROM_ABI directory_iterator& operator++() { return __increment(); }
85 |
86 | _LIBCPP_HIDE_FROM_ABI __dir_element_proxy operator++(int) {
| |- note: function 'operator++' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
87 | __dir_element_proxy __p(**this);
88 | __increment();
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/c++/v1/__filesystem/recursive_directory_iterator.h:82:3: note: function 'operator++' unavailable (cannot import)
80 | _LIBCPP_HIDE_FROM_ABI recursive_directory_iterator& operator++() { return __increment(); }
81 |
82 | _LIBCPP_HIDE_FROM_ABI __dir_element_proxy operator++(int) {
| |- note: function 'operator++' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
83 | __dir_element_proxy __p(**this);
84 | __increment();
[151/256] Compiling Pelagos Image.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/manifold-swift/External/manifold/include/manifold/manifold.h:473:3: note: function 'ReadOBJ' unavailable (cannot import)
471 | * @endcode
472 | */
473 | static Manifold ReadOBJ(std::istream& stream);
| | |- note: parameter 'stream' unavailable (cannot import)
| | `- note: parameter 'stream' unavailable (cannot import)
| |- note: function 'ReadOBJ' unavailable (cannot import)
| `- note: function 'ReadOBJ' unavailable (cannot import)
474 | bool WriteOBJ(std::ostream& stream) const;
| | |- note: parameter 'stream' unavailable (cannot import)
| | `- note: parameter 'stream' unavailable (cannot import)
| |- note: function 'WriteOBJ' unavailable (cannot import)
| `- note: function 'WriteOBJ' unavailable (cannot import)
475 |
476 | /** @name Testing Hooks
:
491 | mutable std::shared_ptr<CsgNode> pNode_;
492 |
493 | CsgLeafNode& GetCsgLeafNode() const;
| |- note: function 'GetCsgLeafNode' unavailable (cannot import)
| |- note: return type unavailable (cannot import)
| |- note: function 'GetCsgLeafNode' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
494 | };
495 | /** @} */
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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_; }
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/c++/v1/__filesystem/directory_iterator.h:86:3: note: function 'operator++' unavailable (cannot import)
84 | _LIBCPP_HIDE_FROM_ABI directory_iterator& operator++() { return __increment(); }
85 |
86 | _LIBCPP_HIDE_FROM_ABI __dir_element_proxy operator++(int) {
| |- note: function 'operator++' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
87 | __dir_element_proxy __p(**this);
88 | __increment();
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/c++/v1/__filesystem/recursive_directory_iterator.h:82:3: note: function 'operator++' unavailable (cannot import)
80 | _LIBCPP_HIDE_FROM_ABI recursive_directory_iterator& operator++() { return __increment(); }
81 |
82 | _LIBCPP_HIDE_FROM_ABI __dir_element_proxy operator++(int) {
| |- note: function 'operator++' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
83 | __dir_element_proxy __p(**this);
84 | __increment();
[152/256] Compiling Pelagos GradientStop.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/manifold-swift/External/manifold/include/manifold/manifold.h:473:3: note: function 'ReadOBJ' unavailable (cannot import)
471 | * @endcode
472 | */
473 | static Manifold ReadOBJ(std::istream& stream);
| | |- note: parameter 'stream' unavailable (cannot import)
| | `- note: parameter 'stream' unavailable (cannot import)
| |- note: function 'ReadOBJ' unavailable (cannot import)
| `- note: function 'ReadOBJ' unavailable (cannot import)
474 | bool WriteOBJ(std::ostream& stream) const;
| | |- note: parameter 'stream' unavailable (cannot import)
| | `- note: parameter 'stream' unavailable (cannot import)
| |- note: function 'WriteOBJ' unavailable (cannot import)
| `- note: function 'WriteOBJ' unavailable (cannot import)
475 |
476 | /** @name Testing Hooks
:
491 | mutable std::shared_ptr<CsgNode> pNode_;
492 |
493 | CsgLeafNode& GetCsgLeafNode() const;
| |- note: function 'GetCsgLeafNode' unavailable (cannot import)
| |- note: return type unavailable (cannot import)
| |- note: function 'GetCsgLeafNode' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
494 | };
495 | /** @} */
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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_; }
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/c++/v1/__filesystem/directory_iterator.h:86:3: note: function 'operator++' unavailable (cannot import)
84 | _LIBCPP_HIDE_FROM_ABI directory_iterator& operator++() { return __increment(); }
85 |
86 | _LIBCPP_HIDE_FROM_ABI __dir_element_proxy operator++(int) {
| |- note: function 'operator++' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
87 | __dir_element_proxy __p(**this);
88 | __increment();
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/c++/v1/__filesystem/recursive_directory_iterator.h:82:3: note: function 'operator++' unavailable (cannot import)
80 | _LIBCPP_HIDE_FROM_ABI recursive_directory_iterator& operator++() { return __increment(); }
81 |
82 | _LIBCPP_HIDE_FROM_ABI __dir_element_proxy operator++(int) {
| |- note: function 'operator++' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
83 | __dir_element_proxy __p(**this);
84 | __increment();
[153/256] Compiling Pelagos Element.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/manifold-swift/External/manifold/include/manifold/manifold.h:473:3: note: function 'ReadOBJ' unavailable (cannot import)
471 | * @endcode
472 | */
473 | static Manifold ReadOBJ(std::istream& stream);
| | |- note: parameter 'stream' unavailable (cannot import)
| | `- note: parameter 'stream' unavailable (cannot import)
| |- note: function 'ReadOBJ' unavailable (cannot import)
| `- note: function 'ReadOBJ' unavailable (cannot import)
474 | bool WriteOBJ(std::ostream& stream) const;
| | |- note: parameter 'stream' unavailable (cannot import)
| | `- note: parameter 'stream' unavailable (cannot import)
| |- note: function 'WriteOBJ' unavailable (cannot import)
| `- note: function 'WriteOBJ' unavailable (cannot import)
475 |
476 | /** @name Testing Hooks
:
491 | mutable std::shared_ptr<CsgNode> pNode_;
492 |
493 | CsgLeafNode& GetCsgLeafNode() const;
| |- note: function 'GetCsgLeafNode' unavailable (cannot import)
| |- note: return type unavailable (cannot import)
| |- note: function 'GetCsgLeafNode' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
494 | };
495 | /** @} */
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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_; }
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/c++/v1/__filesystem/directory_iterator.h:86:3: note: function 'operator++' unavailable (cannot import)
84 | _LIBCPP_HIDE_FROM_ABI directory_iterator& operator++() { return __increment(); }
85 |
86 | _LIBCPP_HIDE_FROM_ABI __dir_element_proxy operator++(int) {
| |- note: function 'operator++' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
87 | __dir_element_proxy __p(**this);
88 | __increment();
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/c++/v1/__filesystem/recursive_directory_iterator.h:82:3: note: function 'operator++' unavailable (cannot import)
80 | _LIBCPP_HIDE_FROM_ABI recursive_directory_iterator& operator++() { return __increment(); }
81 |
82 | _LIBCPP_HIDE_FROM_ABI __dir_element_proxy operator++(int) {
| |- note: function 'operator++' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
83 | __dir_element_proxy __p(**this);
84 | __increment();
[154/256] Compiling Pelagos Anchor.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/manifold-swift/External/manifold/include/manifold/manifold.h:473:3: note: function 'ReadOBJ' unavailable (cannot import)
471 | * @endcode
472 | */
473 | static Manifold ReadOBJ(std::istream& stream);
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'ReadOBJ' unavailable (cannot import)
474 | bool WriteOBJ(std::ostream& stream) const;
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'WriteOBJ' unavailable (cannot import)
475 |
476 | /** @name Testing Hooks
:
491 | mutable std::shared_ptr<CsgNode> pNode_;
492 |
493 | CsgLeafNode& GetCsgLeafNode() const;
| |- note: function 'GetCsgLeafNode' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
494 | };
495 | /** @} */
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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_; }
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/c++/v1/__filesystem/directory_iterator.h:86:3: note: function 'operator++' unavailable (cannot import)
84 | _LIBCPP_HIDE_FROM_ABI directory_iterator& operator++() { return __increment(); }
85 |
86 | _LIBCPP_HIDE_FROM_ABI __dir_element_proxy operator++(int) {
| |- note: function 'operator++' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
87 | __dir_element_proxy __p(**this);
88 | __increment();
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/c++/v1/__filesystem/recursive_directory_iterator.h:82:3: note: function 'operator++' unavailable (cannot import)
80 | _LIBCPP_HIDE_FROM_ABI recursive_directory_iterator& operator++() { return __increment(); }
81 |
82 | _LIBCPP_HIDE_FROM_ABI __dir_element_proxy operator++(int) {
| |- note: function 'operator++' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
83 | __dir_element_proxy __p(**this);
84 | __increment();
[155/256] Compiling Pelagos Definitions.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/manifold-swift/External/manifold/include/manifold/manifold.h:473:3: note: function 'ReadOBJ' unavailable (cannot import)
471 | * @endcode
472 | */
473 | static Manifold ReadOBJ(std::istream& stream);
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'ReadOBJ' unavailable (cannot import)
474 | bool WriteOBJ(std::ostream& stream) const;
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'WriteOBJ' unavailable (cannot import)
475 |
476 | /** @name Testing Hooks
:
491 | mutable std::shared_ptr<CsgNode> pNode_;
492 |
493 | CsgLeafNode& GetCsgLeafNode() const;
| |- note: function 'GetCsgLeafNode' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
494 | };
495 | /** @} */
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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_; }
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/c++/v1/__filesystem/directory_iterator.h:86:3: note: function 'operator++' unavailable (cannot import)
84 | _LIBCPP_HIDE_FROM_ABI directory_iterator& operator++() { return __increment(); }
85 |
86 | _LIBCPP_HIDE_FROM_ABI __dir_element_proxy operator++(int) {
| |- note: function 'operator++' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
87 | __dir_element_proxy __p(**this);
88 | __increment();
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/c++/v1/__filesystem/recursive_directory_iterator.h:82:3: note: function 'operator++' unavailable (cannot import)
80 | _LIBCPP_HIDE_FROM_ABI recursive_directory_iterator& operator++() { return __increment(); }
81 |
82 | _LIBCPP_HIDE_FROM_ABI __dir_element_proxy operator++(int) {
| |- note: function 'operator++' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
83 | __dir_element_proxy __p(**this);
84 | __increment();
[156/256] Compiling Pelagos Defs.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/manifold-swift/External/manifold/include/manifold/manifold.h:473:3: note: function 'ReadOBJ' unavailable (cannot import)
471 | * @endcode
472 | */
473 | static Manifold ReadOBJ(std::istream& stream);
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'ReadOBJ' unavailable (cannot import)
474 | bool WriteOBJ(std::ostream& stream) const;
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'WriteOBJ' unavailable (cannot import)
475 |
476 | /** @name Testing Hooks
:
491 | mutable std::shared_ptr<CsgNode> pNode_;
492 |
493 | CsgLeafNode& GetCsgLeafNode() const;
| |- note: function 'GetCsgLeafNode' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
494 | };
495 | /** @} */
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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_; }
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/c++/v1/__filesystem/directory_iterator.h:86:3: note: function 'operator++' unavailable (cannot import)
84 | _LIBCPP_HIDE_FROM_ABI directory_iterator& operator++() { return __increment(); }
85 |
86 | _LIBCPP_HIDE_FROM_ABI __dir_element_proxy operator++(int) {
| |- note: function 'operator++' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
87 | __dir_element_proxy __p(**this);
88 | __increment();
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/c++/v1/__filesystem/recursive_directory_iterator.h:82:3: note: function 'operator++' unavailable (cannot import)
80 | _LIBCPP_HIDE_FROM_ABI recursive_directory_iterator& operator++() { return __increment(); }
81 |
82 | _LIBCPP_HIDE_FROM_ABI __dir_element_proxy operator++(int) {
| |- note: function 'operator++' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
83 | __dir_element_proxy __p(**this);
84 | __increment();
[157/256] Compiling Pelagos Color.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/manifold-swift/External/manifold/include/manifold/manifold.h:473:3: note: function 'ReadOBJ' unavailable (cannot import)
471 | * @endcode
472 | */
473 | static Manifold ReadOBJ(std::istream& stream);
| | |- note: parameter 'stream' unavailable (cannot import)
| | `- note: parameter 'stream' unavailable (cannot import)
| |- note: function 'ReadOBJ' unavailable (cannot import)
| `- note: function 'ReadOBJ' unavailable (cannot import)
474 | bool WriteOBJ(std::ostream& stream) const;
| | |- note: parameter 'stream' unavailable (cannot import)
| | `- note: parameter 'stream' unavailable (cannot import)
| |- note: function 'WriteOBJ' unavailable (cannot import)
| `- note: function 'WriteOBJ' unavailable (cannot import)
475 |
476 | /** @name Testing Hooks
:
491 | mutable std::shared_ptr<CsgNode> pNode_;
492 |
493 | CsgLeafNode& GetCsgLeafNode() const;
| |- note: function 'GetCsgLeafNode' unavailable (cannot import)
| |- note: return type unavailable (cannot import)
| |- note: function 'GetCsgLeafNode' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
494 | };
495 | /** @} */
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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_; }
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/c++/v1/__filesystem/directory_iterator.h:86:3: note: function 'operator++' unavailable (cannot import)
84 | _LIBCPP_HIDE_FROM_ABI directory_iterator& operator++() { return __increment(); }
85 |
86 | _LIBCPP_HIDE_FROM_ABI __dir_element_proxy operator++(int) {
| |- note: function 'operator++' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
87 | __dir_element_proxy __p(**this);
88 | __increment();
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/c++/v1/__filesystem/recursive_directory_iterator.h:82:3: note: function 'operator++' unavailable (cannot import)
80 | _LIBCPP_HIDE_FROM_ABI recursive_directory_iterator& operator++() { return __increment(); }
81 |
82 | _LIBCPP_HIDE_FROM_ABI __dir_element_proxy operator++(int) {
| |- note: function 'operator++' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
83 | __dir_element_proxy __p(**this);
84 | __increment();
[158/256] Compiling Pelagos Fill.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/manifold-swift/External/manifold/include/manifold/manifold.h:473:3: note: function 'ReadOBJ' unavailable (cannot import)
471 | * @endcode
472 | */
473 | static Manifold ReadOBJ(std::istream& stream);
| | |- note: parameter 'stream' unavailable (cannot import)
| | `- note: parameter 'stream' unavailable (cannot import)
| |- note: function 'ReadOBJ' unavailable (cannot import)
| `- note: function 'ReadOBJ' unavailable (cannot import)
474 | bool WriteOBJ(std::ostream& stream) const;
| | |- note: parameter 'stream' unavailable (cannot import)
| | `- note: parameter 'stream' unavailable (cannot import)
| |- note: function 'WriteOBJ' unavailable (cannot import)
| `- note: function 'WriteOBJ' unavailable (cannot import)
475 |
476 | /** @name Testing Hooks
:
491 | mutable std::shared_ptr<CsgNode> pNode_;
492 |
493 | CsgLeafNode& GetCsgLeafNode() const;
| |- note: function 'GetCsgLeafNode' unavailable (cannot import)
| |- note: return type unavailable (cannot import)
| |- note: function 'GetCsgLeafNode' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
494 | };
495 | /** @} */
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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_; }
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/c++/v1/__filesystem/directory_iterator.h:86:3: note: function 'operator++' unavailable (cannot import)
84 | _LIBCPP_HIDE_FROM_ABI directory_iterator& operator++() { return __increment(); }
85 |
86 | _LIBCPP_HIDE_FROM_ABI __dir_element_proxy operator++(int) {
| |- note: function 'operator++' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
87 | __dir_element_proxy __p(**this);
88 | __increment();
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/c++/v1/__filesystem/recursive_directory_iterator.h:82:3: note: function 'operator++' unavailable (cannot import)
80 | _LIBCPP_HIDE_FROM_ABI recursive_directory_iterator& operator++() { return __increment(); }
81 |
82 | _LIBCPP_HIDE_FROM_ABI __dir_element_proxy operator++(int) {
| |- note: function 'operator++' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
83 | __dir_element_proxy __p(**this);
84 | __increment();
[159/256] Compiling Pelagos GradientElement.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/manifold-swift/External/manifold/include/manifold/manifold.h:473:3: note: function 'ReadOBJ' unavailable (cannot import)
471 | * @endcode
472 | */
473 | static Manifold ReadOBJ(std::istream& stream);
| | |- note: parameter 'stream' unavailable (cannot import)
| | `- note: parameter 'stream' unavailable (cannot import)
| |- note: function 'ReadOBJ' unavailable (cannot import)
| `- note: function 'ReadOBJ' unavailable (cannot import)
474 | bool WriteOBJ(std::ostream& stream) const;
| | |- note: parameter 'stream' unavailable (cannot import)
| | `- note: parameter 'stream' unavailable (cannot import)
| |- note: function 'WriteOBJ' unavailable (cannot import)
| `- note: function 'WriteOBJ' unavailable (cannot import)
475 |
476 | /** @name Testing Hooks
:
491 | mutable std::shared_ptr<CsgNode> pNode_;
492 |
493 | CsgLeafNode& GetCsgLeafNode() const;
| |- note: function 'GetCsgLeafNode' unavailable (cannot import)
| |- note: return type unavailable (cannot import)
| |- note: function 'GetCsgLeafNode' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
494 | };
495 | /** @} */
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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_; }
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/c++/v1/__filesystem/directory_iterator.h:86:3: note: function 'operator++' unavailable (cannot import)
84 | _LIBCPP_HIDE_FROM_ABI directory_iterator& operator++() { return __increment(); }
85 |
86 | _LIBCPP_HIDE_FROM_ABI __dir_element_proxy operator++(int) {
| |- note: function 'operator++' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
87 | __dir_element_proxy __p(**this);
88 | __increment();
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/c++/v1/__filesystem/recursive_directory_iterator.h:82:3: note: function 'operator++' unavailable (cannot import)
80 | _LIBCPP_HIDE_FROM_ABI recursive_directory_iterator& operator++() { return __increment(); }
81 |
82 | _LIBCPP_HIDE_FROM_ABI __dir_element_proxy operator++(int) {
| |- note: function 'operator++' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
83 | __dir_element_proxy __p(**this);
84 | __increment();
[160/256] Compiling Pelagos Text.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/manifold-swift/External/manifold/include/manifold/manifold.h:473:3: note: function 'ReadOBJ' unavailable (cannot import)
471 | * @endcode
472 | */
473 | static Manifold ReadOBJ(std::istream& stream);
| | |- note: parameter 'stream' unavailable (cannot import)
| | `- note: parameter 'stream' unavailable (cannot import)
| |- note: function 'ReadOBJ' unavailable (cannot import)
| `- note: function 'ReadOBJ' unavailable (cannot import)
474 | bool WriteOBJ(std::ostream& stream) const;
| | |- note: parameter 'stream' unavailable (cannot import)
| | `- note: parameter 'stream' unavailable (cannot import)
| |- note: function 'WriteOBJ' unavailable (cannot import)
| `- note: function 'WriteOBJ' unavailable (cannot import)
475 |
476 | /** @name Testing Hooks
:
491 | mutable std::shared_ptr<CsgNode> pNode_;
492 |
493 | CsgLeafNode& GetCsgLeafNode() const;
| |- note: function 'GetCsgLeafNode' unavailable (cannot import)
| |- note: return type unavailable (cannot import)
| |- note: function 'GetCsgLeafNode' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
494 | };
495 | /** @} */
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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_; }
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/c++/v1/__filesystem/directory_iterator.h:86:3: note: function 'operator++' unavailable (cannot import)
84 | _LIBCPP_HIDE_FROM_ABI directory_iterator& operator++() { return __increment(); }
85 |
86 | _LIBCPP_HIDE_FROM_ABI __dir_element_proxy operator++(int) {
| |- note: function 'operator++' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
87 | __dir_element_proxy __p(**this);
88 | __increment();
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/c++/v1/__filesystem/recursive_directory_iterator.h:82:3: note: function 'operator++' unavailable (cannot import)
80 | _LIBCPP_HIDE_FROM_ABI recursive_directory_iterator& operator++() { return __increment(); }
81 |
82 | _LIBCPP_HIDE_FROM_ABI __dir_element_proxy operator++(int) {
| |- note: function 'operator++' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
83 | __dir_element_proxy __p(**this);
84 | __increment();
[161/256] Compiling Pelagos Use.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/manifold-swift/External/manifold/include/manifold/manifold.h:473:3: note: function 'ReadOBJ' unavailable (cannot import)
471 | * @endcode
472 | */
473 | static Manifold ReadOBJ(std::istream& stream);
| | |- note: parameter 'stream' unavailable (cannot import)
| | `- note: parameter 'stream' unavailable (cannot import)
| |- note: function 'ReadOBJ' unavailable (cannot import)
| `- note: function 'ReadOBJ' unavailable (cannot import)
474 | bool WriteOBJ(std::ostream& stream) const;
| | |- note: parameter 'stream' unavailable (cannot import)
| | `- note: parameter 'stream' unavailable (cannot import)
| |- note: function 'WriteOBJ' unavailable (cannot import)
| `- note: function 'WriteOBJ' unavailable (cannot import)
475 |
476 | /** @name Testing Hooks
:
491 | mutable std::shared_ptr<CsgNode> pNode_;
492 |
493 | CsgLeafNode& GetCsgLeafNode() const;
| |- note: function 'GetCsgLeafNode' unavailable (cannot import)
| |- note: return type unavailable (cannot import)
| |- note: function 'GetCsgLeafNode' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
494 | };
495 | /** @} */
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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_; }
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/c++/v1/__filesystem/directory_iterator.h:86:3: note: function 'operator++' unavailable (cannot import)
84 | _LIBCPP_HIDE_FROM_ABI directory_iterator& operator++() { return __increment(); }
85 |
86 | _LIBCPP_HIDE_FROM_ABI __dir_element_proxy operator++(int) {
| |- note: function 'operator++' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
87 | __dir_element_proxy __p(**this);
88 | __increment();
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/c++/v1/__filesystem/recursive_directory_iterator.h:82:3: note: function 'operator++' unavailable (cannot import)
80 | _LIBCPP_HIDE_FROM_ABI recursive_directory_iterator& operator++() { return __increment(); }
81 |
82 | _LIBCPP_HIDE_FROM_ABI __dir_element_proxy operator++(int) {
| |- note: function 'operator++' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
83 | __dir_element_proxy __p(**this);
84 | __increment();
[162/256] Compiling Pelagos ClipPath.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/manifold-swift/External/manifold/include/manifold/manifold.h:473:3: note: function 'ReadOBJ' unavailable (cannot import)
471 | * @endcode
472 | */
473 | static Manifold ReadOBJ(std::istream& stream);
| | |- note: parameter 'stream' unavailable (cannot import)
| | `- note: parameter 'stream' unavailable (cannot import)
| |- note: function 'ReadOBJ' unavailable (cannot import)
| `- note: function 'ReadOBJ' unavailable (cannot import)
474 | bool WriteOBJ(std::ostream& stream) const;
| | |- note: parameter 'stream' unavailable (cannot import)
| | `- note: parameter 'stream' unavailable (cannot import)
| |- note: function 'WriteOBJ' unavailable (cannot import)
| `- note: function 'WriteOBJ' unavailable (cannot import)
475 |
476 | /** @name Testing Hooks
:
491 | mutable std::shared_ptr<CsgNode> pNode_;
492 |
493 | CsgLeafNode& GetCsgLeafNode() const;
| |- note: function 'GetCsgLeafNode' unavailable (cannot import)
| |- note: return type unavailable (cannot import)
| |- note: function 'GetCsgLeafNode' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
494 | };
495 | /** @} */
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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_; }
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/c++/v1/__filesystem/directory_iterator.h:86:3: note: function 'operator++' unavailable (cannot import)
84 | _LIBCPP_HIDE_FROM_ABI directory_iterator& operator++() { return __increment(); }
85 |
86 | _LIBCPP_HIDE_FROM_ABI __dir_element_proxy operator++(int) {
| |- note: function 'operator++' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
87 | __dir_element_proxy __p(**this);
88 | __increment();
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/c++/v1/__filesystem/recursive_directory_iterator.h:82:3: note: function 'operator++' unavailable (cannot import)
80 | _LIBCPP_HIDE_FROM_ABI recursive_directory_iterator& operator++() { return __increment(); }
81 |
82 | _LIBCPP_HIDE_FROM_ABI __dir_element_proxy operator++(int) {
| |- note: function 'operator++' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
83 | __dir_element_proxy __p(**this);
84 | __increment();
[163/256] Compiling Pelagos Filter.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/manifold-swift/External/manifold/include/manifold/manifold.h:473:3: note: function 'ReadOBJ' unavailable (cannot import)
471 | * @endcode
472 | */
473 | static Manifold ReadOBJ(std::istream& stream);
| | |- note: parameter 'stream' unavailable (cannot import)
| | `- note: parameter 'stream' unavailable (cannot import)
| |- note: function 'ReadOBJ' unavailable (cannot import)
| `- note: function 'ReadOBJ' unavailable (cannot import)
474 | bool WriteOBJ(std::ostream& stream) const;
| | |- note: parameter 'stream' unavailable (cannot import)
| | `- note: parameter 'stream' unavailable (cannot import)
| |- note: function 'WriteOBJ' unavailable (cannot import)
| `- note: function 'WriteOBJ' unavailable (cannot import)
475 |
476 | /** @name Testing Hooks
:
491 | mutable std::shared_ptr<CsgNode> pNode_;
492 |
493 | CsgLeafNode& GetCsgLeafNode() const;
| |- note: function 'GetCsgLeafNode' unavailable (cannot import)
| |- note: return type unavailable (cannot import)
| |- note: function 'GetCsgLeafNode' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
494 | };
495 | /** @} */
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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_; }
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/c++/v1/__filesystem/directory_iterator.h:86:3: note: function 'operator++' unavailable (cannot import)
84 | _LIBCPP_HIDE_FROM_ABI directory_iterator& operator++() { return __increment(); }
85 |
86 | _LIBCPP_HIDE_FROM_ABI __dir_element_proxy operator++(int) {
| |- note: function 'operator++' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
87 | __dir_element_proxy __p(**this);
88 | __increment();
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/c++/v1/__filesystem/recursive_directory_iterator.h:82:3: note: function 'operator++' unavailable (cannot import)
80 | _LIBCPP_HIDE_FROM_ABI recursive_directory_iterator& operator++() { return __increment(); }
81 |
82 | _LIBCPP_HIDE_FROM_ABI __dir_element_proxy operator++(int) {
| |- note: function 'operator++' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
83 | __dir_element_proxy __p(**this);
84 | __increment();
[164/256] Compiling Pelagos Mask.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/manifold-swift/External/manifold/include/manifold/manifold.h:473:3: note: function 'ReadOBJ' unavailable (cannot import)
471 | * @endcode
472 | */
473 | static Manifold ReadOBJ(std::istream& stream);
| | |- note: parameter 'stream' unavailable (cannot import)
| | `- note: parameter 'stream' unavailable (cannot import)
| |- note: function 'ReadOBJ' unavailable (cannot import)
| `- note: function 'ReadOBJ' unavailable (cannot import)
474 | bool WriteOBJ(std::ostream& stream) const;
| | |- note: parameter 'stream' unavailable (cannot import)
| | `- note: parameter 'stream' unavailable (cannot import)
| |- note: function 'WriteOBJ' unavailable (cannot import)
| `- note: function 'WriteOBJ' unavailable (cannot import)
475 |
476 | /** @name Testing Hooks
:
491 | mutable std::shared_ptr<CsgNode> pNode_;
492 |
493 | CsgLeafNode& GetCsgLeafNode() const;
| |- note: function 'GetCsgLeafNode' unavailable (cannot import)
| |- note: return type unavailable (cannot import)
| |- note: function 'GetCsgLeafNode' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
494 | };
495 | /** @} */
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.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_; }
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/c++/v1/__filesystem/directory_iterator.h:86:3: note: function 'operator++' unavailable (cannot import)
84 | _LIBCPP_HIDE_FROM_ABI directory_iterator& operator++() { return __increment(); }
85 |
86 | _LIBCPP_HIDE_FROM_ABI __dir_element_proxy operator++(int) {
| |- note: function 'operator++' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
87 | __dir_element_proxy __p(**this);
88 | __increment();
/Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.2.sdk/usr/include/c++/v1/__filesystem/recursive_directory_iterator.h:82:3: note: function 'operator++' unavailable (cannot import)
80 | _LIBCPP_HIDE_FROM_ABI recursive_directory_iterator& operator++() { return __increment(); }
81 |
82 | _LIBCPP_HIDE_FROM_ABI __dir_element_proxy operator++(int) {
| |- note: function 'operator++' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
83 | __dir_element_proxy __p(**this);
84 | __increment();
[165/256] Emitting module Manifold3D
[166/256] Compiling Manifold3D Triangle.swift
[167/256] Compiling Manifold3D Vectors.swift
[168/256] Compiling Pelagos ViewBox.swift
[169/256] Compiling Pelagos AttributeParser.swift
[170/256] Compiling Pelagos ElementParsers.swift
[171/256] Compiling Pelagos PresentationParser.swift
[172/260] Compiling Pelagos DisplayMode.swift
[173/260] Compiling Pelagos FillRule.swift
[174/260] Compiling Pelagos FontStyle.swift
[175/260] Compiling Pelagos FontWeight.swift
[176/260] Compiling Pelagos LineCap.swift
[189/265] Compiling Pelagos Length.swift
[190/265] Compiling Pelagos Point.swift
[191/265] Compiling Pelagos PresentationAttributes.swift
[192/265] Compiling Pelagos Transform.swift
[196/265] Compiling Pelagos Line.swift
[201/265] Compiling Pelagos Path.swift
[202/265] Compiling Pelagos Polygon.swift
[203/265] Compiling Pelagos Polyline.swift
[204/265] Compiling Pelagos Rect.swift
[221/265] Emitting module Pelagos
[222/265] Emitting module ThreeMF
[241/265] Compiling ThreeMF Color.swift
[242/265] Compiling ThreeMF Matrix3D.swift
[243/265] Compiling ThreeMF Metadata.swift
[244/265] Compiling ThreeMF Unit.swift
[245/265] Compiling Pelagos LineJoin.swift
[246/265] Compiling Pelagos PreserveAspectRatio.swift
[247/265] Compiling Pelagos SpreadMethod.swift
[248/265] Compiling Pelagos TextAnchor.swift
[249/265] Compiling Pelagos Visibility.swift
[254/265] Compiling Pelagos Pelagos.swift
[255/265] Compiling Pelagos CGRenderer.swift
[256/265] Compiling Pelagos RenderTypes.swift
[257/265] Compiling Pelagos SVGRenderEngine.swift
[258/265] Compiling Pelagos SVGRenderer.swift
[259/265] Compiling Pelagos CoordinateUnits.swift
[266/481] Compiling Cadova Torus.swift
[267/481] Compiling Cadova Tube.swift
[268/481] Compiling Cadova Environment.swift
[269/481] Compiling Cadova EnvironmentModifier.swift
[270/481] Compiling Cadova EnvironmentValues.swift
[271/481] Compiling Cadova ReadEnvironment.swift
[272/481] Compiling Cadova CircularOverhangMethod.swift
[273/481] Compiling Cadova Environment+Anchors.swift
[274/481] Compiling Cadova Environment+CornerRoundingStyle.swift
[275/481] Compiling Cadova Environment+Material.swift
[276/481] Compiling Cadova Environment+ModelOptions.swift
[277/481] Compiling Cadova Environment+Segmentation.swift
[278/481] Compiling Cadova Environment+Text.swift
[279/481] Compiling Cadova Environment+Transform.swift
[280/481] Compiling Cadova FillRule.swift
[281/481] Compiling Cadova LineCapStyle.swift
[282/481] Compiling Cadova MiterLimit.swift
[283/481] Compiling Cadova NaturalUpDirection.swift
[284/481] Compiling Cadova Operation.swift
[285/481] Compiling Cadova Overhang.swift
[286/481] Compiling Cadova SimplificationThreshold.swift
[287/481] Compiling Cadova Tolerance.swift
[288/481] Compiling Cadova TwistRate.swift
[289/481] Compiling Cadova TwistSubdivisionThreshold.swift
[290/504] Compiling Cadova ModelContentBuilder.swift
[291/504] Compiling Cadova ModelContext.swift
[292/504] Compiling Cadova Compression.swift
[293/504] Compiling Cadova FileFormats.swift
[294/504] Compiling Cadova IncludedPartSemantics.swift
[295/504] Compiling Cadova Metadata.swift
[296/504] Compiling Cadova ModelOptions.swift
[297/504] Compiling Cadova CommandLineArguments.swift
[298/504] Compiling Cadova Project.swift
[299/504] Compiling Cadova ProjectContentBuilder.swift
[300/504] Compiling Cadova ConcreteGeometry.swift
[301/504] Compiling Cadova ModelFileGenerator.swift
[302/504] Compiling Cadova ThreeMFDataProvider+Helpers.swift
[303/504] Compiling Cadova ThreeMFDataProvider+Materials.swift
[304/504] Compiling Cadova ThreeMFDataProvider.swift
[305/504] Compiling Cadova BinarySTLDataProvider.swift
[306/504] Compiling Cadova OutputDataProvider.swift
[307/504] Compiling Cadova SVGDataProvider.swift
[308/504] Compiling Cadova Part.swift
[309/504] Compiling Cadova PolygonTree.swift
[310/504] Compiling Cadova Dimensionality.swift
[311/504] Compiling Cadova MiscExtensions.swift
[312/504] Compiling Cadova RangeExtensions.swift
[313/504] Compiling Cadova SequenceExtensions.swift
[314/504] Compiling Cadova VisualizationOptions.swift
[315/504] Compiling Cadova ApplyMaterial.swift
[316/504] Compiling Cadova BuildResult.swift
[317/504] Compiling Cadova CachingGeometryTypes.swift
[318/504] Compiling Cadova GeometryBaseTypes.swift
[319/504] Compiling Cadova GeometryBuilder.swift
[320/504] Compiling Cadova PartAssignment.swift
[321/504] Compiling Cadova PartDetachment.swift
[322/504] Compiling Cadova PartModification.swift
[323/504] Compiling Cadova PartReader.swift
[324/504] Compiling Cadova PartSemantic.swift
[325/504] Compiling Cadova PartSubtraction.swift
[326/504] Compiling Cadova Geometry.swift
[327/504] Compiling Cadova Shape.swift
[328/504] Compiling Cadova Anchors+Public.swift
[329/504] Compiling Cadova Geometry+Anchors.swift
[330/504] Compiling Cadova ReferenceState.swift
[331/504] Compiling Cadova Tag.swift
[332/504] Compiling Cadova ResultElement.swift
[333/504] Compiling Cadova ResultModifier.swift
[334/504] Compiling Cadova ResultReader.swift
[335/504] Compiling Cadova GeometrySVGConsumer.swift
[336/504] Compiling Cadova Import+SVG.swift
[337/504] Compiling Cadova Import+3D.swift
[338/550] Emitting module Cadova
[339/550] Compiling Cadova WhileMasked.swift
[340/550] Compiling Cadova WhileTransformed.swift
[341/550] Compiling Cadova Within.swift
[342/550] Compiling Cadova Wrap.swift
[343/550] Compiling Cadova Transformable+Rotation.swift
[344/550] Compiling Cadova Transformable+Scaling.swift
[345/550] Compiling Cadova Transformable+Shearing.swift
[346/550] Compiling Cadova Transformable+Translation.swift
[347/550] Compiling Cadova Transformable.swift
[348/550] Compiling Cadova AxesVisualization.swift
[349/550] Compiling Cadova BoundingBoxVisualization.swift
[350/550] Compiling Cadova CurveVisualization.swift
[351/550] Compiling Cadova DirectionVisualization.swift
[352/550] Compiling Cadova MeshVisualization.swift
[353/550] Compiling Cadova PlaneVisualization.swift
[354/550] Compiling Cadova RulerVisualization.swift
[355/550] Compiling Cadova ArrayBuilder.swift
[356/550] Compiling Cadova Compatibility.swift
[357/550] Compiling Cadova Build.swift
[358/550] Compiling Cadova BuildDirective.swift
[359/550] Compiling Cadova BuildWarning.swift
[360/550] Compiling Cadova Group.swift
[361/550] Compiling Cadova GroupContentBuilder.swift
[362/550] Compiling Cadova Model.swift
[363/550] Compiling Cadova Color+HSB.swift
[364/550] Compiling Cadova Color.swift
[365/550] Compiling Cadova Box.Corner.swift
[366/550] Compiling Cadova Box.Edge.swift
[367/550] Compiling Cadova CornerRoundingStyle.swift
[368/550] Compiling Cadova DirectionalAxis.swift
[369/550] Compiling Cadova OrthogonalCorner.swift
[370/550] Compiling Cadova Rectangle.Corner.swift
[371/550] Compiling Cadova AnyParametricCurve.swift
[372/550] Compiling Cadova BezierCurve.swift
[373/550] Compiling Cadova BezierPatch.swift
[374/550] Compiling Cadova BezierPath+Adding.swift
[375/550] Compiling Cadova BezierPath+Internal.swift
[376/550] Compiling Cadova BezierPath+Operations.swift
[377/550] Compiling Cadova BezierPath.swift
[378/550] Compiling Cadova BezierPath.Builder.swift
[379/550] Compiling Cadova ComponentFunctions.swift
[380/550] Compiling Cadova ComponentFunctions2D.swift
[381/550] Compiling Cadova ComponentFunctions3D.swift
[382/550] Compiling Cadova PathBuilderValue.swift
[383/550] Compiling Cadova PathBuilderVector.swift
[384/550] Compiling Cadova CurveSample.swift
[385/550] Compiling Cadova InterpolatingCurve.swift
[386/550] Compiling Cadova ApplyBoxEdgeProfile.swift
[387/550] Compiling Cadova ApplyEdgeProfileToCorners.swift
[388/550] Compiling Cadova ProfiledRectangleMask.swift
[389/550] Compiling Cadova RoundedBoxCornerMask.swift
[390/550] Compiling Cadova RoundingBoxCorners.swift
[391/550] Compiling Cadova EnclosePatch.swift
[392/550] Compiling Cadova ExtrudeAlongTransforms.swift
[393/550] Compiling Cadova ExtrudeWithEdgeProfiles.swift
[394/550] Compiling Cadova Extrusion.swift
[395/550] Compiling Cadova HelixSweep.swift
[396/550] Compiling Cadova Sweep.swift
[397/550] Compiling Cadova ConvexHull.swift
[398/550] Compiling Cadova Fill.swift
[399/550] Compiling Cadova Follow2D.swift
[400/550] Compiling Cadova Follow3D.swift
[401/550] Compiling Cadova Loft+Build.swift
[402/550] Compiling Cadova Loft+Mesh.swift
[403/550] Compiling Cadova Loft+PolygonGroups.swift
[404/550] Compiling Cadova Loft+Resampling.swift
[405/550] Compiling Cadova Loft+Visualization.swift
[406/550] Compiling Cadova Loft.Layer.swift
[407/550] Compiling Cadova Loft.swift
[408/550] Compiling Cadova Measure.swift
[409/550] Compiling Cadova Offset.swift
[410/550] Compiling Cadova OffsetPolyline.swift
[411/550] Compiling Cadova Rounding.swift
[412/550] Compiling Cadova Stroke.swift
[413/550] Compiling Cadova StrokeCurve.swift
[414/550] Compiling Cadova Only.swift
[415/550] Compiling Cadova OverhangSafe.swift
[416/550] Compiling Cadova Projection.swift
[417/550] Compiling Cadova ReadConcrete.swift
[418/550] Compiling Cadova ReadOutlines.swift
[419/550] Compiling Cadova Replace.swift
[420/550] Compiling Cadova Resolution.swift
[421/550] Compiling Cadova Separate.swift
[422/550] Compiling Cadova Skew2D.swift
[423/550] Compiling Cadova Skew3D.swift
[424/550] Compiling Cadova Smoothing.swift
[425/550] Compiling Cadova Split2D.swift
[426/550] Compiling Cadova Split3D.swift
[427/550] Compiling Cadova SplitInto.swift
[428/550] Compiling Cadova Stack.swift
[429/550] Compiling Cadova Geometry+Transformable.swift
[430/550] Compiling Cadova RotateAround.swift
[431/550] Compiling Cadova VariableScale.swift
[432/550] Compiling Cadova Twist.swift
[433/550] Compiling Cadova Warp.swift
[434/550] Compiling Cadova Arc.swift
[435/550] Compiling Cadova Circle+Metrics.swift
[436/550] Compiling Cadova Circle.swift
[437/550] Compiling Cadova Ring.swift
[438/550] Compiling Cadova Metrics2D.swift
[439/550] Compiling Cadova CylinderBridge.swift
[440/550] Compiling Cadova OverhangCircle.swift
[441/550] Compiling Cadova Polygon.Metrics.swift
[442/550] Compiling Cadova Polygon.swift
[443/550] Compiling Cadova PolygonPoints.swift
[444/550] Compiling Cadova Rectangle.swift
[445/550] Compiling Cadova RegularPolygon.swift
[446/550] Compiling Cadova Stadium.swift
[447/550] Compiling Cadova FontVariation.swift
[448/550] Compiling Cadova Text.swift
[449/550] Compiling Cadova TextAttributes.swift
[450/550] Compiling Cadova TextRendering.swift
[451/550] Compiling Cadova Box.swift
[452/550] Compiling Cadova Cylinder+Initializers.swift
[453/550] Compiling Cadova Cylinder.swift
[454/550] Compiling Cadova Mesh+Debug.swift
[455/550] Compiling Cadova Mesh.swift
[456/550] Compiling Cadova SDF.swift
[457/550] Compiling Cadova Sphere.swift
[458/550] Compiling Cadova ModelFileFormat.swift
[459/550] Compiling Cadova STLLoader.swift
[460/550] Compiling Cadova ThreeMFLoader.swift
[461/550] Compiling Cadova Import.swift
[462/550] Compiling Cadova Aligned.swift
[463/550] Compiling Cadova Attract.swift
[464/550] Compiling Cadova AttractionTarget.swift
[465/550] Compiling Cadova Pull.swift
[466/550] Compiling Cadova AddingExclusive.swift
[467/550] Compiling Cadova Difference.swift
[468/550] Compiling Cadova Intersection.swift
[469/550] Compiling Cadova MapBoolean.swift
[470/550] Compiling Cadova Union.swift
[471/550] Compiling Cadova Extend.swift
[472/550] Compiling Cadova Resize2D.swift
[473/550] Compiling Cadova Resize3D.swift
[474/550] Compiling Cadova DeformByPatch.swift
[475/550] Compiling Cadova DeformByPath.swift
[476/550] Compiling Cadova Clone.swift
[477/550] Compiling Cadova Distribute.swift
[478/550] Compiling Cadova RepeatAlong.swift
[479/550] Compiling Cadova RepeatAlongPath.swift
[480/550] Compiling Cadova RepeatAround.swift
[481/550] Compiling Cadova Symmetry.swift
[482/550] Compiling Cadova Logging.swift
[483/550] Compiling Cadova EvaluationContext.swift
[484/550] Compiling Cadova GeometryCache.swift
[485/550] Compiling Cadova EvaluationResult.swift
[486/550] Compiling Cadova GeometryNode+Codable.swift
[487/550] Compiling Cadova GeometryNode+Creation.swift
[488/550] Compiling Cadova GeometryNode+Debug.swift
[489/550] Compiling Cadova GeometryNode+Hashable.swift
[490/550] Compiling Cadova GeometryNode+Shapes.swift
[491/550] Compiling Cadova GeometryNode.swift
[492/550] Compiling Cadova Operators.swift
[493/550] Compiling Cadova Platform.swift
[494/550] Compiling Cadova AxisAlignment.swift
[495/550] Compiling Cadova GeometryAlignment+Presets.swift
[496/550] Compiling Cadova GeometryAlignment.swift
[497/550] Compiling Cadova Angle+Operators.swift
[498/550] Compiling Cadova Angle+Trigonometry.swift
[499/550] Compiling Cadova Angle.swift
[500/550] Compiling Cadova Axes.swift
[501/550] Compiling Cadova Axis.swift
[502/550] Compiling Cadova BoundingBox.swift
[503/550] Compiling Cadova CacheKey.swift
[504/550] Compiling Cadova Color+Constants.swift
[505/550] Compiling Cadova Direction.swift
[506/550] Compiling Cadova Line.swift
[507/550] Compiling Cadova LinearDirection.swift
[508/550] Compiling Cadova Plane+Transformation.swift
[509/550] Compiling Cadova Plane.swift
[510/550] Compiling Cadova BasicMatrix3x3.swift
[511/550] Compiling Cadova Transform2D+Creation.swift
[512/550] Compiling Cadova Transform2D.swift
[513/550] Compiling Cadova BasicMatrix4x4.swift
[514/550] Compiling Cadova Transform3D+Creation.swift
[515/550] Compiling Cadova Transform3D.swift
[516/550] Compiling Cadova Matrix.swift
[517/550] Compiling Cadova Transform.swift
[518/550] Compiling Cadova Triangle+Internal.swift
[519/550] Compiling Cadova Triangle+Protocols.swift
[520/550] Compiling Cadova Triangle+Right.swift
[521/550] Compiling Cadova Triangle.swift
[522/550] Compiling Cadova DimensionalValues.swift
[523/550] Compiling Cadova Vector.swift
[524/550] Compiling Cadova Vector2D+Operators.swift
[525/550] Compiling Cadova Vector2D.swift
[526/550] Compiling Cadova Vector3D+Operators.swift
[527/550] Compiling Cadova Vector3D.swift
[528/550] Compiling Cadova ParametricCurve+DefaultImplementations.swift
[529/550] Compiling Cadova ParametricCurve+Operations.swift
[530/550] Compiling Cadova ParametricCurve.swift
[531/550] Compiling Cadova ParametricCurveFrame.swift
[532/550] Compiling Cadova SplineCurve+Creation.swift
[533/550] Compiling Cadova SplineCurve.swift
[534/550] Compiling Cadova Subcurve.swift
[535/550] Compiling Cadova EdgeProfile+Cutting.swift
[536/550] Compiling Cadova EdgeProfile+Forming.swift
[537/550] Compiling Cadova EdgeProfile+Presets.swift
[538/550] Compiling Cadova EdgeProfile.swift
[539/550] Compiling Cadova LinearInterpolation.swift
[540/550] Compiling Cadova Material+Presets.swift
[541/550] Compiling Cadova Material.swift
[542/550] Compiling Cadova Measurements.swift
[543/550] Compiling Cadova MeshData.swift
[544/550] Compiling Cadova OpaqueKey.swift
[545/550] Compiling Cadova Segmentation.swift
[546/550] Compiling Cadova ShapingFunction+Internal.swift
[547/550] Compiling Cadova ShapingFunction.swift
[548/550] Compiling Cadova SimplePolygon.swift
[549/550] Compiling Cadova SimplePolygonList+Alignment.swift
[550/550] Compiling Cadova SimplePolygonList.swift
Build complete! (58.99s)
Fetching https://github.com/tomasf/manifold-swift.git
Fetching https://github.com/tomasf/Pelagos.git
Fetching https://github.com/tomasf/ThreeMF.git
Fetching https://github.com/tomasf/Apus.git
[1/482] Fetching pelagos
[242/1029] Fetching pelagos, threemf
[423/1818] Fetching pelagos, threemf, manifold-swift
[829/3188] Fetching pelagos, threemf, manifold-swift, apus
Fetched https://github.com/tomasf/Apus.git from cache (1.35s)
[1715/1818] Fetching pelagos, threemf, manifold-swift
Fetched https://github.com/tomasf/ThreeMF.git from cache (1.92s)
Fetched https://github.com/tomasf/Pelagos.git from cache (1.92s)
Fetched https://github.com/tomasf/manifold-swift.git from cache (1.92s)
Computing version for https://github.com/tomasf/Pelagos.git
Computed https://github.com/tomasf/Pelagos.git at 0.1.3 (2.48s)
Fetching https://github.com/tomasf/Nodal.git
[1/852] Fetching nodal
Fetched https://github.com/tomasf/Nodal.git from cache (0.74s)
Computing version for https://github.com/tomasf/Apus.git
Computed https://github.com/tomasf/Apus.git at 0.1.3 (1.28s)
Computing version for https://github.com/tomasf/ThreeMF.git
Computed https://github.com/tomasf/ThreeMF.git at 0.2.3 (0.50s)
Fetching https://github.com/tomasf/Zip.git
[1/197] Fetching zip
Fetched https://github.com/tomasf/Zip.git from cache (0.73s)
Computing version for https://github.com/tomasf/manifold-swift.git
Computed https://github.com/tomasf/manifold-swift.git at 1.0.0 (1.28s)
Computing version for https://github.com/tomasf/Nodal.git
Computed https://github.com/tomasf/Nodal.git at 1.0.0 (0.51s)
Computing version for https://github.com/tomasf/Zip.git
Computed https://github.com/tomasf/Zip.git at 2.1.1 (0.49s)
Creating working copy for https://github.com/tomasf/Nodal.git
Working copy of https://github.com/tomasf/Nodal.git resolved at 1.0.0
Creating working copy for https://github.com/tomasf/Zip.git
Working copy of https://github.com/tomasf/Zip.git resolved at 2.1.1
Creating working copy for https://github.com/tomasf/manifold-swift.git
Working copy of https://github.com/tomasf/manifold-swift.git resolved at 1.0.0
Creating working copy for https://github.com/tomasf/ThreeMF.git
Working copy of https://github.com/tomasf/ThreeMF.git resolved at 0.2.3
Creating working copy for https://github.com/tomasf/Pelagos.git
Working copy of https://github.com/tomasf/Pelagos.git resolved at 0.1.3
Creating working copy for https://github.com/tomasf/Apus.git
Working copy of https://github.com/tomasf/Apus.git resolved at 0.1.3
Build complete.
{
"cxx_language_standard" : "c++17",
"dependencies" : [
{
"identity" : "manifold-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tomasf/manifold-swift.git"
},
{
"identity" : "threemf",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.3",
"upper_bound" : "0.3.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tomasf/ThreeMF.git"
},
{
"identity" : "apus",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.3",
"upper_bound" : "0.2.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tomasf/Apus.git"
},
{
"identity" : "pelagos",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.3",
"upper_bound" : "0.2.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tomasf/Pelagos.git"
}
],
"manifest_display_name" : "Cadova",
"name" : "Cadova",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "Cadova",
"targets" : [
"Cadova"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Tests",
"module_type" : "SwiftTarget",
"name" : "Tests",
"path" : "Tests/Tests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Tests/golden",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Tests/resources",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"2D.swift",
"3D.swift",
"Alignment.swift",
"Anchors.swift",
"BezierCurve.swift",
"BezierPatch.swift",
"BezierPath.swift",
"BezierPathBuilder.swift",
"Bounds.swift",
"Build.swift",
"Cache.swift",
"CircularOverhang.swift",
"Clone.swift",
"Common/ApproximatelyEquatable.swift",
"Common/ExpressionExtensions.swift",
"Common/GeometryExtensions.swift",
"Common/GoldenRecord.swift",
"Deform.swift",
"Distribute.swift",
"Examples.swift",
"Extend.swift",
"GeometryExpressionCodable.swift",
"GeometryExpressionSimplification.swift",
"Import.swift",
"Line.swift",
"Loft.swift",
"Matrix.swift",
"ModelFileGenerator.swift",
"NaturalUpDirection.swift",
"Only.swift",
"Operation.swift",
"Parts.swift",
"ProjectCommandLineFilterTests.swift",
"Projection.swift",
"RepeatAlong.swift",
"RepeatAlongPath.swift",
"RepeatAround.swift",
"Resize.swift",
"Result.swift",
"Rounding.swift",
"SVGImport.swift",
"ShapingFunction.swift",
"Smoothing.swift",
"Split.swift",
"Stack.swift",
"StadiumTests.swift",
"StrokeCurve.swift",
"Sweep.swift",
"Symmetry.swift",
"Tags.swift",
"Text.swift",
"Transform.swift",
"Warp.swift",
"Within.swift",
"Wrap.swift"
],
"target_dependencies" : [
"Cadova"
],
"type" : "test"
},
{
"c99name" : "Cadova",
"module_type" : "SwiftTarget",
"name" : "Cadova",
"path" : "Sources/Cadova",
"product_dependencies" : [
"Apus",
"Manifold",
"ThreeMF",
"Pelagos"
],
"product_memberships" : [
"Cadova"
],
"sources" : [
"Abstract Layer/2D/Circle/Arc.swift",
"Abstract Layer/2D/Circle/Circle+Metrics.swift",
"Abstract Layer/2D/Circle/Circle.swift",
"Abstract Layer/2D/Circle/Ring.swift",
"Abstract Layer/2D/Metrics2D.swift",
"Abstract Layer/2D/Overhang/CylinderBridge.swift",
"Abstract Layer/2D/Overhang/OverhangCircle.swift",
"Abstract Layer/2D/Polygon/Polygon.Metrics.swift",
"Abstract Layer/2D/Polygon/Polygon.swift",
"Abstract Layer/2D/Polygon/PolygonPoints.swift",
"Abstract Layer/2D/Rectangle.swift",
"Abstract Layer/2D/RegularPolygon.swift",
"Abstract Layer/2D/Stadium.swift",
"Abstract Layer/2D/Text/FontVariation.swift",
"Abstract Layer/2D/Text/Text.swift",
"Abstract Layer/2D/Text/TextAttributes.swift",
"Abstract Layer/2D/Text/TextRendering.swift",
"Abstract Layer/3D/Box.swift",
"Abstract Layer/3D/Cylinder+Initializers.swift",
"Abstract Layer/3D/Cylinder.swift",
"Abstract Layer/3D/Mesh+Debug.swift",
"Abstract Layer/3D/Mesh.swift",
"Abstract Layer/3D/SDF.swift",
"Abstract Layer/3D/Sphere.swift",
"Abstract Layer/3D/Torus.swift",
"Abstract Layer/3D/Tube.swift",
"Abstract Layer/Environment/Environment.swift",
"Abstract Layer/Environment/EnvironmentModifier.swift",
"Abstract Layer/Environment/EnvironmentValues.swift",
"Abstract Layer/Environment/ReadEnvironment.swift",
"Abstract Layer/Environment/Values/CircularOverhangMethod.swift",
"Abstract Layer/Environment/Values/Environment+Anchors.swift",
"Abstract Layer/Environment/Values/Environment+CornerRoundingStyle.swift",
"Abstract Layer/Environment/Values/Environment+Material.swift",
"Abstract Layer/Environment/Values/Environment+ModelOptions.swift",
"Abstract Layer/Environment/Values/Environment+Segmentation.swift",
"Abstract Layer/Environment/Values/Environment+Text.swift",
"Abstract Layer/Environment/Values/Environment+Transform.swift",
"Abstract Layer/Environment/Values/FillRule.swift",
"Abstract Layer/Environment/Values/LineCapStyle.swift",
"Abstract Layer/Environment/Values/MiterLimit.swift",
"Abstract Layer/Environment/Values/NaturalUpDirection.swift",
"Abstract Layer/Environment/Values/Operation.swift",
"Abstract Layer/Environment/Values/Overhang.swift",
"Abstract Layer/Environment/Values/SimplificationThreshold.swift",
"Abstract Layer/Environment/Values/Tolerance.swift",
"Abstract Layer/Environment/Values/TwistRate.swift",
"Abstract Layer/Environment/Values/TwistSubdivisionThreshold.swift",
"Abstract Layer/Environment/Values/VisualizationOptions.swift",
"Abstract Layer/Geometry/ApplyMaterial.swift",
"Abstract Layer/Geometry/BuildResult.swift",
"Abstract Layer/Geometry/CachingGeometryTypes.swift",
"Abstract Layer/Geometry/GeometryBaseTypes.swift",
"Abstract Layer/Geometry/GeometryBuilder.swift",
"Abstract Layer/Geometry/Parts/PartAssignment.swift",
"Abstract Layer/Geometry/Parts/PartDetachment.swift",
"Abstract Layer/Geometry/Parts/PartModification.swift",
"Abstract Layer/Geometry/Parts/PartReader.swift",
"Abstract Layer/Geometry/Parts/PartSemantic.swift",
"Abstract Layer/Geometry/Parts/PartSubtraction.swift",
"Abstract Layer/Geometry/Protocols/Geometry.swift",
"Abstract Layer/Geometry/Protocols/Shape.swift",
"Abstract Layer/Geometry/References/Anchors+Public.swift",
"Abstract Layer/Geometry/References/Geometry+Anchors.swift",
"Abstract Layer/Geometry/References/ReferenceState.swift",
"Abstract Layer/Geometry/References/Tag.swift",
"Abstract Layer/Geometry/ResultElement/ResultElement.swift",
"Abstract Layer/Geometry/ResultElement/ResultModifier.swift",
"Abstract Layer/Geometry/ResultElement/ResultReader.swift",
"Abstract Layer/Import/2D/GeometrySVGConsumer.swift",
"Abstract Layer/Import/2D/Import+SVG.swift",
"Abstract Layer/Import/3D/Import+3D.swift",
"Abstract Layer/Import/3D/ModelFileFormat.swift",
"Abstract Layer/Import/3D/STLLoader.swift",
"Abstract Layer/Import/3D/ThreeMFLoader.swift",
"Abstract Layer/Import/Import.swift",
"Abstract Layer/Operations/Aligned.swift",
"Abstract Layer/Operations/Attraction/Attract.swift",
"Abstract Layer/Operations/Attraction/AttractionTarget.swift",
"Abstract Layer/Operations/Attraction/Pull.swift",
"Abstract Layer/Operations/Boolean/AddingExclusive.swift",
"Abstract Layer/Operations/Boolean/Difference.swift",
"Abstract Layer/Operations/Boolean/Intersection.swift",
"Abstract Layer/Operations/Boolean/MapBoolean.swift",
"Abstract Layer/Operations/Boolean/Union.swift",
"Abstract Layer/Operations/Bounds/Extend.swift",
"Abstract Layer/Operations/Bounds/Resize2D.swift",
"Abstract Layer/Operations/Bounds/Resize3D.swift",
"Abstract Layer/Operations/DeformByPatch.swift",
"Abstract Layer/Operations/DeformByPath.swift",
"Abstract Layer/Operations/Duplication/Clone.swift",
"Abstract Layer/Operations/Duplication/Distribute.swift",
"Abstract Layer/Operations/Duplication/RepeatAlong.swift",
"Abstract Layer/Operations/Duplication/RepeatAlongPath.swift",
"Abstract Layer/Operations/Duplication/RepeatAround.swift",
"Abstract Layer/Operations/Duplication/Symmetry.swift",
"Abstract Layer/Operations/Edge Profiling/ApplyBoxEdgeProfile.swift",
"Abstract Layer/Operations/Edge Profiling/ApplyEdgeProfileToCorners.swift",
"Abstract Layer/Operations/Edge Profiling/Masks/ProfiledRectangleMask.swift",
"Abstract Layer/Operations/Edge Profiling/Masks/RoundedBoxCornerMask.swift",
"Abstract Layer/Operations/Edge Profiling/RoundingBoxCorners.swift",
"Abstract Layer/Operations/EnclosePatch.swift",
"Abstract Layer/Operations/Extrude/ExtrudeAlongTransforms.swift",
"Abstract Layer/Operations/Extrude/ExtrudeWithEdgeProfiles.swift",
"Abstract Layer/Operations/Extrude/Extrusion.swift",
"Abstract Layer/Operations/Extrude/HelixSweep.swift",
"Abstract Layer/Operations/Extrude/Sweep.swift",
"Abstract Layer/Operations/Filling/ConvexHull.swift",
"Abstract Layer/Operations/Filling/Fill.swift",
"Abstract Layer/Operations/Follow2D.swift",
"Abstract Layer/Operations/Follow3D.swift",
"Abstract Layer/Operations/Loft/Loft+Build.swift",
"Abstract Layer/Operations/Loft/Loft+Mesh.swift",
"Abstract Layer/Operations/Loft/Loft+PolygonGroups.swift",
"Abstract Layer/Operations/Loft/Loft+Resampling.swift",
"Abstract Layer/Operations/Loft/Loft+Visualization.swift",
"Abstract Layer/Operations/Loft/Loft.Layer.swift",
"Abstract Layer/Operations/Loft/Loft.swift",
"Abstract Layer/Operations/Measure.swift",
"Abstract Layer/Operations/Offsetting/Offset.swift",
"Abstract Layer/Operations/Offsetting/OffsetPolyline.swift",
"Abstract Layer/Operations/Offsetting/Rounding.swift",
"Abstract Layer/Operations/Offsetting/Stroke.swift",
"Abstract Layer/Operations/Offsetting/StrokeCurve.swift",
"Abstract Layer/Operations/Only.swift",
"Abstract Layer/Operations/OverhangSafe.swift",
"Abstract Layer/Operations/Projection.swift",
"Abstract Layer/Operations/ReadConcrete.swift",
"Abstract Layer/Operations/ReadOutlines.swift",
"Abstract Layer/Operations/Replace.swift",
"Abstract Layer/Operations/Resolution.swift",
"Abstract Layer/Operations/Separate.swift",
"Abstract Layer/Operations/Skew2D.swift",
"Abstract Layer/Operations/Skew3D.swift",
"Abstract Layer/Operations/Smoothing.swift",
"Abstract Layer/Operations/Split2D.swift",
"Abstract Layer/Operations/Split3D.swift",
"Abstract Layer/Operations/SplitInto.swift",
"Abstract Layer/Operations/Stack.swift",
"Abstract Layer/Operations/Transformations/Geometry+Transformable.swift",
"Abstract Layer/Operations/Transformations/RotateAround.swift",
"Abstract Layer/Operations/Transformations/VariableScale.swift",
"Abstract Layer/Operations/Twist.swift",
"Abstract Layer/Operations/Warp.swift",
"Abstract Layer/Operations/WhileMasked.swift",
"Abstract Layer/Operations/WhileTransformed.swift",
"Abstract Layer/Operations/Within.swift",
"Abstract Layer/Operations/Wrap.swift",
"Abstract Layer/Transformable/Transformable+Rotation.swift",
"Abstract Layer/Transformable/Transformable+Scaling.swift",
"Abstract Layer/Transformable/Transformable+Shearing.swift",
"Abstract Layer/Transformable/Transformable+Translation.swift",
"Abstract Layer/Transformable/Transformable.swift",
"Abstract Layer/Visualization/AxesVisualization.swift",
"Abstract Layer/Visualization/BoundingBoxVisualization.swift",
"Abstract Layer/Visualization/CurveVisualization.swift",
"Abstract Layer/Visualization/DirectionVisualization.swift",
"Abstract Layer/Visualization/MeshVisualization.swift",
"Abstract Layer/Visualization/PlaneVisualization.swift",
"Abstract Layer/Visualization/RulerVisualization.swift",
"ArrayBuilder.swift",
"Compatibility.swift",
"Concrete Layer/Build/Build.swift",
"Concrete Layer/Build/BuildDirective.swift",
"Concrete Layer/Build/BuildWarning.swift",
"Concrete Layer/Build/Group/Group.swift",
"Concrete Layer/Build/Group/GroupContentBuilder.swift",
"Concrete Layer/Build/Model/Model.swift",
"Concrete Layer/Build/Model/ModelContentBuilder.swift",
"Concrete Layer/Build/Model/ModelContext.swift",
"Concrete Layer/Build/Options/Compression.swift",
"Concrete Layer/Build/Options/FileFormats.swift",
"Concrete Layer/Build/Options/IncludedPartSemantics.swift",
"Concrete Layer/Build/Options/Metadata.swift",
"Concrete Layer/Build/Options/ModelOptions.swift",
"Concrete Layer/Build/Project/CommandLineArguments.swift",
"Concrete Layer/Build/Project/Project.swift",
"Concrete Layer/Build/Project/ProjectContentBuilder.swift",
"Concrete Layer/ConcreteGeometry.swift",
"Concrete Layer/ModelFileGenerator.swift",
"Concrete Layer/Output Providers/3MF/ThreeMFDataProvider+Helpers.swift",
"Concrete Layer/Output Providers/3MF/ThreeMFDataProvider+Materials.swift",
"Concrete Layer/Output Providers/3MF/ThreeMFDataProvider.swift",
"Concrete Layer/Output Providers/BinarySTLDataProvider.swift",
"Concrete Layer/Output Providers/OutputDataProvider.swift",
"Concrete Layer/Output Providers/SVGDataProvider.swift",
"Concrete Layer/Part.swift",
"Concrete Layer/PolygonTree.swift",
"Dimensionality.swift",
"Extensions/MiscExtensions.swift",
"Extensions/RangeExtensions.swift",
"Extensions/SequenceExtensions.swift",
"Logging.swift",
"Node Layer/Context/EvaluationContext.swift",
"Node Layer/Context/GeometryCache.swift",
"Node Layer/EvaluationResult.swift",
"Node Layer/GeometryNode+Codable.swift",
"Node Layer/GeometryNode+Creation.swift",
"Node Layer/GeometryNode+Debug.swift",
"Node Layer/GeometryNode+Hashable.swift",
"Node Layer/GeometryNode+Shapes.swift",
"Node Layer/GeometryNode.swift",
"Operators.swift",
"Platform.swift",
"Values/Alignment/AxisAlignment.swift",
"Values/Alignment/GeometryAlignment+Presets.swift",
"Values/Alignment/GeometryAlignment.swift",
"Values/Angle/Angle+Operators.swift",
"Values/Angle/Angle+Trigonometry.swift",
"Values/Angle/Angle.swift",
"Values/Axis/Axes.swift",
"Values/Axis/Axis.swift",
"Values/BoundingBox.swift",
"Values/CacheKey.swift",
"Values/Color/Color+Constants.swift",
"Values/Color/Color+HSB.swift",
"Values/Color/Color.swift",
"Values/Corners, Edges and Sides/Box.Corner.swift",
"Values/Corners, Edges and Sides/Box.Edge.swift",
"Values/Corners, Edges and Sides/CornerRoundingStyle.swift",
"Values/Corners, Edges and Sides/DirectionalAxis.swift",
"Values/Corners, Edges and Sides/OrthogonalCorner.swift",
"Values/Corners, Edges and Sides/Rectangle.Corner.swift",
"Values/Curves/AnyParametricCurve.swift",
"Values/Curves/Bezier/BezierCurve.swift",
"Values/Curves/Bezier/BezierPatch.swift",
"Values/Curves/Bezier/BezierPath+Adding.swift",
"Values/Curves/Bezier/BezierPath+Internal.swift",
"Values/Curves/Bezier/BezierPath+Operations.swift",
"Values/Curves/Bezier/BezierPath.swift",
"Values/Curves/Bezier/Path Builder/BezierPath.Builder.swift",
"Values/Curves/Bezier/Path Builder/ComponentFunctions.swift",
"Values/Curves/Bezier/Path Builder/ComponentFunctions2D.swift",
"Values/Curves/Bezier/Path Builder/ComponentFunctions3D.swift",
"Values/Curves/Bezier/Path Builder/PathBuilderValue.swift",
"Values/Curves/Bezier/Path Builder/PathBuilderVector.swift",
"Values/Curves/CurveSample.swift",
"Values/Curves/InterpolatingCurve.swift",
"Values/Curves/ParametricCurve+DefaultImplementations.swift",
"Values/Curves/ParametricCurve+Operations.swift",
"Values/Curves/ParametricCurve.swift",
"Values/Curves/ParametricCurveFrame.swift",
"Values/Curves/Spline Curve/SplineCurve+Creation.swift",
"Values/Curves/Spline Curve/SplineCurve.swift",
"Values/Curves/Subcurve.swift",
"Values/Edge Profiles/EdgeProfile+Cutting.swift",
"Values/Edge Profiles/EdgeProfile+Forming.swift",
"Values/Edge Profiles/EdgeProfile+Presets.swift",
"Values/Edge Profiles/EdgeProfile.swift",
"Values/LinearInterpolation.swift",
"Values/Material+Presets.swift",
"Values/Material.swift",
"Values/Measurements.swift",
"Values/MeshData.swift",
"Values/OpaqueKey.swift",
"Values/Segmentation.swift",
"Values/ShapingFunction+Internal.swift",
"Values/ShapingFunction.swift",
"Values/SimplePolygon.swift",
"Values/SimplePolygonList+Alignment.swift",
"Values/SimplePolygonList.swift",
"Values/Spatial/Direction.swift",
"Values/Spatial/Line.swift",
"Values/Spatial/LinearDirection.swift",
"Values/Spatial/Plane+Transformation.swift",
"Values/Spatial/Plane.swift",
"Values/Transforms/2D/BasicMatrix3x3.swift",
"Values/Transforms/2D/Transform2D+Creation.swift",
"Values/Transforms/2D/Transform2D.swift",
"Values/Transforms/3D/BasicMatrix4x4.swift",
"Values/Transforms/3D/Transform3D+Creation.swift",
"Values/Transforms/3D/Transform3D.swift",
"Values/Transforms/Matrix.swift",
"Values/Transforms/Transform.swift",
"Values/Triangle/Triangle+Internal.swift",
"Values/Triangle/Triangle+Protocols.swift",
"Values/Triangle/Triangle+Right.swift",
"Values/Triangle/Triangle.swift",
"Values/Vectors/DimensionalValues.swift",
"Values/Vectors/Vector.swift",
"Values/Vectors/Vector2D+Operators.swift",
"Values/Vectors/Vector2D.swift",
"Values/Vectors/Vector3D+Operators.swift",
"Values/Vectors/Vector3D.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.