Build Information
Successful build of manifold-swift, reference main (a0942d
), with Swift 6.2 (beta) for Android on 24 Jun 2025 01:00:14 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 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: android
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-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Building for debugging...
[0/56] Compiling profiling.cpp
[1/56] Compiling bridge.cpp
[2/56] Compiling version.cpp
[3/56] Compiling ittnotify_static.c
[4/56] Compiling private_server.cpp
[5/56] Compiling clipper.offset.cpp
[6/56] Compiling threading_control.cpp
[7/56] Compiling clipper.engine.cpp
[8/56] Compiling thread_dispatcher.cpp
[9/56] Compiling tcm_adaptor.cpp
[10/56] Compiling thread_request_serializer.cpp
[11/56] Compiling boolean3.cpp
[12/56] Compiling tbb.cpp
[13/56] Compiling task_group_context.cpp
[14/56] Compiling task_dispatcher.cpp
[15/56] Compiling small_object_pool.cpp
[16/56] Compiling semaphore.cpp
[17/56] Compiling task.cpp
[18/56] Compiling rtm_rw_mutex.cpp
[19/56] Compiling rml_tbb.cpp
[20/56] Compiling rtm_mutex.cpp
[21/56] Write swift-version-8C5A4AE7A8CE2BA.txt
[22/56] Compiling boolean_result.cpp
[23/56] Compiling itt_notify.cpp
[24/56] Compiling queuing_rw_mutex.cpp
[25/56] Compiling parallel_pipeline.cpp
[26/56] Compiling observer_proxy.cpp
[27/56] Compiling misc_ex.cpp
[28/56] Compiling misc.cpp
[29/56] Compiling exception.cpp
[30/56] Compiling governor.cpp
[31/56] Compiling market.cpp
[32/56] Compiling concurrent_bounded_queue.cpp
[33/56] Compiling dynamic_link.cpp
[34/56] Compiling global_control.cpp
[35/56] Compiling arena_slot.cpp
[36/56] Compiling allocator.cpp
[37/56] Compiling address_waiter.cpp
[38/56] Compiling arena.cpp
[39/56] Compiling tree2d.cpp
[40/56] Compiling sdf.cpp
[41/56] Compiling subdivision.cpp
[42/56] Compiling polygon.cpp
[43/56] Compiling quickhull.cpp
[44/56] Compiling sort.cpp
[45/56] Compiling properties.cpp
[46/56] Compiling smoothing.cpp
[47/56] Write sources
[48/56] Compiling clipper.rectclip.cpp
[49/56] Compiling manifold.cpp
[50/56] Compiling edge_op.cpp
[51/56] Compiling face_op.cpp
[52/56] Compiling cross_section.cpp
[53/56] Compiling impl.cpp
[54/56] Compiling csg_tree.cpp
[55/56] Compiling constructors.cpp
[57/78] Compiling Manifold3D CrossSectionTypes.swift
[58/78] Compiling Manifold3D Matrices.swift
[59/78] Compiling Manifold3D Polygon.swift
[60/80] Compiling Manifold3D Triangle.swift
[61/80] Compiling Manifold3D Vectors.swift
[62/80] Compiling Manifold3D Manifold+Transforms.swift
/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 | /** @} */
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/c++/v1/__system_error/error_code.h:50:3: note: function 'error_code' unavailable (cannot import)
48 | _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {}
49 |
50 | _LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val), __cat_(&__cat) {}
| | `- note: parameter '__cat' unavailable (cannot import)
| `- note: function 'error_code' unavailable (cannot import)
51 |
52 | template <class _Ep, __enable_if_t<is_error_code_enum<_Ep>::value, int> = 0>
:
56 | }
57 |
58 | _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
| | `- note: parameter '__cat' unavailable (cannot import)
| `- note: function 'assign' unavailable (cannot import)
59 | __val_ = __val;
60 | __cat_ = &__cat;
:
75 | _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
76 |
77 | _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
| |- note: function 'category' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
78 |
79 | _LIBCPP_HIDE_FROM_ABI error_condition default_error_condition() const _NOEXCEPT {
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/c++/v1/__system_error/error_condition.h:57:3: note: function 'error_condition' unavailable (cannot import)
55 | _LIBCPP_HIDE_FROM_ABI error_condition() _NOEXCEPT : __val_(0), __cat_(&generic_category()) {}
56 |
57 | _LIBCPP_HIDE_FROM_ABI error_condition(int __val, const error_category& __cat) _NOEXCEPT
| | `- note: parameter '__cat' unavailable (cannot import)
| `- note: function 'error_condition' unavailable (cannot import)
58 | : __val_(__val),
59 | __cat_(&__cat) {}
:
65 | }
66 |
67 | _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
| | `- note: parameter '__cat' unavailable (cannot import)
| `- note: function 'assign' unavailable (cannot import)
68 | __val_ = __val;
69 | __cat_ = &__cat;
:
84 | _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
85 |
86 | _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
| |- note: function 'category' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
87 | string message() const;
88 |
[63/80] Compiling Manifold3D Manifold+VertexProperties.swift
/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 | /** @} */
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/c++/v1/__system_error/error_code.h:50:3: note: function 'error_code' unavailable (cannot import)
48 | _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {}
49 |
50 | _LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val), __cat_(&__cat) {}
| | `- note: parameter '__cat' unavailable (cannot import)
| `- note: function 'error_code' unavailable (cannot import)
51 |
52 | template <class _Ep, __enable_if_t<is_error_code_enum<_Ep>::value, int> = 0>
:
56 | }
57 |
58 | _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
| | `- note: parameter '__cat' unavailable (cannot import)
| `- note: function 'assign' unavailable (cannot import)
59 | __val_ = __val;
60 | __cat_ = &__cat;
:
75 | _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
76 |
77 | _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
| |- note: function 'category' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
78 |
79 | _LIBCPP_HIDE_FROM_ABI error_condition default_error_condition() const _NOEXCEPT {
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/c++/v1/__system_error/error_condition.h:57:3: note: function 'error_condition' unavailable (cannot import)
55 | _LIBCPP_HIDE_FROM_ABI error_condition() _NOEXCEPT : __val_(0), __cat_(&generic_category()) {}
56 |
57 | _LIBCPP_HIDE_FROM_ABI error_condition(int __val, const error_category& __cat) _NOEXCEPT
| | `- note: parameter '__cat' unavailable (cannot import)
| `- note: function 'error_condition' unavailable (cannot import)
58 | : __val_(__val),
59 | __cat_(&__cat) {}
:
65 | }
66 |
67 | _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
| | `- note: parameter '__cat' unavailable (cannot import)
| `- note: function 'assign' unavailable (cannot import)
68 | __val_ = __val;
69 | __cat_ = &__cat;
:
84 | _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
85 |
86 | _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
| |- note: function 'category' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
87 | string message() const;
88 |
[64/80] Compiling Manifold3D Manifold.swift
/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 | /** @} */
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/c++/v1/__system_error/error_code.h:50:3: note: function 'error_code' unavailable (cannot import)
48 | _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {}
49 |
50 | _LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val), __cat_(&__cat) {}
| | `- note: parameter '__cat' unavailable (cannot import)
| `- note: function 'error_code' unavailable (cannot import)
51 |
52 | template <class _Ep, __enable_if_t<is_error_code_enum<_Ep>::value, int> = 0>
:
56 | }
57 |
58 | _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
| | `- note: parameter '__cat' unavailable (cannot import)
| `- note: function 'assign' unavailable (cannot import)
59 | __val_ = __val;
60 | __cat_ = &__cat;
:
75 | _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
76 |
77 | _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
| |- note: function 'category' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
78 |
79 | _LIBCPP_HIDE_FROM_ABI error_condition default_error_condition() const _NOEXCEPT {
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/c++/v1/__system_error/error_condition.h:57:3: note: function 'error_condition' unavailable (cannot import)
55 | _LIBCPP_HIDE_FROM_ABI error_condition() _NOEXCEPT : __val_(0), __cat_(&generic_category()) {}
56 |
57 | _LIBCPP_HIDE_FROM_ABI error_condition(int __val, const error_category& __cat) _NOEXCEPT
| | `- note: parameter '__cat' unavailable (cannot import)
| `- note: function 'error_condition' unavailable (cannot import)
58 | : __val_(__val),
59 | __cat_(&__cat) {}
:
65 | }
66 |
67 | _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
| | `- note: parameter '__cat' unavailable (cannot import)
| `- note: function 'assign' unavailable (cannot import)
68 | __val_ = __val;
69 | __cat_ = &__cat;
:
84 | _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
85 |
86 | _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
| |- note: function 'category' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
87 | string message() const;
88 |
[65/80] Compiling Manifold3D Geometry.swift
/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 | }
[66/80] Compiling Manifold3D Manifold+Composition.swift
/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 | }
[67/80] Compiling Manifold3D Manifold+Operations.swift
/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 | }
[68/80] Emitting module Manifold3D
[69/80] Compiling Manifold3D CrossSection+Transforms.swift
/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 | /** @} */
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/c++/v1/__system_error/error_code.h:50:3: note: function 'error_code' unavailable (cannot import)
48 | _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {}
49 |
50 | _LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val), __cat_(&__cat) {}
| | `- note: parameter '__cat' unavailable (cannot import)
| `- note: function 'error_code' unavailable (cannot import)
51 |
52 | template <class _Ep, __enable_if_t<is_error_code_enum<_Ep>::value, int> = 0>
:
56 | }
57 |
58 | _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
| | `- note: parameter '__cat' unavailable (cannot import)
| `- note: function 'assign' unavailable (cannot import)
59 | __val_ = __val;
60 | __cat_ = &__cat;
:
75 | _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
76 |
77 | _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
| |- note: function 'category' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
78 |
79 | _LIBCPP_HIDE_FROM_ABI error_condition default_error_condition() const _NOEXCEPT {
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/c++/v1/__system_error/error_condition.h:57:3: note: function 'error_condition' unavailable (cannot import)
55 | _LIBCPP_HIDE_FROM_ABI error_condition() _NOEXCEPT : __val_(0), __cat_(&generic_category()) {}
56 |
57 | _LIBCPP_HIDE_FROM_ABI error_condition(int __val, const error_category& __cat) _NOEXCEPT
| | `- note: parameter '__cat' unavailable (cannot import)
| `- note: function 'error_condition' unavailable (cannot import)
58 | : __val_(__val),
59 | __cat_(&__cat) {}
:
65 | }
66 |
67 | _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
| | `- note: parameter '__cat' unavailable (cannot import)
| `- note: function 'assign' unavailable (cannot import)
68 | __val_ = __val;
69 | __cat_ = &__cat;
:
84 | _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
85 |
86 | _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
| |- note: function 'category' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
87 | string message() const;
88 |
[70/80] Compiling Manifold3D CrossSection.swift
/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 | /** @} */
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/c++/v1/__system_error/error_code.h:50:3: note: function 'error_code' unavailable (cannot import)
48 | _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {}
49 |
50 | _LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val), __cat_(&__cat) {}
| | `- note: parameter '__cat' unavailable (cannot import)
| `- note: function 'error_code' unavailable (cannot import)
51 |
52 | template <class _Ep, __enable_if_t<is_error_code_enum<_Ep>::value, int> = 0>
:
56 | }
57 |
58 | _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
| | `- note: parameter '__cat' unavailable (cannot import)
| `- note: function 'assign' unavailable (cannot import)
59 | __val_ = __val;
60 | __cat_ = &__cat;
:
75 | _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
76 |
77 | _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
| |- note: function 'category' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
78 |
79 | _LIBCPP_HIDE_FROM_ABI error_condition default_error_condition() const _NOEXCEPT {
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/c++/v1/__system_error/error_condition.h:57:3: note: function 'error_condition' unavailable (cannot import)
55 | _LIBCPP_HIDE_FROM_ABI error_condition() _NOEXCEPT : __val_(0), __cat_(&generic_category()) {}
56 |
57 | _LIBCPP_HIDE_FROM_ABI error_condition(int __val, const error_category& __cat) _NOEXCEPT
| | `- note: parameter '__cat' unavailable (cannot import)
| `- note: function 'error_condition' unavailable (cannot import)
58 | : __val_(__val),
59 | __cat_(&__cat) {}
:
65 | }
66 |
67 | _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
| | `- note: parameter '__cat' unavailable (cannot import)
| `- note: function 'assign' unavailable (cannot import)
68 | __val_ = __val;
69 | __cat_ = &__cat;
:
84 | _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
85 |
86 | _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
| |- note: function 'category' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
87 | string message() const;
88 |
[71/80] Compiling Manifold3D Extensions.swift
/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 | /** @} */
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/c++/v1/__system_error/error_code.h:50:3: note: function 'error_code' unavailable (cannot import)
48 | _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {}
49 |
50 | _LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val), __cat_(&__cat) {}
| | `- note: parameter '__cat' unavailable (cannot import)
| `- note: function 'error_code' unavailable (cannot import)
51 |
52 | template <class _Ep, __enable_if_t<is_error_code_enum<_Ep>::value, int> = 0>
:
56 | }
57 |
58 | _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
| | `- note: parameter '__cat' unavailable (cannot import)
| `- note: function 'assign' unavailable (cannot import)
59 | __val_ = __val;
60 | __cat_ = &__cat;
:
75 | _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
76 |
77 | _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
| |- note: function 'category' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
78 |
79 | _LIBCPP_HIDE_FROM_ABI error_condition default_error_condition() const _NOEXCEPT {
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/c++/v1/__system_error/error_condition.h:57:3: note: function 'error_condition' unavailable (cannot import)
55 | _LIBCPP_HIDE_FROM_ABI error_condition() _NOEXCEPT : __val_(0), __cat_(&generic_category()) {}
56 |
57 | _LIBCPP_HIDE_FROM_ABI error_condition(int __val, const error_category& __cat) _NOEXCEPT
| | `- note: parameter '__cat' unavailable (cannot import)
| `- note: function 'error_condition' unavailable (cannot import)
58 | : __val_(__val),
59 | __cat_(&__cat) {}
:
65 | }
66 |
67 | _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
| | `- note: parameter '__cat' unavailable (cannot import)
| `- note: function 'assign' unavailable (cannot import)
68 | __val_ = __val;
69 | __cat_ = &__cat;
:
84 | _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
85 |
86 | _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
| |- note: function 'category' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
87 | string message() const;
88 |
[72/80] Compiling Manifold3D CrossSection+Operations.swift
[73/80] Compiling Manifold3D CrossSection+Properties.swift
[74/80] Compiling Manifold3D CrossSection+Shapes.swift
[75/80] Compiling Manifold3D MeshGL.swift
[76/80] Compiling Manifold3D Quality.swift
[77/80] Compiling Manifold3D BooleanOperation.swift
[78/80] Compiling Manifold3D Manifold+Properties.swift
/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 | /** @} */
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/c++/v1/__system_error/error_code.h:50:3: note: function 'error_code' unavailable (cannot import)
48 | _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {}
49 |
50 | _LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val), __cat_(&__cat) {}
| | `- note: parameter '__cat' unavailable (cannot import)
| `- note: function 'error_code' unavailable (cannot import)
51 |
52 | template <class _Ep, __enable_if_t<is_error_code_enum<_Ep>::value, int> = 0>
:
56 | }
57 |
58 | _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
| | `- note: parameter '__cat' unavailable (cannot import)
| `- note: function 'assign' unavailable (cannot import)
59 | __val_ = __val;
60 | __cat_ = &__cat;
:
75 | _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
76 |
77 | _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
| |- note: function 'category' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
78 |
79 | _LIBCPP_HIDE_FROM_ABI error_condition default_error_condition() const _NOEXCEPT {
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/c++/v1/__system_error/error_condition.h:57:3: note: function 'error_condition' unavailable (cannot import)
55 | _LIBCPP_HIDE_FROM_ABI error_condition() _NOEXCEPT : __val_(0), __cat_(&generic_category()) {}
56 |
57 | _LIBCPP_HIDE_FROM_ABI error_condition(int __val, const error_category& __cat) _NOEXCEPT
| | `- note: parameter '__cat' unavailable (cannot import)
| `- note: function 'error_condition' unavailable (cannot import)
58 | : __val_(__val),
59 | __cat_(&__cat) {}
:
65 | }
66 |
67 | _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
| | `- note: parameter '__cat' unavailable (cannot import)
| `- note: function 'assign' unavailable (cannot import)
68 | __val_ = __val;
69 | __cat_ = &__cat;
:
84 | _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
85 |
86 | _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
| |- note: function 'category' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
87 | string message() const;
88 |
[79/80] Compiling Manifold3D Manifold+Shapes.swift
/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 | /** @} */
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/c++/v1/__system_error/error_code.h:50:3: note: function 'error_code' unavailable (cannot import)
48 | _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {}
49 |
50 | _LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val), __cat_(&__cat) {}
| | `- note: parameter '__cat' unavailable (cannot import)
| `- note: function 'error_code' unavailable (cannot import)
51 |
52 | template <class _Ep, __enable_if_t<is_error_code_enum<_Ep>::value, int> = 0>
:
56 | }
57 |
58 | _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
| | `- note: parameter '__cat' unavailable (cannot import)
| `- note: function 'assign' unavailable (cannot import)
59 | __val_ = __val;
60 | __cat_ = &__cat;
:
75 | _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
76 |
77 | _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
| |- note: function 'category' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
78 |
79 | _LIBCPP_HIDE_FROM_ABI error_condition default_error_condition() const _NOEXCEPT {
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/c++/v1/__system_error/error_condition.h:57:3: note: function 'error_condition' unavailable (cannot import)
55 | _LIBCPP_HIDE_FROM_ABI error_condition() _NOEXCEPT : __val_(0), __cat_(&generic_category()) {}
56 |
57 | _LIBCPP_HIDE_FROM_ABI error_condition(int __val, const error_category& __cat) _NOEXCEPT
| | `- note: parameter '__cat' unavailable (cannot import)
| `- note: function 'error_condition' unavailable (cannot import)
58 | : __val_(__val),
59 | __cat_(&__cat) {}
:
65 | }
66 |
67 | _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
| | `- note: parameter '__cat' unavailable (cannot import)
| `- note: function 'assign' unavailable (cannot import)
68 | __val_ = __val;
69 | __cat_ = &__cat;
:
84 | _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
85 |
86 | _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
| |- note: function 'category' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
87 | string message() const;
88 |
[80/80] Compiling Manifold3D Manifold+Smoothing.swift
/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 | /** @} */
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/c++/v1/__system_error/error_code.h:50:3: note: function 'error_code' unavailable (cannot import)
48 | _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {}
49 |
50 | _LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val), __cat_(&__cat) {}
| | `- note: parameter '__cat' unavailable (cannot import)
| `- note: function 'error_code' unavailable (cannot import)
51 |
52 | template <class _Ep, __enable_if_t<is_error_code_enum<_Ep>::value, int> = 0>
:
56 | }
57 |
58 | _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
| | `- note: parameter '__cat' unavailable (cannot import)
| `- note: function 'assign' unavailable (cannot import)
59 | __val_ = __val;
60 | __cat_ = &__cat;
:
75 | _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
76 |
77 | _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
| |- note: function 'category' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
78 |
79 | _LIBCPP_HIDE_FROM_ABI error_condition default_error_condition() const _NOEXCEPT {
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/c++/v1/__system_error/error_condition.h:57:3: note: function 'error_condition' unavailable (cannot import)
55 | _LIBCPP_HIDE_FROM_ABI error_condition() _NOEXCEPT : __val_(0), __cat_(&generic_category()) {}
56 |
57 | _LIBCPP_HIDE_FROM_ABI error_condition(int __val, const error_category& __cat) _NOEXCEPT
| | `- note: parameter '__cat' unavailable (cannot import)
| `- note: function 'error_condition' unavailable (cannot import)
58 | : __val_(__val),
59 | __cat_(&__cat) {}
:
65 | }
66 |
67 | _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
| | `- note: parameter '__cat' unavailable (cannot import)
| `- note: function 'assign' unavailable (cannot import)
68 | __val_ = __val;
69 | __cat_ = &__cat;
:
84 | _LIBCPP_HIDE_FROM_ABI int value() const _NOEXCEPT { return __val_; }
85 |
86 | _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
| |- note: function 'category' unavailable (cannot import)
| `- note: return type unavailable (cannot import)
87 | string message() const;
88 |
Build complete! (415.22s)
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"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.