Build Information
Failed to build DNSKit, reference 1.1.1 (f3a25e
), with Swift 6.2 (beta) for Wasm on 31 Jul 2025 03:39:40 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dns-inspector/dnskit.git
Reference: 1.1.1
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.1.1 -> FETCH_HEAD
HEAD is now at f3a25e5 Remove DNSSEC warning
Cloned https://github.com/dns-inspector/dnskit.git
Revision (git rev-parse @):
f3a25e5bfdd7202b3b6093540ccc5a301607db40
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/dns-inspector/dnskit.git at 1.1.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/dns-inspector/dnskit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-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/55] Emitting module DNSKit
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[4/62] Compiling DNSKit ILogger.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[5/62] Compiling DNSKit IPAddress.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[6/62] Compiling DNSKit SocketAddress.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[7/62] Compiling DNSKit Timer.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[8/62] Compiling DNSKit WHOISClient.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[9/62] Compiling DNSKit WHOISReply.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[10/62] Compiling DNSKit WHOISServers.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[11/62] Compiling DNSKit Types.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[12/62] Compiling DNSKit ASN1.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[13/62] Compiling DNSKit AtomicArray.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[14/62] Compiling DNSKit AtomicBool.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[15/62] Compiling DNSKit AtomicInt.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[16/62] Compiling DNSKit AtomicMap.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[17/62] Compiling DNSKit AtomicOnce.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[18/62] Compiling DNSKit Data.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[19/62] Compiling DNSKit DateFormatter.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[20/62] Compiling DNSKit DispatchTime.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[21/62] Compiling DNSKit NSRegularExpression.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[22/62] Compiling DNSKit NWEndpoint.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[23/62] Compiling DNSKit String.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[24/62] Compiling DNSKit UInt16.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[25/62] Compiling DNSKit IClient.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[26/62] Compiling DNSKit Message.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[27/62] Compiling DNSKit Name.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[28/62] Compiling DNSKit Query.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[29/62] Compiling DNSKit Question.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[30/62] Compiling DNSKit RecordData.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[31/62] Compiling DNSKit AAAARecordData.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[32/62] Compiling DNSKit ARecordData.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[33/62] Compiling DNSKit BasicNameRecordData.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[34/62] Compiling DNSKit CNAMERecordData.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[35/62] Compiling DNSKit DNSKEYRecordData.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[36/62] Compiling DNSKit DSRecordData.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[37/62] Compiling DNSKit ErrorRecordData.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[38/62] Compiling DNSKit HTTPSRecordData.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[39/62] Compiling DNSKit LOCRecordData.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[40/62] Compiling DNSKit MXRecordData.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[41/62] Compiling DNSKit NSRecordData.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[42/62] Compiling DNSKit PTRRecordData.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[43/62] Compiling DNSKit RRSIGRecordData.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[44/62] Compiling DNSKit SOARecordData.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[45/62] Compiling DNSKit SRVRecordData.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[46/62] Compiling DNSKit TXTRecordData.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[47/62] Compiling DNSKit Answer.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[48/62] Compiling DNSKit BaseTLSClient.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[49/62] Compiling DNSKit DNSClient.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[50/62] Compiling DNSKit HTTPSClient.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[51/62] Compiling DNSKit QuicClient.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[52/62] Compiling DNSKit TLSClient.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[53/62] Compiling DNSKit DNSKit.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[54/62] Compiling DNSKit DNSSECChainEvalulator.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[55/62] Compiling DNSKit DNSSECClient.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[56/62] Compiling DNSKit DNSSECKSK.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[57/62] Compiling DNSKit DNSSECResource.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[58/62] Compiling DNSKit DNSSECResourceCollector.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[59/62] Compiling DNSKit DNSSECResult.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[60/62] Compiling DNSKit DNSSECSignatureVerifier.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[61/62] Compiling DNSKit Errors.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
[62/62] Compiling DNSKit Array.swift
/host/spi-builder-workspace/Sources/DNSKit/Answer.swift:17:8: error: no such module 'Foundation'
15 | // along with this program. If not, see <https://www.gnu.org/licenses/>.
16 |
17 | import Foundation
| `- error: no such module 'Foundation'
18 |
19 | /// Describes a DNS answer
BUILD FAILURE 6.2 wasm