The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build DNSKit, reference 1.0.8 (287505), with Swift 6.2 (beta) for Wasm on 23 Jun 2025 21:13:45 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.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:         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
[3/52] 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
[4/52] 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
[5/52] 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
[6/52] 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
[7/52] 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
[8/52] 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
[9/52] 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
[10/59] 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
[11/59] 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
[12/59] 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
[13/59] 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
[14/59] 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
[15/59] 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
[16/59] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/59] 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
[18/59] 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/59] 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/59] 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/59] 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/59] 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/59] 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/59] 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/59] 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
[26/59] 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
[27/59] 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
[28/59] 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
[29/59] 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
[30/59] 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
[31/59] 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
[32/59] 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
[33/59] 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
[34/59] 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
[35/59] 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
[36/59] 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
[37/59] 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
[38/59] 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
[39/59] 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
[40/59] 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
[41/59] 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
[42/59] 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
[43/59] 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
[44/59] 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
[45/59] 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
[46/59] 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
[47/59] 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
[48/59] 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
[49/59] 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
[50/59] 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
[51/59] 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
[52/59] 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
[53/59] 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
[54/59] 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
[55/59] 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
[56/59] 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
[57/59] 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
[58/59] 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
[59/59] 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
BUILD FAILURE 6.2 wasm