The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 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:         wasm
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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-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.08s)
Fetched https://github.com/vapor/vapor.git from cache (2.11s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 2.4.5 (2.80s)
Fetching https://github.com/vapor/json.git
Fetching https://github.com/vapor/node.git
Fetching https://github.com/vapor/routing.git
Fetching https://github.com/vapor/engine.git
Fetching https://github.com/vapor/crypto.git
Fetching https://github.com/vapor/multipart.git
[1/998] Fetching json
[211/5209] Fetching json, node
[863/25936] Fetching json, node, routing
[4582/28722] Fetching json, node, routing, crypto
[10627/54189] Fetching json, node, routing, crypto, engine
[14845/57508] Fetching json, node, routing, crypto, engine, multipart
Fetched https://github.com/vapor/node.git from cache (1.39s)
Fetched https://github.com/vapor/json.git from cache (1.40s)
Fetching https://github.com/vapor/core.git
Fetching https://github.com/vapor/console.git
Fetched https://github.com/vapor/routing.git from cache (1.42s)
Fetching https://github.com/vapor/bcrypt.git
[29903/51715] Fetching crypto, engine, multipart, core
[31314/51814] Fetching crypto, engine, multipart, core, bcrypt
[33024/57391] Fetching crypto, engine, multipart, core, bcrypt, console
Fetched https://github.com/vapor/bcrypt.git from cache (0.25s)
[36603/57292] Fetching crypto, engine, multipart, core, console
Fetched https://github.com/vapor/crypto.git from cache (2.17s)
Fetched https://github.com/vapor/engine.git from cache (2.20s)
Fetched https://github.com/vapor/multipart.git from cache (2.24s)
Fetched https://github.com/vapor/console.git from cache (0.86s)
Fetched https://github.com/vapor/core.git from cache (0.89s)
Computing version for https://github.com/vapor/bcrypt.git
Computed https://github.com/vapor/bcrypt.git at 1.1.1 (2.87s)
Fetching https://github.com/vapor/random.git
[1/148] Fetching random
Fetched https://github.com/vapor/random.git from cache (0.26s)
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.96s)
Fetching https://github.com/vapor/sockets.git
Fetching https://github.com/vapor/tls.git
[1/3312] Fetching sockets
[2419/4456] Fetching sockets, tls
Fetched https://github.com/vapor/sockets.git from cache (0.40s)
Fetched https://github.com/vapor/tls.git from cache (0.40s)
Computing version for https://github.com/vapor/routing.git
Computed https://github.com/vapor/routing.git at 2.2.1 (3.28s)
Fetching https://github.com/vapor/debugging.git
[1/260] Fetching debugging
Fetched https://github.com/vapor/debugging.git from cache (0.41s)
Computing version for https://github.com/vapor/debugging.git
Computed https://github.com/vapor/debugging.git at 1.1.1 (1.36s)
Computing version for https://github.com/vapor/json.git
Computed https://github.com/vapor/json.git at 2.2.2 (0.71s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 2.2.1 (0.83s)
Fetching https://github.com/vapor/bits.git
[1/358] Fetching bits
Fetched https://github.com/vapor/bits.git from cache (0.34s)
Computing version for https://github.com/vapor/bits.git
Computed https://github.com/vapor/bits.git at 1.1.1 (0.98s)
Computing version for https://github.com/vapor/multipart.git
Computed https://github.com/vapor/multipart.git at 2.2.1 (0.71s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 2.1.3 (3.59s)
Fetching https://github.com/vapor/ctls.git
[1/71] Fetching ctls
Fetched https://github.com/vapor/ctls.git from cache (0.26s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 2.3.1 (1.15s)
Computing version for https://github.com/vapor/tls.git
Computed https://github.com/vapor/tls.git at 2.1.3 (0.61s)
Computing version for https://github.com/vapor/ctls.git
Computed https://github.com/vapor/ctls.git at 1.1.3 (0.61s)
Computing version for https://github.com/vapor/node.git
Computed https://github.com/vapor/node.git at 2.1.5 (0.59s)
Computing version for https://github.com/vapor/engine.git
Computed https://github.com/vapor/engine.git at 2.2.5 (0.97s)
Computing version for https://github.com/vapor/sockets.git
Computed https://github.com/vapor/sockets.git at 2.2.3 (0.89s)
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/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/json.git
Working copy of https://github.com/vapor/json.git resolved at 2.2.2
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/core.git
Working copy of https://github.com/vapor/core.git resolved at 2.2.1
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/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
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/tls.git
Working copy of https://github.com/vapor/tls.git resolved at 2.1.3
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/ctls.git
Working copy of https://github.com/vapor/ctls.git resolved at 1.1.3
Creating working copy for https://github.com/vapor/crypto.git
Working copy of https://github.com/vapor/crypto.git resolved at 2.1.3
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] Write swift-version-24593BA9C3E375BF.txt
[35/36] Compiling CHTTP http_parser.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[37/77] Emitting module Common
/host/spi-builder-workspace/Sources/Common/Collection+Extensions.swift:5:12: error: no such module 'Darwin.C'
 3 |     import Glibc
 4 | #else
 5 |     import Darwin.C
   |            `- error: no such module 'Darwin.C'
 6 | #endif
 7 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[38/79] 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 |
[39/79] 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 |
[40/79] Emitting module PathIndexable
[41/79] Emitting module Debugging
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/44] 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 wasm