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

Successful build of ATResolve, reference main (3ec4b8), with Swift 6.1 for Linux on 11 Dec 2025 04:38:38 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattmassicotte/ATResolve.git
Reference: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3ec4b85 Try to update CI
Cloned https://github.com/mattmassicotte/ATResolve.git
Revision (git rev-parse @):
3ec4b8509b018c9b0da791c74355c58eb83dcd24
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mattmassicotte/ATResolve.git at main
========================================
Build
========================================
Selected platform:         linux
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",
        "Networking.swift",
        "ResponseProviding.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-async-dns-resolver.git
[1/916] Fetching swift-async-dns-resolver
Fetched https://github.com/apple/swift-async-dns-resolver.git from cache (0.23s)
Computing version for https://github.com/apple/swift-async-dns-resolver.git
Computed https://github.com/apple/swift-async-dns-resolver.git at 0.5.0 (2.57s)
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.5.0
Building for debugging...
[0/63] Write sources
[2/63] Compiling ares__close_sockets.c
[3/63] Compiling ares__get_hostent.c
[3/63] Compiling inet_ntop.c
[5/63] Compiling ares__parse_into_addrinfo.c
[6/63] Compiling windows_port.c
[6/63] Compiling ares__addrinfo_localhost.c
[8/63] Compiling bitncmp.c
[9/63] Compiling ares_writev.c
[10/63] Compiling inet_net_pton.c
[11/63] Compiling ares_version.c
[12/63] Compiling ares_strerror.c
[13/63] Compiling ares_timeout.c
[14/63] Compiling ares_strsplit.c
[15/63] Compiling ares_strcasecmp.c
[16/63] Compiling ares_strdup.c
[17/63] Compiling ares_send.c
[18/63] Compiling ares_search.c
[19/63] Compiling ares_rand.c
[20/63] Compiling ares_query.c
[21/63] Compiling ares_platform.c
[22/63] Compiling ares_parse_uri_reply.c
[23/63] Compiling ares__addrinfo2hostent.c
[23/63] Write swift-version-24593BA9C3E375BF.txt
[25/63] Compiling ares_parse_txt_reply.c
[26/63] Compiling ares_parse_ptr_reply.c
[26/63] Compiling ares_parse_srv_reply.c
[28/63] Compiling ares_parse_soa_reply.c
[29/63] Compiling ares_process.c
[30/63] Compiling ares_parse_a_reply.c
[30/63] Compiling ares_parse_ns_reply.c
[31/63] Compiling ares_parse_mx_reply.c
[33/63] Compiling ares_parse_naptr_reply.c
[34/63] Compiling ares_parse_aaaa_reply.c
[35/63] Compiling ares_parse_caa_reply.c
[36/63] Compiling ares_options.c
[37/63] Compiling ares_nowarn.c
[38/63] Compiling ares_llist.c
[39/63] Compiling ares_library_init.c
[40/63] Compiling ares_getsock.c
[40/63] Compiling ares_mkquery.c
[42/63] Compiling ares_getnameinfo.c
[43/63] Compiling ares_gethostbyname.c
[44/63] Compiling ares_gethostbyaddr.c
[44/63] Compiling ares_getenv.c
[46/63] Compiling ares_init.c
[47/63] Compiling ares_free_string.c
[48/63] Compiling ares_freeaddrinfo.c
[49/63] Compiling ares_getaddrinfo.c
[50/63] Compiling ares_free_hostent.c
[51/63] Compiling ares_fds.c
[52/63] Compiling ares_expand_name.c
[52/63] Compiling ares_expand_string.c
[54/63] Compiling ares_cancel.c
[55/63] Compiling ares_android.c
[55/63] Compiling ares_data.c
[57/63] Compiling ares_create_query.c
[58/63] Compiling ares_destroy.c
[59/63] Compiling ares__timeval.c
[60/63] Compiling ares__readaddrinfo.c
[61/63] Compiling ares__read_line.c
[62/63] Compiling ares__sortaddrinfo.c
[64/71] Compiling AsyncDNSResolver Errors_c-ares.swift
[65/71] Compiling AsyncDNSResolver DNSResolver_dnssd.swift
[66/72] Compiling AsyncDNSResolver Errors_dnssd.swift
[67/72] Compiling AsyncDNSResolver AsyncDNSResolver.swift
[68/72] Emitting module AsyncDNSResolver
[69/72] Compiling AsyncDNSResolver AresOptions.swift
[70/72] Compiling AsyncDNSResolver AresChannel.swift
[71/72] Compiling AsyncDNSResolver DNSResolver_c-ares.swift
[72/72] Compiling AsyncDNSResolver Errors.swift
[74/77] Compiling ATResolve ResponseProviding.swift
[75/77] Compiling ATResolve Networking.swift
[76/77] Compiling ATResolve ATResolver.swift
[77/77] Emitting module ATResolve
Build complete! (13.04s)
Build complete.
{
  "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",
        "Networking.swift",
        "ResponseProviding.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.