Build Information
Failed to build DNSKit, reference main (287505
), with Swift 6.0 for Linux on 25 Apr 2025 19:15:06 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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: 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/dns-inspector/dnskit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/dns-inspector/dnskit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/52] 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.
[4/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.
[5/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.
[6/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.
[7/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.
[8/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.
[9/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.
[10/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.
[11/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.
[12/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.
[13/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.
[14/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.
[15/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.
[16/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.
[17/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.
[18/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.
[19/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.
[20/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.
[21/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.
[22/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.
[23/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.
[24/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.
[25/59] 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.
[26/59] 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.
[27/59] 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.
[28/59] 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.
[29/59] 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.
[30/59] 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.
[31/59] 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.
[32/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.
[33/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.
[34/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.
[35/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.
[36/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.
[37/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.
[38/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.
[39/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.
[40/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.
[41/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.
[42/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.
[43/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.
[44/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.
[45/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.
[46/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.
[47/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.
[48/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.
[49/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.
[50/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.
[51/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.
[52/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.
[53/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.
[54/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.
[55/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.
[56/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.
[57/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.
[58/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.
[59/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.
BUILD FAILURE 6.0 linux