Build Information
Successful build of Nodal, reference 0.3.1 (763efe
), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 08:45:15 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tomasf/Nodal.git
Reference: 0.3.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tomasf/Nodal
* tag 0.3.1 -> FETCH_HEAD
HEAD is now at 763efee Merge branch 'dev'
Submodule path 'Sources/pugixml': checked out 'ee86beb30e4973f5feffe3ce63bfa4fbadf72f38'
Submodule 'Sources/pugixml' (https://tomasf@github.com/zeux/pugixml.git) registered for path 'Sources/pugixml'
Cloning into '/Users/admin/builder/spi-builder-workspace/Sources/pugixml'...
Cloned https://github.com/tomasf/Nodal.git
Revision (git rev-parse @):
763efeebe6bf1c26958dcbb29661a9af45cced52
SUCCESS checkout https://github.com/tomasf/Nodal.git at 0.3.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/tomasf/Nodal.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version-1EA4D86E10B52AF.txt
[2/4] Compiling Bridge bridge.cpp
[3/4] Compiling pugixml.cpp
[5/41] Emitting module Nodal
[6/45] Compiling Nodal Node+xPath.swift
/Users/admin/builder/spi-builder-workspace/Sources/pugixml/src/pugixml.hpp:765:3: note: function 'print' unavailable (cannot import)
763 | #ifndef PUGIXML_NO_STL
764 | // Print subtree to stream
765 | void print(std::basic_ostream<char>& os, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, xml_encoding encoding = encoding_auto, unsigned int depth = 0) const;
| | `- note: parameter 'os' unavailable (cannot import)
| `- note: function 'print' unavailable (cannot import)
766 | void print(std::basic_ostream<wchar_t>& os, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, unsigned int depth = 0) const;
| | `- note: parameter 'os' unavailable (cannot import)
| `- note: function 'print' unavailable (cannot import)
767 | #endif
768 |
:
1142 | #ifndef PUGIXML_NO_STL
1143 | // Load document from stream.
1144 | xml_parse_result load(std::basic_istream<char>& stream, unsigned int options = parse_default, xml_encoding encoding = encoding_auto);
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'load' unavailable (cannot import)
1145 | xml_parse_result load(std::basic_istream<wchar_t>& stream, unsigned int options = parse_default);
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'load' unavailable (cannot import)
1146 | #endif
1147 |
:
1172 | #ifndef PUGIXML_NO_STL
1173 | // Save XML document to stream (semantics is slightly different from xml_node::print, see documentation for details).
1174 | void save(std::basic_ostream<char>& stream, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, xml_encoding encoding = encoding_auto) const;
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'save' unavailable (cannot import)
1175 | void save(std::basic_ostream<wchar_t>& stream, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default) const;
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'save' unavailable (cannot import)
1176 | #endif
1177 |
[7/45] Compiling Nodal XPathQuery.swift
/Users/admin/builder/spi-builder-workspace/Sources/pugixml/src/pugixml.hpp:765:3: note: function 'print' unavailable (cannot import)
763 | #ifndef PUGIXML_NO_STL
764 | // Print subtree to stream
765 | void print(std::basic_ostream<char>& os, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, xml_encoding encoding = encoding_auto, unsigned int depth = 0) const;
| | `- note: parameter 'os' unavailable (cannot import)
| `- note: function 'print' unavailable (cannot import)
766 | void print(std::basic_ostream<wchar_t>& os, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, unsigned int depth = 0) const;
| | `- note: parameter 'os' unavailable (cannot import)
| `- note: function 'print' unavailable (cannot import)
767 | #endif
768 |
:
1142 | #ifndef PUGIXML_NO_STL
1143 | // Load document from stream.
1144 | xml_parse_result load(std::basic_istream<char>& stream, unsigned int options = parse_default, xml_encoding encoding = encoding_auto);
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'load' unavailable (cannot import)
1145 | xml_parse_result load(std::basic_istream<wchar_t>& stream, unsigned int options = parse_default);
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'load' unavailable (cannot import)
1146 | #endif
1147 |
:
1172 | #ifndef PUGIXML_NO_STL
1173 | // Save XML document to stream (semantics is slightly different from xml_node::print, see documentation for details).
1174 | void save(std::basic_ostream<char>& stream, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, xml_encoding encoding = encoding_auto) const;
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'save' unavailable (cannot import)
1175 | void save(std::basic_ostream<wchar_t>& stream, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default) const;
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'save' unavailable (cannot import)
1176 | #endif
1177 |
[8/45] Compiling Nodal XPathResults.swift
/Users/admin/builder/spi-builder-workspace/Sources/pugixml/src/pugixml.hpp:765:3: note: function 'print' unavailable (cannot import)
763 | #ifndef PUGIXML_NO_STL
764 | // Print subtree to stream
765 | void print(std::basic_ostream<char>& os, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, xml_encoding encoding = encoding_auto, unsigned int depth = 0) const;
| | `- note: parameter 'os' unavailable (cannot import)
| `- note: function 'print' unavailable (cannot import)
766 | void print(std::basic_ostream<wchar_t>& os, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, unsigned int depth = 0) const;
| | `- note: parameter 'os' unavailable (cannot import)
| `- note: function 'print' unavailable (cannot import)
767 | #endif
768 |
:
1142 | #ifndef PUGIXML_NO_STL
1143 | // Load document from stream.
1144 | xml_parse_result load(std::basic_istream<char>& stream, unsigned int options = parse_default, xml_encoding encoding = encoding_auto);
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'load' unavailable (cannot import)
1145 | xml_parse_result load(std::basic_istream<wchar_t>& stream, unsigned int options = parse_default);
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'load' unavailable (cannot import)
1146 | #endif
1147 |
:
1172 | #ifndef PUGIXML_NO_STL
1173 | // Save XML document to stream (semantics is slightly different from xml_node::print, see documentation for details).
1174 | void save(std::basic_ostream<char>& stream, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, xml_encoding encoding = encoding_auto) const;
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'save' unavailable (cannot import)
1175 | void save(std::basic_ostream<wchar_t>& stream, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default) const;
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'save' unavailable (cannot import)
1176 | #endif
1177 |
[9/45] Compiling Nodal XPathVariableValue.swift
/Users/admin/builder/spi-builder-workspace/Sources/pugixml/src/pugixml.hpp:765:3: note: function 'print' unavailable (cannot import)
763 | #ifndef PUGIXML_NO_STL
764 | // Print subtree to stream
765 | void print(std::basic_ostream<char>& os, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, xml_encoding encoding = encoding_auto, unsigned int depth = 0) const;
| | `- note: parameter 'os' unavailable (cannot import)
| `- note: function 'print' unavailable (cannot import)
766 | void print(std::basic_ostream<wchar_t>& os, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, unsigned int depth = 0) const;
| | `- note: parameter 'os' unavailable (cannot import)
| `- note: function 'print' unavailable (cannot import)
767 | #endif
768 |
:
1142 | #ifndef PUGIXML_NO_STL
1143 | // Load document from stream.
1144 | xml_parse_result load(std::basic_istream<char>& stream, unsigned int options = parse_default, xml_encoding encoding = encoding_auto);
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'load' unavailable (cannot import)
1145 | xml_parse_result load(std::basic_istream<wchar_t>& stream, unsigned int options = parse_default);
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'load' unavailable (cannot import)
1146 | #endif
1147 |
:
1172 | #ifndef PUGIXML_NO_STL
1173 | // Save XML document to stream (semantics is slightly different from xml_node::print, see documentation for details).
1174 | void save(std::basic_ostream<char>& stream, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, xml_encoding encoding = encoding_auto) const;
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'save' unavailable (cannot import)
1175 | void save(std::basic_ostream<wchar_t>& stream, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default) const;
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'save' unavailable (cannot import)
1176 | #endif
1177 |
[10/45] Compiling Nodal Node+XMLValueCodableArray.swift
/Users/admin/builder/spi-builder-workspace/Sources/pugixml/src/pugixml.hpp:765:3: note: function 'print' unavailable (cannot import)
763 | #ifndef PUGIXML_NO_STL
764 | // Print subtree to stream
765 | void print(std::basic_ostream<char>& os, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, xml_encoding encoding = encoding_auto, unsigned int depth = 0) const;
| | `- note: parameter 'os' unavailable (cannot import)
| `- note: function 'print' unavailable (cannot import)
766 | void print(std::basic_ostream<wchar_t>& os, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, unsigned int depth = 0) const;
| | `- note: parameter 'os' unavailable (cannot import)
| `- note: function 'print' unavailable (cannot import)
767 | #endif
768 |
:
1142 | #ifndef PUGIXML_NO_STL
1143 | // Load document from stream.
1144 | xml_parse_result load(std::basic_istream<char>& stream, unsigned int options = parse_default, xml_encoding encoding = encoding_auto);
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'load' unavailable (cannot import)
1145 | xml_parse_result load(std::basic_istream<wchar_t>& stream, unsigned int options = parse_default);
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'load' unavailable (cannot import)
1146 | #endif
1147 |
:
1172 | #ifndef PUGIXML_NO_STL
1173 | // Save XML document to stream (semantics is slightly different from xml_node::print, see documentation for details).
1174 | void save(std::basic_ostream<char>& stream, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, xml_encoding encoding = encoding_auto) const;
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'save' unavailable (cannot import)
1175 | void save(std::basic_ostream<wchar_t>& stream, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default) const;
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'save' unavailable (cannot import)
1176 | #endif
1177 |
[11/45] Compiling Nodal XMLValueCodable.swift
/Users/admin/builder/spi-builder-workspace/Sources/pugixml/src/pugixml.hpp:765:3: note: function 'print' unavailable (cannot import)
763 | #ifndef PUGIXML_NO_STL
764 | // Print subtree to stream
765 | void print(std::basic_ostream<char>& os, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, xml_encoding encoding = encoding_auto, unsigned int depth = 0) const;
| | `- note: parameter 'os' unavailable (cannot import)
| `- note: function 'print' unavailable (cannot import)
766 | void print(std::basic_ostream<wchar_t>& os, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, unsigned int depth = 0) const;
| | `- note: parameter 'os' unavailable (cannot import)
| `- note: function 'print' unavailable (cannot import)
767 | #endif
768 |
:
1142 | #ifndef PUGIXML_NO_STL
1143 | // Load document from stream.
1144 | xml_parse_result load(std::basic_istream<char>& stream, unsigned int options = parse_default, xml_encoding encoding = encoding_auto);
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'load' unavailable (cannot import)
1145 | xml_parse_result load(std::basic_istream<wchar_t>& stream, unsigned int options = parse_default);
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'load' unavailable (cannot import)
1146 | #endif
1147 |
:
1172 | #ifndef PUGIXML_NO_STL
1173 | // Save XML document to stream (semantics is slightly different from xml_node::print, see documentation for details).
1174 | void save(std::basic_ostream<char>& stream, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, xml_encoding encoding = encoding_auto) const;
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'save' unavailable (cannot import)
1175 | void save(std::basic_ostream<wchar_t>& stream, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default) const;
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'save' unavailable (cannot import)
1176 | #endif
1177 |
[12/45] Compiling Nodal Document+Errors.swift
/Users/admin/builder/spi-builder-workspace/Sources/pugixml/src/pugixml.hpp:765:3: note: function 'print' unavailable (cannot import)
763 | #ifndef PUGIXML_NO_STL
764 | // Print subtree to stream
765 | void print(std::basic_ostream<char>& os, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, xml_encoding encoding = encoding_auto, unsigned int depth = 0) const;
| | `- note: parameter 'os' unavailable (cannot import)
| `- note: function 'print' unavailable (cannot import)
766 | void print(std::basic_ostream<wchar_t>& os, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, unsigned int depth = 0) const;
| | `- note: parameter 'os' unavailable (cannot import)
| `- note: function 'print' unavailable (cannot import)
767 | #endif
768 |
:
1142 | #ifndef PUGIXML_NO_STL
1143 | // Load document from stream.
1144 | xml_parse_result load(std::basic_istream<char>& stream, unsigned int options = parse_default, xml_encoding encoding = encoding_auto);
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'load' unavailable (cannot import)
1145 | xml_parse_result load(std::basic_istream<wchar_t>& stream, unsigned int options = parse_default);
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'load' unavailable (cannot import)
1146 | #endif
1147 |
:
1172 | #ifndef PUGIXML_NO_STL
1173 | // Save XML document to stream (semantics is slightly different from xml_node::print, see documentation for details).
1174 | void save(std::basic_ostream<char>& stream, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, xml_encoding encoding = encoding_auto) const;
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'save' unavailable (cannot import)
1175 | void save(std::basic_ostream<wchar_t>& stream, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default) const;
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'save' unavailable (cannot import)
1176 | #endif
1177 |
[13/45] Compiling Nodal Document+Input.swift
/Users/admin/builder/spi-builder-workspace/Sources/pugixml/src/pugixml.hpp:765:3: note: function 'print' unavailable (cannot import)
763 | #ifndef PUGIXML_NO_STL
764 | // Print subtree to stream
765 | void print(std::basic_ostream<char>& os, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, xml_encoding encoding = encoding_auto, unsigned int depth = 0) const;
| | `- note: parameter 'os' unavailable (cannot import)
| `- note: function 'print' unavailable (cannot import)
766 | void print(std::basic_ostream<wchar_t>& os, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, unsigned int depth = 0) const;
| | `- note: parameter 'os' unavailable (cannot import)
| `- note: function 'print' unavailable (cannot import)
767 | #endif
768 |
:
1142 | #ifndef PUGIXML_NO_STL
1143 | // Load document from stream.
1144 | xml_parse_result load(std::basic_istream<char>& stream, unsigned int options = parse_default, xml_encoding encoding = encoding_auto);
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'load' unavailable (cannot import)
1145 | xml_parse_result load(std::basic_istream<wchar_t>& stream, unsigned int options = parse_default);
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'load' unavailable (cannot import)
1146 | #endif
1147 |
:
1172 | #ifndef PUGIXML_NO_STL
1173 | // Save XML document to stream (semantics is slightly different from xml_node::print, see documentation for details).
1174 | void save(std::basic_ostream<char>& stream, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, xml_encoding encoding = encoding_auto) const;
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'save' unavailable (cannot import)
1175 | void save(std::basic_ostream<wchar_t>& stream, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default) const;
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'save' unavailable (cannot import)
1176 | #endif
1177 |
[14/45] Compiling Nodal Node+XMLElementCodable.swift
[15/45] Compiling Nodal XMLElementCodable.swift
[16/45] Compiling Nodal Foundation+XMLValueCodable.swift
[17/45] Compiling Nodal Node+XMLValueCodable.swift
[18/45] Compiling Nodal AttributeSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/pugixml/src/pugixml.hpp:765:3: note: function 'print' unavailable (cannot import)
763 | #ifndef PUGIXML_NO_STL
764 | // Print subtree to stream
765 | void print(std::basic_ostream<char>& os, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, xml_encoding encoding = encoding_auto, unsigned int depth = 0) const;
| | `- note: parameter 'os' unavailable (cannot import)
| `- note: function 'print' unavailable (cannot import)
766 | void print(std::basic_ostream<wchar_t>& os, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, unsigned int depth = 0) const;
| | `- note: parameter 'os' unavailable (cannot import)
| `- note: function 'print' unavailable (cannot import)
767 | #endif
768 |
:
1142 | #ifndef PUGIXML_NO_STL
1143 | // Load document from stream.
1144 | xml_parse_result load(std::basic_istream<char>& stream, unsigned int options = parse_default, xml_encoding encoding = encoding_auto);
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'load' unavailable (cannot import)
1145 | xml_parse_result load(std::basic_istream<wchar_t>& stream, unsigned int options = parse_default);
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'load' unavailable (cannot import)
1146 | #endif
1147 |
:
1172 | #ifndef PUGIXML_NO_STL
1173 | // Save XML document to stream (semantics is slightly different from xml_node::print, see documentation for details).
1174 | void save(std::basic_ostream<char>& stream, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, xml_encoding encoding = encoding_auto) const;
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'save' unavailable (cannot import)
1175 | void save(std::basic_ostream<wchar_t>& stream, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default) const;
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'save' unavailable (cannot import)
1176 | #endif
1177 |
[19/45] Compiling Nodal ChildSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/pugixml/src/pugixml.hpp:765:3: note: function 'print' unavailable (cannot import)
763 | #ifndef PUGIXML_NO_STL
764 | // Print subtree to stream
765 | void print(std::basic_ostream<char>& os, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, xml_encoding encoding = encoding_auto, unsigned int depth = 0) const;
| | `- note: parameter 'os' unavailable (cannot import)
| `- note: function 'print' unavailable (cannot import)
766 | void print(std::basic_ostream<wchar_t>& os, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, unsigned int depth = 0) const;
| | `- note: parameter 'os' unavailable (cannot import)
| `- note: function 'print' unavailable (cannot import)
767 | #endif
768 |
:
1142 | #ifndef PUGIXML_NO_STL
1143 | // Load document from stream.
1144 | xml_parse_result load(std::basic_istream<char>& stream, unsigned int options = parse_default, xml_encoding encoding = encoding_auto);
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'load' unavailable (cannot import)
1145 | xml_parse_result load(std::basic_istream<wchar_t>& stream, unsigned int options = parse_default);
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'load' unavailable (cannot import)
1146 | #endif
1147 |
:
1172 | #ifndef PUGIXML_NO_STL
1173 | // Save XML document to stream (semantics is slightly different from xml_node::print, see documentation for details).
1174 | void save(std::basic_ostream<char>& stream, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, xml_encoding encoding = encoding_auto) const;
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'save' unavailable (cannot import)
1175 | void save(std::basic_ostream<wchar_t>& stream, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default) const;
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'save' unavailable (cannot import)
1176 | #endif
1177 |
[20/45] Compiling Nodal DescendantSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/pugixml/src/pugixml.hpp:765:3: note: function 'print' unavailable (cannot import)
763 | #ifndef PUGIXML_NO_STL
764 | // Print subtree to stream
765 | void print(std::basic_ostream<char>& os, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, xml_encoding encoding = encoding_auto, unsigned int depth = 0) const;
| | `- note: parameter 'os' unavailable (cannot import)
| `- note: function 'print' unavailable (cannot import)
766 | void print(std::basic_ostream<wchar_t>& os, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, unsigned int depth = 0) const;
| | `- note: parameter 'os' unavailable (cannot import)
| `- note: function 'print' unavailable (cannot import)
767 | #endif
768 |
:
1142 | #ifndef PUGIXML_NO_STL
1143 | // Load document from stream.
1144 | xml_parse_result load(std::basic_istream<char>& stream, unsigned int options = parse_default, xml_encoding encoding = encoding_auto);
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'load' unavailable (cannot import)
1145 | xml_parse_result load(std::basic_istream<wchar_t>& stream, unsigned int options = parse_default);
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'load' unavailable (cannot import)
1146 | #endif
1147 |
:
1172 | #ifndef PUGIXML_NO_STL
1173 | // Save XML document to stream (semantics is slightly different from xml_node::print, see documentation for details).
1174 | void save(std::basic_ostream<char>& stream, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, xml_encoding encoding = encoding_auto) const;
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'save' unavailable (cannot import)
1175 | void save(std::basic_ostream<wchar_t>& stream, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default) const;
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'save' unavailable (cannot import)
1176 | #endif
1177 |
[21/45] Compiling Nodal ReverseSiblingSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/pugixml/src/pugixml.hpp:765:3: note: function 'print' unavailable (cannot import)
763 | #ifndef PUGIXML_NO_STL
764 | // Print subtree to stream
765 | void print(std::basic_ostream<char>& os, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, xml_encoding encoding = encoding_auto, unsigned int depth = 0) const;
| | `- note: parameter 'os' unavailable (cannot import)
| `- note: function 'print' unavailable (cannot import)
766 | void print(std::basic_ostream<wchar_t>& os, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, unsigned int depth = 0) const;
| | `- note: parameter 'os' unavailable (cannot import)
| `- note: function 'print' unavailable (cannot import)
767 | #endif
768 |
:
1142 | #ifndef PUGIXML_NO_STL
1143 | // Load document from stream.
1144 | xml_parse_result load(std::basic_istream<char>& stream, unsigned int options = parse_default, xml_encoding encoding = encoding_auto);
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'load' unavailable (cannot import)
1145 | xml_parse_result load(std::basic_istream<wchar_t>& stream, unsigned int options = parse_default);
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'load' unavailable (cannot import)
1146 | #endif
1147 |
:
1172 | #ifndef PUGIXML_NO_STL
1173 | // Save XML document to stream (semantics is slightly different from xml_node::print, see documentation for details).
1174 | void save(std::basic_ostream<char>& stream, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, xml_encoding encoding = encoding_auto) const;
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'save' unavailable (cannot import)
1175 | void save(std::basic_ostream<wchar_t>& stream, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default) const;
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'save' unavailable (cannot import)
1176 | #endif
1177 |
[22/45] Compiling Nodal ExpandedName+Pending.swift
/Users/admin/builder/spi-builder-workspace/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 |
[23/45] Compiling Nodal ExpandedName.swift
/Users/admin/builder/spi-builder-workspace/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 |
[24/45] Compiling Nodal Extensions.swift
/Users/admin/builder/spi-builder-workspace/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 |
[25/45] Compiling Nodal Pugi.swift
/Users/admin/builder/spi-builder-workspace/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 |
[26/45] Compiling Nodal Node.Kind.swift
/Users/admin/builder/spi-builder-workspace/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 |
[27/45] Compiling Nodal Node.swift
/Users/admin/builder/spi-builder-workspace/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 |
[28/45] Compiling Nodal OutputOptions.swift
/Users/admin/builder/spi-builder-workspace/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 |
[29/45] Compiling Nodal AncestorAttributeSequence.swift
/Users/admin/builder/spi-builder-workspace/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 |
[30/45] Compiling Nodal Node+Hierarchy.swift
/Users/admin/builder/spi-builder-workspace/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 |
[31/45] Compiling Nodal Node+MoveCopy.swift
/Users/admin/builder/spi-builder-workspace/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 |
[32/45] Compiling Nodal Node+Names.swift
/Users/admin/builder/spi-builder-workspace/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 |
[33/45] Compiling Nodal Node+Namespaces.swift
/Users/admin/builder/spi-builder-workspace/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 |
[34/45] Compiling Nodal Document.ParseOptions.swift
/Users/admin/builder/spi-builder-workspace/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 |
[35/45] Compiling Nodal Document.swift
/Users/admin/builder/spi-builder-workspace/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 |
[36/45] Compiling Nodal PendingNameRecord.swift
/Users/admin/builder/spi-builder-workspace/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 |
[37/45] Compiling Nodal Encoding.swift
/Users/admin/builder/spi-builder-workspace/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 |
[38/45] Compiling Nodal Document+Namespaces.swift
/Users/admin/builder/spi-builder-workspace/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 |
[39/45] Compiling Nodal Document+Output.swift
/Users/admin/builder/spi-builder-workspace/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 |
[40/45] Compiling Nodal Document+PendingNameRecords.swift
/Users/admin/builder/spi-builder-workspace/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 |
[41/45] Compiling Nodal Document+RootElement.swift
/Users/admin/builder/spi-builder-workspace/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 |
[42/45] Compiling Nodal PugiNode.swift
/Users/admin/builder/spi-builder-workspace/Sources/pugixml/src/pugixml.hpp:765:3: note: function 'print' unavailable (cannot import)
763 | #ifndef PUGIXML_NO_STL
764 | // Print subtree to stream
765 | void print(std::basic_ostream<char>& os, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, xml_encoding encoding = encoding_auto, unsigned int depth = 0) const;
| | `- note: parameter 'os' unavailable (cannot import)
| `- note: function 'print' unavailable (cannot import)
766 | void print(std::basic_ostream<wchar_t>& os, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, unsigned int depth = 0) const;
| | `- note: parameter 'os' unavailable (cannot import)
| `- note: function 'print' unavailable (cannot import)
767 | #endif
768 |
:
1142 | #ifndef PUGIXML_NO_STL
1143 | // Load document from stream.
1144 | xml_parse_result load(std::basic_istream<char>& stream, unsigned int options = parse_default, xml_encoding encoding = encoding_auto);
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'load' unavailable (cannot import)
1145 | xml_parse_result load(std::basic_istream<wchar_t>& stream, unsigned int options = parse_default);
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'load' unavailable (cannot import)
1146 | #endif
1147 |
:
1172 | #ifndef PUGIXML_NO_STL
1173 | // Save XML document to stream (semantics is slightly different from xml_node::print, see documentation for details).
1174 | void save(std::basic_ostream<char>& stream, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, xml_encoding encoding = encoding_auto) const;
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'save' unavailable (cannot import)
1175 | void save(std::basic_ostream<wchar_t>& stream, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default) const;
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'save' unavailable (cannot import)
1176 | #endif
1177 |
[43/45] Compiling Nodal Node+Attributes.swift
/Users/admin/builder/spi-builder-workspace/Sources/pugixml/src/pugixml.hpp:765:3: note: function 'print' unavailable (cannot import)
763 | #ifndef PUGIXML_NO_STL
764 | // Print subtree to stream
765 | void print(std::basic_ostream<char>& os, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, xml_encoding encoding = encoding_auto, unsigned int depth = 0) const;
| | `- note: parameter 'os' unavailable (cannot import)
| `- note: function 'print' unavailable (cannot import)
766 | void print(std::basic_ostream<wchar_t>& os, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, unsigned int depth = 0) const;
| | `- note: parameter 'os' unavailable (cannot import)
| `- note: function 'print' unavailable (cannot import)
767 | #endif
768 |
:
1142 | #ifndef PUGIXML_NO_STL
1143 | // Load document from stream.
1144 | xml_parse_result load(std::basic_istream<char>& stream, unsigned int options = parse_default, xml_encoding encoding = encoding_auto);
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'load' unavailable (cannot import)
1145 | xml_parse_result load(std::basic_istream<wchar_t>& stream, unsigned int options = parse_default);
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'load' unavailable (cannot import)
1146 | #endif
1147 |
:
1172 | #ifndef PUGIXML_NO_STL
1173 | // Save XML document to stream (semantics is slightly different from xml_node::print, see documentation for details).
1174 | void save(std::basic_ostream<char>& stream, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, xml_encoding encoding = encoding_auto) const;
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'save' unavailable (cannot import)
1175 | void save(std::basic_ostream<wchar_t>& stream, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default) const;
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'save' unavailable (cannot import)
1176 | #endif
1177 |
[44/45] Compiling Nodal Node+Children.swift
/Users/admin/builder/spi-builder-workspace/Sources/pugixml/src/pugixml.hpp:765:3: note: function 'print' unavailable (cannot import)
763 | #ifndef PUGIXML_NO_STL
764 | // Print subtree to stream
765 | void print(std::basic_ostream<char>& os, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, xml_encoding encoding = encoding_auto, unsigned int depth = 0) const;
| | `- note: parameter 'os' unavailable (cannot import)
| `- note: function 'print' unavailable (cannot import)
766 | void print(std::basic_ostream<wchar_t>& os, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, unsigned int depth = 0) const;
| | `- note: parameter 'os' unavailable (cannot import)
| `- note: function 'print' unavailable (cannot import)
767 | #endif
768 |
:
1142 | #ifndef PUGIXML_NO_STL
1143 | // Load document from stream.
1144 | xml_parse_result load(std::basic_istream<char>& stream, unsigned int options = parse_default, xml_encoding encoding = encoding_auto);
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'load' unavailable (cannot import)
1145 | xml_parse_result load(std::basic_istream<wchar_t>& stream, unsigned int options = parse_default);
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'load' unavailable (cannot import)
1146 | #endif
1147 |
:
1172 | #ifndef PUGIXML_NO_STL
1173 | // Save XML document to stream (semantics is slightly different from xml_node::print, see documentation for details).
1174 | void save(std::basic_ostream<char>& stream, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, xml_encoding encoding = encoding_auto) const;
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'save' unavailable (cannot import)
1175 | void save(std::basic_ostream<wchar_t>& stream, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default) const;
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'save' unavailable (cannot import)
1176 | #endif
1177 |
[45/45] Compiling Nodal Node+Elements.swift
/Users/admin/builder/spi-builder-workspace/Sources/pugixml/src/pugixml.hpp:765:3: note: function 'print' unavailable (cannot import)
763 | #ifndef PUGIXML_NO_STL
764 | // Print subtree to stream
765 | void print(std::basic_ostream<char>& os, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, xml_encoding encoding = encoding_auto, unsigned int depth = 0) const;
| | `- note: parameter 'os' unavailable (cannot import)
| `- note: function 'print' unavailable (cannot import)
766 | void print(std::basic_ostream<wchar_t>& os, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, unsigned int depth = 0) const;
| | `- note: parameter 'os' unavailable (cannot import)
| `- note: function 'print' unavailable (cannot import)
767 | #endif
768 |
:
1142 | #ifndef PUGIXML_NO_STL
1143 | // Load document from stream.
1144 | xml_parse_result load(std::basic_istream<char>& stream, unsigned int options = parse_default, xml_encoding encoding = encoding_auto);
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'load' unavailable (cannot import)
1145 | xml_parse_result load(std::basic_istream<wchar_t>& stream, unsigned int options = parse_default);
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'load' unavailable (cannot import)
1146 | #endif
1147 |
:
1172 | #ifndef PUGIXML_NO_STL
1173 | // Save XML document to stream (semantics is slightly different from xml_node::print, see documentation for details).
1174 | void save(std::basic_ostream<char>& stream, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default, xml_encoding encoding = encoding_auto) const;
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'save' unavailable (cannot import)
1175 | void save(std::basic_ostream<wchar_t>& stream, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = format_default) const;
| | `- note: parameter 'stream' unavailable (cannot import)
| `- note: function 'save' unavailable (cannot import)
1176 | #endif
1177 |
Build complete! (13.56s)
Build complete.
{
"cxx_language_standard" : "c++17",
"dependencies" : [
],
"manifest_display_name" : "Nodal",
"name" : "Nodal",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Nodal",
"targets" : [
"Nodal"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "pugixml",
"module_type" : "ClangTarget",
"name" : "pugixml",
"path" : "Sources/pugixml",
"product_memberships" : [
"Nodal"
],
"sources" : [
"src/pugixml.cpp"
],
"type" : "library"
},
{
"c99name" : "Tests",
"module_type" : "SwiftTarget",
"name" : "Tests",
"path" : "Sources/Tests",
"sources" : [
"CodableProtocolTests.swift",
"HierarchyTests.swift",
"NamespaceTests.swift",
"XPathTests.swift"
],
"target_dependencies" : [
"Nodal"
],
"type" : "test"
},
{
"c99name" : "Nodal",
"module_type" : "SwiftTarget",
"name" : "Nodal",
"path" : "Sources/Nodal",
"product_memberships" : [
"Nodal"
],
"sources" : [
"Codable/Element/Node+XMLElementCodable.swift",
"Codable/Element/XMLElementCodable.swift",
"Codable/Value/Foundation+XMLValueCodable.swift",
"Codable/Value/Node+XMLValueCodable.swift",
"Codable/Value/Node+XMLValueCodableArray.swift",
"Codable/Value/XMLValueCodable.swift",
"Document/Document+Errors.swift",
"Document/Document+Input.swift",
"Document/Document+Namespaces.swift",
"Document/Document+Output.swift",
"Document/Document+PendingNameRecords.swift",
"Document/Document+RootElement.swift",
"Document/Document.ParseOptions.swift",
"Document/Document.swift",
"Document/PendingNameRecord.swift",
"Encoding.swift",
"ExpandedName+Pending.swift",
"ExpandedName.swift",
"Extensions/Extensions.swift",
"Extensions/Pugi.swift",
"Extensions/PugiNode.swift",
"Node/Node+Attributes.swift",
"Node/Node+Children.swift",
"Node/Node+Elements.swift",
"Node/Node+Hierarchy.swift",
"Node/Node+MoveCopy.swift",
"Node/Node+Names.swift",
"Node/Node+Namespaces.swift",
"Node/Node.Kind.swift",
"Node/Node.swift",
"OutputOptions.swift",
"Sequences/AncestorAttributeSequence.swift",
"Sequences/AttributeSequence.swift",
"Sequences/ChildSequence.swift",
"Sequences/DescendantSequence.swift",
"Sequences/ReverseSiblingSequence.swift",
"XPath/Node+xPath.swift",
"XPath/XPathQuery.swift",
"XPath/XPathResults.swift",
"XPath/XPathVariableValue.swift"
],
"target_dependencies" : [
"pugixml",
"Bridge"
],
"type" : "library"
},
{
"c99name" : "Bridge",
"module_type" : "ClangTarget",
"name" : "Bridge",
"path" : "Sources/bridge",
"product_memberships" : [
"Nodal"
],
"sources" : [
"bridge.cpp"
],
"target_dependencies" : [
"pugixml"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.