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 swift-dns-service-discovery, reference main (70474b), with Swift 6.1 for Android on 29 May 2025 12:09:15 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fwcd/swift-dns-service-discovery.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/fwcd/swift-dns-service-discovery
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 70474be Install native dependencies in docs CI
Cloned https://github.com/fwcd/swift-dns-service-discovery.git
Revision (git rev-parse @):
70474be35b33540c771db83ec0e173de6f882814
SUCCESS checkout https://github.com/fwcd/swift-dns-service-discovery.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/fwcd/swift-dns-service-discovery.git
https://github.com/fwcd/swift-dns-service-discovery.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-service-discovery",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-service-discovery.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin.git"
    }
  ],
  "manifest_display_name" : "swift-dns-service-discovery",
  "name" : "swift-dns-service-discovery",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "DNSServiceDiscovery",
      "targets" : [
        "DNSServiceDiscovery"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BrowseSSHServers",
      "targets" : [
        "BrowseSSHServers"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "SubscribeToAirPlayServers",
      "targets" : [
        "SubscribeToAirPlayServers"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "ResolveAirPlayServers",
      "targets" : [
        "ResolveAirPlayServers"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "BrowseAsync",
      "targets" : [
        "BrowseAsync"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "BrowseAllServices",
      "targets" : [
        "BrowseAllServices"
      ],
      "type" : {
        "snippet" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DNSServiceDiscoveryTests",
      "module_type" : "SwiftTarget",
      "name" : "DNSServiceDiscoveryTests",
      "path" : "Tests/DNSServiceDiscoveryTests",
      "sources" : [
        "DNSServiceDiscoveryTests.swift"
      ],
      "target_dependencies" : [
        "DNSServiceDiscovery"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DNSServiceDiscovery",
      "module_type" : "SwiftTarget",
      "name" : "DNSServiceDiscovery",
      "path" : "Sources/DNSServiceDiscovery",
      "product_dependencies" : [
        "ServiceDiscovery"
      ],
      "product_memberships" : [
        "DNSServiceDiscovery",
        "BrowseSSHServers",
        "SubscribeToAirPlayServers",
        "ResolveAirPlayServers",
        "BrowseAsync",
        "BrowseAllServices"
      ],
      "sources" : [
        "AddressInfo.swift",
        "DNSServiceDiscovery.swift",
        "DNSServiceError.swift",
        "DNSServiceInstance.swift",
        "DNSServiceQuery.swift",
        "DNSServiceType.swift",
        "Domain.swift",
        "IPAddress.swift",
        "Internal/DNSService+Browse.swift",
        "Internal/DNSService+Flags.swift",
        "Internal/DNSService+FoundInstance.swift",
        "Internal/DNSService+GetAddrInfo.swift",
        "Internal/DNSService+NetworkProtocol.swift",
        "Internal/DNSService+Query.swift",
        "Internal/DNSService+Resolve.swift",
        "Internal/DNSService.swift"
      ],
      "target_dependencies" : [
        "CDNSSD"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CDNSSD",
      "module_type" : "SystemLibraryTarget",
      "name" : "CDNSSD",
      "path" : "Sources/CDNSSD",
      "product_memberships" : [
        "DNSServiceDiscovery",
        "BrowseSSHServers",
        "SubscribeToAirPlayServers",
        "ResolveAirPlayServers",
        "BrowseAsync",
        "BrowseAllServices"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "BrowseSSHServers",
      "module_type" : "SwiftTarget",
      "name" : "BrowseSSHServers",
      "path" : "Snippets",
      "product_memberships" : [
        "BrowseSSHServers"
      ],
      "sources" : [
        "BrowseSSHServers.swift"
      ],
      "target_dependencies" : [
        "DNSServiceDiscovery"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "SubscribeToAirPlayServers",
      "module_type" : "SwiftTarget",
      "name" : "SubscribeToAirPlayServers",
      "path" : "Snippets",
      "product_memberships" : [
        "SubscribeToAirPlayServers"
      ],
      "sources" : [
        "SubscribeToAirPlayServers.swift"
      ],
      "target_dependencies" : [
        "DNSServiceDiscovery"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "ResolveAirPlayServers",
      "module_type" : "SwiftTarget",
      "name" : "ResolveAirPlayServers",
      "path" : "Snippets",
      "product_memberships" : [
        "ResolveAirPlayServers"
      ],
      "sources" : [
        "ResolveAirPlayServers.swift"
      ],
      "target_dependencies" : [
        "DNSServiceDiscovery"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "BrowseAsync",
      "module_type" : "SwiftTarget",
      "name" : "BrowseAsync",
      "path" : "Snippets",
      "product_memberships" : [
        "BrowseAsync"
      ],
      "sources" : [
        "BrowseAsync.swift"
      ],
      "target_dependencies" : [
        "DNSServiceDiscovery"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "BrowseAllServices",
      "module_type" : "SwiftTarget",
      "name" : "BrowseAllServices",
      "path" : "Snippets",
      "product_memberships" : [
        "BrowseAllServices"
      ],
      "sources" : [
        "BrowseAllServices.swift"
      ],
      "target_dependencies" : [
        "DNSServiceDiscovery"
      ],
      "type" : "snippet"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-docc-plugin.git
Fetching https://github.com/apple/swift-service-discovery.git
[1/1120] Fetching swift-service-discovery
[438/3169] Fetching swift-service-discovery, swift-docc-plugin
Fetched https://github.com/apple/swift-service-discovery.git from cache (0.39s)
[1148/2049] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin.git from cache (0.49s)
Computing version for https://github.com/apple/swift-service-discovery.git
Computed https://github.com/apple/swift-service-discovery.git at 1.4.0 (1.11s)
Fetching https://github.com/apple/swift-atomics
Fetching https://github.com/apple/swift-log
[1/3836] Fetching swift-log
[232/5546] Fetching swift-log, swift-atomics
Fetched https://github.com/apple/swift-log from cache (0.53s)
Fetched https://github.com/apple/swift-atomics from cache (0.54s)
Computing version for https://github.com/apple/swift-atomics
Computed https://github.com/apple/swift-atomics at 1.2.0 (1.67s)
Computing version for https://github.com/apple/swift-docc-plugin.git
Computed https://github.com/apple/swift-docc-plugin.git at 1.4.3 (2.10s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3391] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.42s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.00s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (0.54s)
Creating working copy for https://github.com/apple/swift-atomics
Working copy of https://github.com/apple/swift-atomics resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-docc-plugin.git
Working copy of https://github.com/apple/swift-docc-plugin.git resolved at 1.4.3
Creating working copy for https://github.com/apple/swift-service-discovery.git
Working copy of https://github.com/apple/swift-service-discovery.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
warning: you may be able to install avahi-compat-libdns_sd using your system-packager:
    apt-get install libavahi-compat-libdnssd-dev
warning: you may be able to install avahi-compat-libdns_sd using your system-packager:
    apt-get install libavahi-compat-libdnssd-dev
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/32] Write sources
[11/32] Compiling _AtomicsShims.c
[11/32] Write swift-version-24593BA9C3E375BF.txt
[14/56] Compiling Atomics AtomicMemoryOrderings.swift
[15/56] Compiling Atomics DoubleWord.swift
[16/56] Compiling Atomics ManagedAtomic.swift
[17/56] Compiling Atomics ManagedAtomicLazyReference.swift
[18/56] Compiling Atomics UnsafeAtomic.swift
[19/56] Compiling Atomics UnsafeAtomicLazyReference.swift
[20/58] Compiling Atomics AtomicReference.swift
[21/58] Compiling Atomics AtomicStorage.swift
[22/58] Compiling Atomics AtomicValue.swift
[23/58] Compiling Atomics OptionalRawRepresentable.swift
[24/58] Compiling Atomics RawRepresentable.swift
[25/58] Compiling Atomics AtomicBool.swift
[26/58] Emitting module Atomics
[27/58] Compiling Atomics IntegerConformances.swift
[28/58] Compiling Atomics PointerConformances.swift
[29/58] Compiling Atomics Primitives.native.swift
[30/58] Compiling Atomics Primitives.shims.swift
[31/58] Compiling Atomics AtomicInteger.swift
[32/58] Compiling Atomics AtomicOptionalWrappable.swift
[33/58] Compiling Atomics IntegerOperations.swift
[34/58] Compiling Atomics Unmanaged extensions.swift
[35/59] Wrapping AST for Atomics for debugging
[37/59] Compiling Logging LogHandler.swift
[38/59] Compiling Logging Logging.swift
[39/59] Compiling Logging Locks.swift
[40/59] Emitting module Logging
[41/59] Compiling Logging MetadataProvider.swift
[42/60] Wrapping AST for Logging for debugging
[44/69] Compiling ServiceDiscovery MapInstanceServiceDiscovery.swift
[45/70] Emitting module ServiceDiscovery
[46/70] Compiling ServiceDiscovery ServiceDiscovery+Combinators.swift
[47/70] Compiling ServiceDiscovery MapServiceServiceDiscovery.swift
[48/70] Compiling ServiceDiscovery ServiceDiscovery+TypeErased.swift
[49/70] Compiling ServiceDiscovery ServiceDiscovery+AsyncAwait.swift
[50/70] Compiling ServiceDiscovery ServiceDiscovery.swift
[51/70] Compiling ServiceDiscovery FilterInstanceServiceDiscovery.swift
[52/70] Compiling ServiceDiscovery HostPort.swift
[53/70] Compiling ServiceDiscovery InMemoryServiceDiscovery.swift
[54/71] Wrapping AST for ServiceDiscovery for debugging
[56/86] Compiling DNSServiceDiscovery Domain.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CDNSSD/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
  |          `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/Sources/DNSServiceDiscovery/DNSServiceError.swift:1:8: error: could not build C module 'CDNSSD'
 1 | import CDNSSD
   |        `- error: could not build C module 'CDNSSD'
 2 |
 3 | public enum DNSServiceError: Error, Hashable {
[57/86] Compiling DNSServiceDiscovery IPAddress.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CDNSSD/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
  |          `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/Sources/DNSServiceDiscovery/DNSServiceError.swift:1:8: error: could not build C module 'CDNSSD'
 1 | import CDNSSD
   |        `- error: could not build C module 'CDNSSD'
 2 |
 3 | public enum DNSServiceError: Error, Hashable {
[58/86] Compiling DNSServiceDiscovery DNSService+Browse.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CDNSSD/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
  |          `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/Sources/DNSServiceDiscovery/DNSServiceError.swift:1:8: error: could not build C module 'CDNSSD'
 1 | import CDNSSD
   |        `- error: could not build C module 'CDNSSD'
 2 |
 3 | public enum DNSServiceError: Error, Hashable {
[59/86] Compiling DNSServiceDiscovery DNSService+Flags.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CDNSSD/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
  |          `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/Sources/DNSServiceDiscovery/DNSServiceError.swift:1:8: error: could not build C module 'CDNSSD'
 1 | import CDNSSD
   |        `- error: could not build C module 'CDNSSD'
 2 |
 3 | public enum DNSServiceError: Error, Hashable {
[60/86] Compiling DNSServiceDiscovery DNSService+NetworkProtocol.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CDNSSD/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
  |          `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/Sources/DNSServiceDiscovery/DNSServiceError.swift:1:8: error: could not build C module 'CDNSSD'
 1 | import CDNSSD
   |        `- error: could not build C module 'CDNSSD'
 2 |
 3 | public enum DNSServiceError: Error, Hashable {
[61/86] Compiling DNSServiceDiscovery DNSService+Query.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CDNSSD/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
  |          `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/Sources/DNSServiceDiscovery/DNSServiceError.swift:1:8: error: could not build C module 'CDNSSD'
 1 | import CDNSSD
   |        `- error: could not build C module 'CDNSSD'
 2 |
 3 | public enum DNSServiceError: Error, Hashable {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[62/88] Emitting module DNSServiceDiscovery
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CDNSSD/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
  |          `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/Sources/DNSServiceDiscovery/DNSServiceError.swift:1:8: error: could not build C module 'CDNSSD'
 1 | import CDNSSD
   |        `- error: could not build C module 'CDNSSD'
 2 |
 3 | public enum DNSServiceError: Error, Hashable {
[63/88] Compiling DNSServiceDiscovery AddressInfo.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CDNSSD/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
  |          `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/Sources/DNSServiceDiscovery/DNSServiceError.swift:1:8: error: could not build C module 'CDNSSD'
 1 | import CDNSSD
   |        `- error: could not build C module 'CDNSSD'
 2 |
 3 | public enum DNSServiceError: Error, Hashable {
[64/88] Compiling DNSServiceDiscovery DNSServiceDiscovery.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CDNSSD/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
  |          `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/Sources/DNSServiceDiscovery/DNSServiceError.swift:1:8: error: could not build C module 'CDNSSD'
 1 | import CDNSSD
   |        `- error: could not build C module 'CDNSSD'
 2 |
 3 | public enum DNSServiceError: Error, Hashable {
[65/88] Compiling DNSServiceDiscovery DNSService+FoundInstance.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CDNSSD/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
  |          `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/Sources/DNSServiceDiscovery/DNSServiceError.swift:1:8: error: could not build C module 'CDNSSD'
 1 | import CDNSSD
   |        `- error: could not build C module 'CDNSSD'
 2 |
 3 | public enum DNSServiceError: Error, Hashable {
[66/88] Compiling DNSServiceDiscovery DNSService+GetAddrInfo.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CDNSSD/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
  |          `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/Sources/DNSServiceDiscovery/DNSServiceError.swift:1:8: error: could not build C module 'CDNSSD'
 1 | import CDNSSD
   |        `- error: could not build C module 'CDNSSD'
 2 |
 3 | public enum DNSServiceError: Error, Hashable {
[67/88] Compiling DNSServiceDiscovery DNSServiceQuery.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CDNSSD/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
  |          `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/Sources/DNSServiceDiscovery/DNSServiceError.swift:1:8: error: could not build C module 'CDNSSD'
 1 | import CDNSSD
   |        `- error: could not build C module 'CDNSSD'
 2 |
 3 | public enum DNSServiceError: Error, Hashable {
[68/88] Compiling DNSServiceDiscovery DNSServiceType.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CDNSSD/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
  |          `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/Sources/DNSServiceDiscovery/DNSServiceError.swift:1:8: error: could not build C module 'CDNSSD'
 1 | import CDNSSD
   |        `- error: could not build C module 'CDNSSD'
 2 |
 3 | public enum DNSServiceError: Error, Hashable {
[69/88] Compiling DNSServiceDiscovery DNSServiceError.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CDNSSD/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
  |          `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/Sources/DNSServiceDiscovery/DNSServiceError.swift:1:8: error: could not build C module 'CDNSSD'
 1 | import CDNSSD
   |        `- error: could not build C module 'CDNSSD'
 2 |
 3 | public enum DNSServiceError: Error, Hashable {
[70/88] Compiling DNSServiceDiscovery DNSServiceInstance.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CDNSSD/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
  |          `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/Sources/DNSServiceDiscovery/DNSServiceError.swift:1:8: error: could not build C module 'CDNSSD'
 1 | import CDNSSD
   |        `- error: could not build C module 'CDNSSD'
 2 |
 3 | public enum DNSServiceError: Error, Hashable {
[71/88] Compiling DNSServiceDiscovery DNSService+Resolve.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CDNSSD/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
  |          `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/Sources/DNSServiceDiscovery/DNSServiceError.swift:1:8: error: could not build C module 'CDNSSD'
 1 | import CDNSSD
   |        `- error: could not build C module 'CDNSSD'
 2 |
 3 | public enum DNSServiceError: Error, Hashable {
[72/88] Compiling DNSServiceDiscovery DNSService.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CDNSSD/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
  |          `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/Sources/DNSServiceDiscovery/DNSServiceError.swift:1:8: error: could not build C module 'CDNSSD'
 1 | import CDNSSD
   |        `- error: could not build C module 'CDNSSD'
 2 |
 3 | public enum DNSServiceError: Error, Hashable {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: you may be able to install avahi-compat-libdns_sd using your system-packager:
    apt-get install libavahi-compat-libdnssd-dev
warning: you may be able to install avahi-compat-libdns_sd using your system-packager:
    apt-get install libavahi-compat-libdnssd-dev
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/22] Write swift-version-24593BA9C3E375BF.txt
[4/46] Compiling Atomics UnsafeAtomic.swift
[5/46] Compiling Atomics UnsafeAtomicLazyReference.swift
[6/46] Compiling Atomics Primitives.shims.swift
[7/46] Compiling Atomics AtomicInteger.swift
[8/46] Compiling Atomics AtomicOptionalWrappable.swift
[9/48] Emitting module Logging
[10/48] Compiling Logging Locks.swift
[11/48] Compiling Atomics AtomicMemoryOrderings.swift
[12/48] Compiling Atomics DoubleWord.swift
[13/48] Compiling Atomics ManagedAtomic.swift
[14/48] Compiling Atomics ManagedAtomicLazyReference.swift
[15/48] Compiling Atomics AtomicReference.swift
[16/48] Compiling Atomics AtomicStorage.swift
[17/48] Compiling Atomics AtomicValue.swift
[18/48] Compiling Atomics IntegerOperations.swift
[19/48] Compiling Atomics Unmanaged extensions.swift
[20/48] Compiling Logging MetadataProvider.swift
[21/48] Compiling Logging Logging.swift
[22/48] Compiling Logging LogHandler.swift
[23/49] Wrapping AST for Logging for debugging
[25/49] Emitting module Atomics
[26/49] Compiling Atomics OptionalRawRepresentable.swift
[27/49] Compiling Atomics RawRepresentable.swift
[28/49] Compiling Atomics AtomicBool.swift
[29/49] Compiling Atomics IntegerConformances.swift
[30/49] Compiling Atomics PointerConformances.swift
[31/49] Compiling Atomics Primitives.native.swift
[32/50] Wrapping AST for Atomics for debugging
[34/59] Compiling ServiceDiscovery MapInstanceServiceDiscovery.swift
[35/60] Compiling ServiceDiscovery MapServiceServiceDiscovery.swift
[36/60] Compiling ServiceDiscovery ServiceDiscovery+Combinators.swift
[37/60] Compiling ServiceDiscovery ServiceDiscovery+AsyncAwait.swift
[38/60] Compiling ServiceDiscovery ServiceDiscovery+TypeErased.swift
[39/60] Compiling ServiceDiscovery InMemoryServiceDiscovery.swift
[40/60] Compiling ServiceDiscovery FilterInstanceServiceDiscovery.swift
[41/60] Compiling ServiceDiscovery HostPort.swift
[42/60] Emitting module ServiceDiscovery
[43/60] Compiling ServiceDiscovery ServiceDiscovery.swift
[45/75] Compiling DNSServiceDiscovery DNSService+NetworkProtocol.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CDNSSD/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
  |          `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/Sources/DNSServiceDiscovery/DNSServiceError.swift:1:8: error: could not build C module 'CDNSSD'
 1 | import CDNSSD
   |        `- error: could not build C module 'CDNSSD'
 2 |
 3 | public enum DNSServiceError: Error, Hashable {
[46/75] Compiling DNSServiceDiscovery DNSService+Query.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CDNSSD/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
  |          `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/Sources/DNSServiceDiscovery/DNSServiceError.swift:1:8: error: could not build C module 'CDNSSD'
 1 | import CDNSSD
   |        `- error: could not build C module 'CDNSSD'
 2 |
 3 | public enum DNSServiceError: Error, Hashable {
[47/77] Compiling DNSServiceDiscovery DNSService+FoundInstance.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CDNSSD/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
  |          `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/Sources/DNSServiceDiscovery/DNSServiceError.swift:1:8: error: could not build C module 'CDNSSD'
 1 | import CDNSSD
   |        `- error: could not build C module 'CDNSSD'
 2 |
 3 | public enum DNSServiceError: Error, Hashable {
[48/77] Compiling DNSServiceDiscovery DNSService+GetAddrInfo.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CDNSSD/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
  |          `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/Sources/DNSServiceDiscovery/DNSServiceError.swift:1:8: error: could not build C module 'CDNSSD'
 1 | import CDNSSD
   |        `- error: could not build C module 'CDNSSD'
 2 |
 3 | public enum DNSServiceError: Error, Hashable {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[49/77] Emitting module DNSServiceDiscovery
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CDNSSD/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
  |          `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/Sources/DNSServiceDiscovery/DNSServiceError.swift:1:8: error: could not build C module 'CDNSSD'
 1 | import CDNSSD
   |        `- error: could not build C module 'CDNSSD'
 2 |
 3 | public enum DNSServiceError: Error, Hashable {
[50/77] Compiling DNSServiceDiscovery DNSServiceQuery.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CDNSSD/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
  |          `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/Sources/DNSServiceDiscovery/DNSServiceError.swift:1:8: error: could not build C module 'CDNSSD'
 1 | import CDNSSD
   |        `- error: could not build C module 'CDNSSD'
 2 |
 3 | public enum DNSServiceError: Error, Hashable {
[51/77] Compiling DNSServiceDiscovery DNSServiceType.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CDNSSD/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
  |          `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/Sources/DNSServiceDiscovery/DNSServiceError.swift:1:8: error: could not build C module 'CDNSSD'
 1 | import CDNSSD
   |        `- error: could not build C module 'CDNSSD'
 2 |
 3 | public enum DNSServiceError: Error, Hashable {
[52/77] Compiling DNSServiceDiscovery Domain.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CDNSSD/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
  |          `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/Sources/DNSServiceDiscovery/DNSServiceError.swift:1:8: error: could not build C module 'CDNSSD'
 1 | import CDNSSD
   |        `- error: could not build C module 'CDNSSD'
 2 |
 3 | public enum DNSServiceError: Error, Hashable {
[53/77] Compiling DNSServiceDiscovery IPAddress.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CDNSSD/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
  |          `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/Sources/DNSServiceDiscovery/DNSServiceError.swift:1:8: error: could not build C module 'CDNSSD'
 1 | import CDNSSD
   |        `- error: could not build C module 'CDNSSD'
 2 |
 3 | public enum DNSServiceError: Error, Hashable {
[54/77] Compiling DNSServiceDiscovery DNSServiceError.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CDNSSD/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
  |          `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/Sources/DNSServiceDiscovery/DNSServiceError.swift:1:8: error: could not build C module 'CDNSSD'
 1 | import CDNSSD
   |        `- error: could not build C module 'CDNSSD'
 2 |
 3 | public enum DNSServiceError: Error, Hashable {
[55/77] Compiling DNSServiceDiscovery DNSServiceInstance.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CDNSSD/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
  |          `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/Sources/DNSServiceDiscovery/DNSServiceError.swift:1:8: error: could not build C module 'CDNSSD'
 1 | import CDNSSD
   |        `- error: could not build C module 'CDNSSD'
 2 |
 3 | public enum DNSServiceError: Error, Hashable {
[56/77] Compiling DNSServiceDiscovery AddressInfo.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CDNSSD/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
  |          `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/Sources/DNSServiceDiscovery/DNSServiceError.swift:1:8: error: could not build C module 'CDNSSD'
 1 | import CDNSSD
   |        `- error: could not build C module 'CDNSSD'
 2 |
 3 | public enum DNSServiceError: Error, Hashable {
[57/77] Compiling DNSServiceDiscovery DNSServiceDiscovery.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CDNSSD/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
  |          `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/Sources/DNSServiceDiscovery/DNSServiceError.swift:1:8: error: could not build C module 'CDNSSD'
 1 | import CDNSSD
   |        `- error: could not build C module 'CDNSSD'
 2 |
 3 | public enum DNSServiceError: Error, Hashable {
[58/77] Compiling DNSServiceDiscovery DNSService+Browse.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CDNSSD/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
  |          `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/Sources/DNSServiceDiscovery/DNSServiceError.swift:1:8: error: could not build C module 'CDNSSD'
 1 | import CDNSSD
   |        `- error: could not build C module 'CDNSSD'
 2 |
 3 | public enum DNSServiceError: Error, Hashable {
[59/77] Compiling DNSServiceDiscovery DNSService+Flags.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CDNSSD/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
  |          `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/Sources/DNSServiceDiscovery/DNSServiceError.swift:1:8: error: could not build C module 'CDNSSD'
 1 | import CDNSSD
   |        `- error: could not build C module 'CDNSSD'
 2 |
 3 | public enum DNSServiceError: Error, Hashable {
[60/77] Compiling DNSServiceDiscovery DNSService+Resolve.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CDNSSD/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
  |          `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/Sources/DNSServiceDiscovery/DNSServiceError.swift:1:8: error: could not build C module 'CDNSSD'
 1 | import CDNSSD
   |        `- error: could not build C module 'CDNSSD'
 2 |
 3 | public enum DNSServiceError: Error, Hashable {
[61/77] Compiling DNSServiceDiscovery DNSService.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CDNSSD/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
  |          `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/Sources/DNSServiceDiscovery/DNSServiceError.swift:1:8: error: could not build C module 'CDNSSD'
 1 | import CDNSSD
   |        `- error: could not build C module 'CDNSSD'
 2 |
 3 | public enum DNSServiceError: Error, Hashable {
BUILD FAILURE 6.1 android