The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Helical, reference 0.3.0 (5150ad), with Swift 6.2 (beta) for macOS (SPM) on 26 Jul 2025 01:33:01 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

     |   |          `- 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 |
[475/529] Emitting module Nodal
/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 |
/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 |
/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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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 |
/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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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 |
[500/529] Emitting module Manifold3D
/Users/admin/builder/spi-builder-workspace/.build/checkouts/manifold-swift/External/manifold/include/manifold/manifold.h:499:3: note: function 'GetCsgLeafNode' unavailable (cannot import)
497 |   mutable std::shared_ptr<CsgNode> pNode_;
498 |
499 |   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)
500 | };
501 | /** @} */
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__exception/exception_ptr.h:72:3: note: function 'exception_ptr' unavailable (cannot import)
 70 |
 71 |   _LIBCPP_HIDE_FROM_ABI exception_ptr() _NOEXCEPT : __ptr_() {}
 72 |   _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {}
    |   |                                   `- note: parameter '' unavailable (cannot import)
    |   `- note: function 'exception_ptr' unavailable (cannot import)
 73 |
 74 |   exception_ptr(const exception_ptr&) _NOEXCEPT;
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:49:3: note: function 'error_code' unavailable (cannot import)
 47 |   _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {}
 48 |
 49 |   _LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val), __cat_(&__cat) {}
    |   |                                           `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'error_code' unavailable (cannot import)
 50 |
 51 |   template <class _Ep, __enable_if_t<is_error_code_enum<_Ep>::value, int> = 0>
    :
 55 |   }
 56 |
 57 |   _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
    |   |                                            `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'assign' unavailable (cannot import)
 58 |     __val_ = __val;
 59 |     __cat_ = &__cat;
    :
 74 |   _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
 75 |
 76 |   _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
    |   |- note: function 'category' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
 77 |
 78 |   _LIBCPP_HIDE_FROM_ABI error_condition default_error_condition() const _NOEXCEPT {
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:56:3: note: function 'error_condition' unavailable (cannot import)
 54 |   _LIBCPP_HIDE_FROM_ABI error_condition() _NOEXCEPT : __val_(0), __cat_(&generic_category()) {}
 55 |
 56 |   _LIBCPP_HIDE_FROM_ABI error_condition(int __val, const error_category& __cat) _NOEXCEPT
    |   |                                                `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'error_condition' unavailable (cannot import)
 57 |       : __val_(__val),
 58 |         __cat_(&__cat) {}
    :
 64 |   }
 65 |
 66 |   _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
    |   |                                            `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'assign' unavailable (cannot import)
 67 |     __val_ = __val;
 68 |     __cat_ = &__cat;
    :
 83 |   _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
 84 |
 85 |   _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
    |   |- note: function 'category' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
 86 |   string message() const;
 87 |
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__locale:112:3: note: function 'has_facet' unavailable (cannot import)
 110 |   void __install_ctor(const locale&, facet*, long);
 111 |   static locale& __global();
 112 |   bool has_facet(id&) const;
     |   |              `- note: parameter '' unavailable (cannot import)
     |   `- note: function 'has_facet' unavailable (cannot import)
 113 |   const facet* use_facet(id&) const;
     |   |                      `- note: parameter '' unavailable (cannot import)
     |   `- note: function 'use_facet' unavailable (cannot import)
 114 |
 115 |   template <class _Facet>
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/typeindex:69:3: note: function 'type_index' unavailable (cannot import)
 67 |
 68 | public:
 69 |   _LIBCPP_HIDE_FROM_ABI type_index(const type_info& __y) _NOEXCEPT : __t_(&__y) {}
    |   |                                `- note: parameter '__y' unavailable (cannot import)
    |   `- note: function 'type_index' unavailable (cannot import)
 70 |
 71 |   _LIBCPP_HIDE_FROM_ABI bool operator==(const type_index& __y) const _NOEXCEPT { return *__t_ == *__y.__t_; }
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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();
/Users/admin/builder/spi-builder-workspace/.build/checkouts/manifold-swift/External/manifold/include/manifold/manifold.h:499:3: note: function 'GetCsgLeafNode' unavailable (cannot import)
497 |   mutable std::shared_ptr<CsgNode> pNode_;
498 |
499 |   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)
500 | };
501 | /** @} */
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__exception/exception_ptr.h:72:3: note: function 'exception_ptr' unavailable (cannot import)
 70 |
 71 |   _LIBCPP_HIDE_FROM_ABI exception_ptr() _NOEXCEPT : __ptr_() {}
 72 |   _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {}
    |   |                                   `- note: parameter '' unavailable (cannot import)
    |   `- note: function 'exception_ptr' unavailable (cannot import)
 73 |
 74 |   exception_ptr(const exception_ptr&) _NOEXCEPT;
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:49:3: note: function 'error_code' unavailable (cannot import)
 47 |   _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {}
 48 |
 49 |   _LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val), __cat_(&__cat) {}
    |   |                                           `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'error_code' unavailable (cannot import)
 50 |
 51 |   template <class _Ep, __enable_if_t<is_error_code_enum<_Ep>::value, int> = 0>
    :
 55 |   }
 56 |
 57 |   _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
    |   |                                            `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'assign' unavailable (cannot import)
 58 |     __val_ = __val;
 59 |     __cat_ = &__cat;
    :
 74 |   _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
 75 |
 76 |   _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
    |   |- note: function 'category' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
 77 |
 78 |   _LIBCPP_HIDE_FROM_ABI error_condition default_error_condition() const _NOEXCEPT {
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:56:3: note: function 'error_condition' unavailable (cannot import)
 54 |   _LIBCPP_HIDE_FROM_ABI error_condition() _NOEXCEPT : __val_(0), __cat_(&generic_category()) {}
 55 |
 56 |   _LIBCPP_HIDE_FROM_ABI error_condition(int __val, const error_category& __cat) _NOEXCEPT
    |   |                                                `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'error_condition' unavailable (cannot import)
 57 |       : __val_(__val),
 58 |         __cat_(&__cat) {}
    :
 64 |   }
 65 |
 66 |   _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
    |   |                                            `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'assign' unavailable (cannot import)
 67 |     __val_ = __val;
 68 |     __cat_ = &__cat;
    :
 83 |   _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
 84 |
 85 |   _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
    |   |- note: function 'category' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
 86 |   string message() const;
 87 |
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__locale:112:3: note: function 'has_facet' unavailable (cannot import)
 110 |   void __install_ctor(const locale&, facet*, long);
 111 |   static locale& __global();
 112 |   bool has_facet(id&) const;
     |   |              `- note: parameter '' unavailable (cannot import)
     |   `- note: function 'has_facet' unavailable (cannot import)
 113 |   const facet* use_facet(id&) const;
     |   |                      `- note: parameter '' unavailable (cannot import)
     |   `- note: function 'use_facet' unavailable (cannot import)
 114 |
 115 |   template <class _Facet>
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/typeindex:69:3: note: function 'type_index' unavailable (cannot import)
 67 |
 68 | public:
 69 |   _LIBCPP_HIDE_FROM_ABI type_index(const type_info& __y) _NOEXCEPT : __t_(&__y) {}
    |   |                                `- note: parameter '__y' unavailable (cannot import)
    |   `- note: function 'type_index' unavailable (cannot import)
 70 |
 71 |   _LIBCPP_HIDE_FROM_ABI bool operator==(const type_index& __y) const _NOEXCEPT { return *__t_ == *__y.__t_; }
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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();
/Users/admin/builder/spi-builder-workspace/.build/checkouts/manifold-swift/External/manifold/include/manifold/manifold.h:499:3: note: function 'GetCsgLeafNode' unavailable (cannot import)
497 |   mutable std::shared_ptr<CsgNode> pNode_;
498 |
499 |   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)
500 | };
501 | /** @} */
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__exception/exception_ptr.h:72:3: note: function 'exception_ptr' unavailable (cannot import)
 70 |
 71 |   _LIBCPP_HIDE_FROM_ABI exception_ptr() _NOEXCEPT : __ptr_() {}
 72 |   _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {}
    |   |                                   `- note: parameter '' unavailable (cannot import)
    |   `- note: function 'exception_ptr' unavailable (cannot import)
 73 |
 74 |   exception_ptr(const exception_ptr&) _NOEXCEPT;
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:49:3: note: function 'error_code' unavailable (cannot import)
 47 |   _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {}
 48 |
 49 |   _LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val), __cat_(&__cat) {}
    |   |                                           `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'error_code' unavailable (cannot import)
 50 |
 51 |   template <class _Ep, __enable_if_t<is_error_code_enum<_Ep>::value, int> = 0>
    :
 55 |   }
 56 |
 57 |   _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
    |   |                                            `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'assign' unavailable (cannot import)
 58 |     __val_ = __val;
 59 |     __cat_ = &__cat;
    :
 74 |   _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
 75 |
 76 |   _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
    |   |- note: function 'category' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
 77 |
 78 |   _LIBCPP_HIDE_FROM_ABI error_condition default_error_condition() const _NOEXCEPT {
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:56:3: note: function 'error_condition' unavailable (cannot import)
 54 |   _LIBCPP_HIDE_FROM_ABI error_condition() _NOEXCEPT : __val_(0), __cat_(&generic_category()) {}
 55 |
 56 |   _LIBCPP_HIDE_FROM_ABI error_condition(int __val, const error_category& __cat) _NOEXCEPT
    |   |                                                `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'error_condition' unavailable (cannot import)
 57 |       : __val_(__val),
 58 |         __cat_(&__cat) {}
    :
 64 |   }
 65 |
 66 |   _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
    |   |                                            `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'assign' unavailable (cannot import)
 67 |     __val_ = __val;
 68 |     __cat_ = &__cat;
    :
 83 |   _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
 84 |
 85 |   _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
    |   |- note: function 'category' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
 86 |   string message() const;
 87 |
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__locale:112:3: note: function 'has_facet' unavailable (cannot import)
 110 |   void __install_ctor(const locale&, facet*, long);
 111 |   static locale& __global();
 112 |   bool has_facet(id&) const;
     |   |              `- note: parameter '' unavailable (cannot import)
     |   `- note: function 'has_facet' unavailable (cannot import)
 113 |   const facet* use_facet(id&) const;
     |   |                      `- note: parameter '' unavailable (cannot import)
     |   `- note: function 'use_facet' unavailable (cannot import)
 114 |
 115 |   template <class _Facet>
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/typeindex:69:3: note: function 'type_index' unavailable (cannot import)
 67 |
 68 | public:
 69 |   _LIBCPP_HIDE_FROM_ABI type_index(const type_info& __y) _NOEXCEPT : __t_(&__y) {}
    |   |                                `- note: parameter '__y' unavailable (cannot import)
    |   `- note: function 'type_index' unavailable (cannot import)
 70 |
 71 |   _LIBCPP_HIDE_FROM_ABI bool operator==(const type_index& __y) const _NOEXCEPT { return *__t_ == *__y.__t_; }
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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();
/Users/admin/builder/spi-builder-workspace/.build/checkouts/manifold-swift/External/manifold/include/manifold/manifold.h:499:3: note: function 'GetCsgLeafNode' unavailable (cannot import)
497 |   mutable std::shared_ptr<CsgNode> pNode_;
498 |
499 |   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)
500 | };
501 | /** @} */
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__exception/exception_ptr.h:72:3: note: function 'exception_ptr' unavailable (cannot import)
 70 |
 71 |   _LIBCPP_HIDE_FROM_ABI exception_ptr() _NOEXCEPT : __ptr_() {}
 72 |   _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {}
    |   |                                   `- note: parameter '' unavailable (cannot import)
    |   `- note: function 'exception_ptr' unavailable (cannot import)
 73 |
 74 |   exception_ptr(const exception_ptr&) _NOEXCEPT;
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:49:3: note: function 'error_code' unavailable (cannot import)
 47 |   _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {}
 48 |
 49 |   _LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val), __cat_(&__cat) {}
    |   |                                           `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'error_code' unavailable (cannot import)
 50 |
 51 |   template <class _Ep, __enable_if_t<is_error_code_enum<_Ep>::value, int> = 0>
    :
 55 |   }
 56 |
 57 |   _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
    |   |                                            `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'assign' unavailable (cannot import)
 58 |     __val_ = __val;
 59 |     __cat_ = &__cat;
    :
 74 |   _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
 75 |
 76 |   _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
    |   |- note: function 'category' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
 77 |
 78 |   _LIBCPP_HIDE_FROM_ABI error_condition default_error_condition() const _NOEXCEPT {
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:56:3: note: function 'error_condition' unavailable (cannot import)
 54 |   _LIBCPP_HIDE_FROM_ABI error_condition() _NOEXCEPT : __val_(0), __cat_(&generic_category()) {}
 55 |
 56 |   _LIBCPP_HIDE_FROM_ABI error_condition(int __val, const error_category& __cat) _NOEXCEPT
    |   |                                                `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'error_condition' unavailable (cannot import)
 57 |       : __val_(__val),
 58 |         __cat_(&__cat) {}
    :
 64 |   }
 65 |
 66 |   _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
    |   |                                            `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'assign' unavailable (cannot import)
 67 |     __val_ = __val;
 68 |     __cat_ = &__cat;
    :
 83 |   _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
 84 |
 85 |   _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
    |   |- note: function 'category' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
 86 |   string message() const;
 87 |
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__locale:112:3: note: function 'has_facet' unavailable (cannot import)
 110 |   void __install_ctor(const locale&, facet*, long);
 111 |   static locale& __global();
 112 |   bool has_facet(id&) const;
     |   |              `- note: parameter '' unavailable (cannot import)
     |   `- note: function 'has_facet' unavailable (cannot import)
 113 |   const facet* use_facet(id&) const;
     |   |                      `- note: parameter '' unavailable (cannot import)
     |   `- note: function 'use_facet' unavailable (cannot import)
 114 |
 115 |   template <class _Facet>
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/typeindex:69:3: note: function 'type_index' unavailable (cannot import)
 67 |
 68 | public:
 69 |   _LIBCPP_HIDE_FROM_ABI type_index(const type_info& __y) _NOEXCEPT : __t_(&__y) {}
    |   |                                `- note: parameter '__y' unavailable (cannot import)
    |   `- note: function 'type_index' unavailable (cannot import)
 70 |
 71 |   _LIBCPP_HIDE_FROM_ABI bool operator==(const type_index& __y) const _NOEXCEPT { return *__t_ == *__y.__t_; }
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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();
/Users/admin/builder/spi-builder-workspace/.build/checkouts/manifold-swift/External/manifold/include/manifold/manifold.h:499:3: note: function 'GetCsgLeafNode' unavailable (cannot import)
497 |   mutable std::shared_ptr<CsgNode> pNode_;
498 |
499 |   CsgLeafNode& GetCsgLeafNode() const;
    |   |- note: function 'GetCsgLeafNode' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
500 | };
501 | /** @} */
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__exception/exception_ptr.h:72:3: note: function 'exception_ptr' unavailable (cannot import)
 70 |
 71 |   _LIBCPP_HIDE_FROM_ABI exception_ptr() _NOEXCEPT : __ptr_() {}
 72 |   _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {}
    |   |                                   `- note: parameter '' unavailable (cannot import)
    |   `- note: function 'exception_ptr' unavailable (cannot import)
 73 |
 74 |   exception_ptr(const exception_ptr&) _NOEXCEPT;
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:49:3: note: function 'error_code' unavailable (cannot import)
 47 |   _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {}
 48 |
 49 |   _LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val), __cat_(&__cat) {}
    |   |                                           `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'error_code' unavailable (cannot import)
 50 |
 51 |   template <class _Ep, __enable_if_t<is_error_code_enum<_Ep>::value, int> = 0>
    :
 55 |   }
 56 |
 57 |   _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
    |   |                                            `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'assign' unavailable (cannot import)
 58 |     __val_ = __val;
 59 |     __cat_ = &__cat;
    :
 74 |   _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
 75 |
 76 |   _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
    |   |- note: function 'category' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
 77 |
 78 |   _LIBCPP_HIDE_FROM_ABI error_condition default_error_condition() const _NOEXCEPT {
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:56:3: note: function 'error_condition' unavailable (cannot import)
 54 |   _LIBCPP_HIDE_FROM_ABI error_condition() _NOEXCEPT : __val_(0), __cat_(&generic_category()) {}
 55 |
 56 |   _LIBCPP_HIDE_FROM_ABI error_condition(int __val, const error_category& __cat) _NOEXCEPT
    |   |                                                `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'error_condition' unavailable (cannot import)
 57 |       : __val_(__val),
 58 |         __cat_(&__cat) {}
    :
 64 |   }
 65 |
 66 |   _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
    |   |                                            `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'assign' unavailable (cannot import)
 67 |     __val_ = __val;
 68 |     __cat_ = &__cat;
    :
 83 |   _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
 84 |
 85 |   _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
    |   |- note: function 'category' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
 86 |   string message() const;
 87 |
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__locale:112:3: note: function 'has_facet' unavailable (cannot import)
 110 |   void __install_ctor(const locale&, facet*, long);
 111 |   static locale& __global();
 112 |   bool has_facet(id&) const;
     |   |              `- note: parameter '' unavailable (cannot import)
     |   `- note: function 'has_facet' unavailable (cannot import)
 113 |   const facet* use_facet(id&) const;
     |   |                      `- note: parameter '' unavailable (cannot import)
     |   `- note: function 'use_facet' unavailable (cannot import)
 114 |
 115 |   template <class _Facet>
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/typeindex:69:3: note: function 'type_index' unavailable (cannot import)
 67 |
 68 | public:
 69 |   _LIBCPP_HIDE_FROM_ABI type_index(const type_info& __y) _NOEXCEPT : __t_(&__y) {}
    |   |                                `- note: parameter '__y' unavailable (cannot import)
    |   `- note: function 'type_index' unavailable (cannot import)
 70 |
 71 |   _LIBCPP_HIDE_FROM_ABI bool operator==(const type_index& __y) const _NOEXCEPT { return *__t_ == *__y.__t_; }
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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();
/Users/admin/builder/spi-builder-workspace/.build/checkouts/manifold-swift/External/manifold/include/manifold/manifold.h:499:3: note: function 'GetCsgLeafNode' unavailable (cannot import)
497 |   mutable std::shared_ptr<CsgNode> pNode_;
498 |
499 |   CsgLeafNode& GetCsgLeafNode() const;
    |   |- note: function 'GetCsgLeafNode' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
500 | };
501 | /** @} */
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__exception/exception_ptr.h:72:3: note: function 'exception_ptr' unavailable (cannot import)
 70 |
 71 |   _LIBCPP_HIDE_FROM_ABI exception_ptr() _NOEXCEPT : __ptr_() {}
 72 |   _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {}
    |   |                                   `- note: parameter '' unavailable (cannot import)
    |   `- note: function 'exception_ptr' unavailable (cannot import)
 73 |
 74 |   exception_ptr(const exception_ptr&) _NOEXCEPT;
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:49:3: note: function 'error_code' unavailable (cannot import)
 47 |   _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {}
 48 |
 49 |   _LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val), __cat_(&__cat) {}
    |   |                                           `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'error_code' unavailable (cannot import)
 50 |
 51 |   template <class _Ep, __enable_if_t<is_error_code_enum<_Ep>::value, int> = 0>
    :
 55 |   }
 56 |
 57 |   _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
    |   |                                            `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'assign' unavailable (cannot import)
 58 |     __val_ = __val;
 59 |     __cat_ = &__cat;
    :
 74 |   _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
 75 |
 76 |   _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
    |   |- note: function 'category' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
 77 |
 78 |   _LIBCPP_HIDE_FROM_ABI error_condition default_error_condition() const _NOEXCEPT {
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:56:3: note: function 'error_condition' unavailable (cannot import)
 54 |   _LIBCPP_HIDE_FROM_ABI error_condition() _NOEXCEPT : __val_(0), __cat_(&generic_category()) {}
 55 |
 56 |   _LIBCPP_HIDE_FROM_ABI error_condition(int __val, const error_category& __cat) _NOEXCEPT
    |   |                                                `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'error_condition' unavailable (cannot import)
 57 |       : __val_(__val),
 58 |         __cat_(&__cat) {}
    :
 64 |   }
 65 |
 66 |   _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
    |   |                                            `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'assign' unavailable (cannot import)
 67 |     __val_ = __val;
 68 |     __cat_ = &__cat;
    :
 83 |   _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
 84 |
 85 |   _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
    |   |- note: function 'category' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
 86 |   string message() const;
 87 |
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__locale:112:3: note: function 'has_facet' unavailable (cannot import)
 110 |   void __install_ctor(const locale&, facet*, long);
 111 |   static locale& __global();
 112 |   bool has_facet(id&) const;
     |   |              `- note: parameter '' unavailable (cannot import)
     |   `- note: function 'has_facet' unavailable (cannot import)
 113 |   const facet* use_facet(id&) const;
     |   |                      `- note: parameter '' unavailable (cannot import)
     |   `- note: function 'use_facet' unavailable (cannot import)
 114 |
 115 |   template <class _Facet>
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/typeindex:69:3: note: function 'type_index' unavailable (cannot import)
 67 |
 68 | public:
 69 |   _LIBCPP_HIDE_FROM_ABI type_index(const type_info& __y) _NOEXCEPT : __t_(&__y) {}
    |   |                                `- note: parameter '__y' unavailable (cannot import)
    |   `- note: function 'type_index' unavailable (cannot import)
 70 |
 71 |   _LIBCPP_HIDE_FROM_ABI bool operator==(const type_index& __y) const _NOEXCEPT { return *__t_ == *__y.__t_; }
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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();
/Users/admin/builder/spi-builder-workspace/.build/checkouts/manifold-swift/External/manifold/include/manifold/manifold.h:499:3: note: function 'GetCsgLeafNode' unavailable (cannot import)
497 |   mutable std::shared_ptr<CsgNode> pNode_;
498 |
499 |   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)
500 | };
501 | /** @} */
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__exception/exception_ptr.h:72:3: note: function 'exception_ptr' unavailable (cannot import)
 70 |
 71 |   _LIBCPP_HIDE_FROM_ABI exception_ptr() _NOEXCEPT : __ptr_() {}
 72 |   _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {}
    |   |                                   `- note: parameter '' unavailable (cannot import)
    |   `- note: function 'exception_ptr' unavailable (cannot import)
 73 |
 74 |   exception_ptr(const exception_ptr&) _NOEXCEPT;
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:49:3: note: function 'error_code' unavailable (cannot import)
 47 |   _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {}
 48 |
 49 |   _LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val), __cat_(&__cat) {}
    |   |                                           `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'error_code' unavailable (cannot import)
 50 |
 51 |   template <class _Ep, __enable_if_t<is_error_code_enum<_Ep>::value, int> = 0>
    :
 55 |   }
 56 |
 57 |   _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
    |   |                                            `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'assign' unavailable (cannot import)
 58 |     __val_ = __val;
 59 |     __cat_ = &__cat;
    :
 74 |   _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
 75 |
 76 |   _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
    |   |- note: function 'category' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
 77 |
 78 |   _LIBCPP_HIDE_FROM_ABI error_condition default_error_condition() const _NOEXCEPT {
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:56:3: note: function 'error_condition' unavailable (cannot import)
 54 |   _LIBCPP_HIDE_FROM_ABI error_condition() _NOEXCEPT : __val_(0), __cat_(&generic_category()) {}
 55 |
 56 |   _LIBCPP_HIDE_FROM_ABI error_condition(int __val, const error_category& __cat) _NOEXCEPT
    |   |                                                `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'error_condition' unavailable (cannot import)
 57 |       : __val_(__val),
 58 |         __cat_(&__cat) {}
    :
 64 |   }
 65 |
 66 |   _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
    |   |                                            `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'assign' unavailable (cannot import)
 67 |     __val_ = __val;
 68 |     __cat_ = &__cat;
    :
 83 |   _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
 84 |
 85 |   _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
    |   |- note: function 'category' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
 86 |   string message() const;
 87 |
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__locale:112:3: note: function 'has_facet' unavailable (cannot import)
 110 |   void __install_ctor(const locale&, facet*, long);
 111 |   static locale& __global();
 112 |   bool has_facet(id&) const;
     |   |              `- note: parameter '' unavailable (cannot import)
     |   `- note: function 'has_facet' unavailable (cannot import)
 113 |   const facet* use_facet(id&) const;
     |   |                      `- note: parameter '' unavailable (cannot import)
     |   `- note: function 'use_facet' unavailable (cannot import)
 114 |
 115 |   template <class _Facet>
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/typeindex:69:3: note: function 'type_index' unavailable (cannot import)
 67 |
 68 | public:
 69 |   _LIBCPP_HIDE_FROM_ABI type_index(const type_info& __y) _NOEXCEPT : __t_(&__y) {}
    |   |                                `- note: parameter '__y' unavailable (cannot import)
    |   `- note: function 'type_index' unavailable (cannot import)
 70 |
 71 |   _LIBCPP_HIDE_FROM_ABI bool operator==(const type_index& __y) const _NOEXCEPT { return *__t_ == *__y.__t_; }
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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();
/Users/admin/builder/spi-builder-workspace/.build/checkouts/manifold-swift/External/manifold/include/manifold/manifold.h:499:3: note: function 'GetCsgLeafNode' unavailable (cannot import)
497 |   mutable std::shared_ptr<CsgNode> pNode_;
498 |
499 |   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)
500 | };
501 | /** @} */
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__exception/exception_ptr.h:72:3: note: function 'exception_ptr' unavailable (cannot import)
 70 |
 71 |   _LIBCPP_HIDE_FROM_ABI exception_ptr() _NOEXCEPT : __ptr_() {}
 72 |   _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {}
    |   |                                   `- note: parameter '' unavailable (cannot import)
    |   `- note: function 'exception_ptr' unavailable (cannot import)
 73 |
 74 |   exception_ptr(const exception_ptr&) _NOEXCEPT;
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:49:3: note: function 'error_code' unavailable (cannot import)
 47 |   _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {}
 48 |
 49 |   _LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val), __cat_(&__cat) {}
    |   |                                           `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'error_code' unavailable (cannot import)
 50 |
 51 |   template <class _Ep, __enable_if_t<is_error_code_enum<_Ep>::value, int> = 0>
    :
 55 |   }
 56 |
 57 |   _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
    |   |                                            `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'assign' unavailable (cannot import)
 58 |     __val_ = __val;
 59 |     __cat_ = &__cat;
    :
 74 |   _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
 75 |
 76 |   _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
    |   |- note: function 'category' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
 77 |
 78 |   _LIBCPP_HIDE_FROM_ABI error_condition default_error_condition() const _NOEXCEPT {
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:56:3: note: function 'error_condition' unavailable (cannot import)
 54 |   _LIBCPP_HIDE_FROM_ABI error_condition() _NOEXCEPT : __val_(0), __cat_(&generic_category()) {}
 55 |
 56 |   _LIBCPP_HIDE_FROM_ABI error_condition(int __val, const error_category& __cat) _NOEXCEPT
    |   |                                                `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'error_condition' unavailable (cannot import)
 57 |       : __val_(__val),
 58 |         __cat_(&__cat) {}
    :
 64 |   }
 65 |
 66 |   _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
    |   |                                            `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'assign' unavailable (cannot import)
 67 |     __val_ = __val;
 68 |     __cat_ = &__cat;
    :
 83 |   _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
 84 |
 85 |   _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
    |   |- note: function 'category' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
 86 |   string message() const;
 87 |
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__locale:112:3: note: function 'has_facet' unavailable (cannot import)
 110 |   void __install_ctor(const locale&, facet*, long);
 111 |   static locale& __global();
 112 |   bool has_facet(id&) const;
     |   |              `- note: parameter '' unavailable (cannot import)
     |   `- note: function 'has_facet' unavailable (cannot import)
 113 |   const facet* use_facet(id&) const;
     |   |                      `- note: parameter '' unavailable (cannot import)
     |   `- note: function 'use_facet' unavailable (cannot import)
 114 |
 115 |   template <class _Facet>
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/typeindex:69:3: note: function 'type_index' unavailable (cannot import)
 67 |
 68 | public:
 69 |   _LIBCPP_HIDE_FROM_ABI type_index(const type_info& __y) _NOEXCEPT : __t_(&__y) {}
    |   |                                `- note: parameter '__y' unavailable (cannot import)
    |   `- note: function 'type_index' unavailable (cannot import)
 70 |
 71 |   _LIBCPP_HIDE_FROM_ABI bool operator==(const type_index& __y) const _NOEXCEPT { return *__t_ == *__y.__t_; }
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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();
/Users/admin/builder/spi-builder-workspace/.build/checkouts/manifold-swift/External/manifold/include/manifold/manifold.h:499:3: note: function 'GetCsgLeafNode' unavailable (cannot import)
497 |   mutable std::shared_ptr<CsgNode> pNode_;
498 |
499 |   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)
500 | };
501 | /** @} */
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__exception/exception_ptr.h:72:3: note: function 'exception_ptr' unavailable (cannot import)
 70 |
 71 |   _LIBCPP_HIDE_FROM_ABI exception_ptr() _NOEXCEPT : __ptr_() {}
 72 |   _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {}
    |   |                                   `- note: parameter '' unavailable (cannot import)
    |   `- note: function 'exception_ptr' unavailable (cannot import)
 73 |
 74 |   exception_ptr(const exception_ptr&) _NOEXCEPT;
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:49:3: note: function 'error_code' unavailable (cannot import)
 47 |   _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {}
 48 |
 49 |   _LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val), __cat_(&__cat) {}
    |   |                                           `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'error_code' unavailable (cannot import)
 50 |
 51 |   template <class _Ep, __enable_if_t<is_error_code_enum<_Ep>::value, int> = 0>
    :
 55 |   }
 56 |
 57 |   _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
    |   |                                            `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'assign' unavailable (cannot import)
 58 |     __val_ = __val;
 59 |     __cat_ = &__cat;
    :
 74 |   _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
 75 |
 76 |   _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
    |   |- note: function 'category' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
 77 |
 78 |   _LIBCPP_HIDE_FROM_ABI error_condition default_error_condition() const _NOEXCEPT {
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:56:3: note: function 'error_condition' unavailable (cannot import)
 54 |   _LIBCPP_HIDE_FROM_ABI error_condition() _NOEXCEPT : __val_(0), __cat_(&generic_category()) {}
 55 |
 56 |   _LIBCPP_HIDE_FROM_ABI error_condition(int __val, const error_category& __cat) _NOEXCEPT
    |   |                                                `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'error_condition' unavailable (cannot import)
 57 |       : __val_(__val),
 58 |         __cat_(&__cat) {}
    :
 64 |   }
 65 |
 66 |   _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
    |   |                                            `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'assign' unavailable (cannot import)
 67 |     __val_ = __val;
 68 |     __cat_ = &__cat;
    :
 83 |   _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
 84 |
 85 |   _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
    |   |- note: function 'category' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
 86 |   string message() const;
 87 |
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__locale:112:3: note: function 'has_facet' unavailable (cannot import)
 110 |   void __install_ctor(const locale&, facet*, long);
 111 |   static locale& __global();
 112 |   bool has_facet(id&) const;
     |   |              `- note: parameter '' unavailable (cannot import)
     |   `- note: function 'has_facet' unavailable (cannot import)
 113 |   const facet* use_facet(id&) const;
     |   |                      `- note: parameter '' unavailable (cannot import)
     |   `- note: function 'use_facet' unavailable (cannot import)
 114 |
 115 |   template <class _Facet>
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/typeindex:69:3: note: function 'type_index' unavailable (cannot import)
 67 |
 68 | public:
 69 |   _LIBCPP_HIDE_FROM_ABI type_index(const type_info& __y) _NOEXCEPT : __t_(&__y) {}
    |   |                                `- note: parameter '__y' unavailable (cannot import)
    |   `- note: function 'type_index' unavailable (cannot import)
 70 |
 71 |   _LIBCPP_HIDE_FROM_ABI bool operator==(const type_index& __y) const _NOEXCEPT { return *__t_ == *__y.__t_; }
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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();
/Users/admin/builder/spi-builder-workspace/.build/checkouts/manifold-swift/External/manifold/include/manifold/manifold.h:499:3: note: function 'GetCsgLeafNode' unavailable (cannot import)
497 |   mutable std::shared_ptr<CsgNode> pNode_;
498 |
499 |   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)
500 | };
501 | /** @} */
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__exception/exception_ptr.h:72:3: note: function 'exception_ptr' unavailable (cannot import)
 70 |
 71 |   _LIBCPP_HIDE_FROM_ABI exception_ptr() _NOEXCEPT : __ptr_() {}
 72 |   _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {}
    |   |                                   `- note: parameter '' unavailable (cannot import)
    |   `- note: function 'exception_ptr' unavailable (cannot import)
 73 |
 74 |   exception_ptr(const exception_ptr&) _NOEXCEPT;
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:49:3: note: function 'error_code' unavailable (cannot import)
 47 |   _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {}
 48 |
 49 |   _LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val), __cat_(&__cat) {}
    |   |                                           `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'error_code' unavailable (cannot import)
 50 |
 51 |   template <class _Ep, __enable_if_t<is_error_code_enum<_Ep>::value, int> = 0>
    :
 55 |   }
 56 |
 57 |   _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
    |   |                                            `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'assign' unavailable (cannot import)
 58 |     __val_ = __val;
 59 |     __cat_ = &__cat;
    :
 74 |   _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
 75 |
 76 |   _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
    |   |- note: function 'category' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
 77 |
 78 |   _LIBCPP_HIDE_FROM_ABI error_condition default_error_condition() const _NOEXCEPT {
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:56:3: note: function 'error_condition' unavailable (cannot import)
 54 |   _LIBCPP_HIDE_FROM_ABI error_condition() _NOEXCEPT : __val_(0), __cat_(&generic_category()) {}
 55 |
 56 |   _LIBCPP_HIDE_FROM_ABI error_condition(int __val, const error_category& __cat) _NOEXCEPT
    |   |                                                `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'error_condition' unavailable (cannot import)
 57 |       : __val_(__val),
 58 |         __cat_(&__cat) {}
    :
 64 |   }
 65 |
 66 |   _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
    |   |                                            `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'assign' unavailable (cannot import)
 67 |     __val_ = __val;
 68 |     __cat_ = &__cat;
    :
 83 |   _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
 84 |
 85 |   _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
    |   |- note: function 'category' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
 86 |   string message() const;
 87 |
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__locale:112:3: note: function 'has_facet' unavailable (cannot import)
 110 |   void __install_ctor(const locale&, facet*, long);
 111 |   static locale& __global();
 112 |   bool has_facet(id&) const;
     |   |              `- note: parameter '' unavailable (cannot import)
     |   `- note: function 'has_facet' unavailable (cannot import)
 113 |   const facet* use_facet(id&) const;
     |   |                      `- note: parameter '' unavailable (cannot import)
     |   `- note: function 'use_facet' unavailable (cannot import)
 114 |
 115 |   template <class _Facet>
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/typeindex:69:3: note: function 'type_index' unavailable (cannot import)
 67 |
 68 | public:
 69 |   _LIBCPP_HIDE_FROM_ABI type_index(const type_info& __y) _NOEXCEPT : __t_(&__y) {}
    |   |                                `- note: parameter '__y' unavailable (cannot import)
    |   `- note: function 'type_index' unavailable (cannot import)
 70 |
 71 |   _LIBCPP_HIDE_FROM_ABI bool operator==(const type_index& __y) const _NOEXCEPT { return *__t_ == *__y.__t_; }
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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();
/Users/admin/builder/spi-builder-workspace/.build/checkouts/manifold-swift/External/manifold/include/manifold/manifold.h:499:3: note: function 'GetCsgLeafNode' unavailable (cannot import)
497 |   mutable std::shared_ptr<CsgNode> pNode_;
498 |
499 |   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)
500 | };
501 | /** @} */
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__exception/exception_ptr.h:72:3: note: function 'exception_ptr' unavailable (cannot import)
 70 |
 71 |   _LIBCPP_HIDE_FROM_ABI exception_ptr() _NOEXCEPT : __ptr_() {}
 72 |   _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {}
    |   |                                   `- note: parameter '' unavailable (cannot import)
    |   `- note: function 'exception_ptr' unavailable (cannot import)
 73 |
 74 |   exception_ptr(const exception_ptr&) _NOEXCEPT;
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:49:3: note: function 'error_code' unavailable (cannot import)
 47 |   _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {}
 48 |
 49 |   _LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val), __cat_(&__cat) {}
    |   |                                           `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'error_code' unavailable (cannot import)
 50 |
 51 |   template <class _Ep, __enable_if_t<is_error_code_enum<_Ep>::value, int> = 0>
    :
 55 |   }
 56 |
 57 |   _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
    |   |                                            `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'assign' unavailable (cannot import)
 58 |     __val_ = __val;
 59 |     __cat_ = &__cat;
    :
 74 |   _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
 75 |
 76 |   _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
    |   |- note: function 'category' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
 77 |
 78 |   _LIBCPP_HIDE_FROM_ABI error_condition default_error_condition() const _NOEXCEPT {
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:56:3: note: function 'error_condition' unavailable (cannot import)
 54 |   _LIBCPP_HIDE_FROM_ABI error_condition() _NOEXCEPT : __val_(0), __cat_(&generic_category()) {}
 55 |
 56 |   _LIBCPP_HIDE_FROM_ABI error_condition(int __val, const error_category& __cat) _NOEXCEPT
    |   |                                                `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'error_condition' unavailable (cannot import)
 57 |       : __val_(__val),
 58 |         __cat_(&__cat) {}
    :
 64 |   }
 65 |
 66 |   _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
    |   |                                            `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'assign' unavailable (cannot import)
 67 |     __val_ = __val;
 68 |     __cat_ = &__cat;
    :
 83 |   _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
 84 |
 85 |   _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
    |   |- note: function 'category' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
 86 |   string message() const;
 87 |
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__locale:112:3: note: function 'has_facet' unavailable (cannot import)
 110 |   void __install_ctor(const locale&, facet*, long);
 111 |   static locale& __global();
 112 |   bool has_facet(id&) const;
     |   |              `- note: parameter '' unavailable (cannot import)
     |   `- note: function 'has_facet' unavailable (cannot import)
 113 |   const facet* use_facet(id&) const;
     |   |                      `- note: parameter '' unavailable (cannot import)
     |   `- note: function 'use_facet' unavailable (cannot import)
 114 |
 115 |   template <class _Facet>
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/typeindex:69:3: note: function 'type_index' unavailable (cannot import)
 67 |
 68 | public:
 69 |   _LIBCPP_HIDE_FROM_ABI type_index(const type_info& __y) _NOEXCEPT : __t_(&__y) {}
    |   |                                `- note: parameter '__y' unavailable (cannot import)
    |   `- note: function 'type_index' unavailable (cannot import)
 70 |
 71 |   _LIBCPP_HIDE_FROM_ABI bool operator==(const type_index& __y) const _NOEXCEPT { return *__t_ == *__y.__t_; }
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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();
/Users/admin/builder/spi-builder-workspace/.build/checkouts/manifold-swift/External/manifold/include/manifold/manifold.h:499:3: note: function 'GetCsgLeafNode' unavailable (cannot import)
497 |   mutable std::shared_ptr<CsgNode> pNode_;
498 |
499 |   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)
500 | };
501 | /** @} */
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__exception/exception_ptr.h:72:3: note: function 'exception_ptr' unavailable (cannot import)
 70 |
 71 |   _LIBCPP_HIDE_FROM_ABI exception_ptr() _NOEXCEPT : __ptr_() {}
 72 |   _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {}
    |   |                                   `- note: parameter '' unavailable (cannot import)
    |   `- note: function 'exception_ptr' unavailable (cannot import)
 73 |
 74 |   exception_ptr(const exception_ptr&) _NOEXCEPT;
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:49:3: note: function 'error_code' unavailable (cannot import)
 47 |   _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {}
 48 |
 49 |   _LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val), __cat_(&__cat) {}
    |   |                                           `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'error_code' unavailable (cannot import)
 50 |
 51 |   template <class _Ep, __enable_if_t<is_error_code_enum<_Ep>::value, int> = 0>
    :
 55 |   }
 56 |
 57 |   _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
    |   |                                            `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'assign' unavailable (cannot import)
 58 |     __val_ = __val;
 59 |     __cat_ = &__cat;
    :
 74 |   _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
 75 |
 76 |   _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
    |   |- note: function 'category' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
 77 |
 78 |   _LIBCPP_HIDE_FROM_ABI error_condition default_error_condition() const _NOEXCEPT {
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:56:3: note: function 'error_condition' unavailable (cannot import)
 54 |   _LIBCPP_HIDE_FROM_ABI error_condition() _NOEXCEPT : __val_(0), __cat_(&generic_category()) {}
 55 |
 56 |   _LIBCPP_HIDE_FROM_ABI error_condition(int __val, const error_category& __cat) _NOEXCEPT
    |   |                                                `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'error_condition' unavailable (cannot import)
 57 |       : __val_(__val),
 58 |         __cat_(&__cat) {}
    :
 64 |   }
 65 |
 66 |   _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
    |   |                                            `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'assign' unavailable (cannot import)
 67 |     __val_ = __val;
 68 |     __cat_ = &__cat;
    :
 83 |   _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
 84 |
 85 |   _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
    |   |- note: function 'category' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
 86 |   string message() const;
 87 |
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__locale:112:3: note: function 'has_facet' unavailable (cannot import)
 110 |   void __install_ctor(const locale&, facet*, long);
 111 |   static locale& __global();
 112 |   bool has_facet(id&) const;
     |   |              `- note: parameter '' unavailable (cannot import)
     |   `- note: function 'has_facet' unavailable (cannot import)
 113 |   const facet* use_facet(id&) const;
     |   |                      `- note: parameter '' unavailable (cannot import)
     |   `- note: function 'use_facet' unavailable (cannot import)
 114 |
 115 |   template <class _Facet>
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/typeindex:69:3: note: function 'type_index' unavailable (cannot import)
 67 |
 68 | public:
 69 |   _LIBCPP_HIDE_FROM_ABI type_index(const type_info& __y) _NOEXCEPT : __t_(&__y) {}
    |   |                                `- note: parameter '__y' unavailable (cannot import)
    |   `- note: function 'type_index' unavailable (cannot import)
 70 |
 71 |   _LIBCPP_HIDE_FROM_ABI bool operator==(const type_index& __y) const _NOEXCEPT { return *__t_ == *__y.__t_; }
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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();
/Users/admin/builder/spi-builder-workspace/.build/checkouts/manifold-swift/External/manifold/include/manifold/manifold.h:499:3: note: function 'GetCsgLeafNode' unavailable (cannot import)
497 |   mutable std::shared_ptr<CsgNode> pNode_;
498 |
499 |   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)
500 | };
501 | /** @} */
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__exception/exception_ptr.h:72:3: note: function 'exception_ptr' unavailable (cannot import)
 70 |
 71 |   _LIBCPP_HIDE_FROM_ABI exception_ptr() _NOEXCEPT : __ptr_() {}
 72 |   _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {}
    |   |                                   `- note: parameter '' unavailable (cannot import)
    |   `- note: function 'exception_ptr' unavailable (cannot import)
 73 |
 74 |   exception_ptr(const exception_ptr&) _NOEXCEPT;
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:49:3: note: function 'error_code' unavailable (cannot import)
 47 |   _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {}
 48 |
 49 |   _LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val), __cat_(&__cat) {}
    |   |                                           `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'error_code' unavailable (cannot import)
 50 |
 51 |   template <class _Ep, __enable_if_t<is_error_code_enum<_Ep>::value, int> = 0>
    :
 55 |   }
 56 |
 57 |   _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
    |   |                                            `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'assign' unavailable (cannot import)
 58 |     __val_ = __val;
 59 |     __cat_ = &__cat;
    :
 74 |   _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
 75 |
 76 |   _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
    |   |- note: function 'category' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
 77 |
 78 |   _LIBCPP_HIDE_FROM_ABI error_condition default_error_condition() const _NOEXCEPT {
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:56:3: note: function 'error_condition' unavailable (cannot import)
 54 |   _LIBCPP_HIDE_FROM_ABI error_condition() _NOEXCEPT : __val_(0), __cat_(&generic_category()) {}
 55 |
 56 |   _LIBCPP_HIDE_FROM_ABI error_condition(int __val, const error_category& __cat) _NOEXCEPT
    |   |                                                `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'error_condition' unavailable (cannot import)
 57 |       : __val_(__val),
 58 |         __cat_(&__cat) {}
    :
 64 |   }
 65 |
 66 |   _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
    |   |                                            `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'assign' unavailable (cannot import)
 67 |     __val_ = __val;
 68 |     __cat_ = &__cat;
    :
 83 |   _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
 84 |
 85 |   _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
    |   |- note: function 'category' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
 86 |   string message() const;
 87 |
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__locale:112:3: note: function 'has_facet' unavailable (cannot import)
 110 |   void __install_ctor(const locale&, facet*, long);
 111 |   static locale& __global();
 112 |   bool has_facet(id&) const;
     |   |              `- note: parameter '' unavailable (cannot import)
     |   `- note: function 'has_facet' unavailable (cannot import)
 113 |   const facet* use_facet(id&) const;
     |   |                      `- note: parameter '' unavailable (cannot import)
     |   `- note: function 'use_facet' unavailable (cannot import)
 114 |
 115 |   template <class _Facet>
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/typeindex:69:3: note: function 'type_index' unavailable (cannot import)
 67 |
 68 | public:
 69 |   _LIBCPP_HIDE_FROM_ABI type_index(const type_info& __y) _NOEXCEPT : __t_(&__y) {}
    |   |                                `- note: parameter '__y' unavailable (cannot import)
    |   `- note: function 'type_index' unavailable (cannot import)
 70 |
 71 |   _LIBCPP_HIDE_FROM_ABI bool operator==(const type_index& __y) const _NOEXCEPT { return *__t_ == *__y.__t_; }
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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();
/Users/admin/builder/spi-builder-workspace/.build/checkouts/manifold-swift/External/manifold/include/manifold/manifold.h:499:3: note: function 'GetCsgLeafNode' unavailable (cannot import)
497 |   mutable std::shared_ptr<CsgNode> pNode_;
498 |
499 |   CsgLeafNode& GetCsgLeafNode() const;
    |   |- note: function 'GetCsgLeafNode' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
500 | };
501 | /** @} */
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__exception/exception_ptr.h:72:3: note: function 'exception_ptr' unavailable (cannot import)
 70 |
 71 |   _LIBCPP_HIDE_FROM_ABI exception_ptr() _NOEXCEPT : __ptr_() {}
 72 |   _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {}
    |   |                                   `- note: parameter '' unavailable (cannot import)
    |   `- note: function 'exception_ptr' unavailable (cannot import)
 73 |
 74 |   exception_ptr(const exception_ptr&) _NOEXCEPT;
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:49:3: note: function 'error_code' unavailable (cannot import)
 47 |   _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {}
 48 |
 49 |   _LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val), __cat_(&__cat) {}
    |   |                                           `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'error_code' unavailable (cannot import)
 50 |
 51 |   template <class _Ep, __enable_if_t<is_error_code_enum<_Ep>::value, int> = 0>
    :
 55 |   }
 56 |
 57 |   _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
    |   |                                            `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'assign' unavailable (cannot import)
 58 |     __val_ = __val;
 59 |     __cat_ = &__cat;
    :
 74 |   _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
 75 |
 76 |   _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
    |   |- note: function 'category' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
 77 |
 78 |   _LIBCPP_HIDE_FROM_ABI error_condition default_error_condition() const _NOEXCEPT {
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:56:3: note: function 'error_condition' unavailable (cannot import)
 54 |   _LIBCPP_HIDE_FROM_ABI error_condition() _NOEXCEPT : __val_(0), __cat_(&generic_category()) {}
 55 |
 56 |   _LIBCPP_HIDE_FROM_ABI error_condition(int __val, const error_category& __cat) _NOEXCEPT
    |   |                                                `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'error_condition' unavailable (cannot import)
 57 |       : __val_(__val),
 58 |         __cat_(&__cat) {}
    :
 64 |   }
 65 |
 66 |   _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
    |   |                                            `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'assign' unavailable (cannot import)
 67 |     __val_ = __val;
 68 |     __cat_ = &__cat;
    :
 83 |   _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
 84 |
 85 |   _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
    |   |- note: function 'category' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
 86 |   string message() const;
 87 |
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__locale:112:3: note: function 'has_facet' unavailable (cannot import)
 110 |   void __install_ctor(const locale&, facet*, long);
 111 |   static locale& __global();
 112 |   bool has_facet(id&) const;
     |   |              `- note: parameter '' unavailable (cannot import)
     |   `- note: function 'has_facet' unavailable (cannot import)
 113 |   const facet* use_facet(id&) const;
     |   |                      `- note: parameter '' unavailable (cannot import)
     |   `- note: function 'use_facet' unavailable (cannot import)
 114 |
 115 |   template <class _Facet>
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/typeindex:69:3: note: function 'type_index' unavailable (cannot import)
 67 |
 68 | public:
 69 |   _LIBCPP_HIDE_FROM_ABI type_index(const type_info& __y) _NOEXCEPT : __t_(&__y) {}
    |   |                                `- note: parameter '__y' unavailable (cannot import)
    |   `- note: function 'type_index' unavailable (cannot import)
 70 |
 71 |   _LIBCPP_HIDE_FROM_ABI bool operator==(const type_index& __y) const _NOEXCEPT { return *__t_ == *__y.__t_; }
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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();
/Users/admin/builder/spi-builder-workspace/.build/checkouts/manifold-swift/External/manifold/include/manifold/manifold.h:499:3: note: function 'GetCsgLeafNode' unavailable (cannot import)
497 |   mutable std::shared_ptr<CsgNode> pNode_;
498 |
499 |   CsgLeafNode& GetCsgLeafNode() const;
    |   |- note: function 'GetCsgLeafNode' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
500 | };
501 | /** @} */
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__exception/exception_ptr.h:72:3: note: function 'exception_ptr' unavailable (cannot import)
 70 |
 71 |   _LIBCPP_HIDE_FROM_ABI exception_ptr() _NOEXCEPT : __ptr_() {}
 72 |   _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {}
    |   |                                   `- note: parameter '' unavailable (cannot import)
    |   `- note: function 'exception_ptr' unavailable (cannot import)
 73 |
 74 |   exception_ptr(const exception_ptr&) _NOEXCEPT;
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:49:3: note: function 'error_code' unavailable (cannot import)
 47 |   _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {}
 48 |
 49 |   _LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val), __cat_(&__cat) {}
    |   |                                           `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'error_code' unavailable (cannot import)
 50 |
 51 |   template <class _Ep, __enable_if_t<is_error_code_enum<_Ep>::value, int> = 0>
    :
 55 |   }
 56 |
 57 |   _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
    |   |                                            `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'assign' unavailable (cannot import)
 58 |     __val_ = __val;
 59 |     __cat_ = &__cat;
    :
 74 |   _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
 75 |
 76 |   _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
    |   |- note: function 'category' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
 77 |
 78 |   _LIBCPP_HIDE_FROM_ABI error_condition default_error_condition() const _NOEXCEPT {
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:56:3: note: function 'error_condition' unavailable (cannot import)
 54 |   _LIBCPP_HIDE_FROM_ABI error_condition() _NOEXCEPT : __val_(0), __cat_(&generic_category()) {}
 55 |
 56 |   _LIBCPP_HIDE_FROM_ABI error_condition(int __val, const error_category& __cat) _NOEXCEPT
    |   |                                                `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'error_condition' unavailable (cannot import)
 57 |       : __val_(__val),
 58 |         __cat_(&__cat) {}
    :
 64 |   }
 65 |
 66 |   _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
    |   |                                            `- note: parameter '__cat' unavailable (cannot import)
    |   `- note: function 'assign' unavailable (cannot import)
 67 |     __val_ = __val;
 68 |     __cat_ = &__cat;
    :
 83 |   _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
 84 |
 85 |   _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
    |   |- note: function 'category' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
 86 |   string message() const;
 87 |
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__locale:112:3: note: function 'has_facet' unavailable (cannot import)
 110 |   void __install_ctor(const locale&, facet*, long);
 111 |   static locale& __global();
 112 |   bool has_facet(id&) const;
     |   |              `- note: parameter '' unavailable (cannot import)
     |   `- note: function 'has_facet' unavailable (cannot import)
 113 |   const facet* use_facet(id&) const;
     |   |                      `- note: parameter '' unavailable (cannot import)
     |   `- note: function 'use_facet' unavailable (cannot import)
 114 |
 115 |   template <class _Facet>
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/typeindex:69:3: note: function 'type_index' unavailable (cannot import)
 67 |
 68 | public:
 69 |   _LIBCPP_HIDE_FROM_ABI type_index(const type_info& __y) _NOEXCEPT : __t_(&__y) {}
    |   |                                `- note: parameter '__y' unavailable (cannot import)
    |   `- note: function 'type_index' unavailable (cannot import)
 70 |
 71 |   _LIBCPP_HIDE_FROM_ABI bool operator==(const type_index& __y) const _NOEXCEPT { return *__t_ == *__y.__t_; }
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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();
[522/531] Compiling Nodal Node+xPath.swift
[523/531] Compiling Nodal XPathQuery.swift
[524/531] Compiling Nodal XPathResults.swift
[525/531] Compiling Nodal XPathVariableValue.swift
[526/565] Compiling ThreeMF ColorGroup.swift
[527/565] Compiling ThreeMF CompositeMaterial.swift
[527/565] Compiling CadovaCPP.cpp
[529/565] Compiling ThreeMF Extensions.swift
[530/565] Compiling ThreeMF Item.swift
[531/565] Compiling ThreeMF Model.swift
[532/565] Compiling ThreeMF ResourceContainer.swift
[533/568] Compiling ThreeMF Attributes.swift
[534/568] Compiling ThreeMF Namespace.swift
[535/568] Compiling ThreeMF Core.swift
[536/568] Compiling ThreeMF Materials.swift
[537/568] Compiling ThreeMF TriangleSets.swift
[538/568] Compiling ThreeMF ContentTypes.swift
[539/568] Compiling ThreeMF PackageReader.swift
[540/568] Compiling ThreeMF PackageWriter.swift
[541/568] Compiling ThreeMF TranslucentDisplayProperties.swift
[542/568] Compiling ThreeMF Multiproperties.swift
[543/568] Compiling ThreeMF Component.swift
[544/568] Compiling ThreeMF Mesh.Triangle.swift
[545/568] Emitting module ThreeMF
[546/568] Compiling ThreeMF Texture2DGroup.swift
[547/568] Compiling ThreeMF ThreeMF.swift
[548/568] Compiling ThreeMF Color.swift
[549/568] Compiling ThreeMF Object.swift
[550/568] Compiling ThreeMF Resource.swift
[551/568] Compiling ThreeMF Texture2D.swift
[552/568] Compiling ThreeMF MetallicDisplayProperties.swift
[553/568] Compiling ThreeMF MetallicTextureDisplayProperties.swift
[554/568] Compiling ThreeMF SpecularDisplayProperties.swift
[555/568] Compiling ThreeMF SpecularTextureDisplayProperties.swift
[556/568] Compiling ThreeMF Mesh.TriangleSet.swift
[557/568] Compiling ThreeMF Mesh.Vertex.swift
[558/568] Compiling ThreeMF Mesh.swift
[559/568] Compiling ThreeMF Relationship.swift
[560/568] Compiling ThreeMF BaseMaterial.swift
[563/568] Compiling ThreeMF Matrix3D.swift
[564/568] Compiling ThreeMF Metadata.swift
[565/568] Compiling ThreeMF Unit.swift
[566/763] Emitting module Cadova
[567/784] Compiling Cadova Angle+Trigonometry.swift
[568/784] Compiling Cadova Angle.swift
[569/784] Compiling Cadova Axes.swift
[570/784] Compiling Cadova Axis.swift
[571/784] Compiling Cadova BezierCurve.swift
[572/784] Compiling Cadova BezierPatch+Deformation.swift
[573/784] Compiling Cadova BezierPatch+Extrude.swift
[574/784] Compiling Cadova BezierPatch.swift
[575/784] Compiling Cadova BezierPath+Adding.swift
[576/784] Compiling Cadova BezierPath+Frame.swift
[577/784] Compiling Cadova BezierPath+Internal.swift
[578/784] Compiling Cadova BezierPath+Operations.swift
[579/784] Compiling Cadova BezierPath+Visualization.swift
[580/784] Compiling Cadova BezierPath.swift
[581/784] Compiling Cadova BezierPath.Builder.swift
[582/784] Compiling Cadova ComponentFunctions.swift
[583/784] Compiling Cadova PathBuilderValue.swift
[584/784] Compiling Cadova PathBuilderVector.swift
[585/784] Compiling Cadova BoundingBox+Visualization.swift
[586/784] Compiling Cadova BoundingBox.swift
[587/784] Compiling Cadova CacheKey.swift
[588/784] Compiling Cadova Fill.swift
[589/784] Compiling Cadova Follow2D.swift
[590/784] Compiling Cadova Follow3D.swift
[591/784] Compiling Cadova Loft+Build.swift
[592/784] Compiling Cadova Loft+Resampling.swift
[593/784] Compiling Cadova Loft.swift
[594/784] Compiling Cadova Measure.swift
[595/784] Compiling Cadova Offset.swift
[596/784] Compiling Cadova Rounding.swift
[597/784] Compiling Cadova OverhangSafe.swift
[598/784] Compiling Cadova Projection.swift
[599/784] Compiling Cadova ReadConcrete.swift
[600/784] Compiling Cadova Replace.swift
[601/784] Compiling Cadova Resolution.swift
[602/784] Compiling Cadova Skew2D.swift
[603/784] Compiling Cadova Skew3D.swift
[604/784] Compiling Cadova Split.swift
[605/784] Compiling Cadova SplitInto.swift
[606/784] Compiling Cadova Stack.swift
[607/784] Compiling Cadova Rotate.swift
[608/784] Compiling Cadova RotateAround.swift
[609/784] Compiling Cadova Scale.swift
[610/784] Compiling Cadova Arc.swift
[611/784] Compiling Cadova Circle+Metrics.swift
[612/784] Compiling Cadova Circle.swift
[613/784] Compiling Cadova Ring.swift
[614/784] Compiling Cadova Metrics2D.swift
[615/784] Compiling Cadova CylinderBridge.swift
[616/784] Compiling Cadova OverhangCircle.swift
[617/784] Compiling Cadova Polygon.Metrics.swift
[618/784] Compiling Cadova Polygon.swift
[619/784] Compiling Cadova PolygonPointsProvider.swift
[620/784] Compiling Cadova Rectangle.swift
[621/784] Compiling Cadova RegularPolygon.swift
[622/784] Compiling Cadova GlyphRenderer.swift
[623/784] Compiling Cadova Text.swift
[624/784] Compiling Cadova TextAttributes.swift
[625/784] Compiling Cadova TextRendering.swift
[626/784] Compiling Cadova Box.swift
[627/784] Compiling Cadova Cylinder+Angles.swift
[628/784] Compiling Cadova Cylinder.swift
[629/784] Compiling Cadova Import.swift
[630/784] Compiling Cadova Mesh+Debug.swift
[631/784] Compiling Cadova Mesh.swift
[632/784] Compiling Cadova Transformed.swift
[633/784] Compiling Cadova Translate.swift
[634/784] Compiling Cadova VariableScale.swift
[635/784] Compiling Cadova Twist.swift
[636/784] Compiling Cadova Warp.swift
[637/784] Compiling Cadova WhileMasked.swift
[638/784] Compiling Cadova Within.swift
[639/784] Compiling Cadova Wrap.swift
[640/784] Compiling Cadova ArrayBuilder.swift
[641/784] Compiling Cadova Compatibility.swift
[642/784] Compiling Cadova ConcreteGeometry.swift
[643/784] Compiling Cadova BinarySTLDataProvider.swift
[644/784] Compiling Cadova OutputDataProvider.swift
[645/784] Compiling Cadova SVGDataProvider.swift
[646/784] Compiling Cadova ThreeMFDataProvider.swift
[647/784] Compiling Cadova PartIdentifier.swift
[648/784] Compiling Cadova PolygonTree.swift
[649/784] Compiling Cadova Model.swift
[650/784] Compiling Cadova Compression.swift
[651/784] Compiling Cadova FileFormats.swift
[652/784] Compiling Cadova Metadata.swift
[653/784] Compiling Cadova Intersection.swift
[654/784] Compiling Cadova MapBoolean.swift
[655/784] Compiling Cadova Union.swift
[656/784] Compiling Cadova Resize2D.swift
[657/784] Compiling Cadova Resize3D.swift
[658/784] Compiling Cadova DeformUsingPath.swift
[659/784] Compiling Cadova Clone.swift
[660/784] Compiling Cadova Distribute.swift
[661/784] Compiling Cadova RepeatAlong.swift
[662/784] Compiling Cadova RepeatAround.swift
[663/784] Compiling Cadova Symmetry.swift
[664/784] Compiling Cadova ApplyBoxEdgeProfile.swift
[665/784] Compiling Cadova ApplyEdgeProfileToCorners.swift
[666/784] Compiling Cadova ProfiledRectangleMask.swift
[667/784] Compiling Cadova RoundedBoxCornerMask.swift
[668/784] Compiling Cadova RoundingBoxCorners.swift
[669/784] Compiling Cadova ExtrudeAlongTransforms.swift
[670/784] Compiling Cadova ExtrudeWithEdgeProfiles.swift
[671/784] Compiling Cadova Extrusion.swift
[672/784] Compiling Cadova HelixSweep.swift
[673/784] Compiling Cadova Sweep.swift
[674/784] Compiling Cadova ConvexHull.swift
[675/784] Compiling Cadova Color+Constants.swift
[676/784] Compiling Cadova Color+HSB.swift
[677/784] Compiling Cadova Color.swift
[678/784] Compiling Cadova Box.Corner.swift
[679/784] Compiling Cadova Box.Edge.swift
[680/784] Compiling Cadova CornerRoundingStyle.swift
[681/784] Compiling Cadova DirectionalAxis.swift
[682/784] Compiling Cadova OrthogonalCorner.swift
[683/784] Compiling Cadova Rectangle.Corner.swift
[684/784] Compiling Cadova EdgeProfile+Presets.swift
[685/784] Compiling Cadova EdgeProfile.swift
[686/784] Compiling Cadova Material+Presets.swift
[687/784] Compiling Cadova Material.swift
[688/784] Compiling Cadova Measurements.swift
[689/784] Compiling Cadova MeshData.swift
[690/784] Compiling Cadova OpaqueKey.swift
[691/784] Compiling Cadova Segmentation.swift
[692/784] Compiling Cadova ShapingFunction+Internal.swift
[693/784] Compiling Cadova ShapingFunction.swift
[694/784] Compiling Cadova SimplePolygon.swift
[695/784] Compiling Cadova SimplePolygonList.swift
[696/784] Compiling Cadova SDF.swift
[697/784] Compiling Cadova Sphere.swift
[698/784] Compiling Cadova Torus.swift
[699/784] Compiling Cadova Tube.swift
[700/784] Compiling Cadova VisualizeAxes.swift
[701/784] Compiling Cadova Environment.swift
[702/784] Compiling Cadova EnvironmentModifier.swift
[703/784] Compiling Cadova EnvironmentValues.swift
[704/784] Compiling Cadova ReadEnvironment.swift
[705/784] Compiling Cadova CircularOverhangMethod.swift
[706/784] Compiling Cadova Environment+CornerRoundingStyle.swift
[707/784] Compiling Cadova Environment+Material.swift
[708/784] Compiling Cadova Environment+ModelOptions.swift
[709/784] Compiling Cadova Environment+Segmentation.swift
[710/784] Compiling Cadova Environment+Text.swift
[711/784] Compiling Cadova Environment+Transform.swift
[712/784] Compiling Cadova FillRule.swift
[713/784] Compiling Cadova MiterLimit.swift
[714/784] Compiling Cadova NaturalUpDirection.swift
[715/784] Compiling Cadova Operation.swift
[716/784] Compiling Cadova Overhang.swift
[717/784] Compiling Cadova SimplificationThreshold.swift
[718/784] Compiling Cadova ModelOptions.swift
[719/784] Compiling Cadova OutputContext.swift
[720/784] Compiling Cadova Project.swift
[721/784] Compiling Cadova Dimensionality.swift
[722/784] Compiling Cadova Extensions.swift
[723/784] Compiling Cadova Logging.swift
[724/784] Compiling Cadova EvaluationContext.swift
[725/784] Compiling Cadova GeometryCache.swift
[726/784] Compiling Cadova EvaluationResult.swift
[727/784] Compiling Cadova GeometryNode+Codable.swift
[728/784] Compiling Cadova GeometryNode+Creation.swift
[729/784] Compiling Cadova GeometryNode+Debug.swift
[730/784] Compiling Cadova GeometryNode+Hashable.swift
[731/784] Compiling Cadova GeometryNode+Shapes.swift
[732/784] Compiling Cadova GeometryNode.swift
[733/784] Compiling Cadova Operators.swift
[734/784] Compiling Cadova Platform.swift
[735/784] Compiling Cadova AxisAlignment.swift
[736/784] Compiling Cadova GeometryAlignment+Presets.swift
[737/784] Compiling Cadova GeometryAlignment.swift
[738/784] Compiling Cadova Angle+Operators.swift
[739/784] Compiling Cadova Tolerance.swift
[740/784] Compiling Cadova TwistRate.swift
[741/784] Compiling Cadova AnchorList.swift
[742/784] Compiling Cadova Anchors+Public.swift
[743/784] Compiling Cadova Geometry+Anchors.swift
[744/784] Compiling Cadova ApplyMaterial.swift
[745/784] Compiling Cadova BuildResult.swift
[746/784] Compiling Cadova CachingGeometryTypes.swift
[747/784] Compiling Cadova GeometryBaseTypes.swift
[748/784] Compiling Cadova GeometryBuilder.swift
[749/784] Compiling Cadova PartAssignment.swift
[750/784] Compiling Cadova Geometry.swift
[751/784] Compiling Cadova Shape.swift
[752/784] Compiling Cadova ResultElement.swift
[753/784] Compiling Cadova ResultModifier.swift
[754/784] Compiling Cadova ResultReader.swift
[755/784] Compiling Cadova Aligned.swift
[756/784] Compiling Cadova Attract.swift
[757/784] Compiling Cadova AttractionTarget.swift
[758/784] Compiling Cadova Pull.swift
[759/784] Compiling Cadova AddingExclusive.swift
[760/784] Compiling Cadova Difference.swift
[761/784] Compiling Cadova Direction.swift
[762/784] Compiling Cadova Line.swift
[763/784] Compiling Cadova LinearDirection.swift
[764/784] Compiling Cadova Plane+Transformation.swift
[765/784] Compiling Cadova Plane.swift
[766/784] Compiling Cadova BasicMatrix3x3.swift
[767/784] Compiling Cadova Transform2D+Creation.swift
[768/784] Compiling Cadova Transform2D+Modification.swift
[769/784] Compiling Cadova Transform2D.swift
[770/784] Compiling Cadova BasicMatrix4x4.swift
[771/784] Compiling Cadova Transform3D+Creation.swift
[772/784] Compiling Cadova Transform3D+Modification.swift
[773/784] Compiling Cadova Transform3D.swift
[774/784] Compiling Cadova Matrix.swift
[775/784] Compiling Cadova Transform.swift
[776/784] Compiling Cadova DimensionalValues.swift
[777/784] Compiling Cadova Vector.swift
[778/784] Compiling Cadova Vector2D+Operators.swift
[779/784] Compiling Cadova Vector2D.swift
[780/784] Compiling Cadova Vector3D+Operators.swift
[781/784] Compiling Cadova Vector3D.swift
[782/824] Compiling Helical BoltHeadRecess.swift
[783/824] Compiling Helical BoltHeadRecessShapes.swift
[784/824] Compiling Helical ClearanceHole.swift
[785/824] Compiling Helical ThreadedHole.swift
[786/828] Compiling Helical Nut+Hex.swift
[787/828] Compiling Helical Nut+Square.swift
[788/828] Compiling Helical Nut+TSlot.swift
[789/828] Compiling Helical Environment+Thread.swift
[790/828] Compiling Helical Screw.swift
[791/828] Compiling Helical ScrewThread+ISOMetric.swift
[792/828] Compiling Helical ScrewThread+Standard.swift
[793/828] Compiling Helical ScrewThread.swift
[794/828] Emitting module Helical
[795/828] Compiling Helical Bolt+PhillipsCountersunk.swift
[796/828] Compiling Helical Bolt+SetScrew.swift
[797/828] Compiling Helical Bolt+SlottedCountersunk.swift
[798/828] Compiling Helical Bolt+TorxCountersunk.swift
[799/828] Compiling Helical ProfiledBoltHeadShape.swift
[800/828] Compiling Helical BoltPoint.swift
[801/828] Compiling Helical ProfiledBoltPoint.swift
[802/828] Compiling Helical BoltHeadSocket.swift
[803/828] Compiling Helical Phillips.swift
[804/828] Compiling Helical Bolt.swift
[805/828] Compiling Helical BoltHeadShape.swift
[806/828] Compiling Helical CountersunkBoltHeadShape.swift
[807/828] Compiling Helical CylindricalBoltHeadShape.swift
[808/828] Compiling Helical PolygonalBoltHeadShape.swift
[809/828] Compiling Helical Bolt+HexHead.swift
[810/828] Compiling Helical Bolt+HexSocketCountersunk.swift
[811/828] Compiling Helical Bolt+HexSocketHeadCap.swift
[812/828] Compiling Helical Bolt+PhillipsCheeseHead.swift
[813/828] Compiling Helical FlangedNutBody.swift
[814/828] Compiling Helical PolygonalNutBody.swift
[815/828] Compiling Helical TSlotNutBody.swift
[816/828] Compiling Helical Nut.swift
[817/828] Compiling Helical PhillipsBoltHeadSocket.swift
[818/828] Compiling Helical PolygonalBoltHeadSocket.swift
[819/828] Compiling Helical SlottedBoltHeadSocket.swift
[820/828] Compiling Helical Torx.swift
[821/828] Compiling Helical TorxHeadSocket.swift
[822/828] Compiling Helical SolidThreadform.swift
[823/828] Compiling Helical TrapezoidalThreadForm.swift
[824/828] Compiling Helical Washer+Standard.swift
[825/828] Compiling Helical Washer.swift
[826/830] Compiling Demo main.swift
[827/830] Emitting module Demo
[827/830] Write Objects.LinkFileList
[828/830] Linking Helical-Demo
[829/830] Applying Helical-Demo
Build complete! (75.85s)
Fetching https://github.com/tomasf/Cadova.git
[1/11609] Fetching cadova
Fetched https://github.com/tomasf/Cadova.git from cache (1.35s)
Computing version for https://github.com/tomasf/Cadova.git
Computed https://github.com/tomasf/Cadova.git at 0.1.2 (1.79s)
Fetching https://github.com/tomasf/freetype-spm.git
Fetching https://github.com/tomasf/ThreeMF.git
Fetching https://github.com/tomasf/manifold-swift.git
Fetching https://github.com/tomasf/FindFont.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-log.git
[1/9] Fetching freetype-spm
[10/543] Fetching freetype-spm, manifold-swift
[331/675] Fetching freetype-spm, manifold-swift, findfont
[382/4542] Fetching freetype-spm, manifold-swift, findfont, swift-log
[536/5004] Fetching freetype-spm, manifold-swift, findfont, swift-log, threemf
[1192/21901] Fetching freetype-spm, manifold-swift, findfont, swift-log, threemf, swift-collections
Fetched https://github.com/tomasf/ThreeMF.git from cache (1.63s)
Fetched https://github.com/tomasf/FindFont.git from cache (1.63s)
Fetched https://github.com/apple/swift-collections.git from cache (1.71s)
Fetched https://github.com/tomasf/manifold-swift.git from cache (1.71s)
Fetched https://github.com/apple/swift-log.git from cache (1.71s)
Fetched https://github.com/tomasf/freetype-spm.git from cache (1.71s)
Computing version for https://github.com/tomasf/FindFont.git
Computed https://github.com/tomasf/FindFont.git at 1.0.0 (2.14s)
Computing version for https://github.com/tomasf/freetype-spm.git
Computed https://github.com/tomasf/freetype-spm.git at 1.0.1 (0.41s)
Computing version for https://github.com/tomasf/ThreeMF.git
Computed https://github.com/tomasf/ThreeMF.git at 0.1.0 (0.39s)
Fetching https://github.com/tomasf/Zip.git
Fetching https://github.com/tomasf/Nodal.git
[1/186] Fetching zip
[68/846] Fetching zip, nodal
Fetched https://github.com/tomasf/Zip.git from cache (0.75s)
Fetched https://github.com/tomasf/Nodal.git from cache (0.75s)
Computing version for https://github.com/tomasf/manifold-swift.git
Computed https://github.com/tomasf/manifold-swift.git at 0.2.1 (1.18s)
Computing version for https://github.com/tomasf/Nodal.git
Computed https://github.com/tomasf/Nodal.git at 0.3.1 (0.40s)
Computing version for https://github.com/tomasf/Zip.git
Computed https://github.com/tomasf/Zip.git at 2.1.0 (0.39s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.52s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.40s)
Creating working copy for https://github.com/tomasf/Nodal.git
Working copy of https://github.com/tomasf/Nodal.git resolved at 0.3.1
Creating working copy for https://github.com/tomasf/freetype-spm.git
Working copy of https://github.com/tomasf/freetype-spm.git resolved at 1.0.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/tomasf/manifold-swift.git
Working copy of https://github.com/tomasf/manifold-swift.git resolved at 0.2.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/tomasf/ThreeMF.git
Working copy of https://github.com/tomasf/ThreeMF.git resolved at 0.1.0
Creating working copy for https://github.com/tomasf/FindFont.git
Working copy of https://github.com/tomasf/FindFont.git resolved at 1.0.0
Creating working copy for https://github.com/tomasf/Cadova.git
Working copy of https://github.com/tomasf/Cadova.git resolved at 0.1.2
Creating working copy for https://github.com/tomasf/Zip.git
Working copy of https://github.com/tomasf/Zip.git resolved at 2.1.0
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/Demo/nutsAndWashers.stl
    /Users/admin/builder/spi-builder-workspace/Sources/Demo/bolts.stl
Build complete.
{
  "dependencies" : [
    {
      "identity" : "cadova",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.2",
            "upper_bound" : "0.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tomasf/Cadova.git"
    }
  ],
  "manifest_display_name" : "Helical",
  "name" : "Helical",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Helical",
      "targets" : [
        "Helical"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Helical-Demo",
      "targets" : [
        "Demo"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Helical",
      "module_type" : "SwiftTarget",
      "name" : "Helical",
      "path" : "Sources/Helical",
      "product_dependencies" : [
        "Cadova"
      ],
      "product_memberships" : [
        "Helical",
        "Helical-Demo"
      ],
      "sources" : [
        "Bolt/Bolt.swift",
        "Bolt/Parts/Heads/BoltHeadShape.swift",
        "Bolt/Parts/Heads/CountersunkBoltHeadShape.swift",
        "Bolt/Parts/Heads/CylindricalBoltHeadShape.swift",
        "Bolt/Parts/Heads/PolygonalBoltHeadShape.swift",
        "Bolt/Parts/Heads/ProfiledBoltHeadShape.swift",
        "Bolt/Parts/Points/BoltPoint.swift",
        "Bolt/Parts/Points/ProfiledBoltPoint.swift",
        "Bolt/Parts/Sockets/BoltHeadSocket.swift",
        "Bolt/Parts/Sockets/Phillips.swift",
        "Bolt/Parts/Sockets/PhillipsBoltHeadSocket.swift",
        "Bolt/Parts/Sockets/PolygonalBoltHeadSocket.swift",
        "Bolt/Parts/Sockets/SlottedBoltHeadSocket.swift",
        "Bolt/Parts/Sockets/Torx.swift",
        "Bolt/Parts/Sockets/TorxHeadSocket.swift",
        "Bolt/Standards/Bolt+HexHead.swift",
        "Bolt/Standards/Bolt+HexSocketCountersunk.swift",
        "Bolt/Standards/Bolt+HexSocketHeadCap.swift",
        "Bolt/Standards/Bolt+PhillipsCheeseHead.swift",
        "Bolt/Standards/Bolt+PhillipsCountersunk.swift",
        "Bolt/Standards/Bolt+SetScrew.swift",
        "Bolt/Standards/Bolt+SlottedCountersunk.swift",
        "Bolt/Standards/Bolt+TorxCountersunk.swift",
        "Holes/BoltHeadRecess.swift",
        "Holes/BoltHeadRecessShapes.swift",
        "Holes/ClearanceHole.swift",
        "Holes/ThreadedHole.swift",
        "Nut/Bodies/FlangedNutBody.swift",
        "Nut/Bodies/PolygonalNutBody.swift",
        "Nut/Bodies/TSlotNutBody.swift",
        "Nut/Nut.swift",
        "Nut/Standards/Nut+Hex.swift",
        "Nut/Standards/Nut+Square.swift",
        "Nut/Standards/Nut+TSlot.swift",
        "Thread/Environment+Thread.swift",
        "Thread/Screw.swift",
        "Thread/ScrewThread+ISOMetric.swift",
        "Thread/ScrewThread+Standard.swift",
        "Thread/ScrewThread.swift",
        "Thread/SolidThreadform.swift",
        "Thread/TrapezoidalThreadForm.swift",
        "Washers/Washer+Standard.swift",
        "Washers/Washer.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Demo",
      "module_type" : "SwiftTarget",
      "name" : "Demo",
      "path" : "Sources/Demo",
      "product_dependencies" : [
        "Cadova"
      ],
      "product_memberships" : [
        "Helical-Demo"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Helical"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
Done.