The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of manifold-swift, reference main (a0942d), with Swift 6.2 (beta) for Linux on 24 Jun 2025 00:54:56 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tomasf/manifold-swift.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/tomasf/manifold-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a0942d2 Merge branch 'dev'
Submodule path 'External/clipper2': checked out 'a8269cafe92cdbf92572bceda5e9fdacc4684b51'
Submodule path 'External/manifold': checked out '061c5e7a489dfc91c8a0ba2519fca656075fa5d5'
Submodule path 'External/oneTBB': checked out 'ab7761b71fd4d4b80c7b833149feadd4bbdf6918'
Submodule 'clipper2' (https://github.com/AngusJohnson/Clipper2) registered for path 'External/clipper2'
Submodule 'manifold' (https://github.com/elalish/manifold.git) registered for path 'External/manifold'
Submodule 'oneTBB' (https://github.com/tomasf/oneTBB.git) registered for path 'External/oneTBB'
Cloning into '/host/spi-builder-workspace/External/clipper2'...
Cloning into '/host/spi-builder-workspace/External/manifold'...
Cloning into '/host/spi-builder-workspace/External/oneTBB'...
Cloned https://github.com/tomasf/manifold-swift.git
Revision (git rev-parse @):
a0942d2aa55d5c03bb288d7e94e349e34380f006
SUCCESS checkout https://github.com/tomasf/manifold-swift.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/tomasf/manifold-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/56] Compiling cross_section.cpp
[1/56] Write swift-version-24593BA9C3E375BF.txt
[2/56] Compiling version.cpp
[3/56] Compiling boolean3.cpp
[4/56] Compiling ittnotify_static.c
[5/56] Compiling edge_op.cpp
[6/56] Compiling constructors.cpp
[7/56] Compiling face_op.cpp
[8/56] Compiling impl.cpp
[9/56] Compiling csg_tree.cpp
[10/56] Compiling thread_request_serializer.cpp
[11/56] Compiling threading_control.cpp
[12/56] Compiling thread_dispatcher.cpp
[13/56] Compiling boolean_result.cpp
[14/56] Compiling tcm_adaptor.cpp
[15/56] Compiling tbb.cpp
[16/56] Compiling task_group_context.cpp
[17/56] Compiling rml_tbb.cpp
[18/56] Compiling semaphore.cpp
[19/56] Compiling rtm_mutex.cpp
[20/56] Compiling task_dispatcher.cpp
[21/56] Compiling rtm_rw_mutex.cpp
[22/56] Compiling small_object_pool.cpp
[23/56] Compiling task.cpp
[24/56] Compiling queuing_rw_mutex.cpp
[25/56] Compiling itt_notify.cpp
[26/56] Compiling profiling.cpp
[27/56] Compiling private_server.cpp
[28/56] Compiling misc.cpp
[29/56] Compiling parallel_pipeline.cpp
[30/56] Compiling misc_ex.cpp
[31/56] Compiling observer_proxy.cpp
[32/56] Compiling exception.cpp
[33/56] Compiling market.cpp
[34/56] Compiling dynamic_link.cpp
[35/56] Compiling governor.cpp
[36/56] Compiling global_control.cpp
[37/56] Compiling arena_slot.cpp
[38/56] Compiling concurrent_bounded_queue.cpp
[39/56] Compiling allocator.cpp
[40/56] Compiling address_waiter.cpp
[41/56] Compiling arena.cpp
[42/56] Compiling tree2d.cpp
[43/56] Compiling sdf.cpp
[44/56] Compiling quickhull.cpp
[45/56] Write sources
[46/56] Compiling polygon.cpp
[47/56] Compiling subdivision.cpp
[48/56] Compiling smoothing.cpp
[49/56] Compiling sort.cpp
[50/56] Compiling bridge.cpp
[51/56] Compiling clipper.rectclip.cpp
[52/56] Compiling properties.cpp
[53/56] Compiling clipper.offset.cpp
[54/56] Compiling manifold.cpp
[55/56] Compiling clipper.engine.cpp
[57/78] Compiling Manifold3D CrossSectionTypes.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[58/78] Compiling Manifold3D Matrices.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[59/78] Compiling Manifold3D Polygon.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[60/80] Compiling Manifold3D Triangle.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[61/80] Compiling Manifold3D Vectors.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[62/80] Compiling Manifold3D Geometry.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
/host/spi-builder-workspace/Sources/Manifold3D/Manifold/Manifold+Composition.swift:9:30: warning: capture of non-Sendable type 'Vector.Type' in an isolated closure
 7 |
 8 |     func decompose() -> [Manifold] {
 9 |         mesh.Decompose().map(Manifold.init)
   |                              `- warning: capture of non-Sendable type 'Vector.Type' in an isolated closure
10 |     }
11 | }
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[63/80] Compiling Manifold3D Manifold+Composition.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
/host/spi-builder-workspace/Sources/Manifold3D/Manifold/Manifold+Composition.swift:9:30: warning: capture of non-Sendable type 'Vector.Type' in an isolated closure
 7 |
 8 |     func decompose() -> [Manifold] {
 9 |         mesh.Decompose().map(Manifold.init)
   |                              `- warning: capture of non-Sendable type 'Vector.Type' in an isolated closure
10 |     }
11 | }
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[64/80] Compiling Manifold3D Manifold+Operations.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
/host/spi-builder-workspace/Sources/Manifold3D/Manifold/Manifold+Composition.swift:9:30: warning: capture of non-Sendable type 'Vector.Type' in an isolated closure
 7 |
 8 |     func decompose() -> [Manifold] {
 9 |         mesh.Decompose().map(Manifold.init)
   |                              `- warning: capture of non-Sendable type 'Vector.Type' in an isolated closure
10 |     }
11 | }
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[65/80] Compiling Manifold3D CrossSection+Transforms.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
/host/spi-builder-workspace/Sources/Manifold3D/CrossSection/CrossSection.swift:26:38: warning: capture of non-Sendable type 'Vector.Type' in an isolated closure
24 |
25 |     func decompose() -> [Self] {
26 |         crossSection.Decompose().map(CrossSection.init)
   |                                      `- warning: capture of non-Sendable type 'Vector.Type' in an isolated closure
27 |     }
28 | }
/host/spi-builder-workspace/External/manifold/include/manifold/manifold.h:499:3: note: function 'GetCsgLeafNode' unavailable (cannot import)
497 |   mutable std::shared_ptr<CsgNode> pNode_;
498 |
499 |   CsgLeafNode& GetCsgLeafNode() const;
    |   |- note: function 'GetCsgLeafNode' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
500 | };
501 | /** @} */
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/system_error:202:5: note: function 'error_code' unavailable (cannot import)
200 |     : _M_value(0), _M_cat(&system_category()) { }
201 |
202 |     error_code(int __v, const error_category& __cat) noexcept
    |     |                   `- note: parameter '__cat' unavailable (cannot import)
    |     `- note: function 'error_code' unavailable (cannot import)
203 |     : _M_value(__v), _M_cat(&__cat) { }
204 |
    :
208 |       { *this = make_error_code(__e); }
209 |
210 |     void
    |     `- note: function 'assign' unavailable (cannot import)
211 |     assign(int __v, const error_category& __cat) noexcept
    |                     `- note: parameter '__cat' unavailable (cannot import)
212 |     {
213 |       _M_value = __v;
    :
229 |     value() const noexcept { return _M_value; }
230 |
231 |     const error_category&
    |     |- note: function 'category' unavailable (cannot import)
    |     `- note: return type unavailable (cannot import)
232 |     category() const noexcept { return *_M_cat; }
233 |
    :
301 |     : _M_value(0), _M_cat(&generic_category()) { }
302 |
303 |     error_condition(int __v, const error_category& __cat) noexcept
    |     |                        `- note: parameter '__cat' unavailable (cannot import)
    |     `- note: function 'error_condition' unavailable (cannot import)
304 |     : _M_value(__v), _M_cat(&__cat) { }
305 |
    :
309 |       { *this = make_error_condition(__e); }
310 |
311 |     void
    |     `- note: function 'assign' unavailable (cannot import)
312 |     assign(int __v, const error_category& __cat) noexcept
    |                     `- note: parameter '__cat' unavailable (cannot import)
313 |     {
314 |       _M_value = __v;
    :
331 |     value() const noexcept { return _M_value; }
332 |
333 |     const error_category&
    |     |- note: function 'category' unavailable (cannot import)
    |     `- note: return type unavailable (cannot import)
334 |     category() const noexcept { return *_M_cat; }
335 |
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/typeindex:57:5: note: function 'type_index' unavailable (cannot import)
 55 |   struct type_index
 56 |   {
 57 |     type_index(const type_info& __rhs) noexcept
    |     |          `- note: parameter '__rhs' unavailable (cannot import)
    |     `- note: function 'type_index' unavailable (cannot import)
 58 |     : _M_target(&__rhs) { }
 59 |
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[66/80] Compiling Manifold3D CrossSection.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
/host/spi-builder-workspace/Sources/Manifold3D/CrossSection/CrossSection.swift:26:38: warning: capture of non-Sendable type 'Vector.Type' in an isolated closure
24 |
25 |     func decompose() -> [Self] {
26 |         crossSection.Decompose().map(CrossSection.init)
   |                                      `- warning: capture of non-Sendable type 'Vector.Type' in an isolated closure
27 |     }
28 | }
/host/spi-builder-workspace/External/manifold/include/manifold/manifold.h:499:3: note: function 'GetCsgLeafNode' unavailable (cannot import)
497 |   mutable std::shared_ptr<CsgNode> pNode_;
498 |
499 |   CsgLeafNode& GetCsgLeafNode() const;
    |   |- note: function 'GetCsgLeafNode' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
500 | };
501 | /** @} */
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/system_error:202:5: note: function 'error_code' unavailable (cannot import)
200 |     : _M_value(0), _M_cat(&system_category()) { }
201 |
202 |     error_code(int __v, const error_category& __cat) noexcept
    |     |                   `- note: parameter '__cat' unavailable (cannot import)
    |     `- note: function 'error_code' unavailable (cannot import)
203 |     : _M_value(__v), _M_cat(&__cat) { }
204 |
    :
208 |       { *this = make_error_code(__e); }
209 |
210 |     void
    |     `- note: function 'assign' unavailable (cannot import)
211 |     assign(int __v, const error_category& __cat) noexcept
    |                     `- note: parameter '__cat' unavailable (cannot import)
212 |     {
213 |       _M_value = __v;
    :
229 |     value() const noexcept { return _M_value; }
230 |
231 |     const error_category&
    |     |- note: function 'category' unavailable (cannot import)
    |     `- note: return type unavailable (cannot import)
232 |     category() const noexcept { return *_M_cat; }
233 |
    :
301 |     : _M_value(0), _M_cat(&generic_category()) { }
302 |
303 |     error_condition(int __v, const error_category& __cat) noexcept
    |     |                        `- note: parameter '__cat' unavailable (cannot import)
    |     `- note: function 'error_condition' unavailable (cannot import)
304 |     : _M_value(__v), _M_cat(&__cat) { }
305 |
    :
309 |       { *this = make_error_condition(__e); }
310 |
311 |     void
    |     `- note: function 'assign' unavailable (cannot import)
312 |     assign(int __v, const error_category& __cat) noexcept
    |                     `- note: parameter '__cat' unavailable (cannot import)
313 |     {
314 |       _M_value = __v;
    :
331 |     value() const noexcept { return _M_value; }
332 |
333 |     const error_category&
    |     |- note: function 'category' unavailable (cannot import)
    |     `- note: return type unavailable (cannot import)
334 |     category() const noexcept { return *_M_cat; }
335 |
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/typeindex:57:5: note: function 'type_index' unavailable (cannot import)
 55 |   struct type_index
 56 |   {
 57 |     type_index(const type_info& __rhs) noexcept
    |     |          `- note: parameter '__rhs' unavailable (cannot import)
    |     `- note: function 'type_index' unavailable (cannot import)
 58 |     : _M_target(&__rhs) { }
 59 |
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[67/80] Compiling Manifold3D Extensions.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
/host/spi-builder-workspace/Sources/Manifold3D/CrossSection/CrossSection.swift:26:38: warning: capture of non-Sendable type 'Vector.Type' in an isolated closure
24 |
25 |     func decompose() -> [Self] {
26 |         crossSection.Decompose().map(CrossSection.init)
   |                                      `- warning: capture of non-Sendable type 'Vector.Type' in an isolated closure
27 |     }
28 | }
/host/spi-builder-workspace/External/manifold/include/manifold/manifold.h:499:3: note: function 'GetCsgLeafNode' unavailable (cannot import)
497 |   mutable std::shared_ptr<CsgNode> pNode_;
498 |
499 |   CsgLeafNode& GetCsgLeafNode() const;
    |   |- note: function 'GetCsgLeafNode' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
500 | };
501 | /** @} */
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/system_error:202:5: note: function 'error_code' unavailable (cannot import)
200 |     : _M_value(0), _M_cat(&system_category()) { }
201 |
202 |     error_code(int __v, const error_category& __cat) noexcept
    |     |                   `- note: parameter '__cat' unavailable (cannot import)
    |     `- note: function 'error_code' unavailable (cannot import)
203 |     : _M_value(__v), _M_cat(&__cat) { }
204 |
    :
208 |       { *this = make_error_code(__e); }
209 |
210 |     void
    |     `- note: function 'assign' unavailable (cannot import)
211 |     assign(int __v, const error_category& __cat) noexcept
    |                     `- note: parameter '__cat' unavailable (cannot import)
212 |     {
213 |       _M_value = __v;
    :
229 |     value() const noexcept { return _M_value; }
230 |
231 |     const error_category&
    |     |- note: function 'category' unavailable (cannot import)
    |     `- note: return type unavailable (cannot import)
232 |     category() const noexcept { return *_M_cat; }
233 |
    :
301 |     : _M_value(0), _M_cat(&generic_category()) { }
302 |
303 |     error_condition(int __v, const error_category& __cat) noexcept
    |     |                        `- note: parameter '__cat' unavailable (cannot import)
    |     `- note: function 'error_condition' unavailable (cannot import)
304 |     : _M_value(__v), _M_cat(&__cat) { }
305 |
    :
309 |       { *this = make_error_condition(__e); }
310 |
311 |     void
    |     `- note: function 'assign' unavailable (cannot import)
312 |     assign(int __v, const error_category& __cat) noexcept
    |                     `- note: parameter '__cat' unavailable (cannot import)
313 |     {
314 |       _M_value = __v;
    :
331 |     value() const noexcept { return _M_value; }
332 |
333 |     const error_category&
    |     |- note: function 'category' unavailable (cannot import)
    |     `- note: return type unavailable (cannot import)
334 |     category() const noexcept { return *_M_cat; }
335 |
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/typeindex:57:5: note: function 'type_index' unavailable (cannot import)
 55 |   struct type_index
 56 |   {
 57 |     type_index(const type_info& __rhs) noexcept
    |     |          `- note: parameter '__rhs' unavailable (cannot import)
    |     `- note: function 'type_index' unavailable (cannot import)
 58 |     : _M_target(&__rhs) { }
 59 |
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[68/80] Compiling Manifold3D Manifold+Transforms.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
/host/spi-builder-workspace/External/manifold/include/manifold/manifold.h:499:3: note: function 'GetCsgLeafNode' unavailable (cannot import)
497 |   mutable std::shared_ptr<CsgNode> pNode_;
498 |
499 |   CsgLeafNode& GetCsgLeafNode() const;
    |   |- note: function 'GetCsgLeafNode' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
500 | };
501 | /** @} */
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/system_error:202:5: note: function 'error_code' unavailable (cannot import)
200 |     : _M_value(0), _M_cat(&system_category()) { }
201 |
202 |     error_code(int __v, const error_category& __cat) noexcept
    |     |                   `- note: parameter '__cat' unavailable (cannot import)
    |     `- note: function 'error_code' unavailable (cannot import)
203 |     : _M_value(__v), _M_cat(&__cat) { }
204 |
    :
208 |       { *this = make_error_code(__e); }
209 |
210 |     void
    |     `- note: function 'assign' unavailable (cannot import)
211 |     assign(int __v, const error_category& __cat) noexcept
    |                     `- note: parameter '__cat' unavailable (cannot import)
212 |     {
213 |       _M_value = __v;
    :
229 |     value() const noexcept { return _M_value; }
230 |
231 |     const error_category&
    |     |- note: function 'category' unavailable (cannot import)
    |     `- note: return type unavailable (cannot import)
232 |     category() const noexcept { return *_M_cat; }
233 |
    :
301 |     : _M_value(0), _M_cat(&generic_category()) { }
302 |
303 |     error_condition(int __v, const error_category& __cat) noexcept
    |     |                        `- note: parameter '__cat' unavailable (cannot import)
    |     `- note: function 'error_condition' unavailable (cannot import)
304 |     : _M_value(__v), _M_cat(&__cat) { }
305 |
    :
309 |       { *this = make_error_condition(__e); }
310 |
311 |     void
    |     `- note: function 'assign' unavailable (cannot import)
312 |     assign(int __v, const error_category& __cat) noexcept
    |                     `- note: parameter '__cat' unavailable (cannot import)
313 |     {
314 |       _M_value = __v;
    :
331 |     value() const noexcept { return _M_value; }
332 |
333 |     const error_category&
    |     |- note: function 'category' unavailable (cannot import)
    |     `- note: return type unavailable (cannot import)
334 |     category() const noexcept { return *_M_cat; }
335 |
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/typeindex:57:5: note: function 'type_index' unavailable (cannot import)
 55 |   struct type_index
 56 |   {
 57 |     type_index(const type_info& __rhs) noexcept
    |     |          `- note: parameter '__rhs' unavailable (cannot import)
    |     `- note: function 'type_index' unavailable (cannot import)
 58 |     : _M_target(&__rhs) { }
 59 |
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[69/80] Compiling Manifold3D Manifold+VertexProperties.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
/host/spi-builder-workspace/External/manifold/include/manifold/manifold.h:499:3: note: function 'GetCsgLeafNode' unavailable (cannot import)
497 |   mutable std::shared_ptr<CsgNode> pNode_;
498 |
499 |   CsgLeafNode& GetCsgLeafNode() const;
    |   |- note: function 'GetCsgLeafNode' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
500 | };
501 | /** @} */
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/system_error:202:5: note: function 'error_code' unavailable (cannot import)
200 |     : _M_value(0), _M_cat(&system_category()) { }
201 |
202 |     error_code(int __v, const error_category& __cat) noexcept
    |     |                   `- note: parameter '__cat' unavailable (cannot import)
    |     `- note: function 'error_code' unavailable (cannot import)
203 |     : _M_value(__v), _M_cat(&__cat) { }
204 |
    :
208 |       { *this = make_error_code(__e); }
209 |
210 |     void
    |     `- note: function 'assign' unavailable (cannot import)
211 |     assign(int __v, const error_category& __cat) noexcept
    |                     `- note: parameter '__cat' unavailable (cannot import)
212 |     {
213 |       _M_value = __v;
    :
229 |     value() const noexcept { return _M_value; }
230 |
231 |     const error_category&
    |     |- note: function 'category' unavailable (cannot import)
    |     `- note: return type unavailable (cannot import)
232 |     category() const noexcept { return *_M_cat; }
233 |
    :
301 |     : _M_value(0), _M_cat(&generic_category()) { }
302 |
303 |     error_condition(int __v, const error_category& __cat) noexcept
    |     |                        `- note: parameter '__cat' unavailable (cannot import)
    |     `- note: function 'error_condition' unavailable (cannot import)
304 |     : _M_value(__v), _M_cat(&__cat) { }
305 |
    :
309 |       { *this = make_error_condition(__e); }
310 |
311 |     void
    |     `- note: function 'assign' unavailable (cannot import)
312 |     assign(int __v, const error_category& __cat) noexcept
    |                     `- note: parameter '__cat' unavailable (cannot import)
313 |     {
314 |       _M_value = __v;
    :
331 |     value() const noexcept { return _M_value; }
332 |
333 |     const error_category&
    |     |- note: function 'category' unavailable (cannot import)
    |     `- note: return type unavailable (cannot import)
334 |     category() const noexcept { return *_M_cat; }
335 |
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/typeindex:57:5: note: function 'type_index' unavailable (cannot import)
 55 |   struct type_index
 56 |   {
 57 |     type_index(const type_info& __rhs) noexcept
    |     |          `- note: parameter '__rhs' unavailable (cannot import)
    |     `- note: function 'type_index' unavailable (cannot import)
 58 |     : _M_target(&__rhs) { }
 59 |
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[70/80] Compiling Manifold3D Manifold.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
/host/spi-builder-workspace/External/manifold/include/manifold/manifold.h:499:3: note: function 'GetCsgLeafNode' unavailable (cannot import)
497 |   mutable std::shared_ptr<CsgNode> pNode_;
498 |
499 |   CsgLeafNode& GetCsgLeafNode() const;
    |   |- note: function 'GetCsgLeafNode' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
500 | };
501 | /** @} */
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/system_error:202:5: note: function 'error_code' unavailable (cannot import)
200 |     : _M_value(0), _M_cat(&system_category()) { }
201 |
202 |     error_code(int __v, const error_category& __cat) noexcept
    |     |                   `- note: parameter '__cat' unavailable (cannot import)
    |     `- note: function 'error_code' unavailable (cannot import)
203 |     : _M_value(__v), _M_cat(&__cat) { }
204 |
    :
208 |       { *this = make_error_code(__e); }
209 |
210 |     void
    |     `- note: function 'assign' unavailable (cannot import)
211 |     assign(int __v, const error_category& __cat) noexcept
    |                     `- note: parameter '__cat' unavailable (cannot import)
212 |     {
213 |       _M_value = __v;
    :
229 |     value() const noexcept { return _M_value; }
230 |
231 |     const error_category&
    |     |- note: function 'category' unavailable (cannot import)
    |     `- note: return type unavailable (cannot import)
232 |     category() const noexcept { return *_M_cat; }
233 |
    :
301 |     : _M_value(0), _M_cat(&generic_category()) { }
302 |
303 |     error_condition(int __v, const error_category& __cat) noexcept
    |     |                        `- note: parameter '__cat' unavailable (cannot import)
    |     `- note: function 'error_condition' unavailable (cannot import)
304 |     : _M_value(__v), _M_cat(&__cat) { }
305 |
    :
309 |       { *this = make_error_condition(__e); }
310 |
311 |     void
    |     `- note: function 'assign' unavailable (cannot import)
312 |     assign(int __v, const error_category& __cat) noexcept
    |                     `- note: parameter '__cat' unavailable (cannot import)
313 |     {
314 |       _M_value = __v;
    :
331 |     value() const noexcept { return _M_value; }
332 |
333 |     const error_category&
    |     |- note: function 'category' unavailable (cannot import)
    |     `- note: return type unavailable (cannot import)
334 |     category() const noexcept { return *_M_cat; }
335 |
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/typeindex:57:5: note: function 'type_index' unavailable (cannot import)
 55 |   struct type_index
 56 |   {
 57 |     type_index(const type_info& __rhs) noexcept
    |     |          `- note: parameter '__rhs' unavailable (cannot import)
    |     `- note: function 'type_index' unavailable (cannot import)
 58 |     : _M_target(&__rhs) { }
 59 |
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[71/80] Compiling Manifold3D MeshGL.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[72/80] Compiling Manifold3D Quality.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[73/80] Compiling Manifold3D BooleanOperation.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[74/80] Compiling Manifold3D Manifold+Properties.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
/host/spi-builder-workspace/External/manifold/include/manifold/manifold.h:499:3: note: function 'GetCsgLeafNode' unavailable (cannot import)
497 |   mutable std::shared_ptr<CsgNode> pNode_;
498 |
499 |   CsgLeafNode& GetCsgLeafNode() const;
    |   |- note: function 'GetCsgLeafNode' unavailable (cannot import)
    |   |- note: return type unavailable (cannot import)
    |   |- note: function 'GetCsgLeafNode' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
500 | };
501 | /** @} */
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/system_error:202:5: note: function 'error_code' unavailable (cannot import)
200 |     : _M_value(0), _M_cat(&system_category()) { }
201 |
202 |     error_code(int __v, const error_category& __cat) noexcept
    |     |                   `- note: parameter '__cat' unavailable (cannot import)
    |     `- note: function 'error_code' unavailable (cannot import)
203 |     : _M_value(__v), _M_cat(&__cat) { }
204 |
    :
208 |       { *this = make_error_code(__e); }
209 |
210 |     void
    |     `- note: function 'assign' unavailable (cannot import)
211 |     assign(int __v, const error_category& __cat) noexcept
    |                     `- note: parameter '__cat' unavailable (cannot import)
212 |     {
213 |       _M_value = __v;
    :
229 |     value() const noexcept { return _M_value; }
230 |
231 |     const error_category&
    |     |- note: function 'category' unavailable (cannot import)
    |     `- note: return type unavailable (cannot import)
232 |     category() const noexcept { return *_M_cat; }
233 |
    :
301 |     : _M_value(0), _M_cat(&generic_category()) { }
302 |
303 |     error_condition(int __v, const error_category& __cat) noexcept
    |     |                        `- note: parameter '__cat' unavailable (cannot import)
    |     `- note: function 'error_condition' unavailable (cannot import)
304 |     : _M_value(__v), _M_cat(&__cat) { }
305 |
    :
309 |       { *this = make_error_condition(__e); }
310 |
311 |     void
    |     `- note: function 'assign' unavailable (cannot import)
312 |     assign(int __v, const error_category& __cat) noexcept
    |                     `- note: parameter '__cat' unavailable (cannot import)
313 |     {
314 |       _M_value = __v;
    :
331 |     value() const noexcept { return _M_value; }
332 |
333 |     const error_category&
    |     |- note: function 'category' unavailable (cannot import)
    |     `- note: return type unavailable (cannot import)
334 |     category() const noexcept { return *_M_cat; }
335 |
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/typeindex:57:5: note: function 'type_index' unavailable (cannot import)
 55 |   struct type_index
 56 |   {
 57 |     type_index(const type_info& __rhs) noexcept
    |     |          `- note: parameter '__rhs' unavailable (cannot import)
    |     `- note: function 'type_index' unavailable (cannot import)
 58 |     : _M_target(&__rhs) { }
 59 |
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[75/80] Compiling Manifold3D Manifold+Shapes.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
/host/spi-builder-workspace/External/manifold/include/manifold/manifold.h:499:3: note: function 'GetCsgLeafNode' unavailable (cannot import)
497 |   mutable std::shared_ptr<CsgNode> pNode_;
498 |
499 |   CsgLeafNode& GetCsgLeafNode() const;
    |   |- note: function 'GetCsgLeafNode' unavailable (cannot import)
    |   |- note: return type unavailable (cannot import)
    |   |- note: function 'GetCsgLeafNode' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
500 | };
501 | /** @} */
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/system_error:202:5: note: function 'error_code' unavailable (cannot import)
200 |     : _M_value(0), _M_cat(&system_category()) { }
201 |
202 |     error_code(int __v, const error_category& __cat) noexcept
    |     |                   `- note: parameter '__cat' unavailable (cannot import)
    |     `- note: function 'error_code' unavailable (cannot import)
203 |     : _M_value(__v), _M_cat(&__cat) { }
204 |
    :
208 |       { *this = make_error_code(__e); }
209 |
210 |     void
    |     `- note: function 'assign' unavailable (cannot import)
211 |     assign(int __v, const error_category& __cat) noexcept
    |                     `- note: parameter '__cat' unavailable (cannot import)
212 |     {
213 |       _M_value = __v;
    :
229 |     value() const noexcept { return _M_value; }
230 |
231 |     const error_category&
    |     |- note: function 'category' unavailable (cannot import)
    |     `- note: return type unavailable (cannot import)
232 |     category() const noexcept { return *_M_cat; }
233 |
    :
301 |     : _M_value(0), _M_cat(&generic_category()) { }
302 |
303 |     error_condition(int __v, const error_category& __cat) noexcept
    |     |                        `- note: parameter '__cat' unavailable (cannot import)
    |     `- note: function 'error_condition' unavailable (cannot import)
304 |     : _M_value(__v), _M_cat(&__cat) { }
305 |
    :
309 |       { *this = make_error_condition(__e); }
310 |
311 |     void
    |     `- note: function 'assign' unavailable (cannot import)
312 |     assign(int __v, const error_category& __cat) noexcept
    |                     `- note: parameter '__cat' unavailable (cannot import)
313 |     {
314 |       _M_value = __v;
    :
331 |     value() const noexcept { return _M_value; }
332 |
333 |     const error_category&
    |     |- note: function 'category' unavailable (cannot import)
    |     `- note: return type unavailable (cannot import)
334 |     category() const noexcept { return *_M_cat; }
335 |
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/typeindex:57:5: note: function 'type_index' unavailable (cannot import)
 55 |   struct type_index
 56 |   {
 57 |     type_index(const type_info& __rhs) noexcept
    |     |          `- note: parameter '__rhs' unavailable (cannot import)
    |     `- note: function 'type_index' unavailable (cannot import)
 58 |     : _M_target(&__rhs) { }
 59 |
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[76/80] Compiling Manifold3D Manifold+Smoothing.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
/host/spi-builder-workspace/External/manifold/include/manifold/manifold.h:499:3: note: function 'GetCsgLeafNode' unavailable (cannot import)
497 |   mutable std::shared_ptr<CsgNode> pNode_;
498 |
499 |   CsgLeafNode& GetCsgLeafNode() const;
    |   |- note: function 'GetCsgLeafNode' unavailable (cannot import)
    |   |- note: return type unavailable (cannot import)
    |   |- note: function 'GetCsgLeafNode' unavailable (cannot import)
    |   `- note: return type unavailable (cannot import)
500 | };
501 | /** @} */
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/system_error:202:5: note: function 'error_code' unavailable (cannot import)
200 |     : _M_value(0), _M_cat(&system_category()) { }
201 |
202 |     error_code(int __v, const error_category& __cat) noexcept
    |     |                   `- note: parameter '__cat' unavailable (cannot import)
    |     `- note: function 'error_code' unavailable (cannot import)
203 |     : _M_value(__v), _M_cat(&__cat) { }
204 |
    :
208 |       { *this = make_error_code(__e); }
209 |
210 |     void
    |     `- note: function 'assign' unavailable (cannot import)
211 |     assign(int __v, const error_category& __cat) noexcept
    |                     `- note: parameter '__cat' unavailable (cannot import)
212 |     {
213 |       _M_value = __v;
    :
229 |     value() const noexcept { return _M_value; }
230 |
231 |     const error_category&
    |     |- note: function 'category' unavailable (cannot import)
    |     `- note: return type unavailable (cannot import)
232 |     category() const noexcept { return *_M_cat; }
233 |
    :
301 |     : _M_value(0), _M_cat(&generic_category()) { }
302 |
303 |     error_condition(int __v, const error_category& __cat) noexcept
    |     |                        `- note: parameter '__cat' unavailable (cannot import)
    |     `- note: function 'error_condition' unavailable (cannot import)
304 |     : _M_value(__v), _M_cat(&__cat) { }
305 |
    :
309 |       { *this = make_error_condition(__e); }
310 |
311 |     void
    |     `- note: function 'assign' unavailable (cannot import)
312 |     assign(int __v, const error_category& __cat) noexcept
    |                     `- note: parameter '__cat' unavailable (cannot import)
313 |     {
314 |       _M_value = __v;
    :
331 |     value() const noexcept { return _M_value; }
332 |
333 |     const error_category&
    |     |- note: function 'category' unavailable (cannot import)
    |     `- note: return type unavailable (cannot import)
334 |     category() const noexcept { return *_M_cat; }
335 |
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/typeindex:57:5: note: function 'type_index' unavailable (cannot import)
 55 |   struct type_index
 56 |   {
 57 |     type_index(const type_info& __rhs) noexcept
    |     |          `- note: parameter '__rhs' unavailable (cannot import)
    |     `- note: function 'type_index' unavailable (cannot import)
 58 |     : _M_target(&__rhs) { }
 59 |
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[77/80] Compiling Manifold3D CrossSection+Operations.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[78/80] Compiling Manifold3D CrossSection+Properties.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[79/80] Compiling Manifold3D CrossSection+Shapes.swift
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
[80/80] Emitting module Manifold3D
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h:389:11: warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 387 |   */
 388 |   template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
 389 |     class vector : protected _Vector_base<_Tp, _Alloc>
     |           `- warning: 'import_owned' Swift attribute ignored on type 'vector': type is not copyable or destructible [#ClangDeclarationImport]
 390 |     {
 391 | #ifdef _GLIBCXX_CONCEPT_CHECKS
[#ClangDeclarationImport]: <https://docs.swift.org/compiler/documentation/diagnostics/clang-declaration-import>
Build complete! (93.85s)
Build complete.
{
  "cxx_language_standard" : "c++17",
  "dependencies" : [
  ],
  "manifest_display_name" : "manifold-swift",
  "name" : "manifold-swift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Manifold",
      "targets" : [
        "Manifold3D"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "oneTBB",
      "module_type" : "ClangTarget",
      "name" : "oneTBB",
      "path" : "External/oneTBB",
      "product_memberships" : [
        "Manifold"
      ],
      "sources" : [
        "src/tbb/address_waiter.cpp",
        "src/tbb/allocator.cpp",
        "src/tbb/arena.cpp",
        "src/tbb/arena_slot.cpp",
        "src/tbb/concurrent_bounded_queue.cpp",
        "src/tbb/dynamic_link.cpp",
        "src/tbb/exception.cpp",
        "src/tbb/global_control.cpp",
        "src/tbb/governor.cpp",
        "src/tbb/itt_notify.cpp",
        "src/tbb/market.cpp",
        "src/tbb/misc.cpp",
        "src/tbb/misc_ex.cpp",
        "src/tbb/observer_proxy.cpp",
        "src/tbb/parallel_pipeline.cpp",
        "src/tbb/private_server.cpp",
        "src/tbb/profiling.cpp",
        "src/tbb/queuing_rw_mutex.cpp",
        "src/tbb/rml_tbb.cpp",
        "src/tbb/rtm_mutex.cpp",
        "src/tbb/rtm_rw_mutex.cpp",
        "src/tbb/semaphore.cpp",
        "src/tbb/small_object_pool.cpp",
        "src/tbb/task.cpp",
        "src/tbb/task_dispatcher.cpp",
        "src/tbb/task_group_context.cpp",
        "src/tbb/tbb.cpp",
        "src/tbb/tcm_adaptor.cpp",
        "src/tbb/thread_dispatcher.cpp",
        "src/tbb/thread_request_serializer.cpp",
        "src/tbb/threading_control.cpp",
        "src/tbb/tools_api/ittnotify_static.c",
        "src/tbb/version.cpp"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ManifoldCPP",
      "module_type" : "ClangTarget",
      "name" : "ManifoldCPP",
      "path" : "External/manifold",
      "product_memberships" : [
        "Manifold"
      ],
      "sources" : [
        "src/boolean3.cpp",
        "src/boolean_result.cpp",
        "src/constructors.cpp",
        "src/cross_section/cross_section.cpp",
        "src/csg_tree.cpp",
        "src/edge_op.cpp",
        "src/face_op.cpp",
        "src/impl.cpp",
        "src/manifold.cpp",
        "src/polygon.cpp",
        "src/properties.cpp",
        "src/quickhull.cpp",
        "src/sdf.cpp",
        "src/smoothing.cpp",
        "src/sort.cpp",
        "src/subdivision.cpp",
        "src/tree2d.cpp"
      ],
      "target_dependencies" : [
        "Clipper2",
        "oneTBB"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ManifoldBridge",
      "module_type" : "ClangTarget",
      "name" : "ManifoldBridge",
      "path" : "Sources/ManifoldBridge",
      "product_memberships" : [
        "Manifold"
      ],
      "sources" : [
        "src/bridge.cpp"
      ],
      "target_dependencies" : [
        "ManifoldCPP"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Manifold3D",
      "module_type" : "SwiftTarget",
      "name" : "Manifold3D",
      "path" : "Sources/Manifold3D",
      "product_memberships" : [
        "Manifold"
      ],
      "sources" : [
        "CrossSection/CrossSection+Operations.swift",
        "CrossSection/CrossSection+Properties.swift",
        "CrossSection/CrossSection+Shapes.swift",
        "CrossSection/CrossSection+Transforms.swift",
        "CrossSection/CrossSection.swift",
        "Extensions.swift",
        "Geometry.swift",
        "Manifold/Manifold+Composition.swift",
        "Manifold/Manifold+Operations.swift",
        "Manifold/Manifold+Properties.swift",
        "Manifold/Manifold+Shapes.swift",
        "Manifold/Manifold+Smoothing.swift",
        "Manifold/Manifold+Transforms.swift",
        "Manifold/Manifold+VertexProperties.swift",
        "Manifold/Manifold.swift",
        "MeshGL.swift",
        "Quality.swift",
        "Types/BooleanOperation.swift",
        "Types/CrossSectionTypes.swift",
        "Types/Matrices.swift",
        "Types/Polygon.swift",
        "Types/Triangle.swift",
        "Types/Vectors.swift"
      ],
      "target_dependencies" : [
        "ManifoldCPP",
        "ManifoldBridge"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Clipper2",
      "module_type" : "ClangTarget",
      "name" : "Clipper2",
      "path" : "External/clipper2/CPP/Clipper2Lib",
      "product_memberships" : [
        "Manifold"
      ],
      "sources" : [
        "src/clipper.engine.cpp",
        "src/clipper.offset.cpp",
        "src/clipper.rectclip.cpp"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.