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 ATResolve, reference 1.0.0 (6d86cb), with Swift 6.1 for Wasm on 30 May 2025 21:30:37 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/mattmassicotte/ATResolve.git
Reference: 1.0.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/mattmassicotte/ATResolve
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 6d86cb8 FoundationNeworking if needed
Cloned https://github.com/mattmassicotte/ATResolve.git
Revision (git rev-parse @):
6d86cb8b2bfcdb4ed2560fd3c638c232d87cc7f4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mattmassicotte/ATResolve.git at 1.0.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mattmassicotte/ATResolve.git
https://github.com/mattmassicotte/ATResolve.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-async-dns-resolver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-async-dns-resolver.git"
    }
  ],
  "manifest_display_name" : "ATResolve",
  "name" : "ATResolve",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "ATResolve",
      "targets" : [
        "ATResolve"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ATResolveTests",
      "module_type" : "SwiftTarget",
      "name" : "ATResolveTests",
      "path" : "Tests/ATResolveTests",
      "sources" : [
        "ATResolveTests.swift"
      ],
      "target_dependencies" : [
        "ATResolve"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ATResolve",
      "module_type" : "SwiftTarget",
      "name" : "ATResolve",
      "path" : "Sources/ATResolve",
      "product_dependencies" : [
        "AsyncDNSResolver"
      ],
      "product_memberships" : [
        "ATResolve"
      ],
      "sources" : [
        "ATResolver.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.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 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/apple/swift-async-dns-resolver.git
[1/850] Fetching swift-async-dns-resolver
Fetched https://github.com/apple/swift-async-dns-resolver.git from cache (0.33s)
Computing version for https://github.com/apple/swift-async-dns-resolver.git
Computed https://github.com/apple/swift-async-dns-resolver.git at 0.4.0 (2.90s)
Creating working copy for https://github.com/apple/swift-async-dns-resolver.git
Working copy of https://github.com/apple/swift-async-dns-resolver.git resolved at 0.4.0
Building for debugging...
[0/63] Compiling inet_ntop.c
[1/63] Compiling ares_version.c
[1/63] Compiling ares_timeout.c
[3/63] Compiling ares_writev.c
[3/63] Compiling bitncmp.c
[5/63] Compiling inet_net_pton.c
[6/63] Compiling ares_strsplit.c
[7/63] Compiling ares_strcasecmp.c
[8/63] Compiling ares_strerror.c
[9/63] Compiling ares_strdup.c
[10/63] Compiling ares_send.c
[11/63] Compiling ares_query.c
[12/63] Compiling ares_search.c
[13/63] Compiling ares_rand.c
[14/63] Compiling ares_platform.c
/host/spi-builder-workspace/.build/checkouts/swift-async-dns-resolver/Sources/CAsyncDNSResolver/c-ares/src/lib/ares_parse_uri_reply.c:24:12: fatal error: 'netdb.h' file not found
   24 | #  include <netdb.h>
      |            ^~~~~~~~~
1 error generated.
[15/63] Compiling ares_parse_uri_reply.c
/host/spi-builder-workspace/.build/checkouts/swift-async-dns-resolver/Sources/CAsyncDNSResolver/c-ares/src/lib/ares_process.c:30:12: fatal error: 'netdb.h' file not found
   30 | #  include <netdb.h>
      |            ^~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/swift-async-dns-resolver/Sources/CAsyncDNSResolver/c-ares/src/lib/ares_parse_srv_reply.c:24:12: fatal error: 'netdb.h' file not found
   24 | #  include <netdb.h>
      |            ^~~~~~~~~
1 error generated.
[15/63] Compiling ares_parse_srv_reply.c
[15/63] Compiling ares_process.c
[15/63] Compiling ares_parse_soa_reply.c
[15/63] Compiling ares_parse_ptr_reply.c
/host/spi-builder-workspace/.build/checkouts/swift-async-dns-resolver/Sources/CAsyncDNSResolver/c-ares/src/lib/ares_parse_txt_reply.c:24:12: fatal error: 'netdb.h' file not found
   24 | #  include <netdb.h>
      |            ^~~~~~~~~
[15/63] Compiling ares_parse_txt_reply.c
[15/63] Compiling windows_port.c
[15/63] 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
[0/1] Planning build
Building for debugging...
[0/49] Write sources
[1/48] Compiling windows_port.c
/host/spi-builder-workspace/.build/checkouts/swift-async-dns-resolver/Sources/CAsyncDNSResolver/c-ares/src/lib/ares_parse_txt_reply.c:24:12: fatal error: 'netdb.h' file not found
   24 | #  include <netdb.h>
      |            ^~~~~~~~~
1 error generated.
[2/48] Compiling ares_parse_txt_reply.c
[2/48] Compiling ares_parse_ns_reply.c
[2/48] Compiling ares_parse_srv_reply.c
/host/spi-builder-workspace/.build/checkouts/swift-async-dns-resolver/Sources/CAsyncDNSResolver/c-ares/src/lib/ares_parse_uri_reply.c:24:12: fatal error: 'netdb.h' file not found
   24 | #  include <netdb.h>
      |            ^~~~~~~~~
[2/48] Compiling ares_parse_uri_reply.c
[2/48] Compiling ares_parse_soa_reply.c
[2/48] Compiling ares_parse_ptr_reply.c
/host/spi-builder-workspace/.build/checkouts/swift-async-dns-resolver/Sources/CAsyncDNSResolver/c-ares/src/lib/ares_process.c:30:12: fatal error: 'netdb.h' file not found
   30 | #  include <netdb.h>
      |            ^~~~~~~~~
1 error generated.
[2/48] Compiling ares_process.c
[2/48] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 wasm