The Swift Package Index logo.Swift Package Index

Build Information

Failed to build OpenSwiftUI, reference 0.17.2 (89f034), with Swift 6.1 for Android on 26 Mar 2026 06:20:50 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

14 | 	umbrella header "dispatch.h"
15 | 	export *
/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/shims/module.modulemap:1:8: error: redefinition of module 'SwiftShims'
 1 | module SwiftShims {
   |        `- error: redefinition of module 'SwiftShims'
 2 |   header "AssertionReporting.h"
 3 |   header "CoreFoundationShims.h"
//usr/lib/swift/shims/module.modulemap:1:8: note: previously defined here
 1 | module SwiftShims {
   |        `- note: previously defined here
 2 |   header "AssertionReporting.h"
 3 |   header "CoreFoundationShims.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/shims/module.modulemap:26:8: error: redefinition of module '_SwiftConcurrencyShims'
24 | }
25 |
26 | module _SwiftConcurrencyShims {
   |        `- error: redefinition of module '_SwiftConcurrencyShims'
27 |   header "_SwiftConcurrency.h"
28 | }
//usr/lib/swift/shims/module.modulemap:26:8: note: previously defined here
24 | }
25 |
26 | module _SwiftConcurrencyShims {
   |        `- note: previously defined here
27 |   header "_SwiftConcurrency.h"
28 | }
/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/shims/module.modulemap:30:8: error: redefinition of module 'SwiftOverlayShims'
28 | }
29 |
30 | module SwiftOverlayShims {
   |        `- error: redefinition of module 'SwiftOverlayShims'
31 |   header "LibcOverlayShims.h"
32 |   export *
//usr/lib/swift/shims/module.modulemap:30:8: note: previously defined here
28 | }
29 |
30 | module SwiftOverlayShims {
   |        `- note: previously defined here
31 |   header "LibcOverlayShims.h"
32 |   export *
/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/shims/module.modulemap:35:8: error: redefinition of module '_SynchronizationShims'
33 | }
34 |
35 | module _SynchronizationShims {
   |        `- error: redefinition of module '_SynchronizationShims'
36 |   header "_SynchronizationShims.h"
37 |   export *
//usr/lib/swift/shims/module.modulemap:35:8: note: previously defined here
33 | }
34 |
35 | module _SynchronizationShims {
   |        `- note: previously defined here
36 |   header "_SynchronizationShims.h"
37 |   export *
/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:88:10: note: while building module 'spawn' imported from /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:88:
 86 | #include <search.h>
 87 | #include <semaphore.h>
 88 | #include <spawn.h>
    |          `- note: while building module 'spawn' imported from /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:88:
 89 | #include <strings.h>
 90 | #include <syscall.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "spawn.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/spawn.h:34:10: error: could not build module 'sched'
32 | #include <sys/cdefs.h>
33 | #include <sys/types.h>
34 | #include <sched.h>
   |          `- error: could not build module 'sched'
35 | #include <signal.h>
36 |
/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:90:10: note: while building module 'sys' imported from /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:90:
 88 | #include <spawn.h>
 89 | #include <strings.h>
 90 | #include <syscall.h>
    |          `- note: while building module 'sys' imported from /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:90:
 91 | #include <sysexits.h>
 92 | #include <syslog.h>
<module-includes>:3:10: note: in file included from <module-includes>:3:
1 | #include "syscall.h"
2 | #include "sysexits.h"
3 | #include "syslog.h"
  |          `- note: in file included from <module-includes>:3:
4 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/syslog.h:59:10: error: could not build module '_stdio'
 57 | #pragma once
 58 |
 59 | #include <stdio.h>
    |          `- error: could not build module '_stdio'
 60 | #include <sys/cdefs.h>
 61 | #include <stdarg.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/_foundation_unicode/module.modulemap:1:8: error: redefinition of module '_FoundationICU'
  1 | module _FoundationICU {
    |        `- error: redefinition of module '_FoundationICU'
  2 |     header "translit.h"
  3 |     header "ustdio.h"
//usr/lib/swift/_foundation_unicode/module.modulemap:1:8: note: previously defined here
  1 | module _FoundationICU {
    |        `- note: previously defined here
  2 |     header "translit.h"
  3 |     header "ustdio.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/_FoundationCShims/module.modulemap:1:8: error: redefinition of module '_FoundationCShims'
1 | module _FoundationCShims {
  |        `- error: redefinition of module '_FoundationCShims'
2 |     header "_FoundationCShims.h"
3 |
//usr/lib/swift/_FoundationCShims/module.modulemap:1:8: note: previously defined here
1 | module _FoundationCShims {
  |        `- note: previously defined here
2 |     header "_FoundationCShims.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/lib/swift/CoreFoundation/module.modulemap:1:8: error: redefinition of module 'CoreFoundation'
1 | module CoreFoundation {
  |        `- error: redefinition of module 'CoreFoundation'
2 |     umbrella header "CoreFoundation.h"
3 |
//usr/lib/swift/CoreFoundation/module.modulemap:1:8: note: previously defined here
1 | module CoreFoundation {
  |        `- note: previously defined here
2 |     umbrella header "CoreFoundation.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/lib/swift/dispatch/module.modulemap:1:8: error: redefinition of module 'Dispatch'
 1 | module Dispatch {
   |        `- error: redefinition of module 'Dispatch'
 2 | 	requires blocks
 3 | 	export *
//usr/lib/swift/dispatch/module.modulemap:1:8: note: previously defined here
 1 | module Dispatch {
   |        `- note: previously defined here
 2 | 	requires blocks
 3 | 	export *
/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/dispatch/module.modulemap:8:8: error: redefinition of module 'DispatchIntrospection'
 6 | }
 7 |
 8 | module DispatchIntrospection [system] [extern_c] {
   |        `- error: redefinition of module 'DispatchIntrospection'
 9 | 	header "introspection.h"
10 | 	export *
//usr/lib/swift/dispatch/module.modulemap:8:8: note: previously defined here
 6 | }
 7 |
 8 | module DispatchIntrospection [system] [extern_c] {
   |        `- note: previously defined here
 9 | 	header "introspection.h"
10 | 	export *
/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/dispatch/module.modulemap:13:8: error: redefinition of module 'CDispatch'
11 | }
12 |
13 | module CDispatch [system] [extern_c] {
   |        `- error: redefinition of module 'CDispatch'
14 | 	umbrella header "dispatch.h"
15 | 	export *
//usr/lib/swift/dispatch/module.modulemap:13:8: note: previously defined here
11 | }
12 |
13 | module CDispatch [system] [extern_c] {
   |        `- note: previously defined here
14 | 	umbrella header "dispatch.h"
15 | 	export *
/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/shims/module.modulemap:1:8: error: redefinition of module 'SwiftShims'
 1 | module SwiftShims {
   |        `- error: redefinition of module 'SwiftShims'
 2 |   header "AssertionReporting.h"
 3 |   header "CoreFoundationShims.h"
//usr/lib/swift/shims/module.modulemap:1:8: note: previously defined here
 1 | module SwiftShims {
   |        `- note: previously defined here
 2 |   header "AssertionReporting.h"
 3 |   header "CoreFoundationShims.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/shims/module.modulemap:26:8: error: redefinition of module '_SwiftConcurrencyShims'
24 | }
25 |
26 | module _SwiftConcurrencyShims {
   |        `- error: redefinition of module '_SwiftConcurrencyShims'
27 |   header "_SwiftConcurrency.h"
28 | }
//usr/lib/swift/shims/module.modulemap:26:8: note: previously defined here
24 | }
25 |
26 | module _SwiftConcurrencyShims {
   |        `- note: previously defined here
27 |   header "_SwiftConcurrency.h"
28 | }
/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/shims/module.modulemap:30:8: error: redefinition of module 'SwiftOverlayShims'
28 | }
29 |
30 | module SwiftOverlayShims {
   |        `- error: redefinition of module 'SwiftOverlayShims'
31 |   header "LibcOverlayShims.h"
32 |   export *
//usr/lib/swift/shims/module.modulemap:30:8: note: previously defined here
28 | }
29 |
30 | module SwiftOverlayShims {
   |        `- note: previously defined here
31 |   header "LibcOverlayShims.h"
32 |   export *
/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/shims/module.modulemap:35:8: error: redefinition of module '_SynchronizationShims'
33 | }
34 |
35 | module _SynchronizationShims {
   |        `- error: redefinition of module '_SynchronizationShims'
36 |   header "_SynchronizationShims.h"
37 |   export *
//usr/lib/swift/shims/module.modulemap:35:8: note: previously defined here
33 | }
34 |
35 | module _SynchronizationShims {
   |        `- note: previously defined here
36 |   header "_SynchronizationShims.h"
37 |   export *
/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>
/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:97:10: note: while building module 'ucontext' imported from /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:97:
 95 | #include <termios.h>
 96 | #include <uconfig_local.h>
 97 | #include <ucontext.h>
    |          `- note: while building module 'ucontext' imported from /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:97:
 98 | #include <unistd.h>
 99 | #include <utime.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ucontext.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/ucontext.h:10:10: error: could not build module '_signal'
 8 |  */
 9 |
10 | #include <sys/ucontext.h>
   |          `- error: could not build module '_signal'
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/lib/swift/_foundation_unicode/module.modulemap:1:8: error: redefinition of module '_FoundationICU'
  1 | module _FoundationICU {
    |        `- error: redefinition of module '_FoundationICU'
  2 |     header "translit.h"
  3 |     header "ustdio.h"
//usr/lib/swift/_foundation_unicode/module.modulemap:1:8: note: previously defined here
  1 | module _FoundationICU {
    |        `- note: previously defined here
  2 |     header "translit.h"
  3 |     header "ustdio.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/_FoundationCShims/module.modulemap:1:8: error: redefinition of module '_FoundationCShims'
1 | module _FoundationCShims {
  |        `- error: redefinition of module '_FoundationCShims'
2 |     header "_FoundationCShims.h"
3 |
//usr/lib/swift/_FoundationCShims/module.modulemap:1:8: note: previously defined here
1 | module _FoundationCShims {
  |        `- note: previously defined here
2 |     header "_FoundationCShims.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/lib/swift/CoreFoundation/module.modulemap:1:8: error: redefinition of module 'CoreFoundation'
1 | module CoreFoundation {
  |        `- error: redefinition of module 'CoreFoundation'
2 |     umbrella header "CoreFoundation.h"
3 |
//usr/lib/swift/CoreFoundation/module.modulemap:1:8: note: previously defined here
1 | module CoreFoundation {
  |        `- note: previously defined here
2 |     umbrella header "CoreFoundation.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/lib/swift/dispatch/module.modulemap:1:8: error: redefinition of module 'Dispatch'
 1 | module Dispatch {
   |        `- error: redefinition of module 'Dispatch'
 2 | 	requires blocks
 3 | 	export *
//usr/lib/swift/dispatch/module.modulemap:1:8: note: previously defined here
 1 | module Dispatch {
   |        `- note: previously defined here
 2 | 	requires blocks
 3 | 	export *
/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/dispatch/module.modulemap:8:8: error: redefinition of module 'DispatchIntrospection'
 6 | }
 7 |
 8 | module DispatchIntrospection [system] [extern_c] {
   |        `- error: redefinition of module 'DispatchIntrospection'
 9 | 	header "introspection.h"
10 | 	export *
//usr/lib/swift/dispatch/module.modulemap:8:8: note: previously defined here
 6 | }
 7 |
 8 | module DispatchIntrospection [system] [extern_c] {
   |        `- note: previously defined here
 9 | 	header "introspection.h"
10 | 	export *
/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/dispatch/module.modulemap:13:8: error: redefinition of module 'CDispatch'
11 | }
12 |
13 | module CDispatch [system] [extern_c] {
   |        `- error: redefinition of module 'CDispatch'
14 | 	umbrella header "dispatch.h"
15 | 	export *
//usr/lib/swift/dispatch/module.modulemap:13:8: note: previously defined here
11 | }
12 |
13 | module CDispatch [system] [extern_c] {
   |        `- note: previously defined here
14 | 	umbrella header "dispatch.h"
15 | 	export *
/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/shims/module.modulemap:1:8: error: redefinition of module 'SwiftShims'
 1 | module SwiftShims {
   |        `- error: redefinition of module 'SwiftShims'
 2 |   header "AssertionReporting.h"
 3 |   header "CoreFoundationShims.h"
//usr/lib/swift/shims/module.modulemap:1:8: note: previously defined here
 1 | module SwiftShims {
   |        `- note: previously defined here
 2 |   header "AssertionReporting.h"
 3 |   header "CoreFoundationShims.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/shims/module.modulemap:26:8: error: redefinition of module '_SwiftConcurrencyShims'
24 | }
25 |
26 | module _SwiftConcurrencyShims {
   |        `- error: redefinition of module '_SwiftConcurrencyShims'
27 |   header "_SwiftConcurrency.h"
28 | }
//usr/lib/swift/shims/module.modulemap:26:8: note: previously defined here
24 | }
25 |
26 | module _SwiftConcurrencyShims {
   |        `- note: previously defined here
27 |   header "_SwiftConcurrency.h"
28 | }
/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/shims/module.modulemap:30:8: error: redefinition of module 'SwiftOverlayShims'
28 | }
29 |
30 | module SwiftOverlayShims {
   |        `- error: redefinition of module 'SwiftOverlayShims'
31 |   header "LibcOverlayShims.h"
32 |   export *
//usr/lib/swift/shims/module.modulemap:30:8: note: previously defined here
28 | }
29 |
30 | module SwiftOverlayShims {
   |        `- note: previously defined here
31 |   header "LibcOverlayShims.h"
32 |   export *
/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/shims/module.modulemap:35:8: error: redefinition of module '_SynchronizationShims'
33 | }
34 |
35 | module _SynchronizationShims {
   |        `- error: redefinition of module '_SynchronizationShims'
36 |   header "_SynchronizationShims.h"
37 |   export *
//usr/lib/swift/shims/module.modulemap:35:8: note: previously defined here
33 | }
34 |
35 | module _SynchronizationShims {
   |        `- note: previously defined here
36 |   header "_SynchronizationShims.h"
37 |   export *
/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:100:10: note: while building module 'utmp' imported from /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:100:
 98 | #include <unistd.h>
 99 | #include <utime.h>
100 | #include <utmp.h>
    |          `- note: while building module 'utmp' imported from /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:100:
101 | #include <utmpx.h>
102 | #include <wait.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "utmp.h"
  |          `- note: in file included from <module-includes>:1:
2 | #include "utmpx.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/utmp.h:38:10: error: could not build module '_time'
 36 | #include <sys/cdefs.h>
 37 | #include <sys/types.h>
 38 | #include <time.h>
    |          `- error: could not build module '_time'
 39 |
 40 | #define _PATH_UTMP      "/var/run/utmp"
/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/_foundation_unicode/module.modulemap:1:8: error: redefinition of module '_FoundationICU'
  1 | module _FoundationICU {
    |        `- error: redefinition of module '_FoundationICU'
  2 |     header "translit.h"
  3 |     header "ustdio.h"
//usr/lib/swift/_foundation_unicode/module.modulemap:1:8: note: previously defined here
  1 | module _FoundationICU {
    |        `- note: previously defined here
  2 |     header "translit.h"
  3 |     header "ustdio.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/_FoundationCShims/module.modulemap:1:8: error: redefinition of module '_FoundationCShims'
1 | module _FoundationCShims {
  |        `- error: redefinition of module '_FoundationCShims'
2 |     header "_FoundationCShims.h"
3 |
//usr/lib/swift/_FoundationCShims/module.modulemap:1:8: note: previously defined here
1 | module _FoundationCShims {
  |        `- note: previously defined here
2 |     header "_FoundationCShims.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/lib/swift/CoreFoundation/module.modulemap:1:8: error: redefinition of module 'CoreFoundation'
1 | module CoreFoundation {
  |        `- error: redefinition of module 'CoreFoundation'
2 |     umbrella header "CoreFoundation.h"
3 |
//usr/lib/swift/CoreFoundation/module.modulemap:1:8: note: previously defined here
1 | module CoreFoundation {
  |        `- note: previously defined here
2 |     umbrella header "CoreFoundation.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/lib/swift/dispatch/module.modulemap:1:8: error: redefinition of module 'Dispatch'
 1 | module Dispatch {
   |        `- error: redefinition of module 'Dispatch'
 2 | 	requires blocks
 3 | 	export *
//usr/lib/swift/dispatch/module.modulemap:1:8: note: previously defined here
 1 | module Dispatch {
   |        `- note: previously defined here
 2 | 	requires blocks
 3 | 	export *
/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/dispatch/module.modulemap:8:8: error: redefinition of module 'DispatchIntrospection'
 6 | }
 7 |
 8 | module DispatchIntrospection [system] [extern_c] {
   |        `- error: redefinition of module 'DispatchIntrospection'
 9 | 	header "introspection.h"
10 | 	export *
//usr/lib/swift/dispatch/module.modulemap:8:8: note: previously defined here
 6 | }
 7 |
 8 | module DispatchIntrospection [system] [extern_c] {
   |        `- note: previously defined here
 9 | 	header "introspection.h"
10 | 	export *
/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/dispatch/module.modulemap:13:8: error: redefinition of module 'CDispatch'
11 | }
12 |
13 | module CDispatch [system] [extern_c] {
   |        `- error: redefinition of module 'CDispatch'
14 | 	umbrella header "dispatch.h"
15 | 	export *
//usr/lib/swift/dispatch/module.modulemap:13:8: note: previously defined here
11 | }
12 |
13 | module CDispatch [system] [extern_c] {
   |        `- note: previously defined here
14 | 	umbrella header "dispatch.h"
15 | 	export *
/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/shims/module.modulemap:1:8: error: redefinition of module 'SwiftShims'
 1 | module SwiftShims {
   |        `- error: redefinition of module 'SwiftShims'
 2 |   header "AssertionReporting.h"
 3 |   header "CoreFoundationShims.h"
//usr/lib/swift/shims/module.modulemap:1:8: note: previously defined here
 1 | module SwiftShims {
   |        `- note: previously defined here
 2 |   header "AssertionReporting.h"
 3 |   header "CoreFoundationShims.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/shims/module.modulemap:26:8: error: redefinition of module '_SwiftConcurrencyShims'
24 | }
25 |
26 | module _SwiftConcurrencyShims {
   |        `- error: redefinition of module '_SwiftConcurrencyShims'
27 |   header "_SwiftConcurrency.h"
28 | }
//usr/lib/swift/shims/module.modulemap:26:8: note: previously defined here
24 | }
25 |
26 | module _SwiftConcurrencyShims {
   |        `- note: previously defined here
27 |   header "_SwiftConcurrency.h"
28 | }
/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/shims/module.modulemap:30:8: error: redefinition of module 'SwiftOverlayShims'
28 | }
29 |
30 | module SwiftOverlayShims {
   |        `- error: redefinition of module 'SwiftOverlayShims'
31 |   header "LibcOverlayShims.h"
32 |   export *
//usr/lib/swift/shims/module.modulemap:30:8: note: previously defined here
28 | }
29 |
30 | module SwiftOverlayShims {
   |        `- note: previously defined here
31 |   header "LibcOverlayShims.h"
32 |   export *
/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/shims/module.modulemap:35:8: error: redefinition of module '_SynchronizationShims'
33 | }
34 |
35 | module _SynchronizationShims {
   |        `- error: redefinition of module '_SynchronizationShims'
36 |   header "_SynchronizationShims.h"
37 |   export *
//usr/lib/swift/shims/module.modulemap:35:8: note: previously defined here
33 | }
34 |
35 | module _SynchronizationShims {
   |        `- note: previously defined here
36 |   header "_SynchronizationShims.h"
37 |   export *
/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:102:10: note: while building module 'wait' imported from /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:102:
100 | #include <utmp.h>
101 | #include <utmpx.h>
102 | #include <wait.h>
    |          `- note: while building module 'wait' imported from /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:102:
103 | #include <xlocale.h>
104 |
<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 |
<unknown>:0: error: could not build C module 'SwiftAndroid'
/root/.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:10: error: could not build module '_sys_core'
32 | #include <sys/cdefs.h>
33 | #include <sys/types.h>
34 | #include <sys/resource.h>
   |          `- error: could not build module '_sys_core'
35 | #include <linux/wait.h>
36 | #include <signal.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 |
[575/842] Compiling OpenRenderBox ORBDisplayListContents.swift
/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/_foundation_unicode/module.modulemap:1:8: error: redefinition of module '_FoundationICU'
  1 | module _FoundationICU {
    |        `- error: redefinition of module '_FoundationICU'
  2 |     header "translit.h"
  3 |     header "ustdio.h"
//usr/lib/swift/_foundation_unicode/module.modulemap:1:8: note: previously defined here
  1 | module _FoundationICU {
    |        `- note: previously defined here
  2 |     header "translit.h"
  3 |     header "ustdio.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/_FoundationCShims/module.modulemap:1:8: error: redefinition of module '_FoundationCShims'
1 | module _FoundationCShims {
  |        `- error: redefinition of module '_FoundationCShims'
2 |     header "_FoundationCShims.h"
3 |
//usr/lib/swift/_FoundationCShims/module.modulemap:1:8: note: previously defined here
1 | module _FoundationCShims {
  |        `- note: previously defined here
2 |     header "_FoundationCShims.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/lib/swift/CoreFoundation/module.modulemap:1:8: error: redefinition of module 'CoreFoundation'
1 | module CoreFoundation {
  |        `- error: redefinition of module 'CoreFoundation'
2 |     umbrella header "CoreFoundation.h"
3 |
//usr/lib/swift/CoreFoundation/module.modulemap:1:8: note: previously defined here
1 | module CoreFoundation {
  |        `- note: previously defined here
2 |     umbrella header "CoreFoundation.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/lib/swift/dispatch/module.modulemap:1:8: error: redefinition of module 'Dispatch'
 1 | module Dispatch {
   |        `- error: redefinition of module 'Dispatch'
 2 | 	requires blocks
 3 | 	export *
//usr/lib/swift/dispatch/module.modulemap:1:8: note: previously defined here
 1 | module Dispatch {
   |        `- note: previously defined here
 2 | 	requires blocks
 3 | 	export *
/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/dispatch/module.modulemap:8:8: error: redefinition of module 'DispatchIntrospection'
 6 | }
 7 |
 8 | module DispatchIntrospection [system] [extern_c] {
   |        `- error: redefinition of module 'DispatchIntrospection'
 9 | 	header "introspection.h"
10 | 	export *
//usr/lib/swift/dispatch/module.modulemap:8:8: note: previously defined here
 6 | }
 7 |
 8 | module DispatchIntrospection [system] [extern_c] {
   |        `- note: previously defined here
 9 | 	header "introspection.h"
10 | 	export *
/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/dispatch/module.modulemap:13:8: error: redefinition of module 'CDispatch'
11 | }
12 |
13 | module CDispatch [system] [extern_c] {
   |        `- error: redefinition of module 'CDispatch'
14 | 	umbrella header "dispatch.h"
15 | 	export *
//usr/lib/swift/dispatch/module.modulemap:13:8: note: previously defined here
11 | }
12 |
13 | module CDispatch [system] [extern_c] {
   |        `- note: previously defined here
14 | 	umbrella header "dispatch.h"
15 | 	export *
/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/shims/module.modulemap:30:8: error: redefinition of module 'SwiftOverlayShims'
28 | }
29 |
30 | module SwiftOverlayShims {
   |        `- error: redefinition of module 'SwiftOverlayShims'
31 |   header "LibcOverlayShims.h"
32 |   export *
//usr/lib/swift/shims/module.modulemap:30:8: note: previously defined here
28 | }
29 |
30 | module SwiftOverlayShims {
   |        `- note: previously defined here
31 |   header "LibcOverlayShims.h"
32 |   export *
/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/shims/module.modulemap:35:8: error: redefinition of module '_SynchronizationShims'
33 | }
34 |
35 | module _SynchronizationShims {
   |        `- error: redefinition of module '_SynchronizationShims'
36 |   header "_SynchronizationShims.h"
37 |   export *
//usr/lib/swift/shims/module.modulemap:35:8: note: previously defined here
33 | }
34 |
35 | module _SynchronizationShims {
   |        `- note: previously defined here
36 |   header "_SynchronizationShims.h"
37 |   export *
/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/_foundation_unicode/module.modulemap:1:8: error: redefinition of module '_FoundationICU'
  1 | module _FoundationICU {
    |        `- error: redefinition of module '_FoundationICU'
  2 |     header "translit.h"
  3 |     header "ustdio.h"
//usr/lib/swift/_foundation_unicode/module.modulemap:1:8: note: previously defined here
  1 | module _FoundationICU {
    |        `- note: previously defined here
  2 |     header "translit.h"
  3 |     header "ustdio.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/_FoundationCShims/module.modulemap:1:8: error: redefinition of module '_FoundationCShims'
1 | module _FoundationCShims {
  |        `- error: redefinition of module '_FoundationCShims'
2 |     header "_FoundationCShims.h"
3 |
//usr/lib/swift/_FoundationCShims/module.modulemap:1:8: note: previously defined here
1 | module _FoundationCShims {
  |        `- note: previously defined here
2 |     header "_FoundationCShims.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/lib/swift/CoreFoundation/module.modulemap:1:8: error: redefinition of module 'CoreFoundation'
1 | module CoreFoundation {
  |        `- error: redefinition of module 'CoreFoundation'
2 |     umbrella header "CoreFoundation.h"
3 |
//usr/lib/swift/CoreFoundation/module.modulemap:1:8: note: previously defined here
1 | module CoreFoundation {
  |        `- note: previously defined here
2 |     umbrella header "CoreFoundation.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/lib/swift/dispatch/module.modulemap:1:8: error: redefinition of module 'Dispatch'
 1 | module Dispatch {
   |        `- error: redefinition of module 'Dispatch'
 2 | 	requires blocks
 3 | 	export *
//usr/lib/swift/dispatch/module.modulemap:1:8: note: previously defined here
 1 | module Dispatch {
   |        `- note: previously defined here
 2 | 	requires blocks
 3 | 	export *
/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/dispatch/module.modulemap:8:8: error: redefinition of module 'DispatchIntrospection'
 6 | }
 7 |
 8 | module DispatchIntrospection [system] [extern_c] {
   |        `- error: redefinition of module 'DispatchIntrospection'
 9 | 	header "introspection.h"
10 | 	export *
//usr/lib/swift/dispatch/module.modulemap:8:8: note: previously defined here
 6 | }
 7 |
 8 | module DispatchIntrospection [system] [extern_c] {
   |        `- note: previously defined here
 9 | 	header "introspection.h"
10 | 	export *
/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/dispatch/module.modulemap:13:8: error: redefinition of module 'CDispatch'
11 | }
12 |
13 | module CDispatch [system] [extern_c] {
   |        `- error: redefinition of module 'CDispatch'
14 | 	umbrella header "dispatch.h"
15 | 	export *
//usr/lib/swift/dispatch/module.modulemap:13:8: note: previously defined here
11 | }
12 |
13 | module CDispatch [system] [extern_c] {
   |        `- note: previously defined here
14 | 	umbrella header "dispatch.h"
15 | 	export *
/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/shims/module.modulemap:1:8: error: redefinition of module 'SwiftShims'
 1 | module SwiftShims {
   |        `- error: redefinition of module 'SwiftShims'
 2 |   header "AssertionReporting.h"
 3 |   header "CoreFoundationShims.h"
//usr/lib/swift/shims/module.modulemap:1:8: note: previously defined here
 1 | module SwiftShims {
   |        `- note: previously defined here
 2 |   header "AssertionReporting.h"
 3 |   header "CoreFoundationShims.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/shims/module.modulemap:26:8: error: redefinition of module '_SwiftConcurrencyShims'
24 | }
25 |
26 | module _SwiftConcurrencyShims {
   |        `- error: redefinition of module '_SwiftConcurrencyShims'
27 |   header "_SwiftConcurrency.h"
28 | }
//usr/lib/swift/shims/module.modulemap:26:8: note: previously defined here
24 | }
25 |
26 | module _SwiftConcurrencyShims {
   |        `- note: previously defined here
27 |   header "_SwiftConcurrency.h"
28 | }
/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/shims/module.modulemap:30:8: error: redefinition of module 'SwiftOverlayShims'
28 | }
29 |
30 | module SwiftOverlayShims {
   |        `- error: redefinition of module 'SwiftOverlayShims'
31 |   header "LibcOverlayShims.h"
32 |   export *
//usr/lib/swift/shims/module.modulemap:30:8: note: previously defined here
28 | }
29 |
30 | module SwiftOverlayShims {
   |        `- note: previously defined here
31 |   header "LibcOverlayShims.h"
32 |   export *
/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/shims/module.modulemap:35:8: error: redefinition of module '_SynchronizationShims'
33 | }
34 |
35 | module _SynchronizationShims {
   |        `- error: redefinition of module '_SynchronizationShims'
36 |   header "_SynchronizationShims.h"
37 |   export *
//usr/lib/swift/shims/module.modulemap:35:8: note: previously defined here
33 | }
34 |
35 | module _SynchronizationShims {
   |        `- note: previously defined here
36 |   header "_SynchronizationShims.h"
37 |   export *
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "SwiftAndroidNDK.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/lib/swift/android/aarch64/SwiftAndroidNDK.h:19:10: error: could not build module '_fenv'
 17 | #include <ctype.h>
 18 | #include <errno.h>
 19 | #include <fenv.h>
    |          `- error: could not build module '_fenv'
 20 | #include <inttypes.h>
 21 | #include <limits.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/_foundation_unicode/module.modulemap:1:8: error: redefinition of module '_FoundationICU'
  1 | module _FoundationICU {
    |        `- error: redefinition of module '_FoundationICU'
  2 |     header "translit.h"
  3 |     header "ustdio.h"
//usr/lib/swift/_foundation_unicode/module.modulemap:1:8: note: previously defined here
  1 | module _FoundationICU {
    |        `- note: previously defined here
  2 |     header "translit.h"
  3 |     header "ustdio.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/_FoundationCShims/module.modulemap:1:8: error: redefinition of module '_FoundationCShims'
1 | module _FoundationCShims {
  |        `- error: redefinition of module '_FoundationCShims'
2 |     header "_FoundationCShims.h"
3 |
//usr/lib/swift/_FoundationCShims/module.modulemap:1:8: note: previously defined here
1 | module _FoundationCShims {
  |        `- note: previously defined here
2 |     header "_FoundationCShims.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/lib/swift/CoreFoundation/module.modulemap:1:8: error: redefinition of module 'CoreFoundation'
1 | module CoreFoundation {
  |        `- error: redefinition of module 'CoreFoundation'
2 |     umbrella header "CoreFoundation.h"
3 |
//usr/lib/swift/CoreFoundation/module.modulemap:1:8: note: previously defined here
1 | module CoreFoundation {
  |        `- note: previously defined here
2 |     umbrella header "CoreFoundation.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/lib/swift/dispatch/module.modulemap:1:8: error: redefinition of module 'Dispatch'
 1 | module Dispatch {
   |        `- error: redefinition of module 'Dispatch'
 2 | 	requires blocks
 3 | 	export *
//usr/lib/swift/dispatch/module.modulemap:1:8: note: previously defined here
 1 | module Dispatch {
   |        `- note: previously defined here
 2 | 	requires blocks
 3 | 	export *
/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/dispatch/module.modulemap:8:8: error: redefinition of module 'DispatchIntrospection'
 6 | }
 7 |
 8 | module DispatchIntrospection [system] [extern_c] {
   |        `- error: redefinition of module 'DispatchIntrospection'
 9 | 	header "introspection.h"
10 | 	export *
//usr/lib/swift/dispatch/module.modulemap:8:8: note: previously defined here
 6 | }
 7 |
 8 | module DispatchIntrospection [system] [extern_c] {
   |        `- note: previously defined here
 9 | 	header "introspection.h"
10 | 	export *
/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/dispatch/module.modulemap:13:8: error: redefinition of module 'CDispatch'
11 | }
12 |
13 | module CDispatch [system] [extern_c] {
   |        `- error: redefinition of module 'CDispatch'
14 | 	umbrella header "dispatch.h"
15 | 	export *
//usr/lib/swift/dispatch/module.modulemap:13:8: note: previously defined here
11 | }
12 |
13 | module CDispatch [system] [extern_c] {
   |        `- note: previously defined here
14 | 	umbrella header "dispatch.h"
15 | 	export *
/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/shims/module.modulemap:1:8: error: redefinition of module 'SwiftShims'
 1 | module SwiftShims {
   |        `- error: redefinition of module 'SwiftShims'
 2 |   header "AssertionReporting.h"
 3 |   header "CoreFoundationShims.h"
//usr/lib/swift/shims/module.modulemap:1:8: note: previously defined here
 1 | module SwiftShims {
   |        `- note: previously defined here
 2 |   header "AssertionReporting.h"
 3 |   header "CoreFoundationShims.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/shims/module.modulemap:26:8: error: redefinition of module '_SwiftConcurrencyShims'
24 | }
25 |
26 | module _SwiftConcurrencyShims {
   |        `- error: redefinition of module '_SwiftConcurrencyShims'
27 |   header "_SwiftConcurrency.h"
28 | }
//usr/lib/swift/shims/module.modulemap:26:8: note: previously defined here
24 | }
25 |
26 | module _SwiftConcurrencyShims {
   |        `- note: previously defined here
27 |   header "_SwiftConcurrency.h"
28 | }
/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/shims/module.modulemap:30:8: error: redefinition of module 'SwiftOverlayShims'
28 | }
29 |
30 | module SwiftOverlayShims {
   |        `- error: redefinition of module 'SwiftOverlayShims'
31 |   header "LibcOverlayShims.h"
32 |   export *
//usr/lib/swift/shims/module.modulemap:30:8: note: previously defined here
28 | }
29 |
30 | module SwiftOverlayShims {
   |        `- note: previously defined here
31 |   header "LibcOverlayShims.h"
32 |   export *
/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/shims/module.modulemap:35:8: error: redefinition of module '_SynchronizationShims'
33 | }
34 |
35 | module _SynchronizationShims {
   |        `- error: redefinition of module '_SynchronizationShims'
36 |   header "_SynchronizationShims.h"
37 |   export *
//usr/lib/swift/shims/module.modulemap:35:8: note: previously defined here
33 | }
34 |
35 | module _SynchronizationShims {
   |        `- note: previously defined here
36 |   header "_SynchronizationShims.h"
37 |   export *
/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:23:10: note: while building module '_malloc' imported from /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:23:
 21 | #include <limits.h>
 22 | #include <locale.h>
 23 | #include <malloc.h>
    |          `- note: while building module '_malloc' imported from /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:23:
 24 | #include <math.h>
 25 | #include <setjmp.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "malloc.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/malloc.h:30:10: error: could not build module '_stdio'
 28 | #include <sys/cdefs.h>
 29 | #include <stddef.h>
 30 | #include <stdio.h>
    |          `- error: could not build module '_stdio'
 31 |
 32 | __BEGIN_DECLS
/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/_foundation_unicode/module.modulemap:1:8: error: redefinition of module '_FoundationICU'
  1 | module _FoundationICU {
    |        `- error: redefinition of module '_FoundationICU'
  2 |     header "translit.h"
  3 |     header "ustdio.h"
//usr/lib/swift/_foundation_unicode/module.modulemap:1:8: note: previously defined here
  1 | module _FoundationICU {
    |        `- note: previously defined here
  2 |     header "translit.h"
  3 |     header "ustdio.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/_FoundationCShims/module.modulemap:1:8: error: redefinition of module '_FoundationCShims'
1 | module _FoundationCShims {
  |        `- error: redefinition of module '_FoundationCShims'
2 |     header "_FoundationCShims.h"
3 |
//usr/lib/swift/_FoundationCShims/module.modulemap:1:8: note: previously defined here
1 | module _FoundationCShims {
  |        `- note: previously defined here
2 |     header "_FoundationCShims.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/lib/swift/CoreFoundation/module.modulemap:1:8: error: redefinition of module 'CoreFoundation'
1 | module CoreFoundation {
  |        `- error: redefinition of module 'CoreFoundation'
2 |     umbrella header "CoreFoundation.h"
3 |
//usr/lib/swift/CoreFoundation/module.modulemap:1:8: note: previously defined here
1 | module CoreFoundation {
  |        `- note: previously defined here
2 |     umbrella header "CoreFoundation.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/lib/swift/dispatch/module.modulemap:1:8: error: redefinition of module 'Dispatch'
 1 | module Dispatch {
   |        `- error: redefinition of module 'Dispatch'
 2 | 	requires blocks
 3 | 	export *
//usr/lib/swift/dispatch/module.modulemap:1:8: note: previously defined here
 1 | module Dispatch {
   |        `- note: previously defined here
 2 | 	requires blocks
 3 | 	export *
/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/dispatch/module.modulemap:8:8: error: redefinition of module 'DispatchIntrospection'
 6 | }
 7 |
 8 | module DispatchIntrospection [system] [extern_c] {
   |        `- error: redefinition of module 'DispatchIntrospection'
 9 | 	header "introspection.h"
10 | 	export *
//usr/lib/swift/dispatch/module.modulemap:8:8: note: previously defined here
 6 | }
 7 |
 8 | module DispatchIntrospection [system] [extern_c] {
   |        `- note: previously defined here
 9 | 	header "introspection.h"
10 | 	export *
/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/dispatch/module.modulemap:13:8: error: redefinition of module 'CDispatch'
11 | }
12 |
13 | module CDispatch [system] [extern_c] {
   |        `- error: redefinition of module 'CDispatch'
14 | 	umbrella header "dispatch.h"
15 | 	export *
//usr/lib/swift/dispatch/module.modulemap:13:8: note: previously defined here
11 | }
12 |
13 | module CDispatch [system] [extern_c] {
   |        `- note: previously defined here
14 | 	umbrella header "dispatch.h"
15 | 	export *
/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/shims/module.modulemap:1:8: error: redefinition of module 'SwiftShims'
 1 | module SwiftShims {
   |        `- error: redefinition of module 'SwiftShims'
 2 |   header "AssertionReporting.h"
 3 |   header "CoreFoundationShims.h"
//usr/lib/swift/shims/module.modulemap:1:8: note: previously defined here
 1 | module SwiftShims {
   |        `- note: previously defined here
 2 |   header "AssertionReporting.h"
 3 |   header "CoreFoundationShims.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/shims/module.modulemap:26:8: error: redefinition of module '_SwiftConcurrencyShims'
24 | }
25 |
26 | module _SwiftConcurrencyShims {
   |        `- error: redefinition of module '_SwiftConcurrencyShims'
27 |   header "_SwiftConcurrency.h"
28 | }
//usr/lib/swift/shims/module.modulemap:26:8: note: previously defined here
24 | }
25 |
26 | module _SwiftConcurrencyShims {
   |        `- note: previously defined here
27 |   header "_SwiftConcurrency.h"
28 | }
/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/shims/module.modulemap:30:8: error: redefinition of module 'SwiftOverlayShims'
28 | }
29 |
30 | module SwiftOverlayShims {
   |        `- error: redefinition of module 'SwiftOverlayShims'
31 |   header "LibcOverlayShims.h"
32 |   export *
//usr/lib/swift/shims/module.modulemap:30:8: note: previously defined here
28 | }
29 |
30 | module SwiftOverlayShims {
   |        `- note: previously defined here
31 |   header "LibcOverlayShims.h"
32 |   export *
/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/shims/module.modulemap:35:8: error: redefinition of module '_SynchronizationShims'
33 | }
34 |
35 | module _SynchronizationShims {
   |        `- error: redefinition of module '_SynchronizationShims'
36 |   header "_SynchronizationShims.h"
37 |   export *
//usr/lib/swift/shims/module.modulemap:35:8: note: previously defined here
33 | }
34 |
35 | module _SynchronizationShims {
   |        `- note: previously defined here
36 |   header "_SynchronizationShims.h"
37 |   export *
/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/_foundation_unicode/module.modulemap:1:8: error: redefinition of module '_FoundationICU'
  1 | module _FoundationICU {
    |        `- error: redefinition of module '_FoundationICU'
  2 |     header "translit.h"
  3 |     header "ustdio.h"
//usr/lib/swift/_foundation_unicode/module.modulemap:1:8: note: previously defined here
  1 | module _FoundationICU {
    |        `- note: previously defined here
  2 |     header "translit.h"
  3 |     header "ustdio.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/_FoundationCShims/module.modulemap:1:8: error: redefinition of module '_FoundationCShims'
1 | module _FoundationCShims {
  |        `- error: redefinition of module '_FoundationCShims'
2 |     header "_FoundationCShims.h"
3 |
//usr/lib/swift/_FoundationCShims/module.modulemap:1:8: note: previously defined here
1 | module _FoundationCShims {
  |        `- note: previously defined here
2 |     header "_FoundationCShims.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/lib/swift/CoreFoundation/module.modulemap:1:8: error: redefinition of module 'CoreFoundation'
1 | module CoreFoundation {
  |        `- error: redefinition of module 'CoreFoundation'
2 |     umbrella header "CoreFoundation.h"
3 |
//usr/lib/swift/CoreFoundation/module.modulemap:1:8: note: previously defined here
1 | module CoreFoundation {
  |        `- note: previously defined here
2 |     umbrella header "CoreFoundation.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/lib/swift/dispatch/module.modulemap:1:8: error: redefinition of module 'Dispatch'
 1 | module Dispatch {
   |        `- error: redefinition of module 'Dispatch'
 2 | 	requires blocks
 3 | 	export *
//usr/lib/swift/dispatch/module.modulemap:1:8: note: previously defined here
 1 | module Dispatch {
   |        `- note: previously defined here
 2 | 	requires blocks
 3 | 	export *
/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/dispatch/module.modulemap:8:8: error: redefinition of module 'DispatchIntrospection'
 6 | }
 7 |
 8 | module DispatchIntrospection [system] [extern_c] {
   |        `- error: redefinition of module 'DispatchIntrospection'
 9 | 	header "introspection.h"
10 | 	export *
//usr/lib/swift/dispatch/module.modulemap:8:8: note: previously defined here
 6 | }
 7 |
 8 | module DispatchIntrospection [system] [extern_c] {
   |        `- note: previously defined here
 9 | 	header "introspection.h"
10 | 	export *
/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/dispatch/module.modulemap:13:8: error: redefinition of module 'CDispatch'
11 | }
12 |
13 | module CDispatch [system] [extern_c] {
   |        `- error: redefinition of module 'CDispatch'
14 | 	umbrella header "dispatch.h"
15 | 	export *
//usr/lib/swift/dispatch/module.modulemap:13:8: note: previously defined here
11 | }
12 |
13 | module CDispatch [system] [extern_c] {
   |        `- note: previously defined here
14 | 	umbrella header "dispatch.h"
15 | 	export *
/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/shims/module.modulemap:1:8: error: redefinition of module 'SwiftShims'
 1 | module SwiftShims {
   |        `- error: redefinition of module 'SwiftShims'
 2 |   header "AssertionReporting.h"
 3 |   header "CoreFoundationShims.h"
//usr/lib/swift/shims/module.modulemap:1:8: note: previously defined here
 1 | module SwiftShims {
   |        `- note: previously defined here
 2 |   header "AssertionReporting.h"
 3 |   header "CoreFoundationShims.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/shims/module.modulemap:26:8: error: redefinition of module '_SwiftConcurrencyShims'
24 | }
25 |
26 | module _SwiftConcurrencyShims {
   |        `- error: redefinition of module '_SwiftConcurrencyShims'
27 |   header "_SwiftConcurrency.h"
28 | }
//usr/lib/swift/shims/module.modulemap:26:8: note: previously defined here
24 | }
25 |
26 | module _SwiftConcurrencyShims {
   |        `- note: previously defined here
27 |   header "_SwiftConcurrency.h"
28 | }
/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/shims/module.modulemap:30:8: error: redefinition of module 'SwiftOverlayShims'
28 | }
29 |
30 | module SwiftOverlayShims {
   |        `- error: redefinition of module 'SwiftOverlayShims'
31 |   header "LibcOverlayShims.h"
32 |   export *
//usr/lib/swift/shims/module.modulemap:30:8: note: previously defined here
28 | }
29 |
30 | module SwiftOverlayShims {
   |        `- note: previously defined here
31 |   header "LibcOverlayShims.h"
32 |   export *
/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/shims/module.modulemap:35:8: error: redefinition of module '_SynchronizationShims'
33 | }
34 |
35 | module _SynchronizationShims {
   |        `- error: redefinition of module '_SynchronizationShims'
36 |   header "_SynchronizationShims.h"
37 |   export *
//usr/lib/swift/shims/module.modulemap:35:8: note: previously defined here
33 | }
34 |
35 | module _SynchronizationShims {
   |        `- note: previously defined here
36 |   header "_SynchronizationShims.h"
37 |   export *
/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:26:10: note: while building module '_signal' imported from /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:26:
 24 | #include <math.h>
 25 | #include <setjmp.h>
 26 | #include <signal.h>
    |          `- note: while building module '_signal' imported from /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:26:
 27 | #ifdef __cplusplus
 28 | // The Android r26 NDK contains an old libc++ modulemap that requires C++23
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "signal.h"
  |          `- note: in file included from <module-includes>:1:
2 | #include "sys/ucontext.h"
3 | #include "bits/signal_types.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/signal.h:38:10: error: could not build module '_linux_time'
 36 | #include <bits/pthread_types.h>
 37 | #include <bits/signal_types.h>
 38 | #include <bits/timespec.h>
    |          `- error: could not build module '_linux_time'
 39 | #include <limits.h>
 40 |
/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/_foundation_unicode/module.modulemap:1:8: error: redefinition of module '_FoundationICU'
  1 | module _FoundationICU {
    |        `- error: redefinition of module '_FoundationICU'
  2 |     header "translit.h"
  3 |     header "ustdio.h"
//usr/lib/swift/_foundation_unicode/module.modulemap:1:8: note: previously defined here
  1 | module _FoundationICU {
    |        `- note: previously defined here
  2 |     header "translit.h"
  3 |     header "ustdio.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/_FoundationCShims/module.modulemap:1:8: error: redefinition of module '_FoundationCShims'
1 | module _FoundationCShims {
  |        `- error: redefinition of module '_FoundationCShims'
2 |     header "_FoundationCShims.h"
3 |
//usr/lib/swift/_FoundationCShims/module.modulemap:1:8: note: previously defined here
1 | module _FoundationCShims {
  |        `- note: previously defined here
2 |     header "_FoundationCShims.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/lib/swift/CoreFoundation/module.modulemap:1:8: error: redefinition of module 'CoreFoundation'
1 | module CoreFoundation {
  |        `- error: redefinition of module 'CoreFoundation'
2 |     umbrella header "CoreFoundation.h"
3 |
//usr/lib/swift/CoreFoundation/module.modulemap:1:8: note: previously defined here
1 | module CoreFoundation {
  |        `- note: previously defined here
2 |     umbrella header "CoreFoundation.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/lib/swift/dispatch/module.modulemap:1:8: error: redefinition of module 'Dispatch'
 1 | module Dispatch {
   |        `- error: redefinition of module 'Dispatch'
 2 | 	requires blocks
 3 | 	export *
//usr/lib/swift/dispatch/module.modulemap:1:8: note: previously defined here
 1 | module Dispatch {
   |        `- note: previously defined here
 2 | 	requires blocks
 3 | 	export *
/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/dispatch/module.modulemap:8:8: error: redefinition of module 'DispatchIntrospection'
 6 | }
 7 |
 8 | module DispatchIntrospection [system] [extern_c] {
   |        `- error: redefinition of module 'DispatchIntrospection'
 9 | 	header "introspection.h"
10 | 	export *
//usr/lib/swift/dispatch/module.modulemap:8:8: note: previously defined here
 6 | }
 7 |
 8 | module DispatchIntrospection [system] [extern_c] {
   |        `- note: previously defined here
 9 | 	header "introspection.h"
10 | 	export *
/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/dispatch/module.modulemap:13:8: error: redefinition of module 'CDispatch'
11 | }
12 |
13 | module CDispatch [system] [extern_c] {
   |        `- error: redefinition of module 'CDispatch'
14 | 	umbrella header "dispatch.h"
15 | 	export *
//usr/lib/swift/dispatch/module.modulemap:13:8: note: previously defined here
11 | }
12 |
13 | module CDispatch [system] [extern_c] {
   |        `- note: previously defined here
14 | 	umbrella header "dispatch.h"
15 | 	export *
/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/shims/module.modulemap:1:8: error: redefinition of module 'SwiftShims'
 1 | module SwiftShims {
   |        `- error: redefinition of module 'SwiftShims'
 2 |   header "AssertionReporting.h"
 3 |   header "CoreFoundationShims.h"
//usr/lib/swift/shims/module.modulemap:1:8: note: previously defined here
 1 | module SwiftShims {
   |        `- note: previously defined here
 2 |   header "AssertionReporting.h"
 3 |   header "CoreFoundationShims.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/shims/module.modulemap:26:8: error: redefinition of module '_SwiftConcurrencyShims'
24 | }
25 |
26 | module _SwiftConcurrencyShims {
   |        `- error: redefinition of module '_SwiftConcurrencyShims'
27 |   header "_SwiftConcurrency.h"
28 | }
//usr/lib/swift/shims/module.modulemap:26:8: note: previously defined here
24 | }
25 |
26 | module _SwiftConcurrencyShims {
   |        `- note: previously defined here
27 |   header "_SwiftConcurrency.h"
28 | }
/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/shims/module.modulemap:30:8: error: redefinition of module 'SwiftOverlayShims'
28 | }
29 |
30 | module SwiftOverlayShims {
   |        `- error: redefinition of module 'SwiftOverlayShims'
31 |   header "LibcOverlayShims.h"
32 |   export *
//usr/lib/swift/shims/module.modulemap:30:8: note: previously defined here
28 | }
29 |
30 | module SwiftOverlayShims {
   |        `- note: previously defined here
31 |   header "LibcOverlayShims.h"
32 |   export *
/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/shims/module.modulemap:35:8: error: redefinition of module '_SynchronizationShims'
33 | }
34 |
35 | module _SynchronizationShims {
   |        `- error: redefinition of module '_SynchronizationShims'
36 |   header "_SynchronizationShims.h"
37 |   export *
//usr/lib/swift/shims/module.modulemap:35:8: note: previously defined here
33 | }
34 |
35 | module _SynchronizationShims {
   |        `- note: previously defined here
36 |   header "_SynchronizationShims.h"
37 |   export *
/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:33:10: note: while building module '_Builtin_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:33:
 31 | #pragma clang module import _stdatomic
 32 | #else
 33 | #include <stdatomic.h>
    |          `- note: while building module '_Builtin_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:33:
 34 | #endif
 35 | #include <stdint.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/clang/include/stdatomic.h:24:16: 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/clang/include/stdatomic.h:24:
 22 |     __has_include_next(<stdatomic.h>) &&                                       \
 23 |     (!defined(_MSC_VER) || (defined(__cplusplus) && __cplusplus >= 202002L))
 24 | # include_next <stdatomic.h>
    |                `- 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/clang/include/stdatomic.h:24:
 25 | #else
 26 |
/root/.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:131:10: note: while building module '_bits_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/include/stdatomic.h:131:
129 |
130 | /* Actual implementation is in bits/stdatomic.h since our test code is C++. */
131 | #include <bits/stdatomic.h>
    |          `- note: while building module '_bits_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/include/stdatomic.h:131:
132 |
133 | #endif /* <atomic> unavailable */
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/bits/stdatomic.h:49:11: note: while building module '_uchar' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/bits/stdatomic.h:49:
 47 | // glibc used for the host.
 48 | #if defined(__BIONIC__)
 49 | # include <uchar.h>  /* For char16_t and char32_t.              */
    |           `- note: while building module '_uchar' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/bits/stdatomic.h:49:
 50 | #endif
 51 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/uchar.h:40:10: note: while building module '_wchar' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/uchar.h:40:
38 |
39 | #include <bits/bionic_multibyte_result.h>
40 | #include <bits/mbstate_t.h>
   |          `- note: while building module '_wchar' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/uchar.h:40:
41 |
42 | __BEGIN_DECLS
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "wchar.h"
  |          `- note: in file included from <module-includes>:1:
2 | #include "bits/mbstate_t.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/wchar.h:33:10: error: could not build module '_stdio'
 31 |
 32 | #include <sys/cdefs.h>
 33 | #include <stdio.h>
    |          `- error: could not build module '_stdio'
 34 |
 35 | #include <stdarg.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/_foundation_unicode/module.modulemap:1:8: error: redefinition of module '_FoundationICU'
  1 | module _FoundationICU {
    |        `- error: redefinition of module '_FoundationICU'
  2 |     header "translit.h"
  3 |     header "ustdio.h"
//usr/lib/swift/_foundation_unicode/module.modulemap:1:8: note: previously defined here
  1 | module _FoundationICU {
    |        `- note: previously defined here
  2 |     header "translit.h"
  3 |     header "ustdio.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/_FoundationCShims/module.modulemap:1:8: error: redefinition of module '_FoundationCShims'
1 | module _FoundationCShims {
  |        `- error: redefinition of module '_FoundationCShims'
2 |     header "_FoundationCShims.h"
3 |
//usr/lib/swift/_FoundationCShims/module.modulemap:1:8: note: previously defined here
1 | module _FoundationCShims {
  |        `- note: previously defined here
2 |     header "_FoundationCShims.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/lib/swift/CoreFoundation/module.modulemap:1:8: error: redefinition of module 'CoreFoundation'
1 | module CoreFoundation {
  |        `- error: redefinition of module 'CoreFoundation'
2 |     umbrella header "CoreFoundation.h"
3 |
//usr/lib/swift/CoreFoundation/module.modulemap:1:8: note: previously defined here
1 | module CoreFoundation {
  |        `- note: previously defined here
2 |     umbrella header "CoreFoundation.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/lib/swift/dispatch/module.modulemap:1:8: error: redefinition of module 'Dispatch'
 1 | module Dispatch {
   |        `- error: redefinition of module 'Dispatch'
 2 | 	requires blocks
 3 | 	export *
//usr/lib/swift/dispatch/module.modulemap:1:8: note: previously defined here
 1 | module Dispatch {
   |        `- note: previously defined here
 2 | 	requires blocks
 3 | 	export *
/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/dispatch/module.modulemap:8:8: error: redefinition of module 'DispatchIntrospection'
 6 | }
 7 |
 8 | module DispatchIntrospection [system] [extern_c] {
   |        `- error: redefinition of module 'DispatchIntrospection'
 9 | 	header "introspection.h"
10 | 	export *
//usr/lib/swift/dispatch/module.modulemap:8:8: note: previously defined here
 6 | }
 7 |
 8 | module DispatchIntrospection [system] [extern_c] {
   |        `- note: previously defined here
 9 | 	header "introspection.h"
10 | 	export *
/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/dispatch/module.modulemap:13:8: error: redefinition of module 'CDispatch'
11 | }
12 |
13 | module CDispatch [system] [extern_c] {
   |        `- error: redefinition of module 'CDispatch'
14 | 	umbrella header "dispatch.h"
15 | 	export *
//usr/lib/swift/dispatch/module.modulemap:13:8: note: previously defined here
11 | }
12 |
13 | module CDispatch [system] [extern_c] {
   |        `- note: previously defined here
14 | 	umbrella header "dispatch.h"
15 | 	export *
/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/shims/module.modulemap:1:8: error: redefinition of module 'SwiftShims'
 1 | module SwiftShims {
   |        `- error: redefinition of module 'SwiftShims'
 2 |   header "AssertionReporting.h"
 3 |   header "CoreFoundationShims.h"
//usr/lib/swift/shims/module.modulemap:1:8: note: previously defined here
 1 | module SwiftShims {
   |        `- note: previously defined here
 2 |   header "AssertionReporting.h"
 3 |   header "CoreFoundationShims.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/shims/module.modulemap:26:8: error: redefinition of module '_SwiftConcurrencyShims'
24 | }
25 |
26 | module _SwiftConcurrencyShims {
   |        `- error: redefinition of module '_SwiftConcurrencyShims'
27 |   header "_SwiftConcurrency.h"
28 | }
//usr/lib/swift/shims/module.modulemap:26:8: note: previously defined here
24 | }
25 |
26 | module _SwiftConcurrencyShims {
   |        `- note: previously defined here
27 |   header "_SwiftConcurrency.h"
28 | }
/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/shims/module.modulemap:30:8: error: redefinition of module 'SwiftOverlayShims'
28 | }
29 |
30 | module SwiftOverlayShims {
   |        `- error: redefinition of module 'SwiftOverlayShims'
31 |   header "LibcOverlayShims.h"
32 |   export *
//usr/lib/swift/shims/module.modulemap:30:8: note: previously defined here
28 | }
29 |
30 | module SwiftOverlayShims {
   |        `- note: previously defined here
31 |   header "LibcOverlayShims.h"
32 |   export *
/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/shims/module.modulemap:35:8: error: redefinition of module '_SynchronizationShims'
33 | }
34 |
35 | module _SynchronizationShims {
   |        `- error: redefinition of module '_SynchronizationShims'
36 |   header "_SynchronizationShims.h"
37 |   export *
//usr/lib/swift/shims/module.modulemap:35:8: note: previously defined here
33 | }
34 |
35 | module _SynchronizationShims {
   |        `- note: previously defined here
36 |   header "_SynchronizationShims.h"
37 |   export *
/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:33:10: note: while building module '_Builtin_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:33:
 31 | #pragma clang module import _stdatomic
 32 | #else
 33 | #include <stdatomic.h>
    |          `- note: while building module '_Builtin_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:33:
 34 | #endif
 35 | #include <stdint.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/clang/include/stdatomic.h:24:16: 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/clang/include/stdatomic.h:24:
 22 |     __has_include_next(<stdatomic.h>) &&                                       \
 23 |     (!defined(_MSC_VER) || (defined(__cplusplus) && __cplusplus >= 202002L))
 24 | # include_next <stdatomic.h>
    |                `- 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/clang/include/stdatomic.h:24:
 25 | #else
 26 |
/root/.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:131:10: note: while building module '_bits_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/include/stdatomic.h:131:
129 |
130 | /* Actual implementation is in bits/stdatomic.h since our test code is C++. */
131 | #include <bits/stdatomic.h>
    |          `- note: while building module '_bits_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/include/stdatomic.h:131:
132 |
133 | #endif /* <atomic> unavailable */
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/bits/stdatomic.h:49:11: note: while building module '_uchar' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/bits/stdatomic.h:49:
 47 | // glibc used for the host.
 48 | #if defined(__BIONIC__)
 49 | # include <uchar.h>  /* For char16_t and char32_t.              */
    |           `- note: while building module '_uchar' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/bits/stdatomic.h:49:
 50 | #endif
 51 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/uchar.h:40:10: note: while building module '_wchar' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/uchar.h:40:
38 |
39 | #include <bits/bionic_multibyte_result.h>
40 | #include <bits/mbstate_t.h>
   |          `- note: while building module '_wchar' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/uchar.h:40:
41 |
42 | __BEGIN_DECLS
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/wchar.h:37:10: note: while building module '_time' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/wchar.h:37:
 35 | #include <stdarg.h>
 36 | #include <stddef.h>
 37 | #include <time.h>
    |          `- note: while building module '_time' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/wchar.h:37:
 38 | #include <xlocale.h>
 39 |
<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:34:10: error: could not build module '_linux_time'
 32 | #include <sys/cdefs.h>
 33 | #include <sys/types.h>
 34 | #include <linux/time.h>
    |          `- error: could not build module '_linux_time'
 35 |
 36 | /* POSIX says <sys/time.h> gets you most of <sys/select.h> and may get you all of it. */
/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/_foundation_unicode/module.modulemap:1:8: error: redefinition of module '_FoundationICU'
  1 | module _FoundationICU {
    |        `- error: redefinition of module '_FoundationICU'
  2 |     header "translit.h"
  3 |     header "ustdio.h"
//usr/lib/swift/_foundation_unicode/module.modulemap:1:8: note: previously defined here
  1 | module _FoundationICU {
    |        `- note: previously defined here
  2 |     header "translit.h"
  3 |     header "ustdio.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/_FoundationCShims/module.modulemap:1:8: error: redefinition of module '_FoundationCShims'
1 | module _FoundationCShims {
  |        `- error: redefinition of module '_FoundationCShims'
2 |     header "_FoundationCShims.h"
3 |
//usr/lib/swift/_FoundationCShims/module.modulemap:1:8: note: previously defined here
1 | module _FoundationCShims {
  |        `- note: previously defined here
2 |     header "_FoundationCShims.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/lib/swift/CoreFoundation/module.modulemap:1:8: error: redefinition of module 'CoreFoundation'
1 | module CoreFoundation {
  |        `- error: redefinition of module 'CoreFoundation'
2 |     umbrella header "CoreFoundation.h"
3 |
//usr/lib/swift/CoreFoundation/module.modulemap:1:8: note: previously defined here
1 | module CoreFoundation {
  |        `- note: previously defined here
2 |     umbrella header "CoreFoundation.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/lib/swift/dispatch/module.modulemap:1:8: error: redefinition of module 'Dispatch'
 1 | module Dispatch {
   |        `- error: redefinition of module 'Dispatch'
 2 | 	requires blocks
 3 | 	export *
//usr/lib/swift/dispatch/module.modulemap:1:8: note: previously defined here
 1 | module Dispatch {
   |        `- note: previously defined here
 2 | 	requires blocks
 3 | 	export *
/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/dispatch/module.modulemap:8:8: error: redefinition of module 'DispatchIntrospection'
 6 | }
 7 |
 8 | module DispatchIntrospection [system] [extern_c] {
   |        `- error: redefinition of module 'DispatchIntrospection'
 9 | 	header "introspection.h"
10 | 	export *
//usr/lib/swift/dispatch/module.modulemap:8:8: note: previously defined here
 6 | }
 7 |
 8 | module DispatchIntrospection [system] [extern_c] {
   |        `- note: previously defined here
 9 | 	header "introspection.h"
10 | 	export *
/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/dispatch/module.modulemap:13:8: error: redefinition of module 'CDispatch'
11 | }
12 |
13 | module CDispatch [system] [extern_c] {
   |        `- error: redefinition of module 'CDispatch'
14 | 	umbrella header "dispatch.h"
15 | 	export *
//usr/lib/swift/dispatch/module.modulemap:13:8: note: previously defined here
11 | }
12 |
13 | module CDispatch [system] [extern_c] {
   |        `- note: previously defined here
14 | 	umbrella header "dispatch.h"
15 | 	export *
/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/shims/module.modulemap:1:8: error: redefinition of module 'SwiftShims'
 1 | module SwiftShims {
   |        `- error: redefinition of module 'SwiftShims'
 2 |   header "AssertionReporting.h"
 3 |   header "CoreFoundationShims.h"
//usr/lib/swift/shims/module.modulemap:1:8: note: previously defined here
 1 | module SwiftShims {
   |        `- note: previously defined here
 2 |   header "AssertionReporting.h"
 3 |   header "CoreFoundationShims.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/shims/module.modulemap:26:8: error: redefinition of module '_SwiftConcurrencyShims'
24 | }
25 |
26 | module _SwiftConcurrencyShims {
   |        `- error: redefinition of module '_SwiftConcurrencyShims'
27 |   header "_SwiftConcurrency.h"
28 | }
//usr/lib/swift/shims/module.modulemap:26:8: note: previously defined here
24 | }
25 |
26 | module _SwiftConcurrencyShims {
   |        `- note: previously defined here
27 |   header "_SwiftConcurrency.h"
28 | }
/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/shims/module.modulemap:30:8: error: redefinition of module 'SwiftOverlayShims'
28 | }
29 |
30 | module SwiftOverlayShims {
   |        `- error: redefinition of module 'SwiftOverlayShims'
31 |   header "LibcOverlayShims.h"
32 |   export *
//usr/lib/swift/shims/module.modulemap:30:8: note: previously defined here
28 | }
29 |
30 | module SwiftOverlayShims {
   |        `- note: previously defined here
31 |   header "LibcOverlayShims.h"
32 |   export *
/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/shims/module.modulemap:35:8: error: redefinition of module '_SynchronizationShims'
33 | }
34 |
35 | module _SynchronizationShims {
   |        `- error: redefinition of module '_SynchronizationShims'
36 |   header "_SynchronizationShims.h"
37 |   export *
//usr/lib/swift/shims/module.modulemap:35:8: note: previously defined here
33 | }
34 |
35 | module _SynchronizationShims {
   |        `- note: previously defined here
36 |   header "_SynchronizationShims.h"
37 |   export *
/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:33:10: note: while building module '_Builtin_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:33:
 31 | #pragma clang module import _stdatomic
 32 | #else
 33 | #include <stdatomic.h>
    |          `- note: while building module '_Builtin_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:33:
 34 | #endif
 35 | #include <stdint.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/clang/include/stdatomic.h:24:16: 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/clang/include/stdatomic.h:24:
 22 |     __has_include_next(<stdatomic.h>) &&                                       \
 23 |     (!defined(_MSC_VER) || (defined(__cplusplus) && __cplusplus >= 202002L))
 24 | # include_next <stdatomic.h>
    |                `- 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/clang/include/stdatomic.h:24:
 25 | #else
 26 |
/root/.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:131:10: note: while building module '_bits_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/include/stdatomic.h:131:
129 |
130 | /* Actual implementation is in bits/stdatomic.h since our test code is C++. */
131 | #include <bits/stdatomic.h>
    |          `- note: while building module '_bits_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/include/stdatomic.h:131:
132 |
133 | #endif /* <atomic> unavailable */
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/bits/stdatomic.h:49:11: note: while building module '_uchar' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/bits/stdatomic.h:49:
 47 | // glibc used for the host.
 48 | #if defined(__BIONIC__)
 49 | # include <uchar.h>  /* For char16_t and char32_t.              */
    |           `- note: while building module '_uchar' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/bits/stdatomic.h:49:
 50 | #endif
 51 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/uchar.h:40:10: note: while building module '_wchar' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/uchar.h:40:
38 |
39 | #include <bits/bionic_multibyte_result.h>
40 | #include <bits/mbstate_t.h>
   |          `- note: while building module '_wchar' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/uchar.h:40:
41 |
42 | __BEGIN_DECLS
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/wchar.h:37:10: note: while building module '_time' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/wchar.h:37:
 35 | #include <stdarg.h>
 36 | #include <stddef.h>
 37 | #include <time.h>
    |          `- note: while building module '_time' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/wchar.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:37:10: 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:
 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
<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:39:10: error: could not build module '_linux_time'
 37 | #include <sys/types.h>
 38 |
 39 | #include <linux/time.h>
    |          `- error: could not build module '_linux_time'
 40 | #include <signal.h>
 41 |
/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:33:10: note: while building module '_Builtin_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:33:
 31 | #pragma clang module import _stdatomic
 32 | #else
 33 | #include <stdatomic.h>
    |          `- note: while building module '_Builtin_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:33:
 34 | #endif
 35 | #include <stdint.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/clang/include/stdatomic.h:24:16: 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/clang/include/stdatomic.h:24:
 22 |     __has_include_next(<stdatomic.h>) &&                                       \
 23 |     (!defined(_MSC_VER) || (defined(__cplusplus) && __cplusplus >= 202002L))
 24 | # include_next <stdatomic.h>
    |                `- 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/clang/include/stdatomic.h:24:
 25 | #else
 26 |
/root/.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:131:10: note: while building module '_bits_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/include/stdatomic.h:131:
129 |
130 | /* Actual implementation is in bits/stdatomic.h since our test code is C++. */
131 | #include <bits/stdatomic.h>
    |          `- note: while building module '_bits_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/include/stdatomic.h:131:
132 |
133 | #endif /* <atomic> unavailable */
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/bits/stdatomic.h:49:11: note: while building module '_uchar' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/bits/stdatomic.h:49:
 47 | // glibc used for the host.
 48 | #if defined(__BIONIC__)
 49 | # include <uchar.h>  /* For char16_t and char32_t.              */
    |           `- note: while building module '_uchar' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/bits/stdatomic.h:49:
 50 | #endif
 51 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "uchar.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/uchar.h:40:10: error: could not build module '_wchar'
38 |
39 | #include <bits/bionic_multibyte_result.h>
40 | #include <bits/mbstate_t.h>
   |          `- error: could not build module '_wchar'
41 |
42 | __BEGIN_DECLS
/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:33:10: note: while building module '_Builtin_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:33:
 31 | #pragma clang module import _stdatomic
 32 | #else
 33 | #include <stdatomic.h>
    |          `- note: while building module '_Builtin_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:33:
 34 | #endif
 35 | #include <stdint.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/clang/include/stdatomic.h:24:16: 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/clang/include/stdatomic.h:24:
 22 |     __has_include_next(<stdatomic.h>) &&                                       \
 23 |     (!defined(_MSC_VER) || (defined(__cplusplus) && __cplusplus >= 202002L))
 24 | # include_next <stdatomic.h>
    |                `- 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/clang/include/stdatomic.h:24:
 25 | #else
 26 |
/root/.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:131:10: note: while building module '_bits_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/include/stdatomic.h:131:
129 |
130 | /* Actual implementation is in bits/stdatomic.h since our test code is C++. */
131 | #include <bits/stdatomic.h>
    |          `- note: while building module '_bits_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/include/stdatomic.h:131:
132 |
133 | #endif /* <atomic> unavailable */
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "bits/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/bits/stdatomic.h:49:11: error: could not build module '_uchar'
 47 | // glibc used for the host.
 48 | #if defined(__BIONIC__)
 49 | # include <uchar.h>  /* For char16_t and char32_t.              */
    |           `- error: could not build module '_uchar'
 50 | #endif
 51 |
/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:33:10: note: while building module '_Builtin_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:33:
 31 | #pragma clang module import _stdatomic
 32 | #else
 33 | #include <stdatomic.h>
    |          `- note: while building module '_Builtin_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:33:
 34 | #endif
 35 | #include <stdint.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/clang/include/stdatomic.h:24:16: 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/clang/include/stdatomic.h:24:
 22 |     __has_include_next(<stdatomic.h>) &&                                       \
 23 |     (!defined(_MSC_VER) || (defined(__cplusplus) && __cplusplus >= 202002L))
 24 | # include_next <stdatomic.h>
    |                `- 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/clang/include/stdatomic.h:24:
 25 | #else
 26 |
<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:131:10: error: could not build module '_bits_stdatomic'
129 |
130 | /* Actual implementation is in bits/stdatomic.h since our test code is C++. */
131 | #include <bits/stdatomic.h>
    |          `- error: could not build module '_bits_stdatomic'
132 |
133 | #endif /* <atomic> unavailable */
/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:33:10: note: while building module '_Builtin_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:33:
 31 | #pragma clang module import _stdatomic
 32 | #else
 33 | #include <stdatomic.h>
    |          `- note: while building module '_Builtin_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:33:
 34 | #endif
 35 | #include <stdint.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/lib/swift/clang/include/stdatomic.h:24:16: error: could not build module '_stdatomic'
 22 |     __has_include_next(<stdatomic.h>) &&                                       \
 23 |     (!defined(_MSC_VER) || (defined(__cplusplus) && __cplusplus >= 202002L))
 24 | # include_next <stdatomic.h>
    |                `- error: could not build module '_stdatomic'
 25 | #else
 26 |
/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:38:10: note: while building module '_stdlib' imported from /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:38:
 36 | #include <stdio.h>
 37 | #include <stdio_ext.h>
 38 | #include <stdlib.h>
    |          `- note: while building module '_stdlib' imported from /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:38:
 39 | #include <string.h>
 40 | #include <time.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "stdlib.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/stdlib.h:34:10: error: could not build module '_malloc'
 32 | #include <alloca.h>
 33 | #include <bits/wait.h>
 34 | #include <malloc.h>
    |          `- error: could not build module '_malloc'
 35 | #include <stddef.h>
 36 | #include <sys/cdefs.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/_foundation_unicode/module.modulemap:1:8: error: redefinition of module '_FoundationICU'
  1 | module _FoundationICU {
    |        `- error: redefinition of module '_FoundationICU'
  2 |     header "translit.h"
  3 |     header "ustdio.h"
//usr/lib/swift/_foundation_unicode/module.modulemap:1:8: note: previously defined here
  1 | module _FoundationICU {
    |        `- note: previously defined here
  2 |     header "translit.h"
  3 |     header "ustdio.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/_FoundationCShims/module.modulemap:1:8: error: redefinition of module '_FoundationCShims'
1 | module _FoundationCShims {
  |        `- error: redefinition of module '_FoundationCShims'
2 |     header "_FoundationCShims.h"
3 |
//usr/lib/swift/_FoundationCShims/module.modulemap:1:8: note: previously defined here
1 | module _FoundationCShims {
  |        `- note: previously defined here
2 |     header "_FoundationCShims.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/lib/swift/CoreFoundation/module.modulemap:1:8: error: redefinition of module 'CoreFoundation'
1 | module CoreFoundation {
  |        `- error: redefinition of module 'CoreFoundation'
2 |     umbrella header "CoreFoundation.h"
3 |
//usr/lib/swift/CoreFoundation/module.modulemap:1:8: note: previously defined here
1 | module CoreFoundation {
  |        `- note: previously defined here
2 |     umbrella header "CoreFoundation.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/lib/swift/dispatch/module.modulemap:1:8: error: redefinition of module 'Dispatch'
 1 | module Dispatch {
   |        `- error: redefinition of module 'Dispatch'
 2 | 	requires blocks
 3 | 	export *
//usr/lib/swift/dispatch/module.modulemap:1:8: note: previously defined here
 1 | module Dispatch {
   |        `- note: previously defined here
 2 | 	requires blocks
 3 | 	export *
/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/dispatch/module.modulemap:8:8: error: redefinition of module 'DispatchIntrospection'
 6 | }
 7 |
 8 | module DispatchIntrospection [system] [extern_c] {
   |        `- error: redefinition of module 'DispatchIntrospection'
 9 | 	header "introspection.h"
10 | 	export *
//usr/lib/swift/dispatch/module.modulemap:8:8: note: previously defined here
 6 | }
 7 |
 8 | module DispatchIntrospection [system] [extern_c] {
   |        `- note: previously defined here
 9 | 	header "introspection.h"
10 | 	export *
/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/dispatch/module.modulemap:13:8: error: redefinition of module 'CDispatch'
11 | }
12 |
13 | module CDispatch [system] [extern_c] {
   |        `- error: redefinition of module 'CDispatch'
14 | 	umbrella header "dispatch.h"
15 | 	export *
//usr/lib/swift/dispatch/module.modulemap:13:8: note: previously defined here
11 | }
12 |
13 | module CDispatch [system] [extern_c] {
   |        `- note: previously defined here
14 | 	umbrella header "dispatch.h"
15 | 	export *
/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/shims/module.modulemap:1:8: error: redefinition of module 'SwiftShims'
 1 | module SwiftShims {
   |        `- error: redefinition of module 'SwiftShims'
 2 |   header "AssertionReporting.h"
 3 |   header "CoreFoundationShims.h"
//usr/lib/swift/shims/module.modulemap:1:8: note: previously defined here
 1 | module SwiftShims {
   |        `- note: previously defined here
 2 |   header "AssertionReporting.h"
 3 |   header "CoreFoundationShims.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/shims/module.modulemap:26:8: error: redefinition of module '_SwiftConcurrencyShims'
24 | }
25 |
26 | module _SwiftConcurrencyShims {
   |        `- error: redefinition of module '_SwiftConcurrencyShims'
27 |   header "_SwiftConcurrency.h"
28 | }
//usr/lib/swift/shims/module.modulemap:26:8: note: previously defined here
24 | }
25 |
26 | module _SwiftConcurrencyShims {
   |        `- note: previously defined here
27 |   header "_SwiftConcurrency.h"
28 | }
/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/shims/module.modulemap:30:8: error: redefinition of module 'SwiftOverlayShims'
28 | }
29 |
30 | module SwiftOverlayShims {
   |        `- error: redefinition of module 'SwiftOverlayShims'
31 |   header "LibcOverlayShims.h"
32 |   export *
//usr/lib/swift/shims/module.modulemap:30:8: note: previously defined here
28 | }
29 |
30 | module SwiftOverlayShims {
   |        `- note: previously defined here
31 |   header "LibcOverlayShims.h"
32 |   export *
/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/shims/module.modulemap:35:8: error: redefinition of module '_SynchronizationShims'
33 | }
34 |
35 | module _SynchronizationShims {
   |        `- error: redefinition of module '_SynchronizationShims'
36 |   header "_SynchronizationShims.h"
37 |   export *
//usr/lib/swift/shims/module.modulemap:35:8: note: previously defined here
33 | }
34 |
35 | module _SynchronizationShims {
   |        `- note: previously defined here
36 |   header "_SynchronizationShims.h"
37 |   export *
/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:39:10: note: while building module '_string' imported from /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:39:
 37 | #include <stdio_ext.h>
 38 | #include <stdlib.h>
 39 | #include <string.h>
    |          `- note: while building module '_string' imported from /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:39:
 40 | #include <time.h>
 41 | #include <threads.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "string.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/string.h:41:10: error: could not build module 'strings'
 39 |
 40 | #if defined(__USE_BSD) || defined(__USE_GNU)
 41 | #include <strings.h>
    |          `- error: could not build module 'strings'
 42 | #endif
 43 |
/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:41:10: note: while building module '_threads' imported from /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:41:
 39 | #include <string.h>
 40 | #include <time.h>
 41 | #include <threads.h>
    |          `- note: while building module '_threads' imported from /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:41:
 42 | #include <uchar.h>
 43 | #include <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/include/threads.h:38:10: note: while building module 'pthread' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/threads.h:38:
 36 | #include <sys/cdefs.h>
 37 |
 38 | #include <pthread.h>
    |          `- note: while building module 'pthread' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/threads.h:38:
 39 | #include <time.h>
 40 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/pthread.h:39:10: note: while building module 'sched' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/pthread.h:39:
 37 | #include <bits/page_size.h>
 38 | #include <bits/pthread_types.h>
 39 | #include <sched.h>
    |          `- note: while building module 'sched' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/pthread.h:39:
 40 | #include <sys/cdefs.h>
 41 | #include <sys/types.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sched.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/sched.h:36:10: error: could not build module '_linux_time'
 34 |  */
 35 |
 36 | #include <bits/timespec.h>
    |          `- error: could not build module '_linux_time'
 37 | #include <linux/sched.h>
 38 | #include <sys/cdefs.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:41:10: note: while building module '_threads' imported from /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:41:
 39 | #include <string.h>
 40 | #include <time.h>
 41 | #include <threads.h>
    |          `- note: while building module '_threads' imported from /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:41:
 42 | #include <uchar.h>
 43 | #include <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/include/threads.h:38:10: note: while building module 'pthread' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/threads.h:38:
 36 | #include <sys/cdefs.h>
 37 |
 38 | #include <pthread.h>
    |          `- note: while building module 'pthread' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/threads.h:38:
 39 | #include <time.h>
 40 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "pthread.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/pthread.h:39:10: error: could not build module 'sched'
 37 | #include <bits/page_size.h>
 38 | #include <bits/pthread_types.h>
 39 | #include <sched.h>
    |          `- error: could not build module 'sched'
 40 | #include <sys/cdefs.h>
 41 | #include <sys/types.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:41:10: note: while building module '_threads' imported from /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:41:
 39 | #include <string.h>
 40 | #include <time.h>
 41 | #include <threads.h>
    |          `- note: while building module '_threads' imported from /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:41:
 42 | #include <uchar.h>
 43 | #include <wchar.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "threads.h"
  |          `- note: in file included from <module-includes>:1:
2 | #include "bits/threads_inlines.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/threads.h:38:10: error: could not build module 'pthread'
 36 | #include <sys/cdefs.h>
 37 |
 38 | #include <pthread.h>
    |          `- error: could not build module 'pthread'
 39 | #include <time.h>
 40 |
/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:56:10: note: while building module 'posix_filesystem' imported from /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:56:
 54 | #include <ar.h>
 55 | #include <cpio.h>
 56 | #include <dirent.h>
    |          `- note: while building module 'posix_filesystem' imported from /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:56:
 57 | #include <dlfcn.h>
 58 | #include <err.h>
<module-includes>:5:10: note: in file included from <module-includes>:5:
 3 | #include "fnmatch.h"
 4 | #include "fts.h"
 5 | #include "ftw.h"
   |          `- note: in file included from <module-includes>:5:
 6 | #include "glob.h"
 7 | #include "mntent.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/ftw.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/ftw.h:29:
27 |
28 | #include <sys/cdefs.h>
29 | #include <sys/stat.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/ftw.h:29:
30 | #include <sys/types.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/sys/stat.h:36:10: error: could not build module '_linux_time'
 34 |  */
 35 |
 36 | #include <bits/timespec.h>
    |          `- error: could not build module '_linux_time'
 37 | #include <linux/stat.h>
 38 | #include <sys/cdefs.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/_foundation_unicode/module.modulemap:1:8: error: redefinition of module '_FoundationICU'
  1 | module _FoundationICU {
    |        `- error: redefinition of module '_FoundationICU'
  2 |     header "translit.h"
  3 |     header "ustdio.h"
//usr/lib/swift/_foundation_unicode/module.modulemap:1:8: note: previously defined here
  1 | module _FoundationICU {
    |        `- note: previously defined here
  2 |     header "translit.h"
  3 |     header "ustdio.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/_FoundationCShims/module.modulemap:1:8: error: redefinition of module '_FoundationCShims'
1 | module _FoundationCShims {
  |        `- error: redefinition of module '_FoundationCShims'
2 |     header "_FoundationCShims.h"
3 |
//usr/lib/swift/_FoundationCShims/module.modulemap:1:8: note: previously defined here
1 | module _FoundationCShims {
  |        `- note: previously defined here
2 |     header "_FoundationCShims.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/lib/swift/CoreFoundation/module.modulemap:1:8: error: redefinition of module 'CoreFoundation'
1 | module CoreFoundation {
  |        `- error: redefinition of module 'CoreFoundation'
2 |     umbrella header "CoreFoundation.h"
3 |
//usr/lib/swift/CoreFoundation/module.modulemap:1:8: note: previously defined here
1 | module CoreFoundation {
  |        `- note: previously defined here
2 |     umbrella header "CoreFoundation.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/lib/swift/dispatch/module.modulemap:1:8: error: redefinition of module 'Dispatch'
 1 | module Dispatch {
   |        `- error: redefinition of module 'Dispatch'
 2 | 	requires blocks
 3 | 	export *
//usr/lib/swift/dispatch/module.modulemap:1:8: note: previously defined here
 1 | module Dispatch {
   |        `- note: previously defined here
 2 | 	requires blocks
 3 | 	export *
/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/dispatch/module.modulemap:8:8: error: redefinition of module 'DispatchIntrospection'
 6 | }
 7 |
 8 | module DispatchIntrospection [system] [extern_c] {
   |        `- error: redefinition of module 'DispatchIntrospection'
 9 | 	header "introspection.h"
10 | 	export *
//usr/lib/swift/dispatch/module.modulemap:8:8: note: previously defined here
 6 | }
 7 |
 8 | module DispatchIntrospection [system] [extern_c] {
   |        `- note: previously defined here
 9 | 	header "introspection.h"
10 | 	export *
/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/dispatch/module.modulemap:13:8: error: redefinition of module 'CDispatch'
11 | }
12 |
13 | module CDispatch [system] [extern_c] {
   |        `- error: redefinition of module 'CDispatch'
14 | 	umbrella header "dispatch.h"
15 | 	export *
//usr/lib/swift/dispatch/module.modulemap:13:8: note: previously defined here
11 | }
12 |
13 | module CDispatch [system] [extern_c] {
   |        `- note: previously defined here
14 | 	umbrella header "dispatch.h"
15 | 	export *
/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/shims/module.modulemap:1:8: error: redefinition of module 'SwiftShims'
 1 | module SwiftShims {
   |        `- error: redefinition of module 'SwiftShims'
 2 |   header "AssertionReporting.h"
 3 |   header "CoreFoundationShims.h"
//usr/lib/swift/shims/module.modulemap:1:8: note: previously defined here
 1 | module SwiftShims {
   |        `- note: previously defined here
 2 |   header "AssertionReporting.h"
 3 |   header "CoreFoundationShims.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/shims/module.modulemap:26:8: error: redefinition of module '_SwiftConcurrencyShims'
24 | }
25 |
26 | module _SwiftConcurrencyShims {
   |        `- error: redefinition of module '_SwiftConcurrencyShims'
27 |   header "_SwiftConcurrency.h"
28 | }
//usr/lib/swift/shims/module.modulemap:26:8: note: previously defined here
24 | }
25 |
26 | module _SwiftConcurrencyShims {
   |        `- note: previously defined here
27 |   header "_SwiftConcurrency.h"
28 | }
/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/shims/module.modulemap:30:8: error: redefinition of module 'SwiftOverlayShims'
28 | }
29 |
30 | module SwiftOverlayShims {
   |        `- error: redefinition of module 'SwiftOverlayShims'
31 |   header "LibcOverlayShims.h"
32 |   export *
//usr/lib/swift/shims/module.modulemap:30:8: note: previously defined here
28 | }
29 |
30 | module SwiftOverlayShims {
   |        `- note: previously defined here
31 |   header "LibcOverlayShims.h"
32 |   export *
/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/shims/module.modulemap:35:8: error: redefinition of module '_SynchronizationShims'
33 | }
34 |
35 | module _SynchronizationShims {
   |        `- error: redefinition of module '_SynchronizationShims'
36 |   header "_SynchronizationShims.h"
37 |   export *
//usr/lib/swift/shims/module.modulemap:35:8: note: previously defined here
33 | }
34 |
35 | module _SynchronizationShims {
   |        `- note: previously defined here
36 |   header "_SynchronizationShims.h"
37 |   export *
/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/_foundation_unicode/module.modulemap:1:8: error: redefinition of module '_FoundationICU'
  1 | module _FoundationICU {
    |        `- error: redefinition of module '_FoundationICU'
  2 |     header "translit.h"
  3 |     header "ustdio.h"
//usr/lib/swift/_foundation_unicode/module.modulemap:1:8: note: previously defined here
  1 | module _FoundationICU {
    |        `- note: previously defined here
  2 |     header "translit.h"
  3 |     header "ustdio.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/_FoundationCShims/module.modulemap:1:8: error: redefinition of module '_FoundationCShims'
1 | module _FoundationCShims {
  |        `- error: redefinition of module '_FoundationCShims'
2 |     header "_FoundationCShims.h"
3 |
//usr/lib/swift/_FoundationCShims/module.modulemap:1:8: note: previously defined here
1 | module _FoundationCShims {
  |        `- note: previously defined here
2 |     header "_FoundationCShims.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/lib/swift/CoreFoundation/module.modulemap:1:8: error: redefinition of module 'CoreFoundation'
1 | module CoreFoundation {
  |        `- error: redefinition of module 'CoreFoundation'
2 |     umbrella header "CoreFoundation.h"
3 |
//usr/lib/swift/CoreFoundation/module.modulemap:1:8: note: previously defined here
1 | module CoreFoundation {
  |        `- note: previously defined here
2 |     umbrella header "CoreFoundation.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/lib/swift/dispatch/module.modulemap:1:8: error: redefinition of module 'Dispatch'
 1 | module Dispatch {
   |        `- error: redefinition of module 'Dispatch'
 2 | 	requires blocks
 3 | 	export *
//usr/lib/swift/dispatch/module.modulemap:1:8: note: previously defined here
 1 | module Dispatch {
   |        `- note: previously defined here
 2 | 	requires blocks
 3 | 	export *
/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/dispatch/module.modulemap:8:8: error: redefinition of module 'DispatchIntrospection'
 6 | }
 7 |
 8 | module DispatchIntrospection [system] [extern_c] {
   |        `- error: redefinition of module 'DispatchIntrospection'
 9 | 	header "introspection.h"
10 | 	export *
//usr/lib/swift/dispatch/module.modulemap:8:8: note: previously defined here
 6 | }
 7 |
 8 | module DispatchIntrospection [system] [extern_c] {
   |        `- note: previously defined here
 9 | 	header "introspection.h"
10 | 	export *
/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/dispatch/module.modulemap:13:8: error: redefinition of module 'CDispatch'
11 | }
12 |
13 | module CDispatch [system] [extern_c] {
   |        `- error: redefinition of module 'CDispatch'
14 | 	umbrella header "dispatch.h"
15 | 	export *
//usr/lib/swift/dispatch/module.modulemap:13:8: note: previously defined here
11 | }
12 |
13 | module CDispatch [system] [extern_c] {
   |        `- note: previously defined here
14 | 	umbrella header "dispatch.h"
15 | 	export *
/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/shims/module.modulemap:1:8: error: redefinition of module 'SwiftShims'
 1 | module SwiftShims {
   |        `- error: redefinition of module 'SwiftShims'
 2 |   header "AssertionReporting.h"
 3 |   header "CoreFoundationShims.h"
//usr/lib/swift/shims/module.modulemap:1:8: note: previously defined here
 1 | module SwiftShims {
   |        `- note: previously defined here
 2 |   header "AssertionReporting.h"
 3 |   header "CoreFoundationShims.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/shims/module.modulemap:26:8: error: redefinition of module '_SwiftConcurrencyShims'
24 | }
25 |
26 | module _SwiftConcurrencyShims {
   |        `- error: redefinition of module '_SwiftConcurrencyShims'
27 |   header "_SwiftConcurrency.h"
28 | }
//usr/lib/swift/shims/module.modulemap:26:8: note: previously defined here
24 | }
25 |
26 | module _SwiftConcurrencyShims {
   |        `- note: previously defined here
27 |   header "_SwiftConcurrency.h"
28 | }
/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/shims/module.modulemap:30:8: error: redefinition of module 'SwiftOverlayShims'
28 | }
29 |
30 | module SwiftOverlayShims {
   |        `- error: redefinition of module 'SwiftOverlayShims'
31 |   header "LibcOverlayShims.h"
32 |   export *
//usr/lib/swift/shims/module.modulemap:30:8: note: previously defined here
28 | }
29 |
30 | module SwiftOverlayShims {
   |        `- note: previously defined here
31 |   header "LibcOverlayShims.h"
32 |   export *
/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/shims/module.modulemap:35:8: error: redefinition of module '_SynchronizationShims'
33 | }
34 |
35 | module _SynchronizationShims {
   |        `- error: redefinition of module '_SynchronizationShims'
36 |   header "_SynchronizationShims.h"
37 |   export *
//usr/lib/swift/shims/module.modulemap:35:8: note: previously defined here
33 | }
34 |
35 | module _SynchronizationShims {
   |        `- note: previously defined here
36 |   header "_SynchronizationShims.h"
37 |   export *
/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:70:10: note: while building module 'inet' imported from /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:70:
 68 | #include <grp.h>
 69 | #include <iconv.h>
 70 | #include <ifaddrs.h>
    |          `- note: while building module 'inet' imported from /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:70:
 71 | #include <jni.h>
 72 | #include <langinfo.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/endian.h:10:10: 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/endian.h:10:
 8 |  */
 9 |
10 | #include <sys/endian.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/endian.h:10:
11 |
<module-includes>:9:10: note: in file included from <module-includes>:9:
 7 | #include "sys/msg.h"
 8 | #include "sys/random.h"
 9 | #include "sys/resource.h"
   |          `- note: in file included from <module-includes>:9:
10 | #include "sys/sem.h"
11 | #include "sys/shm.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/resource.h:35: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/resource.h:35:
33 | #include <sys/types.h>
34 |
35 | #include <linux/resource.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/resource.h:35:
36 |
37 | __BEGIN_DECLS
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/linux/resource.h:9:10: error: could not build module '_linux_time'
 7 | #ifndef _UAPI_LINUX_RESOURCE_H
 8 | #define _UAPI_LINUX_RESOURCE_H
 9 | #include <linux/time_types.h>
   |          `- error: could not build module '_linux_time'
10 | #include <linux/types.h>
11 | #define RUSAGE_SELF 0
/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:70:10: note: while building module 'inet' imported from /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:70:
 68 | #include <grp.h>
 69 | #include <iconv.h>
 70 | #include <ifaddrs.h>
    |          `- note: while building module 'inet' imported from /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:70:
 71 | #include <jni.h>
 72 | #include <langinfo.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/endian.h:10:10: 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/endian.h:10:
 8 |  */
 9 |
10 | #include <sys/endian.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/endian.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/shm.h:39:10: note: while building module 'unistd' imported from /root/.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/shm.h:39:
37 | #include <sys/ipc.h>
38 | #include <sys/types.h>
39 | #include <unistd.h>
   |          `- note: while building module 'unistd' imported from /root/.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/shm.h:39:
40 |
41 | #include <linux/shm.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "unistd.h"
  |          `- note: in file included from <module-includes>:1:
2 | #include "sys/unistd.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/unistd.h:34:10: error: could not build module '_sys_select'
 32 | #include <sys/cdefs.h>
 33 | #include <sys/types.h>
 34 | #include <sys/select.h>
    |          `- error: could not build module '_sys_select'
 35 |
 36 | #include <bits/fcntl.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:70:10: note: while building module 'inet' imported from /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:70:
 68 | #include <grp.h>
 69 | #include <iconv.h>
 70 | #include <ifaddrs.h>
    |          `- note: while building module 'inet' imported from /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:70:
 71 | #include <jni.h>
 72 | #include <langinfo.h>
<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 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/netinet/in.h:31: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/netinet/in.h:31:
29 | #pragma once
30 |
31 | #include <endian.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/netinet/in.h:31:
32 | #include <netinet/in6.h>
33 | #include <sys/cdefs.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/endian.h:10:10: error: could not build module '_sys_core'
 8 |  */
 9 |
10 | #include <sys/endian.h>
   |          `- error: could not build module '_sys_core'
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/lib/swift/android/aarch64/SwiftAndroidNDK.h:72:10: note: while building module 'langinfo' imported from /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:72:
 70 | #include <ifaddrs.h>
 71 | #include <jni.h>
 72 | #include <langinfo.h>
    |          `- note: while building module 'langinfo' imported from /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:72:
 73 | #include <libgen.h>
 74 | #include <link.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "langinfo.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/langinfo.h:34:10: error: could not build module 'posix_filesystem'
 32 | #include <sys/cdefs.h>
 33 |
 34 | #include <nl_types.h>
    |          `- error: could not build module 'posix_filesystem'
 35 | #include <xlocale.h>
 36 |
/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:81:10: note: while building module 'pty' imported from /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:81:
 79 | #include <poll.h>
 80 | #include <pthread.h>
 81 | #include <pty.h>
    |          `- note: while building module 'pty' imported from /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:81:
 82 | #include <pwd.h>
 83 | #include <regex.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/pty.h:38:10: note: while building module 'termio' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/pty.h:38:
36 | #include <sys/cdefs.h>
37 |
38 | #include <termios.h>
   |          `- note: while building module 'termio' imported from /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/pty.h:38:
39 | #include <sys/ioctl.h>
40 |
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "termio.h"
  |          `- note: in file included from <module-includes>:1:
2 | #include "termios.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/termio.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/termio.h:10:
 8 |  */
 9 |
10 | #include <termios.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/termio.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/termios.h:37:10: error: could not build module 'posix_filesystem'
 35 |
 36 | #include <sys/cdefs.h>
 37 | #include <sys/ioctl.h>
    |          `- error: could not build module 'posix_filesystem'
 38 | #include <sys/types.h>
 39 | #include <linux/termios.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:81:10: note: while building module 'pty' imported from /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:81:
 79 | #include <poll.h>
 80 | #include <pthread.h>
 81 | #include <pty.h>
    |          `- note: while building module 'pty' imported from /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:81:
 82 | #include <pwd.h>
 83 | #include <regex.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "pty.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/pty.h:38:10: error: could not build module 'termio'
36 | #include <sys/cdefs.h>
37 |
38 | #include <termios.h>
   |          `- error: could not build module 'termio'
39 | #include <sys/ioctl.h>
40 |
/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/_foundation_unicode/module.modulemap:1:8: error: redefinition of module '_FoundationICU'
  1 | module _FoundationICU {
    |        `- error: redefinition of module '_FoundationICU'
  2 |     header "translit.h"
  3 |     header "ustdio.h"
//usr/lib/swift/_foundation_unicode/module.modulemap:1:8: note: previously defined here
  1 | module _FoundationICU {
    |        `- note: previously defined here
  2 |     header "translit.h"
  3 |     header "ustdio.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/_FoundationCShims/module.modulemap:1:8: error: redefinition of module '_FoundationCShims'
1 | module _FoundationCShims {
  |        `- error: redefinition of module '_FoundationCShims'
2 |     header "_FoundationCShims.h"
3 |
//usr/lib/swift/_FoundationCShims/module.modulemap:1:8: note: previously defined here
1 | module _FoundationCShims {
  |        `- note: previously defined here
2 |     header "_FoundationCShims.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/lib/swift/CoreFoundation/module.modulemap:1:8: error: redefinition of module 'CoreFoundation'
1 | module CoreFoundation {
  |        `- error: redefinition of module 'CoreFoundation'
2 |     umbrella header "CoreFoundation.h"
3 |
//usr/lib/swift/CoreFoundation/module.modulemap:1:8: note: previously defined here
1 | module CoreFoundation {
  |        `- note: previously defined here
2 |     umbrella header "CoreFoundation.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/lib/swift/dispatch/module.modulemap:1:8: error: redefinition of module 'Dispatch'
 1 | module Dispatch {
   |        `- error: redefinition of module 'Dispatch'
 2 | 	requires blocks
 3 | 	export *
//usr/lib/swift/dispatch/module.modulemap:1:8: note: previously defined here
 1 | module Dispatch {
   |        `- note: previously defined here
 2 | 	requires blocks
 3 | 	export *
/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/dispatch/module.modulemap:8:8: error: redefinition of module 'DispatchIntrospection'
 6 | }
 7 |
 8 | module DispatchIntrospection [system] [extern_c] {
   |        `- error: redefinition of module 'DispatchIntrospection'
 9 | 	header "introspection.h"
10 | 	export *
//usr/lib/swift/dispatch/module.modulemap:8:8: note: previously defined here
 6 | }
 7 |
 8 | module DispatchIntrospection [system] [extern_c] {
   |        `- note: previously defined here
 9 | 	header "introspection.h"
10 | 	export *
/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/dispatch/module.modulemap:13:8: error: redefinition of module 'CDispatch'
11 | }
12 |
13 | module CDispatch [system] [extern_c] {
   |        `- error: redefinition of module 'CDispatch'
14 | 	umbrella header "dispatch.h"
15 | 	export *
//usr/lib/swift/dispatch/module.modulemap:13:8: note: previously defined here
11 | }
12 |
13 | module CDispatch [system] [extern_c] {
   |        `- note: previously defined here
14 | 	umbrella header "dispatch.h"
15 | 	export *
/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/shims/module.modulemap:1:8: error: redefinition of module 'SwiftShims'
 1 | module SwiftShims {
   |        `- error: redefinition of module 'SwiftShims'
 2 |   header "AssertionReporting.h"
 3 |   header "CoreFoundationShims.h"
//usr/lib/swift/shims/module.modulemap:1:8: note: previously defined here
 1 | module SwiftShims {
   |        `- note: previously defined here
 2 |   header "AssertionReporting.h"
 3 |   header "CoreFoundationShims.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/shims/module.modulemap:26:8: error: redefinition of module '_SwiftConcurrencyShims'
24 | }
25 |
26 | module _SwiftConcurrencyShims {
   |        `- error: redefinition of module '_SwiftConcurrencyShims'
27 |   header "_SwiftConcurrency.h"
28 | }
//usr/lib/swift/shims/module.modulemap:26:8: note: previously defined here
24 | }
25 |
26 | module _SwiftConcurrencyShims {
   |        `- note: previously defined here
27 |   header "_SwiftConcurrency.h"
28 | }
/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/shims/module.modulemap:30:8: error: redefinition of module 'SwiftOverlayShims'
28 | }
29 |
30 | module SwiftOverlayShims {
   |        `- error: redefinition of module 'SwiftOverlayShims'
31 |   header "LibcOverlayShims.h"
32 |   export *
//usr/lib/swift/shims/module.modulemap:30:8: note: previously defined here
28 | }
29 |
30 | module SwiftOverlayShims {
   |        `- note: previously defined here
31 |   header "LibcOverlayShims.h"
32 |   export *
/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/shims/module.modulemap:35:8: error: redefinition of module '_SynchronizationShims'
33 | }
34 |
35 | module _SynchronizationShims {
   |        `- error: redefinition of module '_SynchronizationShims'
36 |   header "_SynchronizationShims.h"
37 |   export *
//usr/lib/swift/shims/module.modulemap:35:8: note: previously defined here
33 | }
34 |
35 | module _SynchronizationShims {
   |        `- note: previously defined here
36 |   header "_SynchronizationShims.h"
37 |   export *
/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:84:10: note: while building module 'resolv' imported from /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:84:
 82 | #include <pwd.h>
 83 | #include <regex.h>
 84 | #include <resolv.h>
    |          `- note: while building module 'resolv' imported from /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:84:
 85 | #include <sched.h>
 86 | #include <search.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "resolv.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/resolv.h:32: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/resolv.h:32:
30 | #define _RESOLV_H_
31 |
32 | #include <sys/param.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/resolv.h:32:
33 | #include <sys/types.h>
34 | #include <sys/cdefs.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/param.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/sys/param.h:36:
34 |  */
35 |
36 | #include <endian.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/param.h:36:
37 | #include <limits.h>
38 | #include <linux/param.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/endian.h:10:10: error: could not build module '_sys_core'
 8 |  */
 9 |
10 | #include <sys/endian.h>
   |          `- error: could not build module '_sys_core'
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/lib/swift/_foundation_unicode/module.modulemap:1:8: error: redefinition of module '_FoundationICU'
  1 | module _FoundationICU {
    |        `- error: redefinition of module '_FoundationICU'
  2 |     header "translit.h"
  3 |     header "ustdio.h"
//usr/lib/swift/_foundation_unicode/module.modulemap:1:8: note: previously defined here
  1 | module _FoundationICU {
    |        `- note: previously defined here
  2 |     header "translit.h"
  3 |     header "ustdio.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/_FoundationCShims/module.modulemap:1:8: error: redefinition of module '_FoundationCShims'
1 | module _FoundationCShims {
  |        `- error: redefinition of module '_FoundationCShims'
2 |     header "_FoundationCShims.h"
3 |
//usr/lib/swift/_FoundationCShims/module.modulemap:1:8: note: previously defined here
1 | module _FoundationCShims {
  |        `- note: previously defined here
2 |     header "_FoundationCShims.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/lib/swift/CoreFoundation/module.modulemap:1:8: error: redefinition of module 'CoreFoundation'
1 | module CoreFoundation {
  |        `- error: redefinition of module 'CoreFoundation'
2 |     umbrella header "CoreFoundation.h"
3 |
//usr/lib/swift/CoreFoundation/module.modulemap:1:8: note: previously defined here
1 | module CoreFoundation {
  |        `- note: previously defined here
2 |     umbrella header "CoreFoundation.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/lib/swift/dispatch/module.modulemap:1:8: error: redefinition of module 'Dispatch'
 1 | module Dispatch {
   |        `- error: redefinition of module 'Dispatch'
 2 | 	requires blocks
 3 | 	export *
//usr/lib/swift/dispatch/module.modulemap:1:8: note: previously defined here
 1 | module Dispatch {
   |        `- note: previously defined here
 2 | 	requires blocks
 3 | 	export *
/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/dispatch/module.modulemap:8:8: error: redefinition of module 'DispatchIntrospection'
 6 | }
 7 |
 8 | module DispatchIntrospection [system] [extern_c] {
   |        `- error: redefinition of module 'DispatchIntrospection'
 9 | 	header "introspection.h"
10 | 	export *
//usr/lib/swift/dispatch/module.modulemap:8:8: note: previously defined here
 6 | }
 7 |
 8 | module DispatchIntrospection [system] [extern_c] {
   |        `- note: previously defined here
 9 | 	header "introspection.h"
10 | 	export *
/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/dispatch/module.modulemap:13:8: error: redefinition of module 'CDispatch'
11 | }
12 |
13 | module CDispatch [system] [extern_c] {
   |        `- error: redefinition of module 'CDispatch'
14 | 	umbrella header "dispatch.h"
15 | 	export *
//usr/lib/swift/dispatch/module.modulemap:13:8: note: previously defined here
11 | }
12 |
13 | module CDispatch [system] [extern_c] {
   |        `- note: previously defined here
14 | 	umbrella header "dispatch.h"
15 | 	export *
/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/shims/module.modulemap:1:8: error: redefinition of module 'SwiftShims'
 1 | module SwiftShims {
   |        `- error: redefinition of module 'SwiftShims'
 2 |   header "AssertionReporting.h"
 3 |   header "CoreFoundationShims.h"
//usr/lib/swift/shims/module.modulemap:1:8: note: previously defined here
 1 | module SwiftShims {
   |        `- note: previously defined here
 2 |   header "AssertionReporting.h"
 3 |   header "CoreFoundationShims.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/shims/module.modulemap:26:8: error: redefinition of module '_SwiftConcurrencyShims'
24 | }
25 |
26 | module _SwiftConcurrencyShims {
   |        `- error: redefinition of module '_SwiftConcurrencyShims'
27 |   header "_SwiftConcurrency.h"
28 | }
//usr/lib/swift/shims/module.modulemap:26:8: note: previously defined here
24 | }
25 |
26 | module _SwiftConcurrencyShims {
   |        `- note: previously defined here
27 |   header "_SwiftConcurrency.h"
28 | }
/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/shims/module.modulemap:30:8: error: redefinition of module 'SwiftOverlayShims'
28 | }
29 |
30 | module SwiftOverlayShims {
   |        `- error: redefinition of module 'SwiftOverlayShims'
31 |   header "LibcOverlayShims.h"
32 |   export *
//usr/lib/swift/shims/module.modulemap:30:8: note: previously defined here
28 | }
29 |
30 | module SwiftOverlayShims {
   |        `- note: previously defined here
31 |   header "LibcOverlayShims.h"
32 |   export *
/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/shims/module.modulemap:35:8: error: redefinition of module '_SynchronizationShims'
33 | }
34 |
35 | module _SynchronizationShims {
   |        `- error: redefinition of module '_SynchronizationShims'
36 |   header "_SynchronizationShims.h"
37 |   export *
//usr/lib/swift/shims/module.modulemap:35:8: note: previously defined here
33 | }
34 |
35 | module _SynchronizationShims {
   |        `- note: previously defined here
36 |   header "_SynchronizationShims.h"
37 |   export *
/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/_foundation_unicode/module.modulemap:1:8: error: redefinition of module '_FoundationICU'
  1 | module _FoundationICU {
    |        `- error: redefinition of module '_FoundationICU'
  2 |     header "translit.h"
  3 |     header "ustdio.h"
//usr/lib/swift/_foundation_unicode/module.modulemap:1:8: note: previously defined here
  1 | module _FoundationICU {
    |        `- note: previously defined here
  2 |     header "translit.h"
  3 |     header "ustdio.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/_FoundationCShims/module.modulemap:1:8: error: redefinition of module '_FoundationCShims'
1 | module _FoundationCShims {
  |        `- error: redefinition of module '_FoundationCShims'
2 |     header "_FoundationCShims.h"
3 |
//usr/lib/swift/_FoundationCShims/module.modulemap:1:8: note: previously defined here
1 | module _FoundationCShims {
  |        `- note: previously defined here
2 |     header "_FoundationCShims.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/lib/swift/CoreFoundation/module.modulemap:1:8: error: redefinition of module 'CoreFoundation'
1 | module CoreFoundation {
  |        `- error: redefinition of module 'CoreFoundation'
2 |     umbrella header "CoreFoundation.h"
3 |
//usr/lib/swift/CoreFoundation/module.modulemap:1:8: note: previously defined here
1 | module CoreFoundation {
  |        `- note: previously defined here
2 |     umbrella header "CoreFoundation.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/lib/swift/dispatch/module.modulemap:1:8: error: redefinition of module 'Dispatch'
 1 | module Dispatch {
   |        `- error: redefinition of module 'Dispatch'
 2 | 	requires blocks
 3 | 	export *
//usr/lib/swift/dispatch/module.modulemap:1:8: note: previously defined here
 1 | module Dispatch {
   |        `- note: previously defined here
 2 | 	requires blocks
 3 | 	export *
/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/dispatch/module.modulemap:8:8: error: redefinition of module 'DispatchIntrospection'
 6 | }
 7 |
 8 | module DispatchIntrospection [system] [extern_c] {
   |        `- error: redefinition of module 'DispatchIntrospection'
 9 | 	header "introspection.h"
10 | 	export *
//usr/lib/swift/dispatch/module.modulemap:8:8: note: previously defined here
 6 | }
 7 |
 8 | module DispatchIntrospection [system] [extern_c] {
   |        `- note: previously defined here
 9 | 	header "introspection.h"
10 | 	export *
/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/dispatch/module.modulemap:13:8: error: redefinition of module 'CDispatch'
11 | }
12 |
13 | module CDispatch [system] [extern_c] {
   |        `- error: redefinition of module 'CDispatch'
14 | 	umbrella header "dispatch.h"
15 | 	export *
//usr/lib/swift/dispatch/module.modulemap:13:8: note: previously defined here
11 | }
12 |
13 | module CDispatch [system] [extern_c] {
   |        `- note: previously defined here
14 | 	umbrella header "dispatch.h"
15 | 	export *
/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/shims/module.modulemap:1:8: error: redefinition of module 'SwiftShims'
 1 | module SwiftShims {
   |        `- error: redefinition of module 'SwiftShims'
 2 |   header "AssertionReporting.h"
 3 |   header "CoreFoundationShims.h"
//usr/lib/swift/shims/module.modulemap:1:8: note: previously defined here
 1 | module SwiftShims {
   |        `- note: previously defined here
 2 |   header "AssertionReporting.h"
 3 |   header "CoreFoundationShims.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/shims/module.modulemap:26:8: error: redefinition of module '_SwiftConcurrencyShims'
24 | }
25 |
26 | module _SwiftConcurrencyShims {
   |        `- error: redefinition of module '_SwiftConcurrencyShims'
27 |   header "_SwiftConcurrency.h"
28 | }
//usr/lib/swift/shims/module.modulemap:26:8: note: previously defined here
24 | }
25 |
26 | module _SwiftConcurrencyShims {
   |        `- note: previously defined here
27 |   header "_SwiftConcurrency.h"
28 | }
/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/shims/module.modulemap:30:8: error: redefinition of module 'SwiftOverlayShims'
28 | }
29 |
30 | module SwiftOverlayShims {
   |        `- error: redefinition of module 'SwiftOverlayShims'
31 |   header "LibcOverlayShims.h"
32 |   export *
//usr/lib/swift/shims/module.modulemap:30:8: note: previously defined here
28 | }
29 |
30 | module SwiftOverlayShims {
   |        `- note: previously defined here
31 |   header "LibcOverlayShims.h"
32 |   export *
/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/shims/module.modulemap:35:8: error: redefinition of module '_SynchronizationShims'
33 | }
34 |
35 | module _SynchronizationShims {
   |        `- error: redefinition of module '_SynchronizationShims'
36 |   header "_SynchronizationShims.h"
37 |   export *
//usr/lib/swift/shims/module.modulemap:35:8: note: previously defined here
33 | }
34 |
35 | module _SynchronizationShims {
   |        `- note: previously defined here
36 |   header "_SynchronizationShims.h"
37 |   export *
/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/_foundation_unicode/module.modulemap:1:8: error: redefinition of module '_FoundationICU'
  1 | module _FoundationICU {
    |        `- error: redefinition of module '_FoundationICU'
  2 |     header "translit.h"
  3 |     header "ustdio.h"
//usr/lib/swift/_foundation_unicode/module.modulemap:1:8: note: previously defined here
  1 | module _FoundationICU {
    |        `- note: previously defined here
  2 |     header "translit.h"
  3 |     header "ustdio.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/_FoundationCShims/module.modulemap:1:8: error: redefinition of module '_FoundationCShims'
1 | module _FoundationCShims {
  |        `- error: redefinition of module '_FoundationCShims'
2 |     header "_FoundationCShims.h"
3 |
//usr/lib/swift/_FoundationCShims/module.modulemap:1:8: note: previously defined here
1 | module _FoundationCShims {
  |        `- note: previously defined here
2 |     header "_FoundationCShims.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/lib/swift/CoreFoundation/module.modulemap:1:8: error: redefinition of module 'CoreFoundation'
1 | module CoreFoundation {
  |        `- error: redefinition of module 'CoreFoundation'
2 |     umbrella header "CoreFoundation.h"
3 |
//usr/lib/swift/CoreFoundation/module.modulemap:1:8: note: previously defined here
1 | module CoreFoundation {
  |        `- note: previously defined here
2 |     umbrella header "CoreFoundation.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/lib/swift/dispatch/module.modulemap:1:8: error: redefinition of module 'Dispatch'
 1 | module Dispatch {
   |        `- error: redefinition of module 'Dispatch'
 2 | 	requires blocks
 3 | 	export *
//usr/lib/swift/dispatch/module.modulemap:1:8: note: previously defined here
 1 | module Dispatch {
   |        `- note: previously defined here
 2 | 	requires blocks
 3 | 	export *
/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/dispatch/module.modulemap:8:8: error: redefinition of module 'DispatchIntrospection'
 6 | }
 7 |
 8 | module DispatchIntrospection [system] [extern_c] {
   |        `- error: redefinition of module 'DispatchIntrospection'
 9 | 	header "introspection.h"
10 | 	export *
//usr/lib/swift/dispatch/module.modulemap:8:8: note: previously defined here
 6 | }
 7 |
 8 | module DispatchIntrospection [system] [extern_c] {
   |        `- note: previously defined here
 9 | 	header "introspection.h"
10 | 	export *
/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/dispatch/module.modulemap:13:8: error: redefinition of module 'CDispatch'
11 | }
12 |
13 | module CDispatch [system] [extern_c] {
   |        `- error: redefinition of module 'CDispatch'
14 | 	umbrella header "dispatch.h"
15 | 	export *
//usr/lib/swift/dispatch/module.modulemap:13:8: note: previously defined here
11 | }
12 |
13 | module CDispatch [system] [extern_c] {
   |        `- note: previously defined here
14 | 	umbrella header "dispatch.h"
15 | 	export *
/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/shims/module.modulemap:1:8: error: redefinition of module 'SwiftShims'
 1 | module SwiftShims {
   |        `- error: redefinition of module 'SwiftShims'
 2 |   header "AssertionReporting.h"
 3 |   header "CoreFoundationShims.h"
//usr/lib/swift/shims/module.modulemap:1:8: note: previously defined here
 1 | module SwiftShims {
   |        `- note: previously defined here
 2 |   header "AssertionReporting.h"
 3 |   header "CoreFoundationShims.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/shims/module.modulemap:26:8: error: redefinition of module '_SwiftConcurrencyShims'
24 | }
25 |
26 | module _SwiftConcurrencyShims {
   |        `- error: redefinition of module '_SwiftConcurrencyShims'
27 |   header "_SwiftConcurrency.h"
28 | }
//usr/lib/swift/shims/module.modulemap:26:8: note: previously defined here
24 | }
25 |
26 | module _SwiftConcurrencyShims {
   |        `- note: previously defined here
27 |   header "_SwiftConcurrency.h"
28 | }
/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/shims/module.modulemap:30:8: error: redefinition of module 'SwiftOverlayShims'
28 | }
29 |
30 | module SwiftOverlayShims {
   |        `- error: redefinition of module 'SwiftOverlayShims'
31 |   header "LibcOverlayShims.h"
32 |   export *
//usr/lib/swift/shims/module.modulemap:30:8: note: previously defined here
28 | }
29 |
30 | module SwiftOverlayShims {
   |        `- note: previously defined here
31 |   header "LibcOverlayShims.h"
32 |   export *
/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/shims/module.modulemap:35:8: error: redefinition of module '_SynchronizationShims'
33 | }
34 |
35 | module _SynchronizationShims {
   |        `- error: redefinition of module '_SynchronizationShims'
36 |   header "_SynchronizationShims.h"
37 |   export *
//usr/lib/swift/shims/module.modulemap:35:8: note: previously defined here
33 | }
34 |
35 | module _SynchronizationShims {
   |        `- note: previously defined here
36 |   header "_SynchronizationShims.h"
37 |   export *
/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:88:10: note: while building module 'spawn' imported from /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:88:
 86 | #include <search.h>
 87 | #include <semaphore.h>
 88 | #include <spawn.h>
    |          `- note: while building module 'spawn' imported from /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:88:
 89 | #include <strings.h>
 90 | #include <syscall.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "spawn.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/spawn.h:34:10: error: could not build module 'sched'
32 | #include <sys/cdefs.h>
33 | #include <sys/types.h>
34 | #include <sched.h>
   |          `- error: could not build module 'sched'
35 | #include <signal.h>
36 |
/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:90:10: note: while building module 'sys' imported from /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:90:
 88 | #include <spawn.h>
 89 | #include <strings.h>
 90 | #include <syscall.h>
    |          `- note: while building module 'sys' imported from /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:90:
 91 | #include <sysexits.h>
 92 | #include <syslog.h>
<module-includes>:3:10: note: in file included from <module-includes>:3:
1 | #include "syscall.h"
2 | #include "sysexits.h"
3 | #include "syslog.h"
  |          `- note: in file included from <module-includes>:3:
4 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/syslog.h:59:10: error: could not build module '_stdio'
 57 | #pragma once
 58 |
 59 | #include <stdio.h>
    |          `- error: could not build module '_stdio'
 60 | #include <sys/cdefs.h>
 61 | #include <stdarg.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/_foundation_unicode/module.modulemap:1:8: error: redefinition of module '_FoundationICU'
  1 | module _FoundationICU {
    |        `- error: redefinition of module '_FoundationICU'
  2 |     header "translit.h"
  3 |     header "ustdio.h"
//usr/lib/swift/_foundation_unicode/module.modulemap:1:8: note: previously defined here
  1 | module _FoundationICU {
    |        `- note: previously defined here
  2 |     header "translit.h"
  3 |     header "ustdio.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/_FoundationCShims/module.modulemap:1:8: error: redefinition of module '_FoundationCShims'
1 | module _FoundationCShims {
  |        `- error: redefinition of module '_FoundationCShims'
2 |     header "_FoundationCShims.h"
3 |
//usr/lib/swift/_FoundationCShims/module.modulemap:1:8: note: previously defined here
1 | module _FoundationCShims {
  |        `- note: previously defined here
2 |     header "_FoundationCShims.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/lib/swift/CoreFoundation/module.modulemap:1:8: error: redefinition of module 'CoreFoundation'
1 | module CoreFoundation {
  |        `- error: redefinition of module 'CoreFoundation'
2 |     umbrella header "CoreFoundation.h"
3 |
//usr/lib/swift/CoreFoundation/module.modulemap:1:8: note: previously defined here
1 | module CoreFoundation {
  |        `- note: previously defined here
2 |     umbrella header "CoreFoundation.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/lib/swift/dispatch/module.modulemap:1:8: error: redefinition of module 'Dispatch'
 1 | module Dispatch {
   |        `- error: redefinition of module 'Dispatch'
 2 | 	requires blocks
 3 | 	export *
//usr/lib/swift/dispatch/module.modulemap:1:8: note: previously defined here
 1 | module Dispatch {
   |        `- note: previously defined here
 2 | 	requires blocks
 3 | 	export *
/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/dispatch/module.modulemap:8:8: error: redefinition of module 'DispatchIntrospection'
 6 | }
 7 |
 8 | module DispatchIntrospection [system] [extern_c] {
   |        `- error: redefinition of module 'DispatchIntrospection'
 9 | 	header "introspection.h"
10 | 	export *
//usr/lib/swift/dispatch/module.modulemap:8:8: note: previously defined here
 6 | }
 7 |
 8 | module DispatchIntrospection [system] [extern_c] {
   |        `- note: previously defined here
 9 | 	header "introspection.h"
10 | 	export *
/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/dispatch/module.modulemap:13:8: error: redefinition of module 'CDispatch'
11 | }
12 |
13 | module CDispatch [system] [extern_c] {
   |        `- error: redefinition of module 'CDispatch'
14 | 	umbrella header "dispatch.h"
15 | 	export *
//usr/lib/swift/dispatch/module.modulemap:13:8: note: previously defined here
11 | }
12 |
13 | module CDispatch [system] [extern_c] {
   |        `- note: previously defined here
14 | 	umbrella header "dispatch.h"
15 | 	export *
/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/shims/module.modulemap:1:8: error: redefinition of module 'SwiftShims'
 1 | module SwiftShims {
   |        `- error: redefinition of module 'SwiftShims'
 2 |   header "AssertionReporting.h"
 3 |   header "CoreFoundationShims.h"
//usr/lib/swift/shims/module.modulemap:1:8: note: previously defined here
 1 | module SwiftShims {
   |        `- note: previously defined here
 2 |   header "AssertionReporting.h"
 3 |   header "CoreFoundationShims.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/shims/module.modulemap:26:8: error: redefinition of module '_SwiftConcurrencyShims'
24 | }
25 |
26 | module _SwiftConcurrencyShims {
   |        `- error: redefinition of module '_SwiftConcurrencyShims'
27 |   header "_SwiftConcurrency.h"
28 | }
//usr/lib/swift/shims/module.modulemap:26:8: note: previously defined here
24 | }
25 |
26 | module _SwiftConcurrencyShims {
   |        `- note: previously defined here
27 |   header "_SwiftConcurrency.h"
28 | }
/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/shims/module.modulemap:30:8: error: redefinition of module 'SwiftOverlayShims'
28 | }
29 |
30 | module SwiftOverlayShims {
   |        `- error: redefinition of module 'SwiftOverlayShims'
31 |   header "LibcOverlayShims.h"
32 |   export *
//usr/lib/swift/shims/module.modulemap:30:8: note: previously defined here
28 | }
29 |
30 | module SwiftOverlayShims {
   |        `- note: previously defined here
31 |   header "LibcOverlayShims.h"
32 |   export *
/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/shims/module.modulemap:35:8: error: redefinition of module '_SynchronizationShims'
33 | }
34 |
35 | module _SynchronizationShims {
   |        `- error: redefinition of module '_SynchronizationShims'
36 |   header "_SynchronizationShims.h"
37 |   export *
//usr/lib/swift/shims/module.modulemap:35:8: note: previously defined here
33 | }
34 |
35 | module _SynchronizationShims {
   |        `- note: previously defined here
36 |   header "_SynchronizationShims.h"
37 |   export *
/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>
/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:97:10: note: while building module 'ucontext' imported from /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:97:
 95 | #include <termios.h>
 96 | #include <uconfig_local.h>
 97 | #include <ucontext.h>
    |          `- note: while building module 'ucontext' imported from /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:97:
 98 | #include <unistd.h>
 99 | #include <utime.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ucontext.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/ucontext.h:10:10: error: could not build module '_signal'
 8 |  */
 9 |
10 | #include <sys/ucontext.h>
   |          `- error: could not build module '_signal'
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/lib/swift/_foundation_unicode/module.modulemap:1:8: error: redefinition of module '_FoundationICU'
  1 | module _FoundationICU {
    |        `- error: redefinition of module '_FoundationICU'
  2 |     header "translit.h"
  3 |     header "ustdio.h"
//usr/lib/swift/_foundation_unicode/module.modulemap:1:8: note: previously defined here
  1 | module _FoundationICU {
    |        `- note: previously defined here
  2 |     header "translit.h"
  3 |     header "ustdio.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/_FoundationCShims/module.modulemap:1:8: error: redefinition of module '_FoundationCShims'
1 | module _FoundationCShims {
  |        `- error: redefinition of module '_FoundationCShims'
2 |     header "_FoundationCShims.h"
3 |
//usr/lib/swift/_FoundationCShims/module.modulemap:1:8: note: previously defined here
1 | module _FoundationCShims {
  |        `- note: previously defined here
2 |     header "_FoundationCShims.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/lib/swift/CoreFoundation/module.modulemap:1:8: error: redefinition of module 'CoreFoundation'
1 | module CoreFoundation {
  |        `- error: redefinition of module 'CoreFoundation'
2 |     umbrella header "CoreFoundation.h"
3 |
//usr/lib/swift/CoreFoundation/module.modulemap:1:8: note: previously defined here
1 | module CoreFoundation {
  |        `- note: previously defined here
2 |     umbrella header "CoreFoundation.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/lib/swift/dispatch/module.modulemap:1:8: error: redefinition of module 'Dispatch'
 1 | module Dispatch {
   |        `- error: redefinition of module 'Dispatch'
 2 | 	requires blocks
 3 | 	export *
//usr/lib/swift/dispatch/module.modulemap:1:8: note: previously defined here
 1 | module Dispatch {
   |        `- note: previously defined here
 2 | 	requires blocks
 3 | 	export *
/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/dispatch/module.modulemap:8:8: error: redefinition of module 'DispatchIntrospection'
 6 | }
 7 |
 8 | module DispatchIntrospection [system] [extern_c] {
   |        `- error: redefinition of module 'DispatchIntrospection'
 9 | 	header "introspection.h"
10 | 	export *
//usr/lib/swift/dispatch/module.modulemap:8:8: note: previously defined here
 6 | }
 7 |
 8 | module DispatchIntrospection [system] [extern_c] {
   |        `- note: previously defined here
 9 | 	header "introspection.h"
10 | 	export *
/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/dispatch/module.modulemap:13:8: error: redefinition of module 'CDispatch'
11 | }
12 |
13 | module CDispatch [system] [extern_c] {
   |        `- error: redefinition of module 'CDispatch'
14 | 	umbrella header "dispatch.h"
15 | 	export *
//usr/lib/swift/dispatch/module.modulemap:13:8: note: previously defined here
11 | }
12 |
13 | module CDispatch [system] [extern_c] {
   |        `- note: previously defined here
14 | 	umbrella header "dispatch.h"
15 | 	export *
/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/shims/module.modulemap:1:8: error: redefinition of module 'SwiftShims'
 1 | module SwiftShims {
   |        `- error: redefinition of module 'SwiftShims'
 2 |   header "AssertionReporting.h"
 3 |   header "CoreFoundationShims.h"
//usr/lib/swift/shims/module.modulemap:1:8: note: previously defined here
 1 | module SwiftShims {
   |        `- note: previously defined here
 2 |   header "AssertionReporting.h"
 3 |   header "CoreFoundationShims.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/shims/module.modulemap:26:8: error: redefinition of module '_SwiftConcurrencyShims'
24 | }
25 |
26 | module _SwiftConcurrencyShims {
   |        `- error: redefinition of module '_SwiftConcurrencyShims'
27 |   header "_SwiftConcurrency.h"
28 | }
//usr/lib/swift/shims/module.modulemap:26:8: note: previously defined here
24 | }
25 |
26 | module _SwiftConcurrencyShims {
   |        `- note: previously defined here
27 |   header "_SwiftConcurrency.h"
28 | }
/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/shims/module.modulemap:30:8: error: redefinition of module 'SwiftOverlayShims'
28 | }
29 |
30 | module SwiftOverlayShims {
   |        `- error: redefinition of module 'SwiftOverlayShims'
31 |   header "LibcOverlayShims.h"
32 |   export *
//usr/lib/swift/shims/module.modulemap:30:8: note: previously defined here
28 | }
29 |
30 | module SwiftOverlayShims {
   |        `- note: previously defined here
31 |   header "LibcOverlayShims.h"
32 |   export *
/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/shims/module.modulemap:35:8: error: redefinition of module '_SynchronizationShims'
33 | }
34 |
35 | module _SynchronizationShims {
   |        `- error: redefinition of module '_SynchronizationShims'
36 |   header "_SynchronizationShims.h"
37 |   export *
//usr/lib/swift/shims/module.modulemap:35:8: note: previously defined here
33 | }
34 |
35 | module _SynchronizationShims {
   |        `- note: previously defined here
36 |   header "_SynchronizationShims.h"
37 |   export *
/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:100:10: note: while building module 'utmp' imported from /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:100:
 98 | #include <unistd.h>
 99 | #include <utime.h>
100 | #include <utmp.h>
    |          `- note: while building module 'utmp' imported from /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:100:
101 | #include <utmpx.h>
102 | #include <wait.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "utmp.h"
  |          `- note: in file included from <module-includes>:1:
2 | #include "utmpx.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/utmp.h:38:10: error: could not build module '_time'
 36 | #include <sys/cdefs.h>
 37 | #include <sys/types.h>
 38 | #include <time.h>
    |          `- error: could not build module '_time'
 39 |
 40 | #define _PATH_UTMP      "/var/run/utmp"
/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/_foundation_unicode/module.modulemap:1:8: error: redefinition of module '_FoundationICU'
  1 | module _FoundationICU {
    |        `- error: redefinition of module '_FoundationICU'
  2 |     header "translit.h"
  3 |     header "ustdio.h"
//usr/lib/swift/_foundation_unicode/module.modulemap:1:8: note: previously defined here
  1 | module _FoundationICU {
    |        `- note: previously defined here
  2 |     header "translit.h"
  3 |     header "ustdio.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/_FoundationCShims/module.modulemap:1:8: error: redefinition of module '_FoundationCShims'
1 | module _FoundationCShims {
  |        `- error: redefinition of module '_FoundationCShims'
2 |     header "_FoundationCShims.h"
3 |
//usr/lib/swift/_FoundationCShims/module.modulemap:1:8: note: previously defined here
1 | module _FoundationCShims {
  |        `- note: previously defined here
2 |     header "_FoundationCShims.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/lib/swift/CoreFoundation/module.modulemap:1:8: error: redefinition of module 'CoreFoundation'
1 | module CoreFoundation {
  |        `- error: redefinition of module 'CoreFoundation'
2 |     umbrella header "CoreFoundation.h"
3 |
//usr/lib/swift/CoreFoundation/module.modulemap:1:8: note: previously defined here
1 | module CoreFoundation {
  |        `- note: previously defined here
2 |     umbrella header "CoreFoundation.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/lib/swift/dispatch/module.modulemap:1:8: error: redefinition of module 'Dispatch'
 1 | module Dispatch {
   |        `- error: redefinition of module 'Dispatch'
 2 | 	requires blocks
 3 | 	export *
//usr/lib/swift/dispatch/module.modulemap:1:8: note: previously defined here
 1 | module Dispatch {
   |        `- note: previously defined here
 2 | 	requires blocks
 3 | 	export *
/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/dispatch/module.modulemap:8:8: error: redefinition of module 'DispatchIntrospection'
 6 | }
 7 |
 8 | module DispatchIntrospection [system] [extern_c] {
   |        `- error: redefinition of module 'DispatchIntrospection'
 9 | 	header "introspection.h"
10 | 	export *
//usr/lib/swift/dispatch/module.modulemap:8:8: note: previously defined here
 6 | }
 7 |
 8 | module DispatchIntrospection [system] [extern_c] {
   |        `- note: previously defined here
 9 | 	header "introspection.h"
10 | 	export *
/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/dispatch/module.modulemap:13:8: error: redefinition of module 'CDispatch'
11 | }
12 |
13 | module CDispatch [system] [extern_c] {
   |        `- error: redefinition of module 'CDispatch'
14 | 	umbrella header "dispatch.h"
15 | 	export *
//usr/lib/swift/dispatch/module.modulemap:13:8: note: previously defined here
11 | }
12 |
13 | module CDispatch [system] [extern_c] {
   |        `- note: previously defined here
14 | 	umbrella header "dispatch.h"
15 | 	export *
/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/shims/module.modulemap:1:8: error: redefinition of module 'SwiftShims'
 1 | module SwiftShims {
   |        `- error: redefinition of module 'SwiftShims'
 2 |   header "AssertionReporting.h"
 3 |   header "CoreFoundationShims.h"
//usr/lib/swift/shims/module.modulemap:1:8: note: previously defined here
 1 | module SwiftShims {
   |        `- note: previously defined here
 2 |   header "AssertionReporting.h"
 3 |   header "CoreFoundationShims.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/shims/module.modulemap:26:8: error: redefinition of module '_SwiftConcurrencyShims'
24 | }
25 |
26 | module _SwiftConcurrencyShims {
   |        `- error: redefinition of module '_SwiftConcurrencyShims'
27 |   header "_SwiftConcurrency.h"
28 | }
//usr/lib/swift/shims/module.modulemap:26:8: note: previously defined here
24 | }
25 |
26 | module _SwiftConcurrencyShims {
   |        `- note: previously defined here
27 |   header "_SwiftConcurrency.h"
28 | }
/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/shims/module.modulemap:30:8: error: redefinition of module 'SwiftOverlayShims'
28 | }
29 |
30 | module SwiftOverlayShims {
   |        `- error: redefinition of module 'SwiftOverlayShims'
31 |   header "LibcOverlayShims.h"
32 |   export *
//usr/lib/swift/shims/module.modulemap:30:8: note: previously defined here
28 | }
29 |
30 | module SwiftOverlayShims {
   |        `- note: previously defined here
31 |   header "LibcOverlayShims.h"
32 |   export *
/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/shims/module.modulemap:35:8: error: redefinition of module '_SynchronizationShims'
33 | }
34 |
35 | module _SynchronizationShims {
   |        `- error: redefinition of module '_SynchronizationShims'
36 |   header "_SynchronizationShims.h"
37 |   export *
//usr/lib/swift/shims/module.modulemap:35:8: note: previously defined here
33 | }
34 |
35 | module _SynchronizationShims {
   |        `- note: previously defined here
36 |   header "_SynchronizationShims.h"
37 |   export *
/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:102:10: note: while building module 'wait' imported from /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:102:
100 | #include <utmp.h>
101 | #include <utmpx.h>
102 | #include <wait.h>
    |          `- note: while building module 'wait' imported from /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:102:
103 | #include <xlocale.h>
104 |
<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 |
<unknown>:0: error: could not build C module 'SwiftAndroid'
/root/.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:10: error: could not build module '_sys_core'
32 | #include <sys/cdefs.h>
33 | #include <sys/types.h>
34 | #include <sys/resource.h>
   |          `- error: could not build module '_sys_core'
35 | #include <linux/wait.h>
36 | #include <signal.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 |
[575/842] Compiling voprf.cc
[575/842] Compiling pmbtoken.cc
[575/842] Compiling a_sign.cc
[575/842] Compiling a_digest.cc
[575/842] Compiling trust_token.cc
[575/842] Compiling thread_win.cc
BUILD FAILURE 6.1 android