Build Information
Failed to build DNSKit, reference 1.0.8 (287505
), with Swift 6.1 for Linux on 25 Apr 2025 19:11:04 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/dns-inspector/dnskit.git
Reference: 1.0.8
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/dns-inspector/dnskit
* tag 1.0.8 -> FETCH_HEAD
HEAD is now at 287505c Switch out dns.google for dns.dns-inspector.com in unit tests
Cloned https://github.com/dns-inspector/dnskit.git
Revision (git rev-parse @):
287505c2be1e146e828563d3801b02f4cb3b2aa1
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/dns-inspector/dnskit.git at 1.0.8
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/dns-inspector/dnskit.git
https://github.com/dns-inspector/dnskit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "DNSKit",
"name" : "DNSKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "macos",
"version" : "10.14"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "4.0"
}
],
"products" : [
{
"name" : "DNSKit",
"targets" : [
"DNSKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DNSKitTests",
"module_type" : "SwiftTarget",
"name" : "DNSKitTests",
"path" : "Tests/DNSKitTests",
"sources" : [
"ASN1Tests.swift",
"ClientTests.swift",
"DNSClientTCPTests.swift",
"DNSClientUDPTests.swift",
"DNSSECClientTests.swift",
"HTTPSClientTests.swift",
"MessageTests.swift",
"NameTests.swift",
"QueryTests.swift",
"SocketAddressTests.swift",
"TLSClientTests.swift",
"WHOISTests.swift"
],
"target_dependencies" : [
"DNSKit"
],
"type" : "test"
},
{
"c99name" : "DNSKit",
"module_type" : "SwiftTarget",
"name" : "DNSKit",
"path" : "Sources/DNSKit",
"product_memberships" : [
"DNSKit"
],
"sources" : [
"Answer.swift",
"Clients/DNSClient.swift",
"Clients/HTTPSClient.swift",
"Clients/TLSClient.swift",
"DNSKit.swift",
"DNSSEC/DNSSECChainEvalulator.swift",
"DNSSEC/DNSSECClient.swift",
"DNSSEC/DNSSECKSK.swift",
"DNSSEC/DNSSECResource.swift",
"DNSSEC/DNSSECResourceCollector.swift",
"DNSSEC/DNSSECResult.swift",
"DNSSEC/DNSSECSignatureVerifier.swift",
"Errors.swift",
"Extensions/Array.swift",
"Extensions/Data.swift",
"Extensions/DateFormatter.swift",
"Extensions/DispatchTime.swift",
"Extensions/NSRegularExpression.swift",
"Extensions/NWEndpoint.swift",
"Extensions/String.swift",
"Extensions/UInt16.swift",
"IClient.swift",
"Message.swift",
"Name.swift",
"Query.swift",
"Question.swift",
"RecordData.swift",
"Records/AAAARecordData.swift",
"Records/ARecordData.swift",
"Records/BasicNameRecordData.swift",
"Records/CNAMERecordData.swift",
"Records/DNSKEYRecordData.swift",
"Records/DSRecordData.swift",
"Records/ErrorRecordData.swift",
"Records/HTTPSRecordData.swift",
"Records/MXRecordData.swift",
"Records/NSRecordData.swift",
"Records/PTRRecordData.swift",
"Records/RRSIGRecordData.swift",
"Records/SOARecordData.swift",
"Records/SRVRecordData.swift",
"Records/TXTRecordData.swift",
"Types.swift",
"Utils/ASN1.swift",
"Utils/Atomic/AtomicArray.swift",
"Utils/Atomic/AtomicBool.swift",
"Utils/Atomic/AtomicInt.swift",
"Utils/Atomic/AtomicMap.swift",
"Utils/Atomic/AtomicOnce.swift",
"Utils/ILogger.swift",
"Utils/IPAddress.swift",
"Utils/SocketAddress.swift",
"Utils/Timer.swift",
"WHOIS/WHOISClient.swift",
"WHOIS/WHOISReply.swift",
"WHOIS/WHOISServers.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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 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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/52] Compiling DNSKit ARecordData.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[4/52] Compiling DNSKit BasicNameRecordData.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[5/52] Compiling DNSKit CNAMERecordData.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[6/52] Compiling DNSKit DNSKEYRecordData.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[7/52] Compiling DNSKit DSRecordData.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[8/52] Compiling DNSKit ErrorRecordData.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[9/52] Compiling DNSKit HTTPSRecordData.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[10/59] Compiling DNSKit MXRecordData.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[11/59] Compiling DNSKit NSRecordData.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[12/59] Compiling DNSKit PTRRecordData.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[13/59] Compiling DNSKit RRSIGRecordData.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[14/59] Compiling DNSKit SOARecordData.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[15/59] Compiling DNSKit SRVRecordData.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[16/59] Compiling DNSKit TXTRecordData.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[17/59] Compiling DNSKit IClient.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[18/59] Compiling DNSKit Message.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[19/59] Compiling DNSKit Name.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[20/59] Compiling DNSKit Query.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[21/59] Compiling DNSKit Question.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[22/59] Compiling DNSKit RecordData.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[23/59] Compiling DNSKit AAAARecordData.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[24/59] Emitting module DNSKit
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[25/59] Compiling DNSKit Answer.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[26/59] Compiling DNSKit DNSClient.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[27/59] Compiling DNSKit HTTPSClient.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[28/59] Compiling DNSKit TLSClient.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[29/59] Compiling DNSKit DNSKit.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[30/59] Compiling DNSKit DNSSECChainEvalulator.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[31/59] Compiling DNSKit DNSSECClient.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[32/59] Compiling DNSKit Types.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[33/59] Compiling DNSKit ASN1.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[34/59] Compiling DNSKit AtomicArray.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[35/59] Compiling DNSKit AtomicBool.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[36/59] Compiling DNSKit AtomicInt.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[37/59] Compiling DNSKit AtomicMap.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[38/59] Compiling DNSKit AtomicOnce.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[39/59] Compiling DNSKit DNSSECKSK.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[40/59] Compiling DNSKit DNSSECResource.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[41/59] Compiling DNSKit DNSSECResourceCollector.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[42/59] Compiling DNSKit DNSSECResult.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[43/59] Compiling DNSKit DNSSECSignatureVerifier.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[44/59] Compiling DNSKit Errors.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[45/59] Compiling DNSKit Array.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[46/59] Compiling DNSKit Data.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[47/59] Compiling DNSKit DateFormatter.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[48/59] Compiling DNSKit DispatchTime.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[49/59] Compiling DNSKit NSRegularExpression.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[50/59] Compiling DNSKit NWEndpoint.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[51/59] Compiling DNSKit String.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[52/59] Compiling DNSKit UInt16.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[53/59] Compiling DNSKit ILogger.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[54/59] Compiling DNSKit IPAddress.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[55/59] Compiling DNSKit SocketAddress.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[56/59] Compiling DNSKit Timer.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[57/59] Compiling DNSKit WHOISClient.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[58/59] Compiling DNSKit WHOISReply.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[59/59] Compiling DNSKit WHOISServers.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/51] Emitting module DNSKit
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[3/58] Compiling DNSKit MXRecordData.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[4/58] Compiling DNSKit NSRecordData.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[5/58] Compiling DNSKit PTRRecordData.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[6/58] Compiling DNSKit RRSIGRecordData.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[7/58] Compiling DNSKit SOARecordData.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[8/58] Compiling DNSKit SRVRecordData.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[9/58] Compiling DNSKit TXTRecordData.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[10/58] Compiling DNSKit Types.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[11/58] Compiling DNSKit ASN1.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[12/58] Compiling DNSKit AtomicArray.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[13/58] Compiling DNSKit AtomicBool.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[14/58] Compiling DNSKit AtomicInt.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[15/58] Compiling DNSKit AtomicMap.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[16/58] Compiling DNSKit AtomicOnce.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[17/58] Compiling DNSKit ARecordData.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[18/58] Compiling DNSKit BasicNameRecordData.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[19/58] Compiling DNSKit CNAMERecordData.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[20/58] Compiling DNSKit DNSKEYRecordData.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[21/58] Compiling DNSKit DSRecordData.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[22/58] Compiling DNSKit ErrorRecordData.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[23/58] Compiling DNSKit HTTPSRecordData.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[24/58] Compiling DNSKit DNSSECKSK.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[25/58] Compiling DNSKit DNSSECResource.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[26/58] Compiling DNSKit DNSSECResourceCollector.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[27/58] Compiling DNSKit DNSSECResult.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[28/58] Compiling DNSKit DNSSECSignatureVerifier.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[29/58] Compiling DNSKit Errors.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[30/58] Compiling DNSKit Array.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[31/58] Compiling DNSKit Data.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[32/58] Compiling DNSKit DateFormatter.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[33/58] Compiling DNSKit DispatchTime.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[34/58] Compiling DNSKit NSRegularExpression.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[35/58] Compiling DNSKit NWEndpoint.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[36/58] Compiling DNSKit String.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[37/58] Compiling DNSKit UInt16.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[38/58] Compiling DNSKit Answer.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[39/58] Compiling DNSKit DNSClient.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[40/58] Compiling DNSKit HTTPSClient.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[41/58] Compiling DNSKit TLSClient.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[42/58] Compiling DNSKit DNSKit.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[43/58] Compiling DNSKit DNSSECChainEvalulator.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[44/58] Compiling DNSKit DNSSECClient.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[45/58] Compiling DNSKit IClient.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[46/58] Compiling DNSKit Message.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[47/58] Compiling DNSKit Name.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[48/58] Compiling DNSKit Query.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[49/58] Compiling DNSKit Question.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[50/58] Compiling DNSKit RecordData.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[51/58] Compiling DNSKit AAAARecordData.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[52/58] Compiling DNSKit ILogger.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[53/58] Compiling DNSKit IPAddress.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[54/58] Compiling DNSKit SocketAddress.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[55/58] Compiling DNSKit Timer.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[56/58] Compiling DNSKit WHOISClient.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[57/58] Compiling DNSKit WHOISReply.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
[58/58] Compiling DNSKit WHOISServers.swift
/host/spi-builder-workspace/Sources/DNSKit/Clients/DNSClient.swift:18:8: error: no such module 'Network'
16 |
17 | import Foundation
18 | import Network
| `- error: no such module 'Network'
19 |
20 | /// The traditional DNS client. Supports both UDP and TCP.
BUILD FAILURE 6.1 linux