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 0.0.3 (cae36a), with Swift 6.1 for Wasm on 27 May 2025 11:47:26 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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: 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:         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-4609320-2":/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/redis.git
Fetching https://github.com/vapor/vapor.git
[1/3751] Fetching redis
[3752/78129] Fetching redis, vapor
Fetched https://github.com/vapor/redis.git from cache (2.33s)
Fetched https://github.com/vapor/vapor.git from cache (2.37s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 2.4.5 (2.89s)
Fetching https://github.com/vapor/engine.git
Fetching https://github.com/vapor/node.git
Fetching https://github.com/vapor/routing.git
Fetching https://github.com/vapor/json.git
Fetching https://github.com/vapor/multipart.git
Fetching https://github.com/vapor/crypto.git
[1/4211] Fetching node
[1054/24938] Fetching node, routing
[1687/50405] Fetching node, routing, engine
[1688/51403] Fetching node, routing, engine, json
[2915/54722] Fetching node, routing, engine, json, multipart
[8338/57508] Fetching node, routing, engine, json, multipart, crypto
Fetched https://github.com/vapor/crypto.git from cache (0.59s)
Fetching https://github.com/vapor/core.git
[42791/54722] Fetching node, routing, engine, json, multipart
[47933/74865] Fetching node, routing, engine, json, multipart, core
Fetched https://github.com/vapor/engine.git from cache (1.86s)
Fetched https://github.com/vapor/routing.git from cache (1.86s)
Fetching https://github.com/vapor/console.git
Fetching https://github.com/vapor/bcrypt.git
[23376/28671] Fetching node, json, multipart, core
[27002/28770] Fetching node, json, multipart, core, bcrypt
Fetched https://github.com/vapor/bcrypt.git from cache (0.40s)
[1/5577] Fetching console
Fetched https://github.com/vapor/node.git from cache (2.68s)
Fetched https://github.com/vapor/json.git from cache (2.69s)
Fetched https://github.com/vapor/core.git from cache (2.10s)
Fetched https://github.com/vapor/console.git from cache (0.83s)
Fetched https://github.com/vapor/multipart.git from cache (2.73s)
Computing version for https://github.com/vapor/bcrypt.git
Computed https://github.com/vapor/bcrypt.git at 1.1.1 (5.22s)
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.93s)
Computing version for https://github.com/vapor/redis.git
Computed https://github.com/vapor/redis.git at 2.2.0 (0.61s)
Fetching https://github.com/vapor/tls.git
Fetching https://github.com/vapor/sockets.git
[1/1144] Fetching tls
[1145/4456] Fetching tls, sockets
Fetched https://github.com/vapor/tls.git from cache (0.26s)
[564/3312] Fetching sockets
Fetched https://github.com/vapor/sockets.git from cache (0.39s)
Computing version for https://github.com/vapor/routing.git
Computed https://github.com/vapor/routing.git at 2.2.1 (1.21s)
Fetching https://github.com/vapor/debugging.git
[1/260] Fetching debugging
Fetched https://github.com/vapor/debugging.git from cache (0.84s)
Computing version for https://github.com/vapor/debugging.git
Computed https://github.com/vapor/debugging.git at 1.1.1 (1.59s)
Computing version for https://github.com/vapor/json.git
Computed https://github.com/vapor/json.git at 2.2.2 (0.70s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 2.2.1 (0.60s)
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 (1.01s)
Computing version for https://github.com/vapor/multipart.git
Computed https://github.com/vapor/multipart.git at 2.2.1 (0.66s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 2.1.3 (0.69s)
Fetching https://github.com/vapor/ctls.git
[1/71] Fetching ctls
Fetched https://github.com/vapor/ctls.git from cache (0.64s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 2.3.1 (0.48s)
Computing version for https://github.com/vapor/tls.git
Computed https://github.com/vapor/tls.git at 2.1.3 (0.46s)
Computing version for https://github.com/vapor/ctls.git
Computed https://github.com/vapor/ctls.git at 1.1.3 (0.46s)
Computing version for https://github.com/vapor/node.git
Computed https://github.com/vapor/node.git at 2.1.5 (0.51s)
Computing version for https://github.com/vapor/engine.git
Computed https://github.com/vapor/engine.git at 2.2.5 (0.47s)
Computing version for https://github.com/vapor/sockets.git
Computed https://github.com/vapor/sockets.git at 2.2.3 (0.49s)
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/tls.git
Working copy of https://github.com/vapor/tls.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/redis.git
Working copy of https://github.com/vapor/redis.git resolved at 2.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/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/ctls.git
Working copy of https://github.com/vapor/ctls.git resolved at 1.1.3
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/console.git
Working copy of https://github.com/vapor/console.git resolved at 2.3.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/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/crypto.git
Working copy of https://github.com/vapor/crypto.git resolved at 2.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/random.git
Working copy of https://github.com/vapor/random.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/sockets.git
Working copy of https://github.com/vapor/sockets.git resolved at 2.2.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] Compiling CHTTP http_parser.c
[34/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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[38/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 |
[39/79] Compiling Bits Aliases.swift
/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 |
[40/79] Compiling Bits Base64Encoder.swift
/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 |
[41/79] Compiling Debugging Debuggable.swift
[42/79] Emitting module Debugging
[43/79] Compiling Common String+HTML.swift
/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 |
[44/79] Compiling Common TimeInterval+Extensions.swift
/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 |
[45/82] Compiling Bits UnsignedInteger+BytesConvertible.swift
/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 |
[46/82] Compiling Bits UnsignedInteger+Shifting.swift
/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 |
[47/82] Compiling PathIndexable PathIndexable.swift
[49/82] 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 |
[50/82] Compiling Bits Bytes+Percent.swift
/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 |
[51/82] Compiling Bits BytesConvertible.swift
/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 |
[52/82] Compiling Bits Byte+ControlCharacters.swift
/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 |
[53/82] Compiling Bits Byte+Convenience.swift
/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 |
[54/82] Compiling Bits Byte+PatternMatching.swift
/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)
[55/82] 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 |
[56/82] Emitting module PathIndexable
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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 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 |
[4/42] Compiling Bits Operators.swift
/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 |
[5/42] Compiling Bits String+BytesConvertible.swift
/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)
[6/42] 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 |
[7/42] Emitting module Debugging
BUILD FAILURE 6.1 wasm