Build Information
Failed to build icalendar-vcard-kit, reference 1.0.0 (7226d5
), with Swift 6.2 (beta) for Wasm on 24 Jun 2025 10:45:51 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/thoven87/icalendar-kit.git
Reference: 1.0.0
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/thoven87/icalendar-kit
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at 7226d5a Merge pull request #2 from thoven87/thoven87-patch-1
Cloned https://github.com/thoven87/icalendar-kit.git
Revision (git rev-parse @):
7226d5a69e491107fc17b0b939b01e54d1387830
SUCCESS checkout https://github.com/thoven87/icalendar-kit.git at 1.0.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/thoven87/icalendar-kit.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
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/19] Emitting module ICalendar
/host/spi-builder-workspace/Sources/ICalendar/ICalendar.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Main iCalendar client providing high-level interface for parsing and creating calendar events
[5/19] Compiling VCard VCardFormatter.swift
/host/spi-builder-workspace/Sources/VCard/VCard.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // MARK: - Main VCard Component
[6/19] Compiling VCard VCardClient.swift
/host/spi-builder-workspace/Sources/VCard/VCard.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // MARK: - Main VCard Component
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/19] Emitting module VCard
/host/spi-builder-workspace/Sources/VCard/VCard.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // MARK: - Main VCard Component
[8/19] Compiling VCard VCardSerializer.swift
/host/spi-builder-workspace/Sources/VCard/VCard.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // MARK: - Main VCard Component
[9/19] Compiling VCard VCardUtilities.swift
/host/spi-builder-workspace/Sources/VCard/VCard.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // MARK: - Main VCard Component
[10/19] Compiling VCard VCard.swift
/host/spi-builder-workspace/Sources/VCard/VCard.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // MARK: - Main VCard Component
[11/19] Compiling ICalendar ICalendarSerializer.swift
/host/spi-builder-workspace/Sources/ICalendar/ICalendar.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Main iCalendar client providing high-level interface for parsing and creating calendar events
[12/19] Compiling ICalendar ICalendarUtilities.swift
/host/spi-builder-workspace/Sources/ICalendar/ICalendar.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Main iCalendar client providing high-level interface for parsing and creating calendar events
[13/19] Compiling VCard VCardParser.swift
/host/spi-builder-workspace/Sources/VCard/VCard.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // MARK: - Main VCard Component
[14/19] Compiling VCard VCardFoundation.swift
/host/spi-builder-workspace/Sources/VCard/VCard.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // MARK: - Main VCard Component
[15/19] Compiling ICalendar ICalendarFoundation.swift
/host/spi-builder-workspace/Sources/ICalendar/ICalendar.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Main iCalendar client providing high-level interface for parsing and creating calendar events
[16/19] Compiling ICalendar ICalendarFormatter.swift
/host/spi-builder-workspace/Sources/ICalendar/ICalendar.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Main iCalendar client providing high-level interface for parsing and creating calendar events
[17/19] Compiling ICalendar ICalendarParser.swift
/host/spi-builder-workspace/Sources/ICalendar/ICalendar.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Main iCalendar client providing high-level interface for parsing and creating calendar events
[18/19] Compiling ICalendar ICalendar.swift
/host/spi-builder-workspace/Sources/ICalendar/ICalendar.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Main iCalendar client providing high-level interface for parsing and creating calendar events
[19/19] Compiling ICalendar ICalendarComponents.swift
/host/spi-builder-workspace/Sources/ICalendar/ICalendar.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Main iCalendar client providing high-level interface for parsing and creating calendar events
BUILD FAILURE 6.2 wasm