Build Information
Failed to build Kite, reference 3.0.1 (a2a412
), with Swift 6.2 (beta) for Wasm on 23 Jun 2025 14:40:24 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/artemkalinovsky/Kite.git
Reference: 3.0.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/artemkalinovsky/Kite
* tag 3.0.1 -> FETCH_HEAD
HEAD is now at a2a4123 Make APIClient conform to @unchecked Sendable
Cloned https://github.com/artemkalinovsky/Kite.git
Revision (git rev-parse @):
a2a4123f5e1ef238c860439a1a91899590e5e378
SUCCESS checkout https://github.com/artemkalinovsky/Kite.git at 3.0.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/artemkalinovsky/Kite.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2820] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.56s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 8.1.0 (1.28s)
Creating working copy for https://github.com/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 8.1.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/27] Compiling SWXMLHash IndexOp.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[5/27] Compiling SWXMLHash LazyXMLParser.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[6/27] Compiling SWXMLHash Stack.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[7/27] Compiling SWXMLHash String+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[8/27] Compiling SWXMLHash TextElement.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[9/27] Compiling SWXMLHash XMLAttribute.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[10/30] Compiling SWXMLHash XMLContent.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[11/30] Compiling SWXMLHash XMLElement.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[12/30] Compiling SWXMLHash XMLHash.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[13/30] Compiling SWXMLHash ParsingError.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[14/30] Compiling SWXMLHash XMLDeserializationError.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[15/30] Compiling SWXMLHash FullXMLParser.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/30] Emitting module SWXMLHash
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[17/30] Compiling SWXMLHash XMLValueDeserialization.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[18/30] Compiling SWXMLHash Bool+XMLDeserialization.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[19/30] Compiling SWXMLHash Double+XMLDeserialization.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[20/30] Compiling SWXMLHash Float+XMLDeserialization.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[21/30] Compiling SWXMLHash XMLAttributeDeserializable.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[22/30] Compiling SWXMLHash XMLElementDeserializable.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[23/30] Compiling SWXMLHash XMLIndexer+XMLDeserialization.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[24/30] Compiling SWXMLHash XMLObjectDeserialization.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[25/30] Compiling SWXMLHash Int+XMLDeserialization.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[26/30] Compiling SWXMLHash String+XMLDeserialization.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[27/30] Compiling SWXMLHash IndexingError.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[28/30] Compiling SWXMLHash XMLHashOptions.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[29/30] Compiling SWXMLHash XMLIndexer.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[30/30] Compiling SWXMLHash shim.swift
/host/spi-builder-workspace/.build/checkouts/SWXMLHash/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
BUILD FAILURE 6.2 wasm