Build Information
Failed to build FlutterSwift, reference main (78c934
), with Swift 6.1 for Android on 16 Jun 2025 04:29:59 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
13 | #include <__atomic/check_memory_order.h>
14 | #include <__atomic/cxx_atomic_impl.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic_base.h:12:10: note: while building module 'std_private_atomic_atomic_sync' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic_base.h:12:
10 | #define _LIBCPP___ATOMIC_ATOMIC_BASE_H
11 |
12 | #include <__atomic/atomic_sync.h>
| `- note: while building module 'std_private_atomic_atomic_sync' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic_base.h:12:
13 | #include <__atomic/check_memory_order.h>
14 | #include <__atomic/cxx_atomic_impl.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic_sync.h:19:10: note: while building module 'std_private_thread_poll_with_backoff' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic_sync.h:19:
17 | #include <__config>
18 | #include <__memory/addressof.h>
19 | #include <__thread/poll_with_backoff.h>
| `- note: while building module 'std_private_thread_poll_with_backoff' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic_sync.h:19:
20 | #include <__threading_support>
21 | #include <__type_traits/decay.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__thread/poll_with_backoff.h:15:10: note: while building module 'std_private_chrono_high_resolution_clock' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__thread/poll_with_backoff.h:15:
13 | #include <__availability>
14 | #include <__chrono/duration.h>
15 | #include <__chrono/high_resolution_clock.h>
| `- note: while building module 'std_private_chrono_high_resolution_clock' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__thread/poll_with_backoff.h:15:
16 | #include <__config>
17 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "__chrono/high_resolution_clock.h"
| `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__chrono/high_resolution_clock.h:13:10: error: could not build module 'std_private_chrono_steady_clock'
11 | #define _LIBCPP___CHRONO_HIGH_RESOLUTION_CLOCK_H
12 |
13 | #include <__chrono/steady_clock.h>
| `- error: could not build module 'std_private_chrono_steady_clock'
14 | #include <__chrono/system_clock.h>
| `- note: while building module 'std_private_chrono_system_clock' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__chrono/high_resolution_clock.h:14:
15 | #include <__config>
16 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:29: note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
29 | // for 'stdatomic', which can't be imported unless we're using C++23. Thus,
30 | // import stdatomic from the NDK directly, bypassing the stdatomic from the libc++.
31 | #pragma clang module import _stdatomic
| `- note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
32 | #else
33 | #include <stdatomic.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:10: note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
43 | /* We have a usable C++ <atomic>; use it instead. */
44 |
45 | #include <atomic>
| `- note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
46 |
47 | #undef _Atomic
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:591:10: note: while building module 'std_private_atomic_aliases' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:591:
589 |
590 | #include <__assert> // all public C++ headers provide the assertion handler
591 | #include <__atomic/aliases.h>
| `- note: while building module 'std_private_atomic_aliases' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:591:
592 | #include <__atomic/atomic.h>
593 | #include <__atomic/atomic_base.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/aliases.h:12:10: note: while building module 'std_private_atomic_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/aliases.h:12:
10 | #define _LIBCPP___ATOMIC_ALIASES_H
11 |
12 | #include <__atomic/atomic.h>
| `- note: while building module 'std_private_atomic_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/aliases.h:12:
13 | #include <__atomic/atomic_lock_free.h>
14 | #include <__atomic/contention_t.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic.h:12:10: note: while building module 'std_private_atomic_atomic_base' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic.h:12:
10 | #define _LIBCPP___ATOMIC_ATOMIC_H
11 |
12 | #include <__atomic/atomic_base.h>
| `- note: while building module 'std_private_atomic_atomic_base' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic.h:12:
13 | #include <__atomic/check_memory_order.h>
14 | #include <__atomic/cxx_atomic_impl.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic_base.h:12:10: note: while building module 'std_private_atomic_atomic_sync' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic_base.h:12:
10 | #define _LIBCPP___ATOMIC_ATOMIC_BASE_H
11 |
12 | #include <__atomic/atomic_sync.h>
| `- note: while building module 'std_private_atomic_atomic_sync' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic_base.h:12:
13 | #include <__atomic/check_memory_order.h>
14 | #include <__atomic/cxx_atomic_impl.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic_sync.h:19:10: note: while building module 'std_private_thread_poll_with_backoff' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic_sync.h:19:
17 | #include <__config>
18 | #include <__memory/addressof.h>
19 | #include <__thread/poll_with_backoff.h>
| `- note: while building module 'std_private_thread_poll_with_backoff' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic_sync.h:19:
20 | #include <__threading_support>
21 | #include <__type_traits/decay.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__thread/poll_with_backoff.h:15:10: note: while building module 'std_private_chrono_high_resolution_clock' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__thread/poll_with_backoff.h:15:
13 | #include <__availability>
14 | #include <__chrono/duration.h>
15 | #include <__chrono/high_resolution_clock.h>
| `- note: while building module 'std_private_chrono_high_resolution_clock' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__thread/poll_with_backoff.h:15:
16 | #include <__config>
17 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "__chrono/system_clock.h"
| `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__chrono/system_clock.h:13:10: error: could not build module 'std_private_chrono_duration'
11 | #define _LIBCPP___CHRONO_SYSTEM_CLOCK_H
12 |
13 | #include <__chrono/duration.h>
| `- error: could not build module 'std_private_chrono_duration'
14 | #include <__chrono/time_point.h>
15 | #include <__config>
16 | #include <ctime>
| `- note: while building module 'std_ctime' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__chrono/system_clock.h:16:
17 |
18 | #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:29: note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
29 | // for 'stdatomic', which can't be imported unless we're using C++23. Thus,
30 | // import stdatomic from the NDK directly, bypassing the stdatomic from the libc++.
31 | #pragma clang module import _stdatomic
| `- note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
32 | #else
33 | #include <stdatomic.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:10: note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
43 | /* We have a usable C++ <atomic>; use it instead. */
44 |
45 | #include <atomic>
| `- note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
46 |
47 | #undef _Atomic
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:591:10: note: while building module 'std_private_atomic_aliases' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:591:
589 |
590 | #include <__assert> // all public C++ headers provide the assertion handler
591 | #include <__atomic/aliases.h>
| `- note: while building module 'std_private_atomic_aliases' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:591:
592 | #include <__atomic/atomic.h>
593 | #include <__atomic/atomic_base.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/aliases.h:12:10: note: while building module 'std_private_atomic_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/aliases.h:12:
10 | #define _LIBCPP___ATOMIC_ALIASES_H
11 |
12 | #include <__atomic/atomic.h>
| `- note: while building module 'std_private_atomic_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/aliases.h:12:
13 | #include <__atomic/atomic_lock_free.h>
14 | #include <__atomic/contention_t.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic.h:12:10: note: while building module 'std_private_atomic_atomic_base' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic.h:12:
10 | #define _LIBCPP___ATOMIC_ATOMIC_H
11 |
12 | #include <__atomic/atomic_base.h>
| `- note: while building module 'std_private_atomic_atomic_base' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic.h:12:
13 | #include <__atomic/check_memory_order.h>
14 | #include <__atomic/cxx_atomic_impl.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic_base.h:12:10: note: while building module 'std_private_atomic_atomic_sync' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic_base.h:12:
10 | #define _LIBCPP___ATOMIC_ATOMIC_BASE_H
11 |
12 | #include <__atomic/atomic_sync.h>
| `- note: while building module 'std_private_atomic_atomic_sync' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic_base.h:12:
13 | #include <__atomic/check_memory_order.h>
14 | #include <__atomic/cxx_atomic_impl.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic_sync.h:19:10: note: while building module 'std_private_thread_poll_with_backoff' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic_sync.h:19:
17 | #include <__config>
18 | #include <__memory/addressof.h>
19 | #include <__thread/poll_with_backoff.h>
| `- note: while building module 'std_private_thread_poll_with_backoff' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic_sync.h:19:
20 | #include <__threading_support>
21 | #include <__type_traits/decay.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__thread/poll_with_backoff.h:15:10: note: while building module 'std_private_chrono_high_resolution_clock' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__thread/poll_with_backoff.h:15:
13 | #include <__availability>
14 | #include <__chrono/duration.h>
15 | #include <__chrono/high_resolution_clock.h>
| `- note: while building module 'std_private_chrono_high_resolution_clock' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__thread/poll_with_backoff.h:15:
16 | #include <__config>
17 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__chrono/high_resolution_clock.h:14:10: note: while building module 'std_private_chrono_system_clock' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__chrono/high_resolution_clock.h:14:
12 |
13 | #include <__chrono/steady_clock.h>
14 | #include <__chrono/system_clock.h>
| `- note: while building module 'std_private_chrono_system_clock' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__chrono/high_resolution_clock.h:14:
15 | #include <__config>
16 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ctime"
| `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/ctime:48:10: error: could not build module 'std_private_assert'
46 | */
47 |
48 | #include <__assert> // all public C++ headers provide the assertion handler
| `- error: could not build module 'std_private_assert'
49 | #include <__config>
50 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:29: note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
29 | // for 'stdatomic', which can't be imported unless we're using C++23. Thus,
30 | // import stdatomic from the NDK directly, bypassing the stdatomic from the libc++.
31 | #pragma clang module import _stdatomic
| `- note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
32 | #else
33 | #include <stdatomic.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:10: note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
43 | /* We have a usable C++ <atomic>; use it instead. */
44 |
45 | #include <atomic>
| `- note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
46 |
47 | #undef _Atomic
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:591:10: note: while building module 'std_private_atomic_aliases' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:591:
589 |
590 | #include <__assert> // all public C++ headers provide the assertion handler
591 | #include <__atomic/aliases.h>
| `- note: while building module 'std_private_atomic_aliases' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:591:
592 | #include <__atomic/atomic.h>
593 | #include <__atomic/atomic_base.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/aliases.h:12:10: note: while building module 'std_private_atomic_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/aliases.h:12:
10 | #define _LIBCPP___ATOMIC_ALIASES_H
11 |
12 | #include <__atomic/atomic.h>
| `- note: while building module 'std_private_atomic_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/aliases.h:12:
13 | #include <__atomic/atomic_lock_free.h>
14 | #include <__atomic/contention_t.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic.h:12:10: note: while building module 'std_private_atomic_atomic_base' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic.h:12:
10 | #define _LIBCPP___ATOMIC_ATOMIC_H
11 |
12 | #include <__atomic/atomic_base.h>
| `- note: while building module 'std_private_atomic_atomic_base' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic.h:12:
13 | #include <__atomic/check_memory_order.h>
14 | #include <__atomic/cxx_atomic_impl.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic_base.h:12:10: note: while building module 'std_private_atomic_atomic_sync' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic_base.h:12:
10 | #define _LIBCPP___ATOMIC_ATOMIC_BASE_H
11 |
12 | #include <__atomic/atomic_sync.h>
| `- note: while building module 'std_private_atomic_atomic_sync' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic_base.h:12:
13 | #include <__atomic/check_memory_order.h>
14 | #include <__atomic/cxx_atomic_impl.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic_sync.h:20:10: note: while building module 'std_private_threading_support' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic_sync.h:20:
18 | #include <__memory/addressof.h>
19 | #include <__thread/poll_with_backoff.h>
20 | #include <__threading_support>
| `- note: while building module 'std_private_threading_support' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic_sync.h:20:
21 | #include <__type_traits/decay.h>
22 | #include <cstring>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "__threading_support"
| `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__threading_support:13:10: error: could not build module 'std_private_availability'
11 | #define _LIBCPP___THREADING_SUPPORT
12 |
13 | #include <__availability>
| `- error: could not build module 'std_private_availability'
14 | #include <__chrono/convert_to_timespec.h>
| `- note: while building module 'std_private_chrono_convert_to_timespec' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__threading_support:14:
15 | #include <__chrono/duration.h>
16 | #include <__config>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:29: note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
29 | // for 'stdatomic', which can't be imported unless we're using C++23. Thus,
30 | // import stdatomic from the NDK directly, bypassing the stdatomic from the libc++.
31 | #pragma clang module import _stdatomic
| `- note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
32 | #else
33 | #include <stdatomic.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:10: note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
43 | /* We have a usable C++ <atomic>; use it instead. */
44 |
45 | #include <atomic>
| `- note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
46 |
47 | #undef _Atomic
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:591:10: note: while building module 'std_private_atomic_aliases' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:591:
589 |
590 | #include <__assert> // all public C++ headers provide the assertion handler
591 | #include <__atomic/aliases.h>
| `- note: while building module 'std_private_atomic_aliases' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:591:
592 | #include <__atomic/atomic.h>
593 | #include <__atomic/atomic_base.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/aliases.h:12:10: note: while building module 'std_private_atomic_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/aliases.h:12:
10 | #define _LIBCPP___ATOMIC_ALIASES_H
11 |
12 | #include <__atomic/atomic.h>
| `- note: while building module 'std_private_atomic_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/aliases.h:12:
13 | #include <__atomic/atomic_lock_free.h>
14 | #include <__atomic/contention_t.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic.h:12:10: note: while building module 'std_private_atomic_atomic_base' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic.h:12:
10 | #define _LIBCPP___ATOMIC_ATOMIC_H
11 |
12 | #include <__atomic/atomic_base.h>
| `- note: while building module 'std_private_atomic_atomic_base' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic.h:12:
13 | #include <__atomic/check_memory_order.h>
14 | #include <__atomic/cxx_atomic_impl.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic_base.h:12:10: note: while building module 'std_private_atomic_atomic_sync' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic_base.h:12:
10 | #define _LIBCPP___ATOMIC_ATOMIC_BASE_H
11 |
12 | #include <__atomic/atomic_sync.h>
| `- note: while building module 'std_private_atomic_atomic_sync' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic_base.h:12:
13 | #include <__atomic/check_memory_order.h>
14 | #include <__atomic/cxx_atomic_impl.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic_sync.h:20:10: note: while building module 'std_private_threading_support' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic_sync.h:20:
18 | #include <__memory/addressof.h>
19 | #include <__thread/poll_with_backoff.h>
20 | #include <__threading_support>
| `- note: while building module 'std_private_threading_support' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic_sync.h:20:
21 | #include <__type_traits/decay.h>
22 | #include <cstring>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "__chrono/convert_to_timespec.h"
| `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__chrono/convert_to_timespec.h:13:10: error: could not build module 'std_private_chrono_duration'
11 | #define _LIBCPP___CHRONO_CONVERT_TO_TIMESPEC_H
12 |
13 | #include <__chrono/duration.h>
| `- error: could not build module 'std_private_chrono_duration'
14 | #include <__config>
15 | #include <limits>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:29: note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
29 | // for 'stdatomic', which can't be imported unless we're using C++23. Thus,
30 | // import stdatomic from the NDK directly, bypassing the stdatomic from the libc++.
31 | #pragma clang module import _stdatomic
| `- note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
32 | #else
33 | #include <stdatomic.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:10: note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
43 | /* We have a usable C++ <atomic>; use it instead. */
44 |
45 | #include <atomic>
| `- note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
46 |
47 | #undef _Atomic
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:591:10: note: while building module 'std_private_atomic_aliases' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:591:
589 |
590 | #include <__assert> // all public C++ headers provide the assertion handler
591 | #include <__atomic/aliases.h>
| `- note: while building module 'std_private_atomic_aliases' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:591:
592 | #include <__atomic/atomic.h>
593 | #include <__atomic/atomic_base.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/aliases.h:12:10: note: while building module 'std_private_atomic_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/aliases.h:12:
10 | #define _LIBCPP___ATOMIC_ALIASES_H
11 |
12 | #include <__atomic/atomic.h>
| `- note: while building module 'std_private_atomic_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/aliases.h:12:
13 | #include <__atomic/atomic_lock_free.h>
14 | #include <__atomic/contention_t.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic.h:12:10: note: while building module 'std_private_atomic_atomic_base' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic.h:12:
10 | #define _LIBCPP___ATOMIC_ATOMIC_H
11 |
12 | #include <__atomic/atomic_base.h>
| `- note: while building module 'std_private_atomic_atomic_base' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic.h:12:
13 | #include <__atomic/check_memory_order.h>
14 | #include <__atomic/cxx_atomic_impl.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "__atomic/atomic_base.h"
| `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic_base.h:12:10: error: could not build module 'std_private_atomic_atomic_sync'
10 | #define _LIBCPP___ATOMIC_ATOMIC_BASE_H
11 |
12 | #include <__atomic/atomic_sync.h>
| `- error: could not build module 'std_private_atomic_atomic_sync'
13 | #include <__atomic/check_memory_order.h>
| `- note: while building module 'std_private_atomic_check_memory_order' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic_base.h:13:
14 | #include <__atomic/cxx_atomic_impl.h>
15 | #include <__atomic/is_always_lock_free.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:29: note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
29 | // for 'stdatomic', which can't be imported unless we're using C++23. Thus,
30 | // import stdatomic from the NDK directly, bypassing the stdatomic from the libc++.
31 | #pragma clang module import _stdatomic
| `- note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
32 | #else
33 | #include <stdatomic.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:10: note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
43 | /* We have a usable C++ <atomic>; use it instead. */
44 |
45 | #include <atomic>
| `- note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
46 |
47 | #undef _Atomic
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:591:10: note: while building module 'std_private_atomic_aliases' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:591:
589 |
590 | #include <__assert> // all public C++ headers provide the assertion handler
591 | #include <__atomic/aliases.h>
| `- note: while building module 'std_private_atomic_aliases' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:591:
592 | #include <__atomic/atomic.h>
593 | #include <__atomic/atomic_base.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/aliases.h:12:10: note: while building module 'std_private_atomic_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/aliases.h:12:
10 | #define _LIBCPP___ATOMIC_ALIASES_H
11 |
12 | #include <__atomic/atomic.h>
| `- note: while building module 'std_private_atomic_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/aliases.h:12:
13 | #include <__atomic/atomic_lock_free.h>
14 | #include <__atomic/contention_t.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic.h:12:10: note: while building module 'std_private_atomic_atomic_base' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic.h:12:
10 | #define _LIBCPP___ATOMIC_ATOMIC_H
11 |
12 | #include <__atomic/atomic_base.h>
| `- note: while building module 'std_private_atomic_atomic_base' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic.h:12:
13 | #include <__atomic/check_memory_order.h>
14 | #include <__atomic/cxx_atomic_impl.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "__atomic/check_memory_order.h"
| `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/check_memory_order.h:12:10: note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/check_memory_order.h:12:
10 | #define _LIBCPP___ATOMIC_CHECK_MEMORY_ORDER_H
11 |
12 | #include <__config>
| `- note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/check_memory_order.h:12:
13 |
14 | #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__config:458:14: note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__config:458:
456 | // Need to detect which libc we're using if we're on Linux.
457 | # if defined(__linux__)
458 | # include <features.h>
| `- note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__config:458:
459 | # if defined(__GLIBC_PREREQ)
460 | # define _LIBCPP_GLIBC_PREREQ(a, b) __GLIBC_PREREQ(a, b)
/usr/include/features.h:392:10: note: in file included from /usr/include/features.h:392:
390 | #endif
391 |
392 | #include <features-time64.h>
| `- note: in file included from /usr/include/features.h:392:
393 |
394 | #if defined _DEFAULT_SOURCE
/usr/include/features-time64.h:20:10: error: 'bits/wordsize.h' file not found
18 |
19 | /* We need to know the word size in order to check the time size. */
20 | #include <bits/wordsize.h>
| `- error: 'bits/wordsize.h' file not found
21 | #include <bits/timesize.h>
22 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:29: note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
29 | // for 'stdatomic', which can't be imported unless we're using C++23. Thus,
30 | // import stdatomic from the NDK directly, bypassing the stdatomic from the libc++.
31 | #pragma clang module import _stdatomic
| `- note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
32 | #else
33 | #include <stdatomic.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:10: note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
43 | /* We have a usable C++ <atomic>; use it instead. */
44 |
45 | #include <atomic>
| `- note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
46 |
47 | #undef _Atomic
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:591:10: note: while building module 'std_private_atomic_aliases' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:591:
589 |
590 | #include <__assert> // all public C++ headers provide the assertion handler
591 | #include <__atomic/aliases.h>
| `- note: while building module 'std_private_atomic_aliases' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:591:
592 | #include <__atomic/atomic.h>
593 | #include <__atomic/atomic_base.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/aliases.h:12:10: note: while building module 'std_private_atomic_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/aliases.h:12:
10 | #define _LIBCPP___ATOMIC_ALIASES_H
11 |
12 | #include <__atomic/atomic.h>
| `- note: while building module 'std_private_atomic_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/aliases.h:12:
13 | #include <__atomic/atomic_lock_free.h>
14 | #include <__atomic/contention_t.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "__atomic/atomic.h"
| `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic.h:12:10: error: could not build module 'std_private_atomic_atomic_base'
10 | #define _LIBCPP___ATOMIC_ATOMIC_H
11 |
12 | #include <__atomic/atomic_base.h>
| `- error: could not build module 'std_private_atomic_atomic_base'
13 | #include <__atomic/check_memory_order.h>
14 | #include <__atomic/cxx_atomic_impl.h>
15 | #include <__atomic/memory_order.h>
16 | #include <__config>
17 | #include <__functional/operations.h>
| `- note: while building module 'std_private_functional_operations' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic.h:17:
18 | #include <__memory/addressof.h>
19 | #include <__type_traits/is_floating_point.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:29: note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
29 | // for 'stdatomic', which can't be imported unless we're using C++23. Thus,
30 | // import stdatomic from the NDK directly, bypassing the stdatomic from the libc++.
31 | #pragma clang module import _stdatomic
| `- note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
32 | #else
33 | #include <stdatomic.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:10: note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
43 | /* We have a usable C++ <atomic>; use it instead. */
44 |
45 | #include <atomic>
| `- note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
46 |
47 | #undef _Atomic
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:591:10: note: while building module 'std_private_atomic_aliases' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:591:
589 |
590 | #include <__assert> // all public C++ headers provide the assertion handler
591 | #include <__atomic/aliases.h>
| `- note: while building module 'std_private_atomic_aliases' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:591:
592 | #include <__atomic/atomic.h>
593 | #include <__atomic/atomic_base.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/aliases.h:12:10: note: while building module 'std_private_atomic_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/aliases.h:12:
10 | #define _LIBCPP___ATOMIC_ALIASES_H
11 |
12 | #include <__atomic/atomic.h>
| `- note: while building module 'std_private_atomic_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/aliases.h:12:
13 | #include <__atomic/atomic_lock_free.h>
14 | #include <__atomic/contention_t.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "__functional/operations.h"
| `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__functional/operations.h:13:10: note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__functional/operations.h:13:
11 | #define _LIBCPP___FUNCTIONAL_OPERATIONS_H
12 |
13 | #include <__config>
| `- note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__functional/operations.h:13:
14 | #include <__functional/binary_function.h>
15 | #include <__functional/unary_function.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__config:458:14: note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__config:458:
456 | // Need to detect which libc we're using if we're on Linux.
457 | # if defined(__linux__)
458 | # include <features.h>
| `- note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__config:458:
459 | # if defined(__GLIBC_PREREQ)
460 | # define _LIBCPP_GLIBC_PREREQ(a, b) __GLIBC_PREREQ(a, b)
/usr/include/features.h:392:10: note: in file included from /usr/include/features.h:392:
390 | #endif
391 |
392 | #include <features-time64.h>
| `- note: in file included from /usr/include/features.h:392:
393 |
394 | #if defined _DEFAULT_SOURCE
/usr/include/features-time64.h:20:10: error: 'bits/wordsize.h' file not found
18 |
19 | /* We need to know the word size in order to check the time size. */
20 | #include <bits/wordsize.h>
| `- error: 'bits/wordsize.h' file not found
21 | #include <bits/timesize.h>
22 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:29: note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
29 | // for 'stdatomic', which can't be imported unless we're using C++23. Thus,
30 | // import stdatomic from the NDK directly, bypassing the stdatomic from the libc++.
31 | #pragma clang module import _stdatomic
| `- note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
32 | #else
33 | #include <stdatomic.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:10: note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
43 | /* We have a usable C++ <atomic>; use it instead. */
44 |
45 | #include <atomic>
| `- note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
46 |
47 | #undef _Atomic
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:591:10: note: while building module 'std_private_atomic_aliases' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:591:
589 |
590 | #include <__assert> // all public C++ headers provide the assertion handler
591 | #include <__atomic/aliases.h>
| `- note: while building module 'std_private_atomic_aliases' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:591:
592 | #include <__atomic/atomic.h>
593 | #include <__atomic/atomic_base.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/aliases.h:12:10: note: while building module 'std_private_atomic_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/aliases.h:12:
10 | #define _LIBCPP___ATOMIC_ALIASES_H
11 |
12 | #include <__atomic/atomic.h>
| `- note: while building module 'std_private_atomic_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/aliases.h:12:
13 | #include <__atomic/atomic_lock_free.h>
14 | #include <__atomic/contention_t.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic.h:17:10: note: while building module 'std_private_functional_operations' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic.h:17:
15 | #include <__atomic/memory_order.h>
16 | #include <__config>
17 | #include <__functional/operations.h>
| `- note: while building module 'std_private_functional_operations' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic.h:17:
18 | #include <__memory/addressof.h>
19 | #include <__type_traits/is_floating_point.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__functional/operations.h:14:10: note: while building module 'std_private_functional_binary_function' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__functional/operations.h:14:
12 |
13 | #include <__config>
14 | #include <__functional/binary_function.h>
| `- note: while building module 'std_private_functional_binary_function' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__functional/operations.h:14:
15 | #include <__functional/unary_function.h>
16 | #include <__type_traits/integral_constant.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "__functional/binary_function.h"
| `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__functional/binary_function.h:13:10: note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__functional/binary_function.h:13:
11 | #define _LIBCPP___FUNCTIONAL_BINARY_FUNCTION_H
12 |
13 | #include <__config>
| `- note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__functional/binary_function.h:13:
14 |
15 | #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__config:458:14: note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__config:458:
456 | // Need to detect which libc we're using if we're on Linux.
457 | # if defined(__linux__)
458 | # include <features.h>
| `- note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__config:458:
459 | # if defined(__GLIBC_PREREQ)
460 | # define _LIBCPP_GLIBC_PREREQ(a, b) __GLIBC_PREREQ(a, b)
/usr/include/features.h:392:10: note: in file included from /usr/include/features.h:392:
390 | #endif
391 |
392 | #include <features-time64.h>
| `- note: in file included from /usr/include/features.h:392:
393 |
394 | #if defined _DEFAULT_SOURCE
/usr/include/features-time64.h:20:10: error: 'bits/wordsize.h' file not found
18 |
19 | /* We need to know the word size in order to check the time size. */
20 | #include <bits/wordsize.h>
| `- error: 'bits/wordsize.h' file not found
21 | #include <bits/timesize.h>
22 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:29: note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
29 | // for 'stdatomic', which can't be imported unless we're using C++23. Thus,
30 | // import stdatomic from the NDK directly, bypassing the stdatomic from the libc++.
31 | #pragma clang module import _stdatomic
| `- note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
32 | #else
33 | #include <stdatomic.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:10: note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
43 | /* We have a usable C++ <atomic>; use it instead. */
44 |
45 | #include <atomic>
| `- note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
46 |
47 | #undef _Atomic
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:591:10: note: while building module 'std_private_atomic_aliases' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:591:
589 |
590 | #include <__assert> // all public C++ headers provide the assertion handler
591 | #include <__atomic/aliases.h>
| `- note: while building module 'std_private_atomic_aliases' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:591:
592 | #include <__atomic/atomic.h>
593 | #include <__atomic/atomic_base.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/aliases.h:12:10: note: while building module 'std_private_atomic_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/aliases.h:12:
10 | #define _LIBCPP___ATOMIC_ALIASES_H
11 |
12 | #include <__atomic/atomic.h>
| `- note: while building module 'std_private_atomic_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/aliases.h:12:
13 | #include <__atomic/atomic_lock_free.h>
14 | #include <__atomic/contention_t.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic.h:17:10: note: while building module 'std_private_functional_operations' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic.h:17:
15 | #include <__atomic/memory_order.h>
16 | #include <__config>
17 | #include <__functional/operations.h>
| `- note: while building module 'std_private_functional_operations' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic.h:17:
18 | #include <__memory/addressof.h>
19 | #include <__type_traits/is_floating_point.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__functional/operations.h:15:10: note: while building module 'std_private_functional_unary_function' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__functional/operations.h:15:
13 | #include <__config>
14 | #include <__functional/binary_function.h>
15 | #include <__functional/unary_function.h>
| `- note: while building module 'std_private_functional_unary_function' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__functional/operations.h:15:
16 | #include <__type_traits/integral_constant.h>
17 | #include <__type_traits/operation_traits.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "__functional/unary_function.h"
| `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__functional/unary_function.h:12:10: note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__functional/unary_function.h:12:
10 | #define _LIBCPP___FUNCTIONAL_UNARY_FUNCTION_H
11 |
12 | #include <__config>
| `- note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__functional/unary_function.h:12:
13 |
14 | #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__config:458:14: note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__config:458:
456 | // Need to detect which libc we're using if we're on Linux.
457 | # if defined(__linux__)
458 | # include <features.h>
| `- note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__config:458:
459 | # if defined(__GLIBC_PREREQ)
460 | # define _LIBCPP_GLIBC_PREREQ(a, b) __GLIBC_PREREQ(a, b)
/usr/include/features.h:392:10: note: in file included from /usr/include/features.h:392:
390 | #endif
391 |
392 | #include <features-time64.h>
| `- note: in file included from /usr/include/features.h:392:
393 |
394 | #if defined _DEFAULT_SOURCE
/usr/include/features-time64.h:20:10: error: 'bits/wordsize.h' file not found
18 |
19 | /* We need to know the word size in order to check the time size. */
20 | #include <bits/wordsize.h>
| `- error: 'bits/wordsize.h' file not found
21 | #include <bits/timesize.h>
22 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:29: note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
29 | // for 'stdatomic', which can't be imported unless we're using C++23. Thus,
30 | // import stdatomic from the NDK directly, bypassing the stdatomic from the libc++.
31 | #pragma clang module import _stdatomic
| `- note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
32 | #else
33 | #include <stdatomic.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:10: note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
43 | /* We have a usable C++ <atomic>; use it instead. */
44 |
45 | #include <atomic>
| `- note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
46 |
47 | #undef _Atomic
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:591:10: note: while building module 'std_private_atomic_aliases' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:591:
589 |
590 | #include <__assert> // all public C++ headers provide the assertion handler
591 | #include <__atomic/aliases.h>
| `- note: while building module 'std_private_atomic_aliases' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:591:
592 | #include <__atomic/atomic.h>
593 | #include <__atomic/atomic_base.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/aliases.h:12:10: note: while building module 'std_private_atomic_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/aliases.h:12:
10 | #define _LIBCPP___ATOMIC_ALIASES_H
11 |
12 | #include <__atomic/atomic.h>
| `- note: while building module 'std_private_atomic_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/aliases.h:12:
13 | #include <__atomic/atomic_lock_free.h>
14 | #include <__atomic/contention_t.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic.h:17:10: note: while building module 'std_private_functional_operations' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic.h:17:
15 | #include <__atomic/memory_order.h>
16 | #include <__config>
17 | #include <__functional/operations.h>
| `- note: while building module 'std_private_functional_operations' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic.h:17:
18 | #include <__memory/addressof.h>
19 | #include <__type_traits/is_floating_point.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__functional/operations.h:17:10: note: while building module 'std_private_type_traits_operation_traits' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__functional/operations.h:17:
15 | #include <__functional/unary_function.h>
16 | #include <__type_traits/integral_constant.h>
17 | #include <__type_traits/operation_traits.h>
| `- note: while building module 'std_private_type_traits_operation_traits' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__functional/operations.h:17:
18 | #include <__utility/forward.h>
19 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "__type_traits/operation_traits.h"
| `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__type_traits/operation_traits.h:12:10: note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__type_traits/operation_traits.h:12:
10 | #define _LIBCPP___TYPE_TRAITS_OPERATION_TRAITS_H
11 |
12 | #include <__config>
| `- note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__type_traits/operation_traits.h:12:
13 | #include <__type_traits/integral_constant.h>
14 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__config:458:14: note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__config:458:
456 | // Need to detect which libc we're using if we're on Linux.
457 | # if defined(__linux__)
458 | # include <features.h>
| `- note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__config:458:
459 | # if defined(__GLIBC_PREREQ)
460 | # define _LIBCPP_GLIBC_PREREQ(a, b) __GLIBC_PREREQ(a, b)
/usr/include/features.h:392:10: note: in file included from /usr/include/features.h:392:
390 | #endif
391 |
392 | #include <features-time64.h>
| `- note: in file included from /usr/include/features.h:392:
393 |
394 | #if defined _DEFAULT_SOURCE
/usr/include/features-time64.h:20:10: error: 'bits/wordsize.h' file not found
18 |
19 | /* We need to know the word size in order to check the time size. */
20 | #include <bits/wordsize.h>
| `- error: 'bits/wordsize.h' file not found
21 | #include <bits/timesize.h>
22 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:29: note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
29 | // for 'stdatomic', which can't be imported unless we're using C++23. Thus,
30 | // import stdatomic from the NDK directly, bypassing the stdatomic from the libc++.
31 | #pragma clang module import _stdatomic
| `- note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
32 | #else
33 | #include <stdatomic.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:10: note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
43 | /* We have a usable C++ <atomic>; use it instead. */
44 |
45 | #include <atomic>
| `- note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
46 |
47 | #undef _Atomic
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:591:10: note: while building module 'std_private_atomic_aliases' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:591:
589 |
590 | #include <__assert> // all public C++ headers provide the assertion handler
591 | #include <__atomic/aliases.h>
| `- note: while building module 'std_private_atomic_aliases' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:591:
592 | #include <__atomic/atomic.h>
593 | #include <__atomic/atomic_base.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "__atomic/aliases.h"
| `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/aliases.h:12:10: error: could not build module 'std_private_atomic_atomic'
10 | #define _LIBCPP___ATOMIC_ALIASES_H
11 |
12 | #include <__atomic/atomic.h>
| `- error: could not build module 'std_private_atomic_atomic'
13 | #include <__atomic/atomic_lock_free.h>
| `- note: while building module 'std_private_atomic_atomic_lock_free' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/aliases.h:13:
14 | #include <__atomic/contention_t.h>
15 | #include <__atomic/is_always_lock_free.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:29: note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
29 | // for 'stdatomic', which can't be imported unless we're using C++23. Thus,
30 | // import stdatomic from the NDK directly, bypassing the stdatomic from the libc++.
31 | #pragma clang module import _stdatomic
| `- note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
32 | #else
33 | #include <stdatomic.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:10: note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
43 | /* We have a usable C++ <atomic>; use it instead. */
44 |
45 | #include <atomic>
| `- note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
46 |
47 | #undef _Atomic
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:591:10: note: while building module 'std_private_atomic_aliases' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:591:
589 |
590 | #include <__assert> // all public C++ headers provide the assertion handler
591 | #include <__atomic/aliases.h>
| `- note: while building module 'std_private_atomic_aliases' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:591:
592 | #include <__atomic/atomic.h>
593 | #include <__atomic/atomic_base.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "__atomic/atomic_lock_free.h"
| `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic_lock_free.h:12:10: note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic_lock_free.h:12:
10 | #define _LIBCPP___ATOMIC_ATOMIC_LOCK_FREE_H
11 |
12 | #include <__config>
| `- note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic_lock_free.h:12:
13 |
14 | #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__config:458:14: note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__config:458:
456 | // Need to detect which libc we're using if we're on Linux.
457 | # if defined(__linux__)
458 | # include <features.h>
| `- note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__config:458:
459 | # if defined(__GLIBC_PREREQ)
460 | # define _LIBCPP_GLIBC_PREREQ(a, b) __GLIBC_PREREQ(a, b)
/usr/include/features.h:392:10: note: in file included from /usr/include/features.h:392:
390 | #endif
391 |
392 | #include <features-time64.h>
| `- note: in file included from /usr/include/features.h:392:
393 |
394 | #if defined _DEFAULT_SOURCE
/usr/include/features-time64.h:20:10: error: 'bits/wordsize.h' file not found
18 |
19 | /* We need to know the word size in order to check the time size. */
20 | #include <bits/wordsize.h>
| `- error: 'bits/wordsize.h' file not found
21 | #include <bits/timesize.h>
22 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:29: note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
29 | // for 'stdatomic', which can't be imported unless we're using C++23. Thus,
30 | // import stdatomic from the NDK directly, bypassing the stdatomic from the libc++.
31 | #pragma clang module import _stdatomic
| `- note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
32 | #else
33 | #include <stdatomic.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:10: note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
43 | /* We have a usable C++ <atomic>; use it instead. */
44 |
45 | #include <atomic>
| `- note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
46 |
47 | #undef _Atomic
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:591:10: note: while building module 'std_private_atomic_aliases' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:591:
589 |
590 | #include <__assert> // all public C++ headers provide the assertion handler
591 | #include <__atomic/aliases.h>
| `- note: while building module 'std_private_atomic_aliases' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:591:
592 | #include <__atomic/atomic.h>
593 | #include <__atomic/atomic_base.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/aliases.h:21:10: note: while building module 'std_cstdlib' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/aliases.h:21:
19 | #include <cstddef>
20 | #include <cstdint>
21 | #include <cstdlib>
| `- note: while building module 'std_cstdlib' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/aliases.h:21:
22 |
23 | #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "cstdlib"
| `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/cstdlib:84:10: error: could not build module 'std_private_assert'
82 | */
83 |
84 | #include <__assert> // all public C++ headers provide the assertion handler
| `- error: could not build module 'std_private_assert'
85 | #include <__config>
86 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:29: note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
29 | // for 'stdatomic', which can't be imported unless we're using C++23. Thus,
30 | // import stdatomic from the NDK directly, bypassing the stdatomic from the libc++.
31 | #pragma clang module import _stdatomic
| `- note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
32 | #else
33 | #include <stdatomic.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:10: note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
43 | /* We have a usable C++ <atomic>; use it instead. */
44 |
45 | #include <atomic>
| `- note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
46 |
47 | #undef _Atomic
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:594:10: note: while building module 'std_private_atomic_atomic_flag' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:594:
592 | #include <__atomic/atomic.h>
593 | #include <__atomic/atomic_base.h>
594 | #include <__atomic/atomic_flag.h>
| `- note: while building module 'std_private_atomic_atomic_flag' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:594:
595 | #include <__atomic/atomic_init.h>
596 | #include <__atomic/atomic_lock_free.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "__atomic/atomic_flag.h"
| `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic_flag.h:12:10: error: could not build module 'std_private_atomic_atomic_sync'
10 | #define _LIBCPP___ATOMIC_ATOMIC_FLAG_H
11 |
12 | #include <__atomic/atomic_sync.h>
| `- error: could not build module 'std_private_atomic_atomic_sync'
13 | #include <__atomic/contention_t.h>
14 | #include <__atomic/cxx_atomic_impl.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:29: note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
29 | // for 'stdatomic', which can't be imported unless we're using C++23. Thus,
30 | // import stdatomic from the NDK directly, bypassing the stdatomic from the libc++.
31 | #pragma clang module import _stdatomic
| `- note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
32 | #else
33 | #include <stdatomic.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:10: note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
43 | /* We have a usable C++ <atomic>; use it instead. */
44 |
45 | #include <atomic>
| `- note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
46 |
47 | #undef _Atomic
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:595:10: note: while building module 'std_private_atomic_atomic_init' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:595:
593 | #include <__atomic/atomic_base.h>
594 | #include <__atomic/atomic_flag.h>
595 | #include <__atomic/atomic_init.h>
| `- note: while building module 'std_private_atomic_atomic_init' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:595:
596 | #include <__atomic/atomic_lock_free.h>
597 | #include <__atomic/atomic_sync.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "__atomic/atomic_init.h"
| `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic_init.h:12:10: note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic_init.h:12:
10 | #define _LIBCPP___ATOMIC_ATOMIC_INIT_H
11 |
12 | #include <__config>
| `- note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/atomic_init.h:12:
13 |
14 | #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__config:458:14: note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__config:458:
456 | // Need to detect which libc we're using if we're on Linux.
457 | # if defined(__linux__)
458 | # include <features.h>
| `- note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__config:458:
459 | # if defined(__GLIBC_PREREQ)
460 | # define _LIBCPP_GLIBC_PREREQ(a, b) __GLIBC_PREREQ(a, b)
/usr/include/features.h:392:10: note: in file included from /usr/include/features.h:392:
390 | #endif
391 |
392 | #include <features-time64.h>
| `- note: in file included from /usr/include/features.h:392:
393 |
394 | #if defined _DEFAULT_SOURCE
/usr/include/features-time64.h:20:10: error: 'bits/wordsize.h' file not found
18 |
19 | /* We need to know the word size in order to check the time size. */
20 | #include <bits/wordsize.h>
| `- error: 'bits/wordsize.h' file not found
21 | #include <bits/timesize.h>
22 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:29: note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
29 | // for 'stdatomic', which can't be imported unless we're using C++23. Thus,
30 | // import stdatomic from the NDK directly, bypassing the stdatomic from the libc++.
31 | #pragma clang module import _stdatomic
| `- note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
32 | #else
33 | #include <stdatomic.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:10: note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
43 | /* We have a usable C++ <atomic>; use it instead. */
44 |
45 | #include <atomic>
| `- note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
46 |
47 | #undef _Atomic
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:601:10: note: while building module 'std_private_atomic_fence' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:601:
599 | #include <__atomic/contention_t.h>
600 | #include <__atomic/cxx_atomic_impl.h>
601 | #include <__atomic/fence.h>
| `- note: while building module 'std_private_atomic_fence' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:601:
602 | #include <__atomic/is_always_lock_free.h>
603 | #include <__atomic/kill_dependency.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "__atomic/fence.h"
| `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/fence.h:12:10: error: could not build module 'std_private_atomic_cxx_atomic_impl'
10 | #define _LIBCPP___ATOMIC_FENCE_H
11 |
12 | #include <__atomic/cxx_atomic_impl.h>
| `- error: could not build module 'std_private_atomic_cxx_atomic_impl'
13 | #include <__atomic/memory_order.h>
14 | #include <__config>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:29: note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
29 | // for 'stdatomic', which can't be imported unless we're using C++23. Thus,
30 | // import stdatomic from the NDK directly, bypassing the stdatomic from the libc++.
31 | #pragma clang module import _stdatomic
| `- note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
32 | #else
33 | #include <stdatomic.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:10: note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
43 | /* We have a usable C++ <atomic>; use it instead. */
44 |
45 | #include <atomic>
| `- note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
46 |
47 | #undef _Atomic
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:603:10: note: while building module 'std_private_atomic_kill_dependency' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:603:
601 | #include <__atomic/fence.h>
602 | #include <__atomic/is_always_lock_free.h>
603 | #include <__atomic/kill_dependency.h>
| `- note: while building module 'std_private_atomic_kill_dependency' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:603:
604 | #include <__atomic/memory_order.h>
605 | #include <__config>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "__atomic/kill_dependency.h"
| `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/kill_dependency.h:12:10: note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/kill_dependency.h:12:
10 | #define _LIBCPP___ATOMIC_KILL_DEPENDENCY_H
11 |
12 | #include <__config>
| `- note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__atomic/kill_dependency.h:12:
13 |
14 | #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__config:458:14: note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__config:458:
456 | // Need to detect which libc we're using if we're on Linux.
457 | # if defined(__linux__)
458 | # include <features.h>
| `- note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__config:458:
459 | # if defined(__GLIBC_PREREQ)
460 | # define _LIBCPP_GLIBC_PREREQ(a, b) __GLIBC_PREREQ(a, b)
/usr/include/features.h:392:10: note: in file included from /usr/include/features.h:392:
390 | #endif
391 |
392 | #include <features-time64.h>
| `- note: in file included from /usr/include/features.h:392:
393 |
394 | #if defined _DEFAULT_SOURCE
/usr/include/features-time64.h:20:10: error: 'bits/wordsize.h' file not found
18 |
19 | /* We need to know the word size in order to check the time size. */
20 | #include <bits/wordsize.h>
| `- error: 'bits/wordsize.h' file not found
21 | #include <bits/timesize.h>
22 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:29: note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
29 | // for 'stdatomic', which can't be imported unless we're using C++23. Thus,
30 | // import stdatomic from the NDK directly, bypassing the stdatomic from the libc++.
31 | #pragma clang module import _stdatomic
| `- note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
32 | #else
33 | #include <stdatomic.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:10: note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
43 | /* We have a usable C++ <atomic>; use it instead. */
44 |
45 | #include <atomic>
| `- note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
46 |
47 | #undef _Atomic
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:621:12: note: while building module 'std_cmath' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:621:
619 |
620 | #if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER <= 20
621 | # include <cmath>
| `- note: while building module 'std_cmath' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:621:
622 | # include <compare>
623 | # include <cstring>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "cmath"
| `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/cmath:307:10: error: could not build module 'std_private_assert'
305 | */
306 |
307 | #include <__assert> // all public C++ headers provide the assertion handler
| `- error: could not build module 'std_private_assert'
308 | #include <__config>
309 | #include <__type_traits/enable_if.h>
:
312 | #include <__type_traits/is_floating_point.h>
313 | #include <__type_traits/is_same.h>
314 | #include <__type_traits/promote.h>
| `- note: while building module 'std_private_type_traits_promote' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/cmath:314:
315 | #include <__type_traits/remove_cv.h>
316 | #include <limits>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:29: note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
29 | // for 'stdatomic', which can't be imported unless we're using C++23. Thus,
30 | // import stdatomic from the NDK directly, bypassing the stdatomic from the libc++.
31 | #pragma clang module import _stdatomic
| `- note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
32 | #else
33 | #include <stdatomic.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:10: note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
43 | /* We have a usable C++ <atomic>; use it instead. */
44 |
45 | #include <atomic>
| `- note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
46 |
47 | #undef _Atomic
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:621:12: note: while building module 'std_cmath' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:621:
619 |
620 | #if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER <= 20
621 | # include <cmath>
| `- note: while building module 'std_cmath' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:621:
622 | # include <compare>
623 | # include <cstring>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "__type_traits/promote.h"
| `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__type_traits/promote.h:12:10: note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__type_traits/promote.h:12:
10 | #define _LIBCPP___TYPE_TRAITS_PROMOTE_H
11 |
12 | #include <__config>
| `- note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__type_traits/promote.h:12:
13 | #include <__type_traits/integral_constant.h>
14 | #include <__type_traits/is_same.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__config:458:14: note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__config:458:
456 | // Need to detect which libc we're using if we're on Linux.
457 | # if defined(__linux__)
458 | # include <features.h>
| `- note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__config:458:
459 | # if defined(__GLIBC_PREREQ)
460 | # define _LIBCPP_GLIBC_PREREQ(a, b) __GLIBC_PREREQ(a, b)
/usr/include/features.h:392:10: note: in file included from /usr/include/features.h:392:
390 | #endif
391 |
392 | #include <features-time64.h>
| `- note: in file included from /usr/include/features.h:392:
393 |
394 | #if defined _DEFAULT_SOURCE
/usr/include/features-time64.h:20:10: error: 'bits/wordsize.h' file not found
18 |
19 | /* We need to know the word size in order to check the time size. */
20 | #include <bits/wordsize.h>
| `- error: 'bits/wordsize.h' file not found
21 | #include <bits/timesize.h>
22 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:29: note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
29 | // for 'stdatomic', which can't be imported unless we're using C++23. Thus,
30 | // import stdatomic from the NDK directly, bypassing the stdatomic from the libc++.
31 | #pragma clang module import _stdatomic
| `- note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
32 | #else
33 | #include <stdatomic.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:10: note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
43 | /* We have a usable C++ <atomic>; use it instead. */
44 |
45 | #include <atomic>
| `- note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
46 |
47 | #undef _Atomic
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:622:12: note: while building module 'std_compare' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:622:
620 | #if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER <= 20
621 | # include <cmath>
622 | # include <compare>
| `- note: while building module 'std_compare' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:622:
623 | # include <cstring>
624 | # include <type_traits>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "compare"
| `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/compare:143:10: error: could not build module 'std_private_assert'
141 | */
142 |
143 | #include <__assert> // all public C++ headers provide the assertion handler
| `- error: could not build module 'std_private_assert'
144 | #include <__compare/common_comparison_category.h>
145 | #include <__compare/compare_partial_order_fallback.h>
| `- note: while building module 'std_private_compare_compare_partial_order_fallback' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/compare:145:
146 | #include <__compare/compare_strong_order_fallback.h>
147 | #include <__compare/compare_three_way.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:29: note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
29 | // for 'stdatomic', which can't be imported unless we're using C++23. Thus,
30 | // import stdatomic from the NDK directly, bypassing the stdatomic from the libc++.
31 | #pragma clang module import _stdatomic
| `- note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
32 | #else
33 | #include <stdatomic.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:10: note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
43 | /* We have a usable C++ <atomic>; use it instead. */
44 |
45 | #include <atomic>
| `- note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
46 |
47 | #undef _Atomic
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:622:12: note: while building module 'std_compare' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:622:
620 | #if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER <= 20
621 | # include <cmath>
622 | # include <compare>
| `- note: while building module 'std_compare' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:622:
623 | # include <cstring>
624 | # include <type_traits>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "__compare/compare_partial_order_fallback.h"
| `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__compare/compare_partial_order_fallback.h:12:10: error: could not build module 'std_private_compare_ordering'
10 | #define _LIBCPP___COMPARE_COMPARE_PARTIAL_ORDER_FALLBACK
11 |
12 | #include <__compare/ordering.h>
| `- error: could not build module 'std_private_compare_ordering'
13 | #include <__compare/partial_order.h>
| `- note: while building module 'std_private_compare_partial_order' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__compare/compare_partial_order_fallback.h:13:
14 | #include <__config>
15 | #include <__type_traits/decay.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:29: note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
29 | // for 'stdatomic', which can't be imported unless we're using C++23. Thus,
30 | // import stdatomic from the NDK directly, bypassing the stdatomic from the libc++.
31 | #pragma clang module import _stdatomic
| `- note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
32 | #else
33 | #include <stdatomic.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:10: note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
43 | /* We have a usable C++ <atomic>; use it instead. */
44 |
45 | #include <atomic>
| `- note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
46 |
47 | #undef _Atomic
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:622:12: note: while building module 'std_compare' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:622:
620 | #if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER <= 20
621 | # include <cmath>
622 | # include <compare>
| `- note: while building module 'std_compare' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:622:
623 | # include <cstring>
624 | # include <type_traits>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/compare:145:10: note: while building module 'std_private_compare_compare_partial_order_fallback' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/compare:145:
143 | #include <__assert> // all public C++ headers provide the assertion handler
144 | #include <__compare/common_comparison_category.h>
145 | #include <__compare/compare_partial_order_fallback.h>
| `- note: while building module 'std_private_compare_compare_partial_order_fallback' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/compare:145:
146 | #include <__compare/compare_strong_order_fallback.h>
147 | #include <__compare/compare_three_way.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__compare/partial_order.h:12:10: note: while building module 'std_private_compare_compare_three_way' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__compare/partial_order.h:12:
10 | #define _LIBCPP___COMPARE_PARTIAL_ORDER
11 |
12 | #include <__compare/compare_three_way.h>
| `- note: while building module 'std_private_compare_compare_three_way' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__compare/partial_order.h:12:
13 | #include <__compare/ordering.h>
14 | #include <__compare/weak_order.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "__compare/compare_three_way.h"
| `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__compare/compare_three_way.h:13:10: error: could not build module 'std_private_compare_three_way_comparable'
11 | #define _LIBCPP___COMPARE_COMPARE_THREE_WAY_H
12 |
13 | #include <__compare/three_way_comparable.h>
| `- error: could not build module 'std_private_compare_three_way_comparable'
14 | #include <__config>
15 | #include <__utility/forward.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:29: note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
29 | // for 'stdatomic', which can't be imported unless we're using C++23. Thus,
30 | // import stdatomic from the NDK directly, bypassing the stdatomic from the libc++.
31 | #pragma clang module import _stdatomic
| `- note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
32 | #else
33 | #include <stdatomic.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:10: note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
43 | /* We have a usable C++ <atomic>; use it instead. */
44 |
45 | #include <atomic>
| `- note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
46 |
47 | #undef _Atomic
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:622:12: note: while building module 'std_compare' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:622:
620 | #if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER <= 20
621 | # include <cmath>
622 | # include <compare>
| `- note: while building module 'std_compare' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:622:
623 | # include <cstring>
624 | # include <type_traits>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/compare:145:10: note: while building module 'std_private_compare_compare_partial_order_fallback' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/compare:145:
143 | #include <__assert> // all public C++ headers provide the assertion handler
144 | #include <__compare/common_comparison_category.h>
145 | #include <__compare/compare_partial_order_fallback.h>
| `- note: while building module 'std_private_compare_compare_partial_order_fallback' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/compare:145:
146 | #include <__compare/compare_strong_order_fallback.h>
147 | #include <__compare/compare_three_way.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__compare/compare_partial_order_fallback.h:13:10: note: while building module 'std_private_compare_partial_order' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__compare/compare_partial_order_fallback.h:13:
11 |
12 | #include <__compare/ordering.h>
13 | #include <__compare/partial_order.h>
| `- note: while building module 'std_private_compare_partial_order' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__compare/compare_partial_order_fallback.h:13:
14 | #include <__config>
15 | #include <__type_traits/decay.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "__compare/partial_order.h"
| `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__compare/partial_order.h:12:10: error: could not build module 'std_private_compare_compare_three_way'
10 | #define _LIBCPP___COMPARE_PARTIAL_ORDER
11 |
12 | #include <__compare/compare_three_way.h>
| `- error: could not build module 'std_private_compare_compare_three_way'
13 | #include <__compare/ordering.h>
14 | #include <__compare/weak_order.h>
| `- note: while building module 'std_private_compare_weak_order' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__compare/partial_order.h:14:
15 | #include <__config>
16 | #include <__type_traits/decay.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:29: note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
29 | // for 'stdatomic', which can't be imported unless we're using C++23. Thus,
30 | // import stdatomic from the NDK directly, bypassing the stdatomic from the libc++.
31 | #pragma clang module import _stdatomic
| `- note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
32 | #else
33 | #include <stdatomic.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:10: note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
43 | /* We have a usable C++ <atomic>; use it instead. */
44 |
45 | #include <atomic>
| `- note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
46 |
47 | #undef _Atomic
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:622:12: note: while building module 'std_compare' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:622:
620 | #if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER <= 20
621 | # include <cmath>
622 | # include <compare>
| `- note: while building module 'std_compare' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:622:
623 | # include <cstring>
624 | # include <type_traits>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/compare:145:10: note: while building module 'std_private_compare_compare_partial_order_fallback' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/compare:145:
143 | #include <__assert> // all public C++ headers provide the assertion handler
144 | #include <__compare/common_comparison_category.h>
145 | #include <__compare/compare_partial_order_fallback.h>
| `- note: while building module 'std_private_compare_compare_partial_order_fallback' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/compare:145:
146 | #include <__compare/compare_strong_order_fallback.h>
147 | #include <__compare/compare_three_way.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__compare/compare_partial_order_fallback.h:13:10: note: while building module 'std_private_compare_partial_order' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__compare/compare_partial_order_fallback.h:13:
11 |
12 | #include <__compare/ordering.h>
13 | #include <__compare/partial_order.h>
| `- note: while building module 'std_private_compare_partial_order' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__compare/compare_partial_order_fallback.h:13:
14 | #include <__config>
15 | #include <__type_traits/decay.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "__compare/weak_order.h"
| `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__compare/weak_order.h:12:10: error: could not build module 'std_private_compare_compare_three_way'
10 | #define _LIBCPP___COMPARE_WEAK_ORDER
11 |
12 | #include <__compare/compare_three_way.h>
| `- error: could not build module 'std_private_compare_compare_three_way'
13 | #include <__compare/ordering.h>
14 | #include <__compare/strong_order.h>
| `- note: while building module 'std_private_compare_strong_order' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__compare/weak_order.h:14:
15 | #include <__config>
16 | #include <__type_traits/decay.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:29: note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
29 | // for 'stdatomic', which can't be imported unless we're using C++23. Thus,
30 | // import stdatomic from the NDK directly, bypassing the stdatomic from the libc++.
31 | #pragma clang module import _stdatomic
| `- note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
32 | #else
33 | #include <stdatomic.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:10: note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
43 | /* We have a usable C++ <atomic>; use it instead. */
44 |
45 | #include <atomic>
| `- note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
46 |
47 | #undef _Atomic
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:622:12: note: while building module 'std_compare' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:622:
620 | #if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER <= 20
621 | # include <cmath>
622 | # include <compare>
| `- note: while building module 'std_compare' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:622:
623 | # include <cstring>
624 | # include <type_traits>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/compare:145:10: note: while building module 'std_private_compare_compare_partial_order_fallback' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/compare:145:
143 | #include <__assert> // all public C++ headers provide the assertion handler
144 | #include <__compare/common_comparison_category.h>
145 | #include <__compare/compare_partial_order_fallback.h>
| `- note: while building module 'std_private_compare_compare_partial_order_fallback' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/compare:145:
146 | #include <__compare/compare_strong_order_fallback.h>
147 | #include <__compare/compare_three_way.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__compare/compare_partial_order_fallback.h:13:10: note: while building module 'std_private_compare_partial_order' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__compare/compare_partial_order_fallback.h:13:
11 |
12 | #include <__compare/ordering.h>
13 | #include <__compare/partial_order.h>
| `- note: while building module 'std_private_compare_partial_order' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__compare/compare_partial_order_fallback.h:13:
14 | #include <__config>
15 | #include <__type_traits/decay.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__compare/partial_order.h:14:10: note: while building module 'std_private_compare_weak_order' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__compare/partial_order.h:14:
12 | #include <__compare/compare_three_way.h>
13 | #include <__compare/ordering.h>
14 | #include <__compare/weak_order.h>
| `- note: while building module 'std_private_compare_weak_order' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__compare/partial_order.h:14:
15 | #include <__config>
16 | #include <__type_traits/decay.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__compare/strong_order.h:12:10: note: while building module 'std_private_bit_bit_cast' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__compare/strong_order.h:12:
10 | #define _LIBCPP___COMPARE_STRONG_ORDER
11 |
12 | #include <__bit/bit_cast.h>
| `- note: while building module 'std_private_bit_bit_cast' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__compare/strong_order.h:12:
13 | #include <__compare/compare_three_way.h>
14 | #include <__compare/ordering.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "__bit/bit_cast.h"
| `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__bit/bit_cast.h:13:10: note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__bit/bit_cast.h:13:
11 | #define _LIBCPP___BIT_BIT_CAST_H
12 |
13 | #include <__config>
| `- note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__bit/bit_cast.h:13:
14 | #include <__type_traits/is_trivially_copyable.h>
15 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__config:458:14: note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__config:458:
456 | // Need to detect which libc we're using if we're on Linux.
457 | # if defined(__linux__)
458 | # include <features.h>
| `- note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__config:458:
459 | # if defined(__GLIBC_PREREQ)
460 | # define _LIBCPP_GLIBC_PREREQ(a, b) __GLIBC_PREREQ(a, b)
/usr/include/features.h:392:10: note: in file included from /usr/include/features.h:392:
390 | #endif
391 |
392 | #include <features-time64.h>
| `- note: in file included from /usr/include/features.h:392:
393 |
394 | #if defined _DEFAULT_SOURCE
/usr/include/features-time64.h:20:10: error: 'bits/wordsize.h' file not found
18 |
19 | /* We need to know the word size in order to check the time size. */
20 | #include <bits/wordsize.h>
| `- error: 'bits/wordsize.h' file not found
21 | #include <bits/timesize.h>
22 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:29: note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
29 | // for 'stdatomic', which can't be imported unless we're using C++23. Thus,
30 | // import stdatomic from the NDK directly, bypassing the stdatomic from the libc++.
31 | #pragma clang module import _stdatomic
| `- note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
32 | #else
33 | #include <stdatomic.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:10: note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
43 | /* We have a usable C++ <atomic>; use it instead. */
44 |
45 | #include <atomic>
| `- note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
46 |
47 | #undef _Atomic
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:622:12: note: while building module 'std_compare' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:622:
620 | #if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER <= 20
621 | # include <cmath>
622 | # include <compare>
| `- note: while building module 'std_compare' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:622:
623 | # include <cstring>
624 | # include <type_traits>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/compare:145:10: note: while building module 'std_private_compare_compare_partial_order_fallback' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/compare:145:
143 | #include <__assert> // all public C++ headers provide the assertion handler
144 | #include <__compare/common_comparison_category.h>
145 | #include <__compare/compare_partial_order_fallback.h>
| `- note: while building module 'std_private_compare_compare_partial_order_fallback' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/compare:145:
146 | #include <__compare/compare_strong_order_fallback.h>
147 | #include <__compare/compare_three_way.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__compare/compare_partial_order_fallback.h:13:10: note: while building module 'std_private_compare_partial_order' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__compare/compare_partial_order_fallback.h:13:
11 |
12 | #include <__compare/ordering.h>
13 | #include <__compare/partial_order.h>
| `- note: while building module 'std_private_compare_partial_order' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__compare/compare_partial_order_fallback.h:13:
14 | #include <__config>
15 | #include <__type_traits/decay.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__compare/partial_order.h:14:10: note: while building module 'std_private_compare_weak_order' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__compare/partial_order.h:14:
12 | #include <__compare/compare_three_way.h>
13 | #include <__compare/ordering.h>
14 | #include <__compare/weak_order.h>
| `- note: while building module 'std_private_compare_weak_order' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__compare/partial_order.h:14:
15 | #include <__config>
16 | #include <__type_traits/decay.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__compare/weak_order.h:14:10: note: while building module 'std_private_compare_strong_order' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__compare/weak_order.h:14:
12 | #include <__compare/compare_three_way.h>
13 | #include <__compare/ordering.h>
14 | #include <__compare/strong_order.h>
| `- note: while building module 'std_private_compare_strong_order' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__compare/weak_order.h:14:
15 | #include <__config>
16 | #include <__type_traits/decay.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "__compare/strong_order.h"
| `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__compare/strong_order.h:12:10: error: could not build module 'std_private_bit_bit_cast'
10 | #define _LIBCPP___COMPARE_STRONG_ORDER
11 |
12 | #include <__bit/bit_cast.h>
| `- error: could not build module 'std_private_bit_bit_cast'
13 | #include <__compare/compare_three_way.h>
14 | #include <__compare/ordering.h>
:
17 | #include <__type_traits/decay.h>
18 | #include <__utility/forward.h>
19 | #include <__utility/priority_tag.h>
| `- note: while building module 'std_private_utility_priority_tag' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__compare/strong_order.h:19:
20 | #include <cmath>
21 | #include <cstdint>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:29: note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
29 | // for 'stdatomic', which can't be imported unless we're using C++23. Thus,
30 | // import stdatomic from the NDK directly, bypassing the stdatomic from the libc++.
31 | #pragma clang module import _stdatomic
| `- note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
32 | #else
33 | #include <stdatomic.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:10: note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
43 | /* We have a usable C++ <atomic>; use it instead. */
44 |
45 | #include <atomic>
| `- note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
46 |
47 | #undef _Atomic
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:622:12: note: while building module 'std_compare' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:622:
620 | #if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER <= 20
621 | # include <cmath>
622 | # include <compare>
| `- note: while building module 'std_compare' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:622:
623 | # include <cstring>
624 | # include <type_traits>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/compare:145:10: note: while building module 'std_private_compare_compare_partial_order_fallback' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/compare:145:
143 | #include <__assert> // all public C++ headers provide the assertion handler
144 | #include <__compare/common_comparison_category.h>
145 | #include <__compare/compare_partial_order_fallback.h>
| `- note: while building module 'std_private_compare_compare_partial_order_fallback' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/compare:145:
146 | #include <__compare/compare_strong_order_fallback.h>
147 | #include <__compare/compare_three_way.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__compare/compare_partial_order_fallback.h:13:10: note: while building module 'std_private_compare_partial_order' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__compare/compare_partial_order_fallback.h:13:
11 |
12 | #include <__compare/ordering.h>
13 | #include <__compare/partial_order.h>
| `- note: while building module 'std_private_compare_partial_order' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__compare/compare_partial_order_fallback.h:13:
14 | #include <__config>
15 | #include <__type_traits/decay.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__compare/partial_order.h:14:10: note: while building module 'std_private_compare_weak_order' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__compare/partial_order.h:14:
12 | #include <__compare/compare_three_way.h>
13 | #include <__compare/ordering.h>
14 | #include <__compare/weak_order.h>
| `- note: while building module 'std_private_compare_weak_order' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__compare/partial_order.h:14:
15 | #include <__config>
16 | #include <__type_traits/decay.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__compare/weak_order.h:14:10: note: while building module 'std_private_compare_strong_order' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__compare/weak_order.h:14:
12 | #include <__compare/compare_three_way.h>
13 | #include <__compare/ordering.h>
14 | #include <__compare/strong_order.h>
| `- note: while building module 'std_private_compare_strong_order' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__compare/weak_order.h:14:
15 | #include <__config>
16 | #include <__type_traits/decay.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "__utility/priority_tag.h"
| `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__utility/priority_tag.h:12:10: note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__utility/priority_tag.h:12:
10 | #define _LIBCPP___UTILITY_PRIORITY_TAG_H
11 |
12 | #include <__config>
| `- note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__utility/priority_tag.h:12:
13 | #include <cstddef>
14 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__config:458:14: note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__config:458:
456 | // Need to detect which libc we're using if we're on Linux.
457 | # if defined(__linux__)
458 | # include <features.h>
| `- note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__config:458:
459 | # if defined(__GLIBC_PREREQ)
460 | # define _LIBCPP_GLIBC_PREREQ(a, b) __GLIBC_PREREQ(a, b)
/usr/include/features.h:392:10: note: in file included from /usr/include/features.h:392:
390 | #endif
391 |
392 | #include <features-time64.h>
| `- note: in file included from /usr/include/features.h:392:
393 |
394 | #if defined _DEFAULT_SOURCE
/usr/include/features-time64.h:20:10: error: 'bits/wordsize.h' file not found
18 |
19 | /* We need to know the word size in order to check the time size. */
20 | #include <bits/wordsize.h>
| `- error: 'bits/wordsize.h' file not found
21 | #include <bits/timesize.h>
22 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:29: note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
29 | // for 'stdatomic', which can't be imported unless we're using C++23. Thus,
30 | // import stdatomic from the NDK directly, bypassing the stdatomic from the libc++.
31 | #pragma clang module import _stdatomic
| `- note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
32 | #else
33 | #include <stdatomic.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:10: note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
43 | /* We have a usable C++ <atomic>; use it instead. */
44 |
45 | #include <atomic>
| `- note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
46 |
47 | #undef _Atomic
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:622:12: note: while building module 'std_compare' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:622:
620 | #if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER <= 20
621 | # include <cmath>
622 | # include <compare>
| `- note: while building module 'std_compare' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:622:
623 | # include <cstring>
624 | # include <type_traits>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/compare:146:10: note: while building module 'std_private_compare_compare_strong_order_fallback' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/compare:146:
144 | #include <__compare/common_comparison_category.h>
145 | #include <__compare/compare_partial_order_fallback.h>
146 | #include <__compare/compare_strong_order_fallback.h>
| `- note: while building module 'std_private_compare_compare_strong_order_fallback' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/compare:146:
147 | #include <__compare/compare_three_way.h>
148 | #include <__compare/compare_three_way_result.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "__compare/compare_strong_order_fallback.h"
| `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__compare/compare_strong_order_fallback.h:12:10: error: could not build module 'std_private_compare_ordering'
10 | #define _LIBCPP___COMPARE_COMPARE_STRONG_ORDER_FALLBACK
11 |
12 | #include <__compare/ordering.h>
| `- error: could not build module 'std_private_compare_ordering'
13 | #include <__compare/strong_order.h>
14 | #include <__config>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:29: note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
29 | // for 'stdatomic', which can't be imported unless we're using C++23. Thus,
30 | // import stdatomic from the NDK directly, bypassing the stdatomic from the libc++.
31 | #pragma clang module import _stdatomic
| `- note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
32 | #else
33 | #include <stdatomic.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:10: note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
43 | /* We have a usable C++ <atomic>; use it instead. */
44 |
45 | #include <atomic>
| `- note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
46 |
47 | #undef _Atomic
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:622:12: note: while building module 'std_compare' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:622:
620 | #if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER <= 20
621 | # include <cmath>
622 | # include <compare>
| `- note: while building module 'std_compare' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:622:
623 | # include <cstring>
624 | # include <type_traits>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/compare:148:10: note: while building module 'std_private_compare_compare_three_way_result' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/compare:148:
146 | #include <__compare/compare_strong_order_fallback.h>
147 | #include <__compare/compare_three_way.h>
148 | #include <__compare/compare_three_way_result.h>
| `- note: while building module 'std_private_compare_compare_three_way_result' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/compare:148:
149 | #include <__compare/compare_weak_order_fallback.h>
150 | #include <__compare/is_eq.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "__compare/compare_three_way_result.h"
| `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__compare/compare_three_way_result.h:12:10: note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__compare/compare_three_way_result.h:12:
10 | #define _LIBCPP___COMPARE_COMPARE_THREE_WAY_RESULT_H
11 |
12 | #include <__config>
| `- note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__compare/compare_three_way_result.h:12:
13 | #include <__type_traits/make_const_lvalue_ref.h>
14 | #include <__utility/declval.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__config:458:14: note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__config:458:
456 | // Need to detect which libc we're using if we're on Linux.
457 | # if defined(__linux__)
458 | # include <features.h>
| `- note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__config:458:
459 | # if defined(__GLIBC_PREREQ)
460 | # define _LIBCPP_GLIBC_PREREQ(a, b) __GLIBC_PREREQ(a, b)
/usr/include/features.h:392:10: note: in file included from /usr/include/features.h:392:
390 | #endif
391 |
392 | #include <features-time64.h>
| `- note: in file included from /usr/include/features.h:392:
393 |
394 | #if defined _DEFAULT_SOURCE
/usr/include/features-time64.h:20:10: error: 'bits/wordsize.h' file not found
18 |
19 | /* We need to know the word size in order to check the time size. */
20 | #include <bits/wordsize.h>
| `- error: 'bits/wordsize.h' file not found
21 | #include <bits/timesize.h>
22 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:29: note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
29 | // for 'stdatomic', which can't be imported unless we're using C++23. Thus,
30 | // import stdatomic from the NDK directly, bypassing the stdatomic from the libc++.
31 | #pragma clang module import _stdatomic
| `- note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
32 | #else
33 | #include <stdatomic.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:10: note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
43 | /* We have a usable C++ <atomic>; use it instead. */
44 |
45 | #include <atomic>
| `- note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
46 |
47 | #undef _Atomic
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:622:12: note: while building module 'std_compare' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:622:
620 | #if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER <= 20
621 | # include <cmath>
622 | # include <compare>
| `- note: while building module 'std_compare' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:622:
623 | # include <cstring>
624 | # include <type_traits>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/compare:149:10: note: while building module 'std_private_compare_compare_weak_order_fallback' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/compare:149:
147 | #include <__compare/compare_three_way.h>
148 | #include <__compare/compare_three_way_result.h>
149 | #include <__compare/compare_weak_order_fallback.h>
| `- note: while building module 'std_private_compare_compare_weak_order_fallback' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/compare:149:
150 | #include <__compare/is_eq.h>
151 | #include <__compare/ordering.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "__compare/compare_weak_order_fallback.h"
| `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__compare/compare_weak_order_fallback.h:12:10: error: could not build module 'std_private_compare_ordering'
10 | #define _LIBCPP___COMPARE_COMPARE_WEAK_ORDER_FALLBACK
11 |
12 | #include <__compare/ordering.h>
| `- error: could not build module 'std_private_compare_ordering'
13 | #include <__compare/weak_order.h>
14 | #include <__config>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:29: note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
29 | // for 'stdatomic', which can't be imported unless we're using C++23. Thus,
30 | // import stdatomic from the NDK directly, bypassing the stdatomic from the libc++.
31 | #pragma clang module import _stdatomic
| `- note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
32 | #else
33 | #include <stdatomic.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:10: note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
43 | /* We have a usable C++ <atomic>; use it instead. */
44 |
45 | #include <atomic>
| `- note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
46 |
47 | #undef _Atomic
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:622:12: note: while building module 'std_compare' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:622:
620 | #if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER <= 20
621 | # include <cmath>
622 | # include <compare>
| `- note: while building module 'std_compare' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:622:
623 | # include <cstring>
624 | # include <type_traits>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/compare:150:10: note: while building module 'std_private_compare_is_eq' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/compare:150:
148 | #include <__compare/compare_three_way_result.h>
149 | #include <__compare/compare_weak_order_fallback.h>
150 | #include <__compare/is_eq.h>
| `- note: while building module 'std_private_compare_is_eq' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/compare:150:
151 | #include <__compare/ordering.h>
152 | #include <__compare/partial_order.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "__compare/is_eq.h"
| `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__compare/is_eq.h:12:10: error: could not build module 'std_private_compare_ordering'
10 | #define _LIBCPP___COMPARE_IS_EQ_H
11 |
12 | #include <__compare/ordering.h>
| `- error: could not build module 'std_private_compare_ordering'
13 | #include <__config>
14 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:29: note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
29 | // for 'stdatomic', which can't be imported unless we're using C++23. Thus,
30 | // import stdatomic from the NDK directly, bypassing the stdatomic from the libc++.
31 | #pragma clang module import _stdatomic
| `- note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
32 | #else
33 | #include <stdatomic.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:10: note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
43 | /* We have a usable C++ <atomic>; use it instead. */
44 |
45 | #include <atomic>
| `- note: while building module 'std_atomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:
46 |
47 | #undef _Atomic
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:622:12: note: while building module 'std_compare' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:622:
620 | #if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER <= 20
621 | # include <cmath>
622 | # include <compare>
| `- note: while building module 'std_compare' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/atomic:622:
623 | # include <cstring>
624 | # include <type_traits>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/compare:154:10: note: while building module 'std_private_compare_synth_three_way' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/compare:154:
152 | #include <__compare/partial_order.h>
153 | #include <__compare/strong_order.h>
154 | #include <__compare/synth_three_way.h>
| `- note: while building module 'std_private_compare_synth_three_way' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/compare:154:
155 | #include <__compare/three_way_comparable.h>
156 | #include <__compare/weak_order.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "__compare/synth_three_way.h"
| `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/c++/v1/__compare/synth_three_way.h:12:10: error: could not build module 'std_private_compare_ordering'
10 | #define _LIBCPP___COMPARE_SYNTH_THREE_WAY_H
11 |
12 | #include <__compare/ordering.h>
| `- error: could not build module 'std_private_compare_ordering'
13 | #include <__compare/three_way_comparable.h>
14 | #include <__concepts/boolean_testable.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:29: note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
29 | // for 'stdatomic', which can't be imported unless we're using C++23. Thus,
30 | // import stdatomic from the NDK directly, bypassing the stdatomic from the libc++.
31 | #pragma clang module import _stdatomic
| `- note: while building module '_stdatomic' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:31:
32 | #else
33 | #include <stdatomic.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "stdatomic.h"
| `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdatomic.h:45:10: error: could not build module 'std_atomic'
43 | /* We have a usable C++ <atomic>; use it instead. */
44 |
45 | #include <atomic>
| `- error: could not build module 'std_atomic'
46 |
47 | #undef _Atomic
/usr/include/ftw.h:28:10: note: while building module 'posix_filesystem' imported from /usr/include/ftw.h:28:
26 |
27 | #include <sys/types.h>
28 | #include <sys/stat.h>
| `- note: while building module 'posix_filesystem' imported from /usr/include/ftw.h:28:
29 |
30 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "dirent.h"
| `- note: in file included from <module-includes>:1:
2 | #include "fcntl.h"
3 | #include "fnmatch.h"
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/dirent.h:36:10: note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/dirent.h:36:
34 | */
35 |
36 | #include <stdint.h>
| `- note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/dirent.h:36:
37 | #include <sys/cdefs.h>
38 | #include <sys/types.h>
/usr/include/stdint.h:26:10: error: 'bits/libc-header-start.h' file not found
24 |
25 | #define __GLIBC_INTERNAL_STARTING_HEADER_IMPLEMENTATION
26 | #include <bits/libc-header-start.h>
| `- error: 'bits/libc-header-start.h' file not found
27 | #include <bits/types.h>
28 | #include <bits/wchar.h>
/usr/include/ifaddrs.h:23:10: note: while building module 'inet' imported from /usr/include/ifaddrs.h:23:
21 |
22 | #include <features.h>
23 | #include <sys/socket.h>
| `- note: while building module 'inet' imported from /usr/include/ifaddrs.h:23:
24 |
25 | __BEGIN_DECLS
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ifaddrs.h"
| `- note: in file included from <module-includes>:1:
2 | #include "netdb.h"
3 | #include "arpa/inet.h"
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/ifaddrs.h:37:10: note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/ifaddrs.h:37:
35 |
36 | #include <sys/cdefs.h>
37 | #include <netinet/in.h>
| `- note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/ifaddrs.h:37:
38 | #include <sys/socket.h>
39 |
/usr/include/netinet/in.h:21:10: note: in file included from /usr/include/netinet/in.h:21:
19 | #define _NETINET_IN_H 1
20 |
21 | #include <features.h>
| `- note: in file included from /usr/include/netinet/in.h:21:
22 | #include <bits/stdint-uintn.h>
23 | #include <sys/socket.h>
/usr/include/features.h:392:10: note: in file included from /usr/include/features.h:392:
390 | #endif
391 |
392 | #include <features-time64.h>
| `- note: in file included from /usr/include/features.h:392:
393 |
394 | #if defined _DEFAULT_SOURCE
/usr/include/features-time64.h:20:10: error: 'bits/wordsize.h' file not found
18 |
19 | /* We need to know the word size in order to check the time size. */
20 | #include <bits/wordsize.h>
| `- error: 'bits/wordsize.h' file not found
21 | #include <bits/timesize.h>
22 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:71:10: note: while building module 'jni' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:71:
69 | #include <iconv.h>
70 | #include <ifaddrs.h>
71 | #include <jni.h>
| `- note: while building module 'jni' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:71:
72 | #include <langinfo.h>
73 | #include <libgen.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "jni.h"
| `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/jni.h:27:10: note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/jni.h:27:
25 |
26 | #include <stdarg.h>
27 | #include <stdint.h>
| `- note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/jni.h:27:
28 |
29 | /* Primitive types that match up with Java equivalents. */
/usr/include/stdint.h:26:10: error: 'bits/libc-header-start.h' file not found
24 |
25 | #define __GLIBC_INTERNAL_STARTING_HEADER_IMPLEMENTATION
26 | #include <bits/libc-header-start.h>
| `- error: 'bits/libc-header-start.h' file not found
27 | #include <bits/types.h>
28 | #include <bits/wchar.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:96:10: note: while building module 'uconfig_local' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:96:
94 | #include <termio.h>
95 | #include <termios.h>
96 | #include <uconfig_local.h>
| `- note: while building module 'uconfig_local' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:96:
97 | #include <ucontext.h>
98 | #include <unistd.h>
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/uconfig_local.h:22:10: note: while building module 'android_apis' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/uconfig_local.h:22:
20 |
21 | // Include API-level tagging facility provided by NDK.
22 | #include <android/log.h>
| `- note: while building module 'android_apis' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/uconfig_local.h:22:
23 | #ifdef __ANDROID__
24 | #include <android/versioning.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "android/asset_manager_jni.h"
| `- note: in file included from <module-includes>:1:
2 | #include "android/asset_manager.h"
3 | #include "android/log.h"
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/android/asset_manager_jni.h:29:10: note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/android/asset_manager_jni.h:29:
27 | #define ANDROID_ASSET_MANAGER_JNI_H
28 |
29 | #include <android/asset_manager.h>
| `- note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/android/asset_manager_jni.h:29:
30 | #include <jni.h>
31 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/android/asset_manager.h:30:10: error: could not build module '_sys_types'
28 |
29 | #include <sys/cdefs.h>
30 | #include <sys/types.h>
| `- error: could not build module '_sys_types'
31 |
32 | #ifdef __cplusplus
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:96:10: note: while building module 'uconfig_local' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:96:
94 | #include <termio.h>
95 | #include <termios.h>
96 | #include <uconfig_local.h>
| `- note: while building module 'uconfig_local' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift/android/aarch64/SwiftAndroidNDK.h:96:
97 | #include <ucontext.h>
98 | #include <unistd.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "uconfig_local.h"
| `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/uconfig_local.h:22:10: error: could not build module 'android_apis'
20 |
21 | // Include API-level tagging facility provided by NDK.
22 | #include <android/log.h>
| `- error: could not build module 'android_apis'
23 | #ifdef __ANDROID__
24 | #include <android/versioning.h>
/usr/include/utmpx.h:22:10: note: while building module '_time' imported from /usr/include/utmpx.h:22:
20 |
21 | #include <features.h>
22 | #include <sys/time.h>
| `- note: while building module '_time' imported from /usr/include/utmpx.h:22:
23 |
24 | /* Required according to Unix98. */
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "time.h"
| `- note: in file included from <module-includes>:1:
2 | #include "sys/time.h"
3 | #include "sys/times.h"
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/time.h:37:10: note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/time.h:37:
35 |
36 | #include <sys/cdefs.h>
37 | #include <sys/time.h>
| `- note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/time.h:37:
38 | #include <xlocale.h>
39 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/sys/time.h:33:10: error: could not build module '_sys_types'
31 |
32 | #include <sys/cdefs.h>
33 | #include <sys/types.h>
| `- error: could not build module '_sys_types'
34 | #include <linux/time.h>
35 |
36 | /* POSIX says <sys/time.h> gets you most of <sys/select.h> and may get you all of it. */
37 | #include <sys/select.h>
| `- note: while building module '_sys_select' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/sys/time.h:37:
38 |
39 | __BEGIN_DECLS
/usr/include/utmpx.h:22:10: note: while building module '_time' imported from /usr/include/utmpx.h:22:
20 |
21 | #include <features.h>
22 | #include <sys/time.h>
| `- note: while building module '_time' imported from /usr/include/utmpx.h:22:
23 |
24 | /* Required according to Unix98. */
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sys/select.h"
| `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/sys/select.h:37:10: error: could not build module '_sys_types'
35 |
36 | #include <sys/cdefs.h>
37 | #include <sys/types.h>
| `- error: could not build module '_sys_types'
38 |
39 | #include <linux/time.h>
/usr/include/wait.h:1:10: note: while building module 'wait' imported from /usr/include/wait.h:1:
1 | #include <sys/wait.h>
| `- note: while building module 'wait' imported from /usr/include/wait.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "wait.h"
| `- note: in file included from <module-includes>:1:
2 | #include "sys/wait.h"
3 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/wait.h:10:10: note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/wait.h:10:
8 | */
9 |
10 | #include <sys/wait.h>
| `- note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/wait.h:10:
11 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/sys/wait.h:33:10: error: could not build module '_sys_types'
31 | #include <bits/wait.h>
32 | #include <sys/cdefs.h>
33 | #include <sys/types.h>
| `- error: could not build module '_sys_types'
34 | #include <sys/resource.h>
| `- note: while building module '_sys_core' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/sys/wait.h:34:
35 | #include <linux/wait.h>
36 | #include <signal.h>
/usr/include/wait.h:1:10: note: while building module 'wait' imported from /usr/include/wait.h:1:
1 | #include <sys/wait.h>
| `- note: while building module 'wait' imported from /usr/include/wait.h:1:
2 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sys/endian.h"
| `- note: in file included from <module-includes>:1:
2 | #include "sys/errno.h"
3 | #include "sys/ifunc.h"
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/sys/endian.h:30:10: note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/sys/endian.h:30:
28 | #include <sys/cdefs.h>
29 |
30 | #include <stdint.h>
| `- note: in file included from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/sys/endian.h:30:
31 |
32 | #define _LITTLE_ENDIAN 1234
<unknown>:0: error: could not build C module 'SwiftAndroid'
/usr/include/stdint.h:26:10: error: 'bits/libc-header-start.h' file not found
24 |
25 | #define __GLIBC_INTERNAL_STARTING_HEADER_IMPLEMENTATION
26 | #include <bits/libc-header-start.h>
| `- error: 'bits/libc-header-start.h' file not found
27 | #include <bits/types.h>
28 | #include <bits/wchar.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "LibcOverlayShims.h"
| `- note: in file included from <module-includes>:1:
2 |
/usr/lib/swift/shims/LibcOverlayShims.h:31:10: note: in file included from /usr/lib/swift/shims/LibcOverlayShims.h:31:
29 | typedef int mode_t;
30 | #else
31 | #include <semaphore.h>
| `- note: in file included from /usr/lib/swift/shims/LibcOverlayShims.h:31:
32 | #include <sys/ioctl.h>
33 | #include <sys/types.h>
/usr/include/semaphore.h:21:10: note: in file included from /usr/include/semaphore.h:21:
19 | #define _SEMAPHORE_H 1
20 |
21 | #include <features.h>
| `- note: in file included from /usr/include/semaphore.h:21:
22 | #include <sys/types.h>
23 | #ifdef __USE_XOPEN2K
/usr/include/features.h:392:10: note: in file included from /usr/include/features.h:392:
390 | #endif
391 |
392 | #include <features-time64.h>
| `- note: in file included from /usr/include/features.h:392:
393 |
394 | #if defined _DEFAULT_SOURCE
BUILD FAILURE 6.1 android