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 icalendar-vcard-kit, reference 1.2.0 (0127ed), with Swift 6.2 (beta) for Wasm on 7 Sep 2025 23:53:49 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/thoven87/icalendar-kit.git
Reference: 1.2.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.2.0      -> FETCH_HEAD
HEAD is now at 0127edc Merge pull request #5 from thoven87/timezone
Cloned https://github.com/thoven87/icalendar-kit.git
Revision (git rev-parse @):
0127edc1382f163b4b0298b74869d0ef6148f85b
SUCCESS checkout https://github.com/thoven87/icalendar-kit.git at 1.2.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-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:3160178686d03086db4c1712d78c1980537bb37521128c64baade7f466b6b4aa
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 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
[6/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
[7/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
[8/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
[9/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
[10/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
[11/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
[12/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
[13/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
[14/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
[15/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
[16/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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/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
BUILD FAILURE 6.2 wasm