The Swift Package Index logo.Swift Package Index

Build Information

Failed to build LinkerKitIRCBot, reference 0.1.0 (888f93), with Swift 6.1 for Wasm on 27 May 2025 16:18:11 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/SwiftyLinkerKit/LinkerKitIRCBot.git
Reference: 0.1.0
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/SwiftyLinkerKit/LinkerKitIRCBot
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 888f930 Package: Use SwiftyLinkerKit 0.1.3 tag
Cloned https://github.com/SwiftyLinkerKit/LinkerKitIRCBot.git
Revision (git rev-parse @):
888f930ba8ab4bba011cff7bd618316be6270fce
SUCCESS checkout https://github.com/SwiftyLinkerKit/LinkerKitIRCBot.git at 0.1.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/SwiftyLinkerKit/LinkerKitIRCBot.git
https://github.com/SwiftyLinkerKit/LinkerKitIRCBot.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swiftygpio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/uraimo/SwiftyGPIO.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-irc-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/NozeIO/swift-nio-irc-client.git"
    },
    {
      "identity" : "swift-nio-irc-server",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/NozeIO/swift-nio-irc-server.git"
    },
    {
      "identity" : "swift-nio-irc-eliza",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/NozeIO/swift-nio-irc-eliza.git"
    },
    {
      "identity" : "swift-nio-irc-webclient",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/NozeIO/swift-nio-irc-webclient.git"
    },
    {
      "identity" : "swiftylinkerkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftyLinkerKit/SwiftyLinkerKit.git"
    }
  ],
  "manifest_display_name" : "LinkerKitIRCBot",
  "name" : "LinkerKitIRCBot",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "LinkerKitIRCBot",
      "targets" : [
        "LinkerKitIRCBot"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "lkircbot",
      "targets" : [
        "lkircbot"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "lkircbot",
      "module_type" : "SwiftTarget",
      "name" : "lkircbot",
      "path" : "Sources/lkircbot",
      "product_dependencies" : [
        "SwiftyGPIO",
        "SwiftyLinkerKit",
        "IRCServer",
        "IRCWebClient",
        "NIO",
        "IRCElizaBot"
      ],
      "product_memberships" : [
        "lkircbot"
      ],
      "sources" : [
        "Config.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "LinkerKitIRCBot"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "LinkerKitIRCBot",
      "module_type" : "SwiftTarget",
      "name" : "LinkerKitIRCBot",
      "path" : "Sources/LinkerKitIRCBot",
      "product_dependencies" : [
        "SwiftyLinkerKit",
        "IRC",
        "NIO"
      ],
      "product_memberships" : [
        "LinkerKitIRCBot",
        "lkircbot"
      ],
      "sources" : [
        "LinkerKitBot.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/SwiftyLinkerKit/SwiftyLinkerKit.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/NozeIO/swift-nio-irc-webclient.git
Fetching https://github.com/NozeIO/swift-nio-irc-server.git
Fetching https://github.com/NozeIO/swift-nio-irc-client.git
Fetching https://github.com/NozeIO/swift-nio-irc-eliza.git
[1/68] Fetching swiftylinkerkit
[18/292] Fetching swiftylinkerkit, swift-nio-irc-webclient
[293/504] Fetching swiftylinkerkit, swift-nio-irc-webclient, swift-nio-irc-client
[497/598] Fetching swiftylinkerkit, swift-nio-irc-webclient, swift-nio-irc-client, swift-nio-irc-eliza
[591/762] Fetching swiftylinkerkit, swift-nio-irc-webclient, swift-nio-irc-client, swift-nio-irc-eliza, swift-nio-irc-server
Fetched https://github.com/NozeIO/swift-nio-irc-webclient.git from cache (0.35s)
Fetched https://github.com/NozeIO/swift-nio-irc-eliza.git from cache (0.35s)
Fetched https://github.com/NozeIO/swift-nio-irc-client.git from cache (0.35s)
Fetched https://github.com/NozeIO/swift-nio-irc-server.git from cache (0.35s)
Fetching https://github.com/uraimo/SwiftyGPIO.git
[1/76055] Fetching swift-nio
[3044/78448] Fetching swift-nio, swiftygpio
Fetched https://github.com/uraimo/SwiftyGPIO.git from cache (0.39s)
[6085/76055] Fetching swift-nio
Fetched https://github.com/SwiftyLinkerKit/SwiftyLinkerKit.git from cache (5.51s)
Fetched https://github.com/apple/swift-nio.git from cache (5.61s)
Computing version for https://github.com/SwiftyLinkerKit/SwiftyLinkerKit.git
Computed https://github.com/SwiftyLinkerKit/SwiftyLinkerKit.git at 0.1.3 (6.55s)
Fetching https://github.com/AlwaysRightInstitute/SwiftyTM1637.git
[1/82] Fetching swiftytm1637
Fetched https://github.com/AlwaysRightInstitute/SwiftyTM1637.git from cache (1.21s)
Computing version for https://github.com/AlwaysRightInstitute/SwiftyTM1637.git
Computed https://github.com/AlwaysRightInstitute/SwiftyTM1637.git at 0.1.2 (1.79s)
Computing version for https://github.com/NozeIO/swift-nio-irc-server.git
Computed https://github.com/NozeIO/swift-nio-irc-server.git at 0.6.0 (0.60s)
Fetching https://github.com/SwiftNIOExtras/swift-nio-irc.git
[1/314] Fetching swift-nio-irc
Fetched https://github.com/SwiftNIOExtras/swift-nio-irc.git from cache (0.24s)
Computing version for https://github.com/NozeIO/swift-nio-irc-eliza.git
Computed https://github.com/NozeIO/swift-nio-irc-eliza.git at 0.7.1 (0.80s)
Fetching https://github.com/AlwaysRightInstitute/SwiftEliza.git
[1/159] Fetching swifteliza
Fetched https://github.com/AlwaysRightInstitute/SwiftEliza.git from cache (0.29s)
Computing version for https://github.com/AlwaysRightInstitute/SwiftEliza.git
Computed https://github.com/AlwaysRightInstitute/SwiftEliza.git at 1.0.1 (0.88s)
Computing version for https://github.com/NozeIO/swift-nio-irc-client.git
Computed https://github.com/SwiftyLinkerKit/SwiftyLinkerKit.git at 0.1.3 (0.00s)
Computed https://github.com/AlwaysRightInstitute/SwiftyTM1637.git at 0.1.2 (0.00s)
Computed https://github.com/NozeIO/swift-nio-irc-server.git at 0.6.0 (0.00s)
Computed https://github.com/NozeIO/swift-nio-irc-client.git at 0.6.1 (0.55s)
Computed https://github.com/NozeIO/swift-nio-irc-eliza.git at 0.6.0 (0.59s)
Computed https://github.com/AlwaysRightInstitute/SwiftEliza.git at 1.0.1 (0.00s)
Computing version for https://github.com/NozeIO/swift-nio-irc-webclient.git
Computed https://github.com/NozeIO/swift-nio-irc-webclient.git at 0.6.2 (0.65s)
Computing version for https://github.com/SwiftNIOExtras/swift-nio-irc.git
Computed https://github.com/SwiftNIOExtras/swift-nio-irc.git at 0.6.3 (2.88s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.14.4 (0.88s)
Fetching https://github.com/apple/swift-nio-zlib-support.git
[1/15] Fetching swift-nio-zlib-support
Fetched https://github.com/apple/swift-nio-zlib-support.git from cache (0.25s)
Computing version for https://github.com/apple/swift-nio-zlib-support.git
Computed https://github.com/apple/swift-nio-zlib-support.git at 1.0.0 (1.33s)
Computing version for https://github.com/uraimo/SwiftyGPIO.git
Computed https://github.com/uraimo/SwiftyGPIO.git at 1.4.4 (1.52s)
Creating working copy for https://github.com/AlwaysRightInstitute/SwiftEliza.git
Working copy of https://github.com/AlwaysRightInstitute/SwiftEliza.git resolved at 1.0.1
Creating working copy for https://github.com/uraimo/SwiftyGPIO.git
Working copy of https://github.com/uraimo/SwiftyGPIO.git resolved at 1.4.4
Creating working copy for https://github.com/apple/swift-nio-zlib-support.git
Working copy of https://github.com/apple/swift-nio-zlib-support.git resolved at 1.0.0
Creating working copy for https://github.com/AlwaysRightInstitute/SwiftyTM1637.git
Working copy of https://github.com/AlwaysRightInstitute/SwiftyTM1637.git resolved at 0.1.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 1.14.4
Creating working copy for https://github.com/NozeIO/swift-nio-irc-client.git
Working copy of https://github.com/NozeIO/swift-nio-irc-client.git resolved at 0.6.1
Creating working copy for https://github.com/NozeIO/swift-nio-irc-eliza.git
Working copy of https://github.com/NozeIO/swift-nio-irc-eliza.git resolved at 0.6.0
Creating working copy for https://github.com/NozeIO/swift-nio-irc-webclient.git
Working copy of https://github.com/NozeIO/swift-nio-irc-webclient.git resolved at 0.6.2
Creating working copy for https://github.com/SwiftNIOExtras/swift-nio-irc.git
Working copy of https://github.com/SwiftNIOExtras/swift-nio-irc.git resolved at 0.6.3
Creating working copy for https://github.com/SwiftyLinkerKit/SwiftyLinkerKit.git
Working copy of https://github.com/SwiftyLinkerKit/SwiftyLinkerKit.git resolved at 0.1.3
Creating working copy for https://github.com/NozeIO/swift-nio-irc-server.git
Working copy of https://github.com/NozeIO/swift-nio-irc-server.git resolved at 0.6.0
warning: 'swift-nio-zlib-support': ignoring declared target(s) 'swift-nio-zlib-support' in the system package
Building for debugging...
[0/44] Write sources
[17/44] Compiling CNIOLinux ifaddrs-android.c
[18/44] Compiling CNIOLinux shim.c
[19/44] Compiling CNIOZlib empty.c
[20/44] Compiling CNIODarwin shim.c
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOSHA1/c_nio_sha1.c:47:10: fatal error: 'sys/cdefs.h' file not found
   47 | #include <sys/cdefs.h>
      |          ^~~~~~~~~~~~~
1 error generated.
[21/44] Compiling CNIOSHA1 c_nio_sha1.c
[21/44] Compiling c-atomics.c
[21/44] Compiling CNIOHTTPParser c_nio_http_parser.c
[21/44] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'swift-nio-zlib-support': ignoring declared target(s) 'swift-nio-zlib-support' in the system package
[0/1] Planning build
Building for debugging...
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOSHA1/c_nio_sha1.c:47:10: fatal error: 'sys/cdefs.h' file not found
   47 | #include <sys/cdefs.h>
      |          ^~~~~~~~~~~~~
1 error generated.
[0/23] Compiling CNIOSHA1 c_nio_sha1.c
[0/23] Compiling c-atomics.c
[0/23] Compiling CNIOHTTPParser c_nio_http_parser.c
[0/23] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 wasm