The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Chameleon, reference 0.0.3 (cae36a), with Swift 6.1 for Android on 27 May 2025 11:46:49 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/chameleonbot/chameleon.git
Reference: 0.0.3
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/chameleonbot/chameleon
 * tag               0.0.3      -> FETCH_HEAD
HEAD is now at cae36ad Merge pull request #2 from allenhumphreys/ah/add-subtype
Cloned https://github.com/chameleonbot/chameleon.git
Revision (git rev-parse @):
cae36adafd9353f8ce781a0ec4d8ba177370ab61
SUCCESS checkout https://github.com/chameleonbot/chameleon.git at 0.0.3
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/chameleonbot/chameleon.git
https://github.com/chameleonbot/chameleon.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.4.4",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "redis",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/redis.git"
    }
  ],
  "manifest_display_name" : "Chameleon",
  "name" : "Chameleon",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Chameleon",
      "targets" : [
        "Chameleon"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Common",
      "targets" : [
        "Common"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Models",
      "targets" : [
        "Models"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RTMAPI",
      "targets" : [
        "RTMAPI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Services",
      "targets" : [
        "Services"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "WebAPI",
      "targets" : [
        "WebAPI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WebAPI",
      "module_type" : "SwiftTarget",
      "name" : "WebAPI",
      "path" : "Sources/WebAPI",
      "product_memberships" : [
        "Chameleon",
        "WebAPI"
      ],
      "sources" : [
        "Exports.swift",
        "Methods/BotsInfo.swift",
        "Methods/ChannelsInfo.swift",
        "Methods/ChatPermalink.swift",
        "Methods/ChatPostMessage.swift",
        "Methods/GroupsInfo.swift",
        "Methods/IMList.swift",
        "Methods/IMOpen.swift",
        "Methods/RTMConnect.swift",
        "Methods/ReactionsAdd.swift",
        "Methods/UsersInfo.swift",
        "Methods/UsersList.swift",
        "Middleware/RetryMiddleware.swift",
        "Middleware/WebAPIMiddleware.swift",
        "WebAPI+Errors.swift",
        "WebAPI+Scope.swift",
        "WebAPI.swift",
        "WebAPIAuthenticator.swift",
        "WebAPIRequest.swift"
      ],
      "target_dependencies" : [
        "Common",
        "Models",
        "Services"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Services",
      "module_type" : "SwiftTarget",
      "name" : "Services",
      "path" : "Sources/Services",
      "product_dependencies" : [
        "Vapor",
        "Redis"
      ],
      "product_memberships" : [
        "Chameleon",
        "RTMAPI",
        "Services",
        "WebAPI"
      ],
      "sources" : [
        "Exports.swift",
        "HTTPServer/HTTPServer.swift",
        "HTTPServer/HTTPServerProvider.swift",
        "HTTPServer/HTTPServerResponse.swift",
        "KeyValueStore/KeyValueStore+Environment.swift",
        "KeyValueStore/KeyValueStore+Memory.swift",
        "KeyValueStore/KeyValueStore+Redis.swift",
        "KeyValueStore/KeyValueStore.swift",
        "Network/DataRepresentable.swift",
        "Network/Middleware/HTTPStatusCodeMiddleware.swift",
        "Network/Network.swift",
        "Network/NetworkMiddleware.swift",
        "Network/NetworkProvider.swift",
        "Network/NetworkRequest.swift",
        "Network/NetworkResponse.swift",
        "Storage/Storage+Memory.swift",
        "Storage/Storage+Plist.swift",
        "Storage/Storage+Private.swift",
        "Storage/Storage+Redis.swift",
        "Storage/Storage.swift",
        "WebSocket/WebSocket.swift",
        "WebSocket/WebSocketProvider.swift"
      ],
      "target_dependencies" : [
        "Common"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RTMAPI",
      "module_type" : "SwiftTarget",
      "name" : "RTMAPI",
      "path" : "Sources/RTMAPI",
      "product_memberships" : [
        "Chameleon",
        "RTMAPI"
      ],
      "sources" : [
        "Events/Hello.swift",
        "Events/Message.swift",
        "Events/Pong.swift",
        "Exports.swift",
        "RTMAPI+Errors.swift",
        "RTMAPI+PingPong.swift",
        "RTMAPI.swift",
        "RTMAPIEvent.swift"
      ],
      "target_dependencies" : [
        "Common",
        "Models",
        "Services"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Models",
      "module_type" : "SwiftTarget",
      "name" : "Models",
      "path" : "Sources/Models",
      "product_memberships" : [
        "Chameleon",
        "Models",
        "RTMAPI",
        "WebAPI"
      ],
      "sources" : [
        "BotUser.swift",
        "Channel.swift",
        "ChatMessage/Attachment.swift",
        "ChatMessage/Author.swift",
        "ChatMessage/ChatMessage.swift",
        "ChatMessage/Field.swift",
        "ChatMessage/Footer.swift",
        "ChatMessage/Parse.swift",
        "ChatMessage/Title.swift",
        "Color.swift",
        "Command.swift",
        "CustomEmoji.swift",
        "Decoder+ModelPointer.swift",
        "Emoji.swift",
        "Exports.swift",
        "Group.swift",
        "IM.swift",
        "Message+Subtype.swift",
        "Message.swift",
        "MessageEdit.swift",
        "ModelPointer.swift",
        "Pong.swift",
        "Protocols/EmojiRepresentable.swift",
        "Protocols/IDRepresentable.swift",
        "Protocols/Nameable.swift",
        "Protocols/TargetRepresentable.swift",
        "Protocols/TokenRepresentable.swift",
        "Purpose.swift",
        "SlashCommand.swift",
        "Targets.swift",
        "Team.swift",
        "Thread.swift",
        "Topic.swift",
        "User.swift"
      ],
      "target_dependencies" : [
        "Common"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CommonTests",
      "module_type" : "SwiftTarget",
      "name" : "CommonTests",
      "path" : "Tests/CommonTests",
      "sources" : [
        "CollectionTests.swift",
        "Common.swift",
        "DictionaryTests.swift",
        "KeyPathAccessibleTests.swift",
        "NeighborSequenceTests.swift",
        "ResultTests.swift",
        "StringTests.swift",
        "TimeIntervalTests.swift"
      ],
      "target_dependencies" : [
        "Common"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Common",
      "module_type" : "SwiftTarget",
      "name" : "Common",
      "path" : "Sources/Common",
      "product_memberships" : [
        "Chameleon",
        "Common",
        "Models",
        "RTMAPI",
        "Services",
        "WebAPI"
      ],
      "sources" : [
        "Codable/Decodable.swift",
        "Codable/Decoder+Decodable.swift",
        "Codable/Decoder.swift",
        "Codable/Encodable.swift",
        "Collection+Extensions.swift",
        "Dictionary+Extensions.swift",
        "ErrorHandler.swift",
        "KeyPathAccessible/KeyPathAccessible+Array.swift",
        "KeyPathAccessible/KeyPathAccessible+Dictionary.swift",
        "KeyPathAccessible/KeyPathAccessible.swift",
        "KeyPathAccessible/KeyPathComponent.swift",
        "NeighborSequence.swift",
        "OptionalType.swift",
        "Result.swift",
        "String+Extensions.swift",
        "String+HTML.swift",
        "TimeInterval+Extensions.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Chameleon",
      "module_type" : "SwiftTarget",
      "name" : "Chameleon",
      "path" : "Sources/Chameleon",
      "product_memberships" : [
        "Chameleon"
      ],
      "sources" : [
        "Bot/Authenticator/OAuthAuthenticator.swift",
        "Bot/Authenticator/SlackAuthenticator.swift",
        "Bot/Authenticator/TokenAuthenticator.swift",
        "Bot/ModelVendor/BotFromUserRequest.swift",
        "Bot/ModelVendor/IMFromListRequest.swift",
        "Bot/ModelVendor/ModelPointer+Value.swift",
        "Bot/ModelVendor/ModelVendor.swift",
        "Bot/ModelVendor/ModelWebAPIRequest.swift",
        "Bot/ModelVendor/ModelWebAPIRequestRepresentable.swift",
        "Bot/ModelVendor/UserFromBotRequest.swift",
        "Bot/ReconnectionStrategy.swift",
        "Bot/SlackBot+Configuration.swift",
        "Bot/SlackBot+Creation.swift",
        "Bot/SlackBot+HTTPServer.swift",
        "Bot/SlackBot+RTMAPIEvents.swift",
        "Bot/SlackBot+SlashCommands.swift",
        "Bot/SlackBot.swift",
        "Bot/SlackBotService.swift",
        "Bot/SlackBotSlashCommandService.swift",
        "Chameleon.swift",
        "Sugar/ChatMessageDecorator/ChatMessageDecorator+Attachments.swift",
        "Sugar/ChatMessageDecorator/ChatMessageDecorator+Extensions.swift",
        "Sugar/ChatMessageDecorator/ChatMessageDecorator+Style.swift",
        "Sugar/ChatMessageDecorator/ChatMessageDecorator+Text.swift",
        "Sugar/ChatMessageDecorator/ChatMessageDecorator.swift",
        "Sugar/ChatMessageDecorator/ChatMessageSegmentRepresentable.swift",
        "Sugar/Conversation/ActiveConversation.swift",
        "Sugar/Conversation/Conversation+Event.swift",
        "Sugar/Conversation/Conversation.swift",
        "Sugar/Conversation/ConversationSegment.swift",
        "Sugar/Conversation/ConversationService.swift",
        "Sugar/MessageDecorator/MessageDecorator+Mentions.swift",
        "Sugar/MessageDecorator/MessageDecorator+Simple.swift",
        "Sugar/MessageDecorator/MessageDecorator+Source.swift",
        "Sugar/MessageDecorator/MessageDecorator+Targets.swift",
        "Sugar/MessageDecorator/MessageDecorator.swift",
        "Sugar/ModelPointer+Matcher.swift",
        "Sugar/Models+Matcher.swift",
        "Sugar/PatternMatching/Match.swift",
        "Sugar/PatternMatching/Matcher.swift",
        "Sugar/PatternMatching/Matchers/DynamicMatcher.swift",
        "Sugar/PatternMatching/Matchers/GreedyMatcher.swift",
        "Sugar/PatternMatching/Matchers/InstanceMatcher.swift",
        "Sugar/PatternMatching/Matchers/KeyedMatcher.swift",
        "Sugar/PatternMatching/Matchers/OptionalMatcher.swift",
        "Sugar/PatternMatching/Matchers/SequenceMatcher.swift",
        "Sugar/PatternMatching/Matchers/TypeMatcher.swift",
        "Sugar/PatternMatching/Matchers/ValueMatcher.swift",
        "Sugar/PatternMatching/PatternCommon.swift",
        "Sugar/PatternMatching/PatternMatch.swift",
        "Sugar/PatternMatching/PatternRepresentable.swift",
        "Sugar/PatternMatching/String+PatternMatch.swift",
        "Sugar/SlackBot+Convenience.swift",
        "Sugar/SlackBotServices/SlackBotConnectionService.swift",
        "Sugar/SlackBotServices/SlackBotErrorService.swift",
        "Sugar/SlackBotServices/SlackBotHelpService.swift",
        "Sugar/SlackBotServices/SlackBotMessageService.swift",
        "Sugar/SlackBotServices/SlackBotService+Errors.swift",
        "Sugar/SlackBotServices/SlackBotTimedService.swift"
      ],
      "target_dependencies" : [
        "Common",
        "Models",
        "Services",
        "RTMAPI",
        "WebAPI"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/redis.git
Fetching https://github.com/vapor/vapor.git
[1/3751] Fetching redis
Fetched https://github.com/vapor/redis.git from cache (0.31s)
[1/74378] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (1.99s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 2.4.5 (2.63s)
Fetching https://github.com/vapor/routing.git
Fetching https://github.com/vapor/node.git
Fetching https://github.com/vapor/multipart.git
Fetching https://github.com/vapor/engine.git
Fetching https://github.com/vapor/crypto.git
Fetching https://github.com/vapor/json.git
[1/20727] Fetching routing
[3940/24938] Fetching routing, node
[8818/27724] Fetching routing, node, crypto
[11055/28722] Fetching routing, node, crypto, json
[17130/32041] Fetching routing, node, crypto, json, multipart
[24383/57508] Fetching routing, node, crypto, json, multipart, engine
Fetched https://github.com/vapor/node.git from cache (0.56s)
[31887/53297] Fetching routing, crypto, json, multipart, engine
Fetching https://github.com/vapor/core.git
Fetched https://github.com/vapor/crypto.git from cache (0.84s)
Fetched https://github.com/vapor/json.git from cache (0.85s)
Fetching https://github.com/vapor/console.git
[42729/69656] Fetching routing, multipart, engine, core
[63937/75233] Fetching routing, multipart, engine, core, console
Fetching https://github.com/vapor/bcrypt.git
Fetched https://github.com/vapor/console.git from cache (0.51s)
[64562/69656] Fetching routing, multipart, engine, core
Fetched https://github.com/vapor/engine.git from cache (1.53s)
[42530/44189] Fetching routing, multipart, core
Fetched https://github.com/vapor/core.git from cache (1.18s)
Fetched https://github.com/vapor/routing.git from cache (2.04s)
[1/99] Fetching bcrypt
Fetched https://github.com/vapor/multipart.git from cache (2.08s)
Fetched https://github.com/vapor/bcrypt.git from cache (0.76s)
Computing version for https://github.com/vapor/bcrypt.git
Computed https://github.com/vapor/bcrypt.git at 1.1.1 (2.72s)
Fetching https://github.com/vapor/random.git
[1/148] Fetching random
Fetched https://github.com/vapor/random.git from cache (0.21s)
Computing version for https://github.com/vapor/random.git
Computed https://github.com/vapor/random.git at 1.2.0 (0.72s)
Computing version for https://github.com/vapor/redis.git
Computed https://github.com/vapor/redis.git at 2.2.0 (0.62s)
Fetching https://github.com/vapor/tls.git
Fetching https://github.com/vapor/sockets.git
[1/3312] Fetching sockets
[498/4456] Fetching sockets, tls
Fetched https://github.com/vapor/tls.git from cache (1.40s)
Fetched https://github.com/vapor/sockets.git from cache (1.40s)
Computing version for https://github.com/vapor/routing.git
Computed https://github.com/vapor/routing.git at 2.2.1 (2.31s)
Fetching https://github.com/vapor/debugging.git
[1/260] Fetching debugging
Fetched https://github.com/vapor/debugging.git from cache (1.15s)
Computing version for https://github.com/vapor/debugging.git
Computed https://github.com/vapor/debugging.git at 1.1.1 (1.66s)
Computing version for https://github.com/vapor/json.git
Computed https://github.com/vapor/json.git at 2.2.2 (0.52s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 2.2.1 (0.59s)
Fetching https://github.com/vapor/bits.git
[1/358] Fetching bits
Fetched https://github.com/vapor/bits.git from cache (0.46s)
Computing version for https://github.com/vapor/bits.git
Computed https://github.com/vapor/bits.git at 1.1.1 (1.09s)
Computing version for https://github.com/vapor/multipart.git
Computed https://github.com/vapor/multipart.git at 2.2.1 (1.06s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 2.1.3 (1.18s)
Fetching https://github.com/vapor/ctls.git
[1/71] Fetching ctls
Fetched https://github.com/vapor/ctls.git from cache (1.37s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 2.3.1 (0.51s)
Computing version for https://github.com/vapor/tls.git
Computed https://github.com/vapor/tls.git at 2.1.3 (0.49s)
Computing version for https://github.com/vapor/ctls.git
Computed https://github.com/vapor/ctls.git at 1.1.3 (0.56s)
Computing version for https://github.com/vapor/node.git
Computed https://github.com/vapor/node.git at 2.1.5 (0.55s)
Computing version for https://github.com/vapor/engine.git
Computed https://github.com/vapor/engine.git at 2.2.5 (0.52s)
Computing version for https://github.com/vapor/sockets.git
Computed https://github.com/vapor/sockets.git at 2.2.3 (0.55s)
Creating working copy for https://github.com/vapor/tls.git
Working copy of https://github.com/vapor/tls.git resolved at 2.1.3
Creating working copy for https://github.com/vapor/ctls.git
Working copy of https://github.com/vapor/ctls.git resolved at 1.1.3
Creating working copy for https://github.com/vapor/json.git
Working copy of https://github.com/vapor/json.git resolved at 2.2.2
Creating working copy for https://github.com/vapor/routing.git
Working copy of https://github.com/vapor/routing.git resolved at 2.2.1
Creating working copy for https://github.com/vapor/multipart.git
Working copy of https://github.com/vapor/multipart.git resolved at 2.2.1
Creating working copy for https://github.com/vapor/redis.git
Working copy of https://github.com/vapor/redis.git resolved at 2.2.0
Creating working copy for https://github.com/vapor/core.git
Working copy of https://github.com/vapor/core.git resolved at 2.2.1
Creating working copy for https://github.com/vapor/bits.git
Working copy of https://github.com/vapor/bits.git resolved at 1.1.1
Creating working copy for https://github.com/vapor/crypto.git
Working copy of https://github.com/vapor/crypto.git resolved at 2.1.3
Creating working copy for https://github.com/vapor/debugging.git
Working copy of https://github.com/vapor/debugging.git resolved at 1.1.1
Creating working copy for https://github.com/vapor/random.git
Working copy of https://github.com/vapor/random.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/bcrypt.git
Working copy of https://github.com/vapor/bcrypt.git resolved at 1.1.1
Creating working copy for https://github.com/vapor/node.git
Working copy of https://github.com/vapor/node.git resolved at 2.1.5
Creating working copy for https://github.com/vapor/sockets.git
Working copy of https://github.com/vapor/sockets.git resolved at 2.2.3
Creating working copy for https://github.com/vapor/console.git
Working copy of https://github.com/vapor/console.git resolved at 2.3.1
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 2.4.5
Creating working copy for https://github.com/vapor/engine.git
Working copy of https://github.com/vapor/engine.git resolved at 2.2.5
warning: 'ctls': ignoring declared target(s) 'CTLS' in the system package
warning: you may be able to install ctls using your system-packager:
    apt-get install libssl-dev
warning: you may be able to install ctls using your system-packager:
    apt-get install libssl-dev
Building for debugging...
[0/36] Write sources
[34/36] Compiling CHTTP http_parser.c
[35/36] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[37/77] Emitting module libc
/host/spi-builder-workspace/.build/checkouts/core/Sources/libc/libc.swift:4:20: error: no such module 'Darwin.C'
2 | 	@_exported import Glibc
3 | #else
4 | 	@_exported import Darwin.C
  |                    `- error: no such module 'Darwin.C'
5 | #endif
6 |
[38/77] Compiling libc libc.swift
/host/spi-builder-workspace/.build/checkouts/core/Sources/libc/libc.swift:4:20: error: no such module 'Darwin.C'
2 | 	@_exported import Glibc
3 | #else
4 | 	@_exported import Darwin.C
  |                    `- error: no such module 'Darwin.C'
5 | #endif
6 |
[39/77] Compiling Debugging Debuggable.swift
[40/77] Emitting module Debugging
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'ctls': ignoring declared target(s) 'CTLS' in the system package
warning: you may be able to install ctls using your system-packager:
    apt-get install libssl-dev
warning: you may be able to install ctls using your system-packager:
    apt-get install libssl-dev
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/42] Compiling libc libc.swift
/host/spi-builder-workspace/.build/checkouts/core/Sources/libc/libc.swift:4:20: error: no such module 'Darwin.C'
2 | 	@_exported import Glibc
3 | #else
4 | 	@_exported import Darwin.C
  |                    `- error: no such module 'Darwin.C'
5 | #endif
6 |
[3/42] Emitting module Debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/42] Emitting module libc
/host/spi-builder-workspace/.build/checkouts/core/Sources/libc/libc.swift:4:20: error: no such module 'Darwin.C'
2 | 	@_exported import Glibc
3 | #else
4 | 	@_exported import Darwin.C
  |                    `- error: no such module 'Darwin.C'
5 | #endif
6 |
BUILD FAILURE 6.1 android