The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Cadova, reference main (53edd4), with Swift 6.2 for Linux on 24 Apr 2026 04:18:24 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

 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 |
[127/169] Compiling Nodal PugiNode.swift
/host/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 |
[128/169] Compiling Nodal Node+Attributes.swift
/host/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 |
[129/169] Compiling Nodal Node+Children.swift
/host/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 |
[130/169] Compiling Nodal Node+Elements.swift
/host/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 |
[131/169] Compiling Nodal Node+Hierarchy.swift
/host/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 |
[132/169] Compiling Manifold3D BooleanOperation.swift
/host/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 |
[133/169] Compiling Manifold3D CrossSectionTypes.swift
/host/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 |
[134/169] Compiling Manifold3D Matrices.swift
/host/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 |
[135/169] Compiling Manifold3D Polygon.swift
/host/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 |
[136/169] Compiling Manifold3D Triangle.swift
/host/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 |
[137/169] Compiling Manifold3D Vectors.swift
/host/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 |
[138/169] Compiling Nodal Node+Names.swift
/host/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 |
[139/169] Compiling Nodal Node+Namespaces.swift
/host/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 |
[140/169] Compiling Nodal Node.Kind.swift
/host/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 |
[141/169] Compiling Nodal Node.swift
/host/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 |
[151/169] Compiling Nodal ReverseSiblingSequence.swift
[152/169] Compiling Nodal Node+xPath.swift
[153/169] Compiling Nodal XPathQuery.swift
[154/169] Compiling Nodal XPathResults.swift
[155/169] Compiling Nodal XPathVariableValue.swift
[172/257] Emitting module Pelagos
[173/264] Compiling Pelagos Use.swift
[174/264] Compiling Pelagos Circle.swift
[175/264] Compiling Pelagos Ellipse.swift
[176/264] Compiling Pelagos Line.swift
[177/264] Compiling Pelagos Path.swift
[178/264] Compiling Pelagos PresentationAttributes.swift
[179/264] Compiling Pelagos Transform.swift
[180/264] Compiling Pelagos ViewBox.swift
[181/264] Compiling Pelagos AttributeParser.swift
[182/264] Compiling Pelagos ElementParsers.swift
[183/269] Compiling Pelagos GradientStop.swift
[184/269] Compiling Pelagos LinearGradient.swift
[185/269] Compiling Pelagos Pattern.swift
[186/269] Compiling Pelagos RadialGradient.swift
[187/269] Compiling Pelagos Group.swift
[188/269] Compiling Pelagos Image.swift
[189/269] Compiling Pelagos SVG.swift
[190/269] Compiling Pelagos Switch.swift
[191/269] Compiling Pelagos Symbol.swift
[192/269] Compiling Pelagos Text.swift
[197/269] Compiling Pelagos Polygon.swift
[198/269] Compiling Pelagos Polyline.swift
[199/269] Compiling Pelagos Rect.swift
[200/269] Compiling Pelagos Color.swift
[201/269] Compiling Pelagos Fill.swift
[202/269] Compiling Pelagos GradientElement.swift
[207/269] Compiling Pelagos Defs.swift
[208/269] Compiling Pelagos Element.swift
[212/269] Emitting module ThreeMF
[216/269] Compiling Pelagos Length.swift
[217/269] Compiling Pelagos Point.swift
[218/269] Compiling Pelagos ClipPath.swift
[219/269] Compiling Pelagos Filter.swift
[220/269] Compiling Pelagos Mask.swift
[221/269] Compiling Pelagos Anchor.swift
[222/269] Compiling Pelagos Definitions.swift
[237/269] Compiling Pelagos FontWeight.swift
[238/269] Compiling Pelagos LineCap.swift
[239/269] Compiling Pelagos LineJoin.swift
[240/269] Compiling Pelagos PreserveAspectRatio.swift
[241/269] Compiling Pelagos SpreadMethod.swift
[242/269] Compiling Pelagos TextAnchor.swift
[243/269] Compiling Pelagos Visibility.swift
[244/269] Compiling Pelagos RenderTypes.swift
[245/269] Compiling Pelagos SVGRenderEngine.swift
[246/269] Compiling Pelagos SVGRenderer.swift
[247/269] Compiling Pelagos CoordinateUnits.swift
[248/269] Compiling Pelagos DisplayMode.swift
[249/269] Compiling Pelagos FillRule.swift
[250/269] Compiling Pelagos FontStyle.swift
[251/269] Compiling ThreeMF ThreeMF.swift
[252/269] Compiling ThreeMF Color.swift
[253/269] Compiling ThreeMF Matrix3D.swift
[254/269] Compiling ThreeMF Metadata.swift
[255/269] Compiling ThreeMF Unit.swift
[269/270] Compiling Pelagos Pelagos.swift
[270/270] Compiling Pelagos CGRenderer.swift
[272/440] Compiling Cadova ModelFileFormat.swift
[273/440] Compiling Cadova STLLoader.swift
[274/440] Compiling Cadova ThreeMFLoader.swift
[275/440] Compiling Cadova Import.swift
[276/440] Compiling Cadova Aligned.swift
[277/440] Compiling Cadova Attract.swift
[278/440] Compiling Cadova AttractionTarget.swift
[279/440] Compiling Cadova Pull.swift
[280/440] Compiling Cadova AddingExclusive.swift
[281/440] Compiling Cadova Difference.swift
[282/440] Compiling Cadova Intersection.swift
[283/440] Compiling Cadova MapBoolean.swift
[284/440] Compiling Cadova Union.swift
[285/440] Compiling Cadova Extend.swift
[286/440] Compiling Cadova Resize2D.swift
[287/440] Compiling Cadova Resize3D.swift
[288/440] Compiling Cadova DeformByPatch.swift
[289/440] Compiling Cadova DeformByPath.swift
[290/440] Compiling Cadova Clone.swift
[291/440] Compiling Cadova Distribute.swift
[292/440] Compiling Cadova RepeatAlong.swift
[293/440] Compiling Cadova RepeatAlongPath.swift
[294/440] Compiling Cadova RepeatAround.swift
[295/440] Compiling Cadova Symmetry.swift
[296/440] Compiling Cadova WhileMasked.swift
[297/440] Compiling Cadova WhileTransformed.swift
[298/440] Compiling Cadova Within.swift
[299/440] Compiling Cadova Wrap.swift
[300/440] Compiling Cadova Transformable+Rotation.swift
[301/440] Compiling Cadova Transformable+Scaling.swift
[302/440] Compiling Cadova Transformable+Shearing.swift
[303/440] Compiling Cadova Transformable+Translation.swift
[304/440] Compiling Cadova Transformable.swift
[305/440] Compiling Cadova AxesVisualization.swift
[306/440] Compiling Cadova BoundingBoxVisualization.swift
[307/440] Compiling Cadova CurveVisualization.swift
[308/440] Compiling Cadova DirectionVisualization.swift
[309/440] Compiling Cadova MeshVisualization.swift
[310/440] Compiling Cadova PlaneVisualization.swift
[311/440] Compiling Cadova RulerVisualization.swift
[312/440] Compiling Cadova ArrayBuilder.swift
[313/440] Compiling Cadova Compatibility.swift
[314/440] Compiling Cadova Build.swift
[315/440] Compiling Cadova BuildDirective.swift
[316/440] Compiling Cadova BuildWarning.swift
[317/440] Compiling Cadova Group.swift
[318/440] Compiling Cadova GroupContentBuilder.swift
[319/440] Compiling Cadova Model.swift
[320/487] Compiling Cadova VisualizationOptions.swift
[321/487] Compiling Cadova ApplyMaterial.swift
[322/487] Compiling Cadova BuildResult.swift
[323/487] Compiling Cadova CachingGeometryTypes.swift
[324/487] Compiling Cadova GeometryBaseTypes.swift
[325/487] Compiling Cadova GeometryBuilder.swift
[326/487] Compiling Cadova PartAssignment.swift
[327/487] Compiling Cadova PartDetachment.swift
[328/487] Compiling Cadova PartModification.swift
[329/487] Compiling Cadova PartReader.swift
[330/487] Compiling Cadova PartSemantic.swift
[331/487] Compiling Cadova PartSubtraction.swift
[332/487] Compiling Cadova Geometry.swift
[333/487] Compiling Cadova Shape.swift
[334/487] Compiling Cadova Anchors+Public.swift
[335/487] Compiling Cadova Geometry+Anchors.swift
[336/487] Compiling Cadova ReferenceState.swift
[337/487] Compiling Cadova Tag.swift
[338/487] Compiling Cadova ResultElement.swift
[339/487] Compiling Cadova ResultModifier.swift
[340/487] Compiling Cadova ResultReader.swift
[341/487] Compiling Cadova GeometrySVGConsumer.swift
[342/487] Compiling Cadova Import+SVG.swift
[343/487] Compiling Cadova Import+3D.swift
[344/510] Compiling Cadova OffsetPolyline.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[345/510] Compiling Cadova Rounding.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[346/510] Compiling Cadova Stroke.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[347/510] Compiling Cadova StrokeCurve.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[348/510] Compiling Cadova Only.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[349/510] Compiling Cadova OverhangSafe.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[350/510] Compiling Cadova Projection.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[351/510] Compiling Cadova ReadConcrete.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[352/510] Compiling Cadova ReadOutlines.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[353/510] Compiling Cadova Replace.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[354/510] Compiling Cadova Resolution.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[355/510] Compiling Cadova Separate.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[356/510] Compiling Cadova Skew2D.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[357/510] Compiling Cadova Skew3D.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[358/510] Compiling Cadova Smoothing.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[359/510] Compiling Cadova Split2D.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[360/510] Compiling Cadova Split3D.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[361/510] Compiling Cadova SplitInto.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[362/510] Compiling Cadova Stack.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[363/510] Compiling Cadova Geometry+Transformable.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[364/510] Compiling Cadova RotateAround.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[365/510] Compiling Cadova VariableScale.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[366/510] Compiling Cadova Twist.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[367/510] Compiling Cadova Warp.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[368/533] Emitting module Cadova
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[369/556] Compiling Cadova Arc.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[370/556] Compiling Cadova Circle+Metrics.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[371/556] Compiling Cadova Circle.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[372/556] Compiling Cadova Ring.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[373/556] Compiling Cadova Metrics2D.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[374/556] Compiling Cadova CylinderBridge.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[375/556] Compiling Cadova OverhangCircle.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[376/556] Compiling Cadova Polygon.Metrics.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[377/556] Compiling Cadova Polygon.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[378/556] Compiling Cadova PolygonPoints.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[379/556] Compiling Cadova Rectangle.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[380/556] Compiling Cadova RegularPolygon.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[381/556] Compiling Cadova Stadium.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[382/556] Compiling Cadova FontVariation.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[383/556] Compiling Cadova Text.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[384/556] Compiling Cadova TextAttributes.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[385/556] Compiling Cadova TextRendering.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[386/556] Compiling Cadova Box.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[387/556] Compiling Cadova Cylinder+Initializers.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[388/556] Compiling Cadova Cylinder.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[389/556] Compiling Cadova Mesh+Debug.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[390/556] Compiling Cadova Mesh.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[391/556] Compiling Cadova SDF.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[392/556] Compiling Cadova Sphere.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[393/556] Compiling Cadova Torus.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[394/556] Compiling Cadova Tube.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[395/556] Compiling Cadova Environment.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[396/556] Compiling Cadova EnvironmentModifier.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[397/556] Compiling Cadova EnvironmentValues.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[398/556] Compiling Cadova ReadEnvironment.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[399/556] Compiling Cadova CircularOverhangMethod.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[400/556] Compiling Cadova Environment+Anchors.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[401/556] Compiling Cadova Environment+CornerRoundingStyle.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[402/556] Compiling Cadova Environment+Material.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[403/556] Compiling Cadova Environment+ModelOptions.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[404/556] Compiling Cadova Environment+Segmentation.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[405/556] Compiling Cadova Environment+Text.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[406/556] Compiling Cadova Environment+Transform.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[407/556] Compiling Cadova FillRule.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[408/556] Compiling Cadova LineCapStyle.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[409/556] Compiling Cadova MiterLimit.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[410/556] Compiling Cadova NaturalUpDirection.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[411/556] Compiling Cadova Operation.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[412/556] Compiling Cadova Overhang.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[413/556] Compiling Cadova SimplificationThreshold.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[414/556] Compiling Cadova Tolerance.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[415/556] Compiling Cadova TwistRate.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[416/556] Compiling Cadova TwistSubdivisionThreshold.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[417/556] Compiling Cadova ApplyBoxEdgeProfile.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[418/556] Compiling Cadova ApplyEdgeProfileToCorners.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[419/556] Compiling Cadova ProfiledRectangleMask.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[420/556] Compiling Cadova RoundedBoxCornerMask.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[421/556] Compiling Cadova RoundingBoxCorners.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[422/556] Compiling Cadova EnclosePatch.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[423/556] Compiling Cadova ExtrudeAlongTransforms.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[424/556] Compiling Cadova ExtrudeWithEdgeProfiles.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[425/556] Compiling Cadova Extrusion.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[426/556] Compiling Cadova HelixSweep.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[427/556] Compiling Cadova Sweep.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[428/556] Compiling Cadova ConvexHull.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[429/556] Compiling Cadova Fill.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[430/556] Compiling Cadova Follow2D.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[431/556] Compiling Cadova Follow3D.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[432/556] Compiling Cadova Loft+Build.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[433/556] Compiling Cadova Loft+Mesh.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[434/556] Compiling Cadova Loft+PolygonGroups.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[435/556] Compiling Cadova Loft+Resampling.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[436/556] Compiling Cadova Loft+Visualization.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[437/556] Compiling Cadova Loft.Layer.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[438/556] Compiling Cadova Loft.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[439/556] Compiling Cadova Measure.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[440/556] Compiling Cadova Offset.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[441/556] Compiling Cadova Color+HSB.swift
[442/556] Compiling Cadova Color.swift
[443/556] Compiling Cadova Box.Corner.swift
[444/556] Compiling Cadova Box.Edge.swift
[445/556] Compiling Cadova CornerRoundingStyle.swift
[446/556] Compiling Cadova DirectionalAxis.swift
[447/556] Compiling Cadova OrthogonalCorner.swift
[448/556] Compiling Cadova Rectangle.Corner.swift
[449/556] Compiling Cadova AnyParametricCurve.swift
[450/556] Compiling Cadova BezierCurve.swift
[451/556] Compiling Cadova BezierPatch.swift
[452/556] Compiling Cadova BezierPath+Adding.swift
[453/556] Compiling Cadova BezierPath+Internal.swift
[454/556] Compiling Cadova BezierPath+Operations.swift
[455/556] Compiling Cadova BezierPath.swift
[456/556] Compiling Cadova BezierPath.Builder.swift
[457/556] Compiling Cadova ComponentFunctions.swift
[458/556] Compiling Cadova ComponentFunctions2D.swift
[459/556] Compiling Cadova ComponentFunctions3D.swift
[460/556] Compiling Cadova PathBuilderValue.swift
[461/556] Compiling Cadova PathBuilderVector.swift
[462/556] Compiling Cadova CurveSample.swift
[463/556] Compiling Cadova InterpolatingCurve.swift
[464/556] Compiling Cadova Logging.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[465/556] Compiling Cadova EvaluationContext.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[466/556] Compiling Cadova GeometryCache.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[467/556] Compiling Cadova EvaluationResult.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[468/556] Compiling Cadova GeometryNode+Codable.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[469/556] Compiling Cadova GeometryNode+Creation.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[470/556] Compiling Cadova GeometryNode+Debug.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[471/556] Compiling Cadova GeometryNode+Hashable.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[472/556] Compiling Cadova GeometryNode+Shapes.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[473/556] Compiling Cadova GeometryNode.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[474/556] Compiling Cadova Operators.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[475/556] Compiling Cadova Platform.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[476/556] Compiling Cadova AxisAlignment.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[477/556] Compiling Cadova GeometryAlignment+Presets.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[478/556] Compiling Cadova GeometryAlignment.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[479/556] Compiling Cadova Angle+Operators.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[480/556] Compiling Cadova Angle+Trigonometry.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[481/556] Compiling Cadova Angle.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[482/556] Compiling Cadova Axes.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[483/556] Compiling Cadova Axis.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[484/556] Compiling Cadova BoundingBox.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[485/556] Compiling Cadova CacheKey.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[486/556] Compiling Cadova Color+Constants.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[487/556] Compiling Cadova ModelContentBuilder.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[488/556] Compiling Cadova ModelContext.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[489/556] Compiling Cadova Compression.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[490/556] Compiling Cadova FileFormats.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[491/556] Compiling Cadova IncludedPartSemantics.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[492/556] Compiling Cadova Metadata.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[493/556] Compiling Cadova ModelOptions.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[494/556] Compiling Cadova CommandLineArguments.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[495/556] Compiling Cadova Project.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[496/556] Compiling Cadova ProjectContentBuilder.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[497/556] Compiling Cadova ConcreteGeometry.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[498/556] Compiling Cadova ModelFileGenerator.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[499/556] Compiling Cadova ThreeMFDataProvider+Helpers.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[500/556] Compiling Cadova ThreeMFDataProvider+Materials.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[501/556] Compiling Cadova ThreeMFDataProvider.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[502/556] Compiling Cadova BinarySTLDataProvider.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[503/556] Compiling Cadova OutputDataProvider.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[504/556] Compiling Cadova SVGDataProvider.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[505/556] Compiling Cadova Part.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[506/556] Compiling Cadova PolygonTree.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[507/556] Compiling Cadova Dimensionality.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[508/556] Compiling Cadova MiscExtensions.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[509/556] Compiling Cadova RangeExtensions.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[510/556] Compiling Cadova SequenceExtensions.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[511/556] Compiling Cadova Direction.swift
[512/556] Compiling Cadova Line.swift
[513/556] Compiling Cadova LinearDirection.swift
[514/556] Compiling Cadova Plane+Transformation.swift
[515/556] Compiling Cadova Plane.swift
[516/556] Compiling Cadova BasicMatrix3x3.swift
[517/556] Compiling Cadova Transform2D+Creation.swift
[518/556] Compiling Cadova Transform2D.swift
[519/556] Compiling Cadova BasicMatrix4x4.swift
[520/556] Compiling Cadova Transform3D+Creation.swift
[521/556] Compiling Cadova Transform3D.swift
[522/556] Compiling Cadova Matrix.swift
[523/556] Compiling Cadova Transform.swift
[524/556] Compiling Cadova Triangle+Internal.swift
[525/556] Compiling Cadova Triangle+Protocols.swift
[526/556] Compiling Cadova Triangle+Right.swift
[527/556] Compiling Cadova Triangle.swift
[528/556] Compiling Cadova DimensionalValues.swift
[529/556] Compiling Cadova Vector.swift
[530/556] Compiling Cadova Vector2D+Operators.swift
[531/556] Compiling Cadova Vector2D.swift
[532/556] Compiling Cadova Vector3D+Operators.swift
[533/556] Compiling Cadova Vector3D.swift
[534/556] Compiling Cadova ParametricCurve+DefaultImplementations.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[535/556] Compiling Cadova ParametricCurve+Operations.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[536/556] Compiling Cadova ParametricCurve.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[537/556] Compiling Cadova ParametricCurveFrame.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[538/556] Compiling Cadova SplineCurve+Creation.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[539/556] Compiling Cadova SplineCurve.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[540/556] Compiling Cadova Subcurve.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[541/556] Compiling Cadova EdgeProfile+Cutting.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[542/556] Compiling Cadova EdgeProfile+Forming.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[543/556] Compiling Cadova EdgeProfile+Presets.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[544/556] Compiling Cadova EdgeProfile.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[545/556] Compiling Cadova LinearInterpolation.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[546/556] Compiling Cadova Material+Presets.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[547/556] Compiling Cadova Material.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[548/556] Compiling Cadova Measurements.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[549/556] Compiling Cadova MeshData.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[550/556] Compiling Cadova OpaqueKey.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[551/556] Compiling Cadova Segmentation.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[552/556] Compiling Cadova ShapingFunction+Internal.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[553/556] Compiling Cadova ShapingFunction.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[554/556] Compiling Cadova SimplePolygon.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[555/556] Compiling Cadova SimplePolygonList+Alignment.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[556/556] Compiling Cadova SimplePolygonList.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
Build complete! (244.21s)
Build complete.
{
  "cxx_language_standard" : "c++17",
  "dependencies" : [
    {
      "identity" : "manifold-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tomasf/manifold-swift.git"
    },
    {
      "identity" : "threemf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.3",
            "upper_bound" : "0.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tomasf/ThreeMF.git"
    },
    {
      "identity" : "apus",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.3",
            "upper_bound" : "0.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tomasf/Apus.git"
    },
    {
      "identity" : "pelagos",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.3",
            "upper_bound" : "0.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tomasf/Pelagos.git"
    }
  ],
  "manifest_display_name" : "Cadova",
  "name" : "Cadova",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Cadova",
      "targets" : [
        "Cadova"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Tests",
      "module_type" : "SwiftTarget",
      "name" : "Tests",
      "path" : "Tests/Tests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/Tests/golden",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/Tests/resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "2D.swift",
        "3D.swift",
        "Alignment.swift",
        "Anchors.swift",
        "BezierCurve.swift",
        "BezierPatch.swift",
        "BezierPath.swift",
        "BezierPathBuilder.swift",
        "Bounds.swift",
        "Build.swift",
        "Cache.swift",
        "CircularOverhang.swift",
        "Clone.swift",
        "Common/ApproximatelyEquatable.swift",
        "Common/ExpressionExtensions.swift",
        "Common/GeometryExtensions.swift",
        "Common/GoldenRecord.swift",
        "Deform.swift",
        "Distribute.swift",
        "Examples.swift",
        "Extend.swift",
        "GeometryExpressionCodable.swift",
        "GeometryExpressionSimplification.swift",
        "Import.swift",
        "Line.swift",
        "Loft.swift",
        "Matrix.swift",
        "ModelFileGenerator.swift",
        "NaturalUpDirection.swift",
        "Only.swift",
        "Operation.swift",
        "Parts.swift",
        "ProjectCommandLineFilterTests.swift",
        "Projection.swift",
        "RepeatAlong.swift",
        "RepeatAlongPath.swift",
        "RepeatAround.swift",
        "Resize.swift",
        "Result.swift",
        "Rounding.swift",
        "SVGImport.swift",
        "ShapingFunction.swift",
        "Smoothing.swift",
        "Split.swift",
        "Stack.swift",
        "StadiumTests.swift",
        "StrokeCurve.swift",
        "Sweep.swift",
        "Symmetry.swift",
        "Tags.swift",
        "Text.swift",
        "Transform.swift",
        "Warp.swift",
        "Within.swift",
        "Wrap.swift"
      ],
      "target_dependencies" : [
        "Cadova"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Cadova",
      "module_type" : "SwiftTarget",
      "name" : "Cadova",
      "path" : "Sources/Cadova",
      "product_dependencies" : [
        "Apus",
        "Manifold",
        "ThreeMF",
        "Pelagos"
      ],
      "product_memberships" : [
        "Cadova"
      ],
      "sources" : [
        "Abstract Layer/2D/Circle/Arc.swift",
        "Abstract Layer/2D/Circle/Circle+Metrics.swift",
        "Abstract Layer/2D/Circle/Circle.swift",
        "Abstract Layer/2D/Circle/Ring.swift",
        "Abstract Layer/2D/Metrics2D.swift",
        "Abstract Layer/2D/Overhang/CylinderBridge.swift",
        "Abstract Layer/2D/Overhang/OverhangCircle.swift",
        "Abstract Layer/2D/Polygon/Polygon.Metrics.swift",
        "Abstract Layer/2D/Polygon/Polygon.swift",
        "Abstract Layer/2D/Polygon/PolygonPoints.swift",
        "Abstract Layer/2D/Rectangle.swift",
        "Abstract Layer/2D/RegularPolygon.swift",
        "Abstract Layer/2D/Stadium.swift",
        "Abstract Layer/2D/Text/FontVariation.swift",
        "Abstract Layer/2D/Text/Text.swift",
        "Abstract Layer/2D/Text/TextAttributes.swift",
        "Abstract Layer/2D/Text/TextRendering.swift",
        "Abstract Layer/3D/Box.swift",
        "Abstract Layer/3D/Cylinder+Initializers.swift",
        "Abstract Layer/3D/Cylinder.swift",
        "Abstract Layer/3D/Mesh+Debug.swift",
        "Abstract Layer/3D/Mesh.swift",
        "Abstract Layer/3D/SDF.swift",
        "Abstract Layer/3D/Sphere.swift",
        "Abstract Layer/3D/Torus.swift",
        "Abstract Layer/3D/Tube.swift",
        "Abstract Layer/Environment/Environment.swift",
        "Abstract Layer/Environment/EnvironmentModifier.swift",
        "Abstract Layer/Environment/EnvironmentValues.swift",
        "Abstract Layer/Environment/ReadEnvironment.swift",
        "Abstract Layer/Environment/Values/CircularOverhangMethod.swift",
        "Abstract Layer/Environment/Values/Environment+Anchors.swift",
        "Abstract Layer/Environment/Values/Environment+CornerRoundingStyle.swift",
        "Abstract Layer/Environment/Values/Environment+Material.swift",
        "Abstract Layer/Environment/Values/Environment+ModelOptions.swift",
        "Abstract Layer/Environment/Values/Environment+Segmentation.swift",
        "Abstract Layer/Environment/Values/Environment+Text.swift",
        "Abstract Layer/Environment/Values/Environment+Transform.swift",
        "Abstract Layer/Environment/Values/FillRule.swift",
        "Abstract Layer/Environment/Values/LineCapStyle.swift",
        "Abstract Layer/Environment/Values/MiterLimit.swift",
        "Abstract Layer/Environment/Values/NaturalUpDirection.swift",
        "Abstract Layer/Environment/Values/Operation.swift",
        "Abstract Layer/Environment/Values/Overhang.swift",
        "Abstract Layer/Environment/Values/SimplificationThreshold.swift",
        "Abstract Layer/Environment/Values/Tolerance.swift",
        "Abstract Layer/Environment/Values/TwistRate.swift",
        "Abstract Layer/Environment/Values/TwistSubdivisionThreshold.swift",
        "Abstract Layer/Environment/Values/VisualizationOptions.swift",
        "Abstract Layer/Geometry/ApplyMaterial.swift",
        "Abstract Layer/Geometry/BuildResult.swift",
        "Abstract Layer/Geometry/CachingGeometryTypes.swift",
        "Abstract Layer/Geometry/GeometryBaseTypes.swift",
        "Abstract Layer/Geometry/GeometryBuilder.swift",
        "Abstract Layer/Geometry/Parts/PartAssignment.swift",
        "Abstract Layer/Geometry/Parts/PartDetachment.swift",
        "Abstract Layer/Geometry/Parts/PartModification.swift",
        "Abstract Layer/Geometry/Parts/PartReader.swift",
        "Abstract Layer/Geometry/Parts/PartSemantic.swift",
        "Abstract Layer/Geometry/Parts/PartSubtraction.swift",
        "Abstract Layer/Geometry/Protocols/Geometry.swift",
        "Abstract Layer/Geometry/Protocols/Shape.swift",
        "Abstract Layer/Geometry/References/Anchors+Public.swift",
        "Abstract Layer/Geometry/References/Geometry+Anchors.swift",
        "Abstract Layer/Geometry/References/ReferenceState.swift",
        "Abstract Layer/Geometry/References/Tag.swift",
        "Abstract Layer/Geometry/ResultElement/ResultElement.swift",
        "Abstract Layer/Geometry/ResultElement/ResultModifier.swift",
        "Abstract Layer/Geometry/ResultElement/ResultReader.swift",
        "Abstract Layer/Import/2D/GeometrySVGConsumer.swift",
        "Abstract Layer/Import/2D/Import+SVG.swift",
        "Abstract Layer/Import/3D/Import+3D.swift",
        "Abstract Layer/Import/3D/ModelFileFormat.swift",
        "Abstract Layer/Import/3D/STLLoader.swift",
        "Abstract Layer/Import/3D/ThreeMFLoader.swift",
        "Abstract Layer/Import/Import.swift",
        "Abstract Layer/Operations/Aligned.swift",
        "Abstract Layer/Operations/Attraction/Attract.swift",
        "Abstract Layer/Operations/Attraction/AttractionTarget.swift",
        "Abstract Layer/Operations/Attraction/Pull.swift",
        "Abstract Layer/Operations/Boolean/AddingExclusive.swift",
        "Abstract Layer/Operations/Boolean/Difference.swift",
        "Abstract Layer/Operations/Boolean/Intersection.swift",
        "Abstract Layer/Operations/Boolean/MapBoolean.swift",
        "Abstract Layer/Operations/Boolean/Union.swift",
        "Abstract Layer/Operations/Bounds/Extend.swift",
        "Abstract Layer/Operations/Bounds/Resize2D.swift",
        "Abstract Layer/Operations/Bounds/Resize3D.swift",
        "Abstract Layer/Operations/DeformByPatch.swift",
        "Abstract Layer/Operations/DeformByPath.swift",
        "Abstract Layer/Operations/Duplication/Clone.swift",
        "Abstract Layer/Operations/Duplication/Distribute.swift",
        "Abstract Layer/Operations/Duplication/RepeatAlong.swift",
        "Abstract Layer/Operations/Duplication/RepeatAlongPath.swift",
        "Abstract Layer/Operations/Duplication/RepeatAround.swift",
        "Abstract Layer/Operations/Duplication/Symmetry.swift",
        "Abstract Layer/Operations/Edge Profiling/ApplyBoxEdgeProfile.swift",
        "Abstract Layer/Operations/Edge Profiling/ApplyEdgeProfileToCorners.swift",
        "Abstract Layer/Operations/Edge Profiling/Masks/ProfiledRectangleMask.swift",
        "Abstract Layer/Operations/Edge Profiling/Masks/RoundedBoxCornerMask.swift",
        "Abstract Layer/Operations/Edge Profiling/RoundingBoxCorners.swift",
        "Abstract Layer/Operations/EnclosePatch.swift",
        "Abstract Layer/Operations/Extrude/ExtrudeAlongTransforms.swift",
        "Abstract Layer/Operations/Extrude/ExtrudeWithEdgeProfiles.swift",
        "Abstract Layer/Operations/Extrude/Extrusion.swift",
        "Abstract Layer/Operations/Extrude/HelixSweep.swift",
        "Abstract Layer/Operations/Extrude/Sweep.swift",
        "Abstract Layer/Operations/Filling/ConvexHull.swift",
        "Abstract Layer/Operations/Filling/Fill.swift",
        "Abstract Layer/Operations/Follow2D.swift",
        "Abstract Layer/Operations/Follow3D.swift",
        "Abstract Layer/Operations/Loft/Loft+Build.swift",
        "Abstract Layer/Operations/Loft/Loft+Mesh.swift",
        "Abstract Layer/Operations/Loft/Loft+PolygonGroups.swift",
        "Abstract Layer/Operations/Loft/Loft+Resampling.swift",
        "Abstract Layer/Operations/Loft/Loft+Visualization.swift",
        "Abstract Layer/Operations/Loft/Loft.Layer.swift",
        "Abstract Layer/Operations/Loft/Loft.swift",
        "Abstract Layer/Operations/Measure.swift",
        "Abstract Layer/Operations/Offsetting/Offset.swift",
        "Abstract Layer/Operations/Offsetting/OffsetPolyline.swift",
        "Abstract Layer/Operations/Offsetting/Rounding.swift",
        "Abstract Layer/Operations/Offsetting/Stroke.swift",
        "Abstract Layer/Operations/Offsetting/StrokeCurve.swift",
        "Abstract Layer/Operations/Only.swift",
        "Abstract Layer/Operations/OverhangSafe.swift",
        "Abstract Layer/Operations/Projection.swift",
        "Abstract Layer/Operations/ReadConcrete.swift",
        "Abstract Layer/Operations/ReadOutlines.swift",
        "Abstract Layer/Operations/Replace.swift",
        "Abstract Layer/Operations/Resolution.swift",
        "Abstract Layer/Operations/Separate.swift",
        "Abstract Layer/Operations/Skew2D.swift",
        "Abstract Layer/Operations/Skew3D.swift",
        "Abstract Layer/Operations/Smoothing.swift",
        "Abstract Layer/Operations/Split2D.swift",
        "Abstract Layer/Operations/Split3D.swift",
        "Abstract Layer/Operations/SplitInto.swift",
        "Abstract Layer/Operations/Stack.swift",
        "Abstract Layer/Operations/Transformations/Geometry+Transformable.swift",
        "Abstract Layer/Operations/Transformations/RotateAround.swift",
        "Abstract Layer/Operations/Transformations/VariableScale.swift",
        "Abstract Layer/Operations/Twist.swift",
        "Abstract Layer/Operations/Warp.swift",
        "Abstract Layer/Operations/WhileMasked.swift",
        "Abstract Layer/Operations/WhileTransformed.swift",
        "Abstract Layer/Operations/Within.swift",
        "Abstract Layer/Operations/Wrap.swift",
        "Abstract Layer/Transformable/Transformable+Rotation.swift",
        "Abstract Layer/Transformable/Transformable+Scaling.swift",
        "Abstract Layer/Transformable/Transformable+Shearing.swift",
        "Abstract Layer/Transformable/Transformable+Translation.swift",
        "Abstract Layer/Transformable/Transformable.swift",
        "Abstract Layer/Visualization/AxesVisualization.swift",
        "Abstract Layer/Visualization/BoundingBoxVisualization.swift",
        "Abstract Layer/Visualization/CurveVisualization.swift",
        "Abstract Layer/Visualization/DirectionVisualization.swift",
        "Abstract Layer/Visualization/MeshVisualization.swift",
        "Abstract Layer/Visualization/PlaneVisualization.swift",
        "Abstract Layer/Visualization/RulerVisualization.swift",
        "ArrayBuilder.swift",
        "Compatibility.swift",
        "Concrete Layer/Build/Build.swift",
        "Concrete Layer/Build/BuildDirective.swift",
        "Concrete Layer/Build/BuildWarning.swift",
        "Concrete Layer/Build/Group/Group.swift",
        "Concrete Layer/Build/Group/GroupContentBuilder.swift",
        "Concrete Layer/Build/Model/Model.swift",
        "Concrete Layer/Build/Model/ModelContentBuilder.swift",
        "Concrete Layer/Build/Model/ModelContext.swift",
        "Concrete Layer/Build/Options/Compression.swift",
        "Concrete Layer/Build/Options/FileFormats.swift",
        "Concrete Layer/Build/Options/IncludedPartSemantics.swift",
        "Concrete Layer/Build/Options/Metadata.swift",
        "Concrete Layer/Build/Options/ModelOptions.swift",
        "Concrete Layer/Build/Project/CommandLineArguments.swift",
        "Concrete Layer/Build/Project/Project.swift",
        "Concrete Layer/Build/Project/ProjectContentBuilder.swift",
        "Concrete Layer/ConcreteGeometry.swift",
        "Concrete Layer/ModelFileGenerator.swift",
        "Concrete Layer/Output Providers/3MF/ThreeMFDataProvider+Helpers.swift",
        "Concrete Layer/Output Providers/3MF/ThreeMFDataProvider+Materials.swift",
        "Concrete Layer/Output Providers/3MF/ThreeMFDataProvider.swift",
        "Concrete Layer/Output Providers/BinarySTLDataProvider.swift",
        "Concrete Layer/Output Providers/OutputDataProvider.swift",
        "Concrete Layer/Output Providers/SVGDataProvider.swift",
        "Concrete Layer/Part.swift",
        "Concrete Layer/PolygonTree.swift",
        "Dimensionality.swift",
        "Extensions/MiscExtensions.swift",
        "Extensions/RangeExtensions.swift",
        "Extensions/SequenceExtensions.swift",
        "Logging.swift",
        "Node Layer/Context/EvaluationContext.swift",
        "Node Layer/Context/GeometryCache.swift",
        "Node Layer/EvaluationResult.swift",
        "Node Layer/GeometryNode+Codable.swift",
        "Node Layer/GeometryNode+Creation.swift",
        "Node Layer/GeometryNode+Debug.swift",
        "Node Layer/GeometryNode+Hashable.swift",
        "Node Layer/GeometryNode+Shapes.swift",
        "Node Layer/GeometryNode.swift",
        "Operators.swift",
        "Platform.swift",
        "Values/Alignment/AxisAlignment.swift",
        "Values/Alignment/GeometryAlignment+Presets.swift",
        "Values/Alignment/GeometryAlignment.swift",
        "Values/Angle/Angle+Operators.swift",
        "Values/Angle/Angle+Trigonometry.swift",
        "Values/Angle/Angle.swift",
        "Values/Axis/Axes.swift",
        "Values/Axis/Axis.swift",
        "Values/BoundingBox.swift",
        "Values/CacheKey.swift",
        "Values/Color/Color+Constants.swift",
        "Values/Color/Color+HSB.swift",
        "Values/Color/Color.swift",
        "Values/Corners, Edges and Sides/Box.Corner.swift",
        "Values/Corners, Edges and Sides/Box.Edge.swift",
        "Values/Corners, Edges and Sides/CornerRoundingStyle.swift",
        "Values/Corners, Edges and Sides/DirectionalAxis.swift",
        "Values/Corners, Edges and Sides/OrthogonalCorner.swift",
        "Values/Corners, Edges and Sides/Rectangle.Corner.swift",
        "Values/Curves/AnyParametricCurve.swift",
        "Values/Curves/Bezier/BezierCurve.swift",
        "Values/Curves/Bezier/BezierPatch.swift",
        "Values/Curves/Bezier/BezierPath+Adding.swift",
        "Values/Curves/Bezier/BezierPath+Internal.swift",
        "Values/Curves/Bezier/BezierPath+Operations.swift",
        "Values/Curves/Bezier/BezierPath.swift",
        "Values/Curves/Bezier/Path Builder/BezierPath.Builder.swift",
        "Values/Curves/Bezier/Path Builder/ComponentFunctions.swift",
        "Values/Curves/Bezier/Path Builder/ComponentFunctions2D.swift",
        "Values/Curves/Bezier/Path Builder/ComponentFunctions3D.swift",
        "Values/Curves/Bezier/Path Builder/PathBuilderValue.swift",
        "Values/Curves/Bezier/Path Builder/PathBuilderVector.swift",
        "Values/Curves/CurveSample.swift",
        "Values/Curves/InterpolatingCurve.swift",
        "Values/Curves/ParametricCurve+DefaultImplementations.swift",
        "Values/Curves/ParametricCurve+Operations.swift",
        "Values/Curves/ParametricCurve.swift",
        "Values/Curves/ParametricCurveFrame.swift",
        "Values/Curves/Spline Curve/SplineCurve+Creation.swift",
        "Values/Curves/Spline Curve/SplineCurve.swift",
        "Values/Curves/Subcurve.swift",
        "Values/Edge Profiles/EdgeProfile+Cutting.swift",
        "Values/Edge Profiles/EdgeProfile+Forming.swift",
        "Values/Edge Profiles/EdgeProfile+Presets.swift",
        "Values/Edge Profiles/EdgeProfile.swift",
        "Values/LinearInterpolation.swift",
        "Values/Material+Presets.swift",
        "Values/Material.swift",
        "Values/Measurements.swift",
        "Values/MeshData.swift",
        "Values/OpaqueKey.swift",
        "Values/Segmentation.swift",
        "Values/ShapingFunction+Internal.swift",
        "Values/ShapingFunction.swift",
        "Values/SimplePolygon.swift",
        "Values/SimplePolygonList+Alignment.swift",
        "Values/SimplePolygonList.swift",
        "Values/Spatial/Direction.swift",
        "Values/Spatial/Line.swift",
        "Values/Spatial/LinearDirection.swift",
        "Values/Spatial/Plane+Transformation.swift",
        "Values/Spatial/Plane.swift",
        "Values/Transforms/2D/BasicMatrix3x3.swift",
        "Values/Transforms/2D/Transform2D+Creation.swift",
        "Values/Transforms/2D/Transform2D.swift",
        "Values/Transforms/3D/BasicMatrix4x4.swift",
        "Values/Transforms/3D/Transform3D+Creation.swift",
        "Values/Transforms/3D/Transform3D.swift",
        "Values/Transforms/Matrix.swift",
        "Values/Transforms/Transform.swift",
        "Values/Triangle/Triangle+Internal.swift",
        "Values/Triangle/Triangle+Protocols.swift",
        "Values/Triangle/Triangle+Right.swift",
        "Values/Triangle/Triangle.swift",
        "Values/Vectors/DimensionalValues.swift",
        "Values/Vectors/Vector.swift",
        "Values/Vectors/Vector2D+Operators.swift",
        "Values/Vectors/Vector2D.swift",
        "Values/Vectors/Vector3D+Operators.swift",
        "Values/Vectors/Vector3D.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:0ddb100795e64f71518020a73ad8441aeb43832ede7f1202ae7f8de93664f90d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest
Done.