Build Information
Failed to build swift-dns-service-discovery, reference main (70474b
), with Swift 6.1 for Linux on 29 Apr 2025 00:32:57 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
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: linux
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-3":/host -w "$PWD" 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 -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-service-discovery.git
Fetching https://github.com/apple/swift-docc-plugin.git
[1/1120] Fetching swift-service-discovery
[640/3169] Fetching swift-service-discovery, swift-docc-plugin
Fetched https://github.com/apple/swift-service-discovery.git from cache (0.51s)
Fetched https://github.com/apple/swift-docc-plugin.git from cache (0.51s)
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.74s)
Fetching https://github.com/apple/swift-log
Fetching https://github.com/apple/swift-atomics
[1/3836] Fetching swift-log
[500/5541] Fetching swift-log, swift-atomics
Fetched https://github.com/apple/swift-atomics from cache (0.44s)
Fetched https://github.com/apple/swift-log from cache (0.44s)
Computing version for https://github.com/apple/swift-atomics
Computed https://github.com/apple/swift-atomics at 1.2.0 (1.08s)
Computing version for https://github.com/apple/swift-docc-plugin.git
Computed https://github.com/apple/swift-docc-plugin.git at 1.4.3 (3.34s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3377] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.49s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.29s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (0.61s)
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-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.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-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/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
[12/32] Write swift-version-24593BA9C3E375BF.txt
[14/56] Emitting module Atomics
[15/58] Compiling Atomics IntegerOperations.swift
[16/58] Compiling Atomics Unmanaged extensions.swift
[17/58] Compiling Atomics OptionalRawRepresentable.swift
[18/58] Compiling Atomics RawRepresentable.swift
[19/58] Compiling Atomics AtomicBool.swift
[20/58] Compiling Atomics IntegerConformances.swift
[21/58] Compiling Atomics PointerConformances.swift
[22/58] Compiling Atomics Primitives.native.swift
[23/58] Compiling Atomics Primitives.shims.swift
[24/58] Compiling Atomics AtomicInteger.swift
[25/58] Compiling Atomics AtomicOptionalWrappable.swift
[26/58] Compiling Atomics AtomicReference.swift
[27/58] Compiling Atomics AtomicStorage.swift
[28/58] Compiling Atomics AtomicValue.swift
[29/58] Compiling Atomics UnsafeAtomic.swift
[30/58] Compiling Atomics UnsafeAtomicLazyReference.swift
[31/58] Compiling Atomics AtomicMemoryOrderings.swift
[32/58] Compiling Atomics DoubleWord.swift
[33/58] Compiling Atomics ManagedAtomic.swift
[34/58] Compiling Atomics ManagedAtomicLazyReference.swift
[36/59] Compiling Logging MetadataProvider.swift
[37/59] Compiling Logging LogHandler.swift
[38/59] Compiling Logging Logging.swift
[38/59] Wrapping AST for Atomics for debugging
[40/59] Emitting module Logging
[41/59] Compiling Logging Locks.swift
[42/60] Wrapping AST for Logging for debugging
[44/69] Compiling ServiceDiscovery ServiceDiscovery+Combinators.swift
[45/70] Compiling ServiceDiscovery MapServiceServiceDiscovery.swift
[46/70] Compiling ServiceDiscovery ServiceDiscovery+AsyncAwait.swift
[47/70] Compiling ServiceDiscovery MapInstanceServiceDiscovery.swift
[48/70] Compiling ServiceDiscovery ServiceDiscovery+TypeErased.swift
[49/70] Compiling ServiceDiscovery ServiceDiscovery.swift
[50/70] Compiling ServiceDiscovery FilterInstanceServiceDiscovery.swift
[51/70] Compiling ServiceDiscovery HostPort.swift
[52/70] Emitting module ServiceDiscovery
[53/70] Compiling ServiceDiscovery InMemoryServiceDiscovery.swift
[54/71] Wrapping AST for ServiceDiscovery for debugging
[56/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 {
[57/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 {
[58/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 {
[59/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 {
[60/88] 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 {
[61/88] 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 {
[62/88] 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 {
[63/88] 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 {
[64/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 {
[65/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 {
[66/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 {
[67/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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[68/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 {
[69/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 {
[70/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 {
[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-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-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 Logging MetadataProvider.swift
[5/46] Compiling Atomics UnsafeAtomic.swift
[6/46] Compiling Atomics UnsafeAtomicLazyReference.swift
[7/48] Compiling Atomics Primitives.shims.swift
[8/48] Compiling Atomics AtomicInteger.swift
[9/48] Compiling Atomics AtomicOptionalWrappable.swift
[10/48] Compiling Atomics AtomicMemoryOrderings.swift
[11/48] Compiling Atomics DoubleWord.swift
[12/48] Compiling Atomics ManagedAtomic.swift
[13/48] Compiling Atomics ManagedAtomicLazyReference.swift
[14/48] Compiling Atomics OptionalRawRepresentable.swift
[15/48] Compiling Atomics RawRepresentable.swift
[16/48] Compiling Atomics AtomicBool.swift
[17/48] Compiling Atomics IntegerOperations.swift
[18/48] Compiling Atomics Unmanaged extensions.swift
[19/48] Compiling Atomics AtomicReference.swift
[20/48] Compiling Atomics AtomicStorage.swift
[21/48] Compiling Atomics AtomicValue.swift
[22/48] Compiling Logging LogHandler.swift
[23/48] Compiling Logging Locks.swift
[24/48] Emitting module Logging
[25/48] Compiling Logging Logging.swift
[26/49] Wrapping AST for Logging for debugging
[28/49] Emitting module Atomics
[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 ServiceDiscovery+Combinators.swift
[35/60] Compiling ServiceDiscovery MapServiceServiceDiscovery.swift
[36/60] Compiling ServiceDiscovery MapInstanceServiceDiscovery.swift
[37/60] Compiling ServiceDiscovery FilterInstanceServiceDiscovery.swift
[38/60] Compiling ServiceDiscovery HostPort.swift
[39/60] Emitting module ServiceDiscovery
[40/60] Compiling ServiceDiscovery InMemoryServiceDiscovery.swift
[41/60] Compiling ServiceDiscovery ServiceDiscovery+AsyncAwait.swift
[42/60] Compiling ServiceDiscovery ServiceDiscovery+TypeErased.swift
[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+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 {
[48/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 {
[49/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 {
[50/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)
[51/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 {
[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 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 {
[55/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 {
[56/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 {
[57/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 {
[58/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 {
[59/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 {
[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 linux