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 SafariServicesUI, reference main (00a652), with Swift 6.2 (beta) for Wasm on 23 Jun 2025 15:36:52 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/divadretlaw/SafariServicesUI.git
Reference: main
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/divadretlaw/SafariServicesUI
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 00a6522 Cleanup
Cloned https://github.com/divadretlaw/SafariServicesUI.git
Revision (git rev-parse @):
00a652278ccfb4b7a0a8d87691d546f74232f1bb
SUCCESS checkout https://github.com/divadretlaw/SafariServicesUI.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/divadretlaw/SafariServicesUI.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
Fetching https://github.com/divadretlaw/WindowSceneReader.git
Fetching https://github.com/divadretlaw/URL-Extensions.git
Fetching https://github.com/divadretlaw/WindowReader.git
[1/261] Fetching url-extensions
[262/392] Fetching url-extensions, windowreader
[343/523] Fetching url-extensions, windowreader, windowscenereader
Fetched https://github.com/divadretlaw/WindowReader.git from cache (0.30s)
Fetched https://github.com/divadretlaw/WindowSceneReader.git from cache (0.30s)
Fetched https://github.com/divadretlaw/URL-Extensions.git from cache (0.30s)
Computing version for https://github.com/divadretlaw/WindowSceneReader.git
Computed https://github.com/divadretlaw/WindowSceneReader.git at 3.2.0 (0.67s)
Computing version for https://github.com/divadretlaw/WindowReader.git
Computed https://github.com/divadretlaw/WindowReader.git at 3.0.0 (0.33s)
Computing version for https://github.com/divadretlaw/URL-Extensions.git
Computed https://github.com/divadretlaw/URL-Extensions.git at 2.0.0 (0.34s)
Creating working copy for https://github.com/divadretlaw/URL-Extensions.git
Working copy of https://github.com/divadretlaw/URL-Extensions.git resolved at 2.0.0
Creating working copy for https://github.com/divadretlaw/WindowReader.git
Working copy of https://github.com/divadretlaw/WindowReader.git resolved at 3.0.0
Creating working copy for https://github.com/divadretlaw/WindowSceneReader.git
Working copy of https://github.com/divadretlaw/WindowSceneReader.git resolved at 3.2.0
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/59] Compiling WindowReader WindowReader.swift
/host/spi-builder-workspace/.build/checkouts/WindowReader/Sources/WindowReader/Environment+Window.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | #if os(iOS) || os(tvOS) || os(visionOS)
[8/59] Compiling WindowReader View+Window.swift
/host/spi-builder-workspace/.build/checkouts/WindowReader/Sources/WindowReader/Environment+Window.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | #if os(iOS) || os(tvOS) || os(visionOS)
[9/59] Compiling URLExtensions URL+Stocks.swift
/host/spi-builder-workspace/.build/checkouts/URL-Extensions/Sources/URLExtensions/AppLinks/AppLink.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol AppLink: Sendable {
[10/59] Compiling URLExtensions URL+TV.swift
/host/spi-builder-workspace/.build/checkouts/URL-Extensions/Sources/URLExtensions/AppLinks/AppLink.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol AppLink: Sendable {
[11/59] Compiling URLExtensions URL+TestFlight.swift
/host/spi-builder-workspace/.build/checkouts/URL-Extensions/Sources/URLExtensions/AppLinks/AppLink.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol AppLink: Sendable {
[12/59] Compiling URLExtensions URL+Wallet.swift
/host/spi-builder-workspace/.build/checkouts/URL-Extensions/Sources/URLExtensions/AppLinks/AppLink.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol AppLink: Sendable {
[13/59] Compiling URLExtensions URL+iTunes.swift
/host/spi-builder-workspace/.build/checkouts/URL-Extensions/Sources/URLExtensions/AppLinks/AppLink.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol AppLink: Sendable {
[14/59] Compiling URLExtensions URL+DuckDuckGo.swift
/host/spi-builder-workspace/.build/checkouts/URL-Extensions/Sources/URLExtensions/AppLinks/AppLink.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol AppLink: Sendable {
[15/65] Compiling URLExtensions URL+Firefox.swift
/host/spi-builder-workspace/.build/checkouts/URL-Extensions/Sources/URLExtensions/AppLinks/AppLink.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol AppLink: Sendable {
[16/65] Compiling URLExtensions URL+GitHub.swift
/host/spi-builder-workspace/.build/checkouts/URL-Extensions/Sources/URLExtensions/AppLinks/AppLink.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol AppLink: Sendable {
[17/65] Compiling URLExtensions URL+GoogleMaps.swift
/host/spi-builder-workspace/.build/checkouts/URL-Extensions/Sources/URLExtensions/AppLinks/AppLink.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol AppLink: Sendable {
[18/65] Compiling URLExtensions URL+VLC.swift
/host/spi-builder-workspace/.build/checkouts/URL-Extensions/Sources/URLExtensions/AppLinks/AppLink.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol AppLink: Sendable {
[19/65] Compiling URLExtensions URL+WhatsApp.swift
/host/spi-builder-workspace/.build/checkouts/URL-Extensions/Sources/URLExtensions/AppLinks/AppLink.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol AppLink: Sendable {
[20/65] Compiling URLExtensions URL+YouTube.swift
/host/spi-builder-workspace/.build/checkouts/URL-Extensions/Sources/URLExtensions/AppLinks/AppLink.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol AppLink: Sendable {
[21/65] Compiling WindowReader WindowInjectView.swift
/host/spi-builder-workspace/.build/checkouts/WindowReader/Sources/WindowReader/Environment+Window.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | #if os(iOS) || os(tvOS) || os(visionOS)
[22/65] Compiling WindowReader WindowReaderRepresentable.swift
/host/spi-builder-workspace/.build/checkouts/WindowReader/Sources/WindowReader/Environment+Window.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | #if os(iOS) || os(tvOS) || os(visionOS)
[23/65] Compiling URLExtensions URL+Freeform.swift
/host/spi-builder-workspace/.build/checkouts/URL-Extensions/Sources/URLExtensions/AppLinks/AppLink.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol AppLink: Sendable {
[24/65] Compiling URLExtensions URL+Health.swift
/host/spi-builder-workspace/.build/checkouts/URL-Extensions/Sources/URLExtensions/AppLinks/AppLink.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol AppLink: Sendable {
[25/65] Compiling URLExtensions URL+Mail.swift
/host/spi-builder-workspace/.build/checkouts/URL-Extensions/Sources/URLExtensions/AppLinks/AppLink.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol AppLink: Sendable {
[26/65] Compiling URLExtensions URL+Music.swift
/host/spi-builder-workspace/.build/checkouts/URL-Extensions/Sources/URLExtensions/AppLinks/AppLink.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol AppLink: Sendable {
[27/65] Compiling URLExtensions URL+MusicClassical.swift
/host/spi-builder-workspace/.build/checkouts/URL-Extensions/Sources/URLExtensions/AppLinks/AppLink.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol AppLink: Sendable {
[28/65] Compiling URLExtensions URL+News.swift
/host/spi-builder-workspace/.build/checkouts/URL-Extensions/Sources/URLExtensions/AppLinks/AppLink.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol AppLink: Sendable {
[29/65] Compiling URLExtensions URL+Notes.swift
/host/spi-builder-workspace/.build/checkouts/URL-Extensions/Sources/URLExtensions/AppLinks/AppLink.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol AppLink: Sendable {
[30/65] Compiling URLExtensions URL+Phone.swift
/host/spi-builder-workspace/.build/checkouts/URL-Extensions/Sources/URLExtensions/AppLinks/AppLink.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol AppLink: Sendable {
[31/65] Compiling URLExtensions URL+Photos.swift
/host/spi-builder-workspace/.build/checkouts/URL-Extensions/Sources/URLExtensions/AppLinks/AppLink.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol AppLink: Sendable {
[32/65] Compiling URLExtensions URL+Reminders.swift
/host/spi-builder-workspace/.build/checkouts/URL-Extensions/Sources/URLExtensions/AppLinks/AppLink.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol AppLink: Sendable {
[33/65] Compiling URLExtensions URL+SMS.swift
/host/spi-builder-workspace/.build/checkouts/URL-Extensions/Sources/URLExtensions/AppLinks/AppLink.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol AppLink: Sendable {
[34/65] Compiling URLExtensions URL+Safari.swift
/host/spi-builder-workspace/.build/checkouts/URL-Extensions/Sources/URLExtensions/AppLinks/AppLink.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol AppLink: Sendable {
[35/65] Compiling URLExtensions URL+Settings.swift
/host/spi-builder-workspace/.build/checkouts/URL-Extensions/Sources/URLExtensions/AppLinks/AppLink.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol AppLink: Sendable {
[36/65] Compiling URLExtensions URL+Shortcuts.swift
/host/spi-builder-workspace/.build/checkouts/URL-Extensions/Sources/URLExtensions/AppLinks/AppLink.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol AppLink: Sendable {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[37/65] Emitting module WindowReader
/host/spi-builder-workspace/.build/checkouts/WindowReader/Sources/WindowReader/Environment+Window.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | #if os(iOS) || os(tvOS) || os(visionOS)
[38/65] Compiling WindowReader Environment+Window.swift
/host/spi-builder-workspace/.build/checkouts/WindowReader/Sources/WindowReader/Environment+Window.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | #if os(iOS) || os(tvOS) || os(visionOS)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[39/65] Emitting module URLExtensions
/host/spi-builder-workspace/.build/checkouts/URL-Extensions/Sources/URLExtensions/AppLinks/AppLink.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol AppLink: Sendable {
[40/65] Compiling URLExtensions AppLink.swift
/host/spi-builder-workspace/.build/checkouts/URL-Extensions/Sources/URLExtensions/AppLinks/AppLink.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol AppLink: Sendable {
[41/65] Compiling URLExtensions AppLinkRepository.swift
/host/spi-builder-workspace/.build/checkouts/URL-Extensions/Sources/URLExtensions/AppLinks/AppLink.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol AppLink: Sendable {
[42/65] Compiling URLExtensions URL+AppStore.swift
/host/spi-builder-workspace/.build/checkouts/URL-Extensions/Sources/URLExtensions/AppLinks/AppLink.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol AppLink: Sendable {
[43/65] Compiling URLExtensions URL+AppleMaps.swift
/host/spi-builder-workspace/.build/checkouts/URL-Extensions/Sources/URLExtensions/AppLinks/AppLink.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol AppLink: Sendable {
[44/65] Compiling URLExtensions URL+Books.swift
/host/spi-builder-workspace/.build/checkouts/URL-Extensions/Sources/URLExtensions/AppLinks/AppLink.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol AppLink: Sendable {
[45/65] Compiling URLExtensions URL+Browser.swift
/host/spi-builder-workspace/.build/checkouts/URL-Extensions/Sources/URLExtensions/AppLinks/AppLink.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol AppLink: Sendable {
[46/65] Compiling URLExtensions URL+Calculator.swift
/host/spi-builder-workspace/.build/checkouts/URL-Extensions/Sources/URLExtensions/AppLinks/AppLink.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol AppLink: Sendable {
[47/65] Compiling URLExtensions URL+Calendar.swift
/host/spi-builder-workspace/.build/checkouts/URL-Extensions/Sources/URLExtensions/AppLinks/AppLink.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol AppLink: Sendable {
[48/65] Compiling URLExtensions URL+Camera.swift
/host/spi-builder-workspace/.build/checkouts/URL-Extensions/Sources/URLExtensions/AppLinks/AppLink.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol AppLink: Sendable {
[49/65] Compiling URLExtensions URL+Clips.swift
/host/spi-builder-workspace/.build/checkouts/URL-Extensions/Sources/URLExtensions/AppLinks/AppLink.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol AppLink: Sendable {
[50/65] Compiling URLExtensions URL+Clock.swift
/host/spi-builder-workspace/.build/checkouts/URL-Extensions/Sources/URLExtensions/AppLinks/AppLink.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol AppLink: Sendable {
[51/65] Compiling URLExtensions URL+Contacts.swift
/host/spi-builder-workspace/.build/checkouts/URL-Extensions/Sources/URLExtensions/AppLinks/AppLink.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol AppLink: Sendable {
[52/65] Compiling URLExtensions URL+FaceTime.swift
/host/spi-builder-workspace/.build/checkouts/URL-Extensions/Sources/URLExtensions/AppLinks/AppLink.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol AppLink: Sendable {
[53/65] Compiling URLExtensions URL+Files.swift
/host/spi-builder-workspace/.build/checkouts/URL-Extensions/Sources/URLExtensions/AppLinks/AppLink.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol AppLink: Sendable {
BUILD FAILURE 6.2 wasm