The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of swift-async-dns-resolver with Swift 5.9 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.39.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-async-dns-resolver.git
Reference: 0.4.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/apple/swift-async-dns-resolver
 * tag               0.4.0      -> FETCH_HEAD
HEAD is now at 08c07ff Simplify AsyncDNSResolver.Error  (#27)
Submodule path 'Sources/CAsyncDNSResolver/c-ares': checked out '6360e96b5cf8e5980c887ce58ef727e53d77243a'
Submodule 'c-ares' (https://github.com/c-ares/c-ares.git) registered for path 'Sources/CAsyncDNSResolver/c-ares'
Cloning into '/host/spi-builder-workspace/Sources/CAsyncDNSResolver/c-ares'...
Cloned https://github.com/apple/swift-async-dns-resolver.git
Revision (git rev-parse @):
08c07ff31a745ee5e522ac10132fb4949834d925
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/apple/swift-async-dns-resolver.git at 0.4.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $workDir
https://github.com/apple/swift-async-dns-resolver.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/apple/swift-docc-plugin
[1/1458] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin (0.40s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (0.37s)
Fetching https://github.com/apple/swift-docc-symbolkit
[1/2853] Fetching swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-symbolkit (0.37s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.40s)
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
                switch dependency {
                ^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
                switch dependency {
                ^
[1/1] Compiling plugin Swift-DocC
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
                switch dependency {
                ^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
                switch dependency {
                ^
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/62] Compiling ares__read_line.c
[3/62] Compiling ares__close_sockets.c
[4/62] Compiling ares__addrinfo_localhost.c
[5/62] Compiling ares__parse_into_addrinfo.c
[6/62] Compiling ares__addrinfo2hostent.c
[7/62] Compiling ares__get_hostent.c
[8/62] Compiling ares__readaddrinfo.c
[9/62] Compiling windows_port.c
[10/62] Compiling inet_ntop.c
[11/62] Compiling bitncmp.c
[12/62] Compiling ares_version.c
[13/62] Compiling ares_writev.c
[14/62] Compiling ares_timeout.c
[15/62] Compiling inet_net_pton.c
[16/62] Compiling ares_strcasecmp.c
[17/62] Compiling ares_strerror.c
[18/62] Compiling ares_strdup.c
[18/62] Compiling ares_strsplit.c
[20/62] Compiling ares_send.c
[21/62] Compiling ares_query.c
[21/62] Compiling ares_search.c
[23/62] Compiling ares_rand.c
[24/62] Compiling ares_platform.c
[25/62] Compiling ares_parse_txt_reply.c
[26/62] Compiling ares_parse_uri_reply.c
[27/62] Compiling ares_parse_srv_reply.c
[28/62] Compiling ares_parse_soa_reply.c
[29/62] Compiling ares_parse_ptr_reply.c
[30/62] Compiling ares_parse_ns_reply.c
[30/62] Compiling ares_process.c
[32/62] Compiling ares_parse_mx_reply.c
[33/62] Compiling ares_parse_naptr_reply.c
[34/62] Compiling ares_parse_caa_reply.c
[35/62] Compiling ares_parse_aaaa_reply.c
[36/62] Compiling ares_parse_a_reply.c
[37/62] Compiling ares_nowarn.c
[38/62] Compiling ares_options.c
[39/62] Compiling ares_mkquery.c
[40/62] Compiling ares_llist.c
[41/62] Compiling ares_library_init.c
[42/62] Compiling ares_getsock.c
[43/62] Compiling ares_getenv.c
[43/62] Compiling ares_getnameinfo.c
[45/62] Compiling ares_gethostbyname.c
[46/62] Compiling ares_gethostbyaddr.c
[47/62] Compiling ares_init.c
[48/62] Compiling ares_free_string.c
[48/62] Compiling ares_freeaddrinfo.c
[50/62] Compiling ares_getaddrinfo.c
[51/62] Compiling ares_expand_string.c
[52/62] Compiling ares_free_hostent.c
[53/62] Compiling ares_fds.c
[54/62] Compiling ares_expand_name.c
[55/62] Compiling ares_destroy.c
[56/62] Compiling ares_android.c
[57/62] Compiling ares_cancel.c
[58/62] Compiling ares_create_query.c
[59/62] Compiling ares_data.c
[60/62] Compiling ares__timeval.c
[61/62] Compiling ares__sortaddrinfo.c
[63/70] Compiling AsyncDNSResolver Errors_c-ares.swift
[64/70] Compiling AsyncDNSResolver DNSResolver_dnssd.swift
[65/71] Emitting module AsyncDNSResolver
[66/71] Compiling AsyncDNSResolver Errors_dnssd.swift
[67/71] Compiling AsyncDNSResolver DNSResolver_c-ares.swift
[68/71] Compiling AsyncDNSResolver AresOptions.swift
[69/71] Compiling AsyncDNSResolver Errors.swift
[70/71] Compiling AsyncDNSResolver AsyncDNSResolver.swift
[71/71] Compiling AsyncDNSResolver AresChannel.swift
Build complete! (18.78s)
Build complete.
Done.