The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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/SwiftyLinkerKit/LinkerKitIRCBot.git
Reference: develop
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
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
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 develop
========================================
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-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: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/NozeIO/swift-nio-irc-client.git
Fetching https://github.com/NozeIO/swift-nio-irc-webclient.git
Fetching https://github.com/NozeIO/swift-nio-irc-eliza.git
Fetching https://github.com/NozeIO/swift-nio-irc-server.git
Fetching https://github.com/apple/swift-nio.git
[1/164] Fetching swift-nio-irc-server
[165/232] Fetching swift-nio-irc-server, swiftylinkerkit
[233/326] Fetching swift-nio-irc-server, swiftylinkerkit, swift-nio-irc-eliza
[327/538] Fetching swift-nio-irc-server, swiftylinkerkit, swift-nio-irc-eliza, swift-nio-irc-client
[539/762] Fetching swift-nio-irc-server, swiftylinkerkit, swift-nio-irc-eliza, swift-nio-irc-client, swift-nio-irc-webclient
Fetched https://github.com/NozeIO/swift-nio-irc-client.git from cache (0.42s)
Fetched https://github.com/SwiftyLinkerKit/SwiftyLinkerKit.git from cache (0.42s)
Fetched https://github.com/NozeIO/swift-nio-irc-eliza.git from cache (0.42s)
Fetched https://github.com/NozeIO/swift-nio-irc-webclient.git from cache (0.42s)
Fetching https://github.com/uraimo/SwiftyGPIO.git
[1/76055] Fetching swift-nio
[19015/78448] Fetching swift-nio, swiftygpio
Fetched https://github.com/uraimo/SwiftyGPIO.git from cache (1.99s)
[62366/76055] Fetching swift-nio
Fetched https://github.com/NozeIO/swift-nio-irc-server.git from cache (4.68s)
Fetched https://github.com/apple/swift-nio.git from cache (4.78s)
Computing version for https://github.com/SwiftyLinkerKit/SwiftyLinkerKit.git
Computed https://github.com/SwiftyLinkerKit/SwiftyLinkerKit.git at 0.1.3 (5.39s)
Fetching https://github.com/AlwaysRightInstitute/SwiftyTM1637.git
[1/82] Fetching swiftytm1637
Fetched https://github.com/AlwaysRightInstitute/SwiftyTM1637.git from cache (0.31s)
Computing version for https://github.com/AlwaysRightInstitute/SwiftyTM1637.git
Computed https://github.com/AlwaysRightInstitute/SwiftyTM1637.git at 0.1.2 (0.94s)
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.73s)
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.27s)
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 (1.12s)
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 (2.20s)
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.59s)
Computed https://github.com/NozeIO/swift-nio-irc-eliza.git at 0.6.0 (0.60s)
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.63s)
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.53s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.14.4 (0.63s)
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.24s)
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 (0.84s)
Computing version for https://github.com/uraimo/SwiftyGPIO.git
Computed https://github.com/uraimo/SwiftyGPIO.git at 1.4.4 (0.64s)
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/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/SwiftyLinkerKit/SwiftyLinkerKit.git
Working copy of https://github.com/SwiftyLinkerKit/SwiftyLinkerKit.git resolved at 0.1.3
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-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-server.git
Working copy of https://github.com/NozeIO/swift-nio-irc-server.git resolved at 0.6.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/AlwaysRightInstitute/SwiftEliza.git
Working copy of https://github.com/AlwaysRightInstitute/SwiftEliza.git resolved at 1.0.1
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/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/apple/swift-nio-zlib-support.git
Working copy of https://github.com/apple/swift-nio-zlib-support.git resolved at 1.0.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 shim.c
[17/44] Compiling CNIOZlib empty.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.
[17/44] Compiling CNIOSHA1 c_nio_sha1.c
[17/44] Compiling CNIOHTTPParser c_nio_http_parser.c
[17/44] Compiling CNIOLinux ifaddrs-android.c
[17/44] Compiling c-atomics.c
[17/44] Compiling CNIODarwin shim.c
[17/44] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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: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...
[0/27] Compiling CNIOZlib empty.c
[1/27] Compiling CNIOLinux ifaddrs-android.c
[2/27] Compiling CNIOLinux shim.c
[3/27] 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.
[4/27] Compiling CNIOSHA1 c_nio_sha1.c
[4/27] Write swift-version-24593BA9C3E375BF.txt
[4/27] Compiling c-atomics.c
[4/27] Compiling CNIOHTTPParser c_nio_http_parser.c
BUILD FAILURE 6.1 wasm