The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build Chameleon, reference master (f133b8), with Swift 6.1 for Android on 27 May 2025 11:46:42 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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: master
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
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at f133b84 Update ModelPointer+Matcher.swift (#3)
Cloned https://github.com/chameleonbot/chameleon.git
Revision (git rev-parse @):
f133b847586f0ea78b6148b2e0eac5bf13429c40
SUCCESS checkout https://github.com/chameleonbot/chameleon.git at master
========================================
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-4606859-2":/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/vapor.git
Fetching https://github.com/vapor/redis.git
[1/3751] Fetching redis
[3752/78129] Fetching redis, vapor
Fetched https://github.com/vapor/redis.git from cache (2.40s)
Fetched https://github.com/vapor/vapor.git from cache (2.44s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 2.4.5 (4.04s)
Fetching https://github.com/vapor/routing.git
Fetching https://github.com/vapor/engine.git
Fetching https://github.com/vapor/multipart.git
Fetching https://github.com/vapor/json.git
Fetching https://github.com/vapor/crypto.git
Fetching https://github.com/vapor/node.git
[1/25467] Fetching engine
[766/28253] Fetching engine, crypto
[1216/32464] Fetching engine, crypto, node
[2820/33462] Fetching engine, crypto, node, json
[6598/54189] Fetching engine, crypto, node, json, routing
[11841/57508] Fetching engine, crypto, node, json, routing, multipart
Fetched https://github.com/vapor/crypto.git from cache (0.92s)
Fetching https://github.com/vapor/core.git
[52523/54722] Fetching engine, node, json, routing, multipart
[54723/74865] Fetching engine, node, json, routing, multipart, core
Fetched https://github.com/vapor/node.git from cache (1.61s)
Fetched https://github.com/vapor/routing.git from cache (1.62s)
Fetched https://github.com/vapor/engine.git from cache (1.63s)
Fetching https://github.com/vapor/console.git
Fetching https://github.com/vapor/bcrypt.git
[5325/24460] Fetching json, multipart, core
Fetched https://github.com/vapor/json.git from cache (2.08s)
Fetched https://github.com/vapor/multipart.git from cache (2.12s)
[16116/20242] Fetching core, bcrypt
[16618/25819] Fetching core, bcrypt, console
Fetched https://github.com/vapor/bcrypt.git from cache (0.66s)
Fetched https://github.com/vapor/console.git from cache (0.67s)
Fetched https://github.com/vapor/core.git from cache (1.62s)
Computing version for https://github.com/vapor/bcrypt.git
Computed https://github.com/vapor/bcrypt.git at 1.1.1 (3.15s)
Fetching https://github.com/vapor/random.git
[1/148] Fetching random
Fetched https://github.com/vapor/random.git from cache (0.28s)
Computing version for https://github.com/vapor/random.git
Computed https://github.com/vapor/random.git at 1.2.0 (0.89s)
Computing version for https://github.com/vapor/redis.git
Computed https://github.com/vapor/redis.git at 2.2.0 (0.56s)
Fetching https://github.com/vapor/tls.git
Fetching https://github.com/vapor/sockets.git
[1/3312] Fetching sockets
[101/4456] Fetching sockets, tls
Fetched https://github.com/vapor/sockets.git from cache (0.34s)
Fetched https://github.com/vapor/tls.git from cache (0.34s)
Computing version for https://github.com/vapor/routing.git
Computed https://github.com/vapor/routing.git at 2.2.1 (0.94s)
Fetching https://github.com/vapor/debugging.git
[1/260] Fetching debugging
Fetched https://github.com/vapor/debugging.git from cache (0.27s)
Computing version for https://github.com/vapor/debugging.git
Computed https://github.com/vapor/debugging.git at 1.1.1 (1.00s)
Computing version for https://github.com/vapor/json.git
Computed https://github.com/vapor/json.git at 2.2.2 (0.73s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 2.2.1 (0.75s)
Fetching https://github.com/vapor/bits.git
[1/358] Fetching bits
Fetched https://github.com/vapor/bits.git from cache (0.23s)
Computing version for https://github.com/vapor/bits.git
Computed https://github.com/vapor/bits.git at 1.1.1 (0.86s)
Computing version for https://github.com/vapor/multipart.git
Computed https://github.com/vapor/multipart.git at 2.2.1 (0.86s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 2.1.3 (0.87s)
Fetching https://github.com/vapor/ctls.git
[1/71] Fetching ctls
Fetched https://github.com/vapor/ctls.git from cache (0.48s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 2.3.1 (0.63s)
Computing version for https://github.com/vapor/tls.git
Computed https://github.com/vapor/tls.git at 2.1.3 (0.62s)
Computing version for https://github.com/vapor/ctls.git
Computed https://github.com/vapor/ctls.git at 1.1.3 (0.93s)
Computing version for https://github.com/vapor/node.git
Computed https://github.com/vapor/node.git at 2.1.5 (2.71s)
Computing version for https://github.com/vapor/engine.git
Computed https://github.com/vapor/engine.git at 2.2.5 (0.80s)
Computing version for https://github.com/vapor/sockets.git
Computed https://github.com/vapor/sockets.git at 2.2.3 (0.76s)
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/bcrypt.git
Working copy of https://github.com/vapor/bcrypt.git resolved at 1.1.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/crypto.git
Working copy of https://github.com/vapor/crypto.git resolved at 2.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/engine.git
Working copy of https://github.com/vapor/engine.git resolved at 2.2.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/multipart.git
Working copy of https://github.com/vapor/multipart.git resolved at 2.2.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/routing.git
Working copy of https://github.com/vapor/routing.git resolved at 2.2.1
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/core.git
Working copy of https://github.com/vapor/core.git resolved at 2.2.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/bits.git
Working copy of https://github.com/vapor/bits.git resolved at 1.1.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/console.git
Working copy of https://github.com/vapor/console.git resolved at 2.3.1
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 PathIndexable PathIndexable.swift
[40/77] Compiling Debugging Debuggable.swift
[41/77] Emitting module Debugging
[42/77] Emitting module PathIndexable
[43/77] Compiling PathIndexable PathIndexable+Subscripting.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/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 |
[3/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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/42] Emitting module Bits
/host/spi-builder-workspace/.build/checkouts/bits/Sources/Bits/Byte+Random.swift:4:23: 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