The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Sisyphos, reference main (31469f), with Swift 6.3 for Wasm on 17 Apr 2026 14:23:22 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SisyphosTests/Sisyphos.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/SisyphosTests/Sisyphos
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 31469f6 Add support for opening universal links.
Cloned https://github.com/SisyphosTests/Sisyphos.git
Revision (git rev-parse @):
31469f62691da10e91e0338207cb5f5b41a02dae
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/SisyphosTests/Sisyphos.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/SisyphosTests/Sisyphos.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/34] Compiling Sisyphos Alert.swift
/host/spi-builder-workspace/Sources/Sisyphos/Page.swift:2:8: error: no such module 'UniformTypeIdentifiers'
  1 | import XCTest
  2 | import UniformTypeIdentifiers
    |        `- error: no such module 'UniformTypeIdentifiers'
  3 |
  4 |
[4/34] Compiling Sisyphos Button.swift
/host/spi-builder-workspace/Sources/Sisyphos/Page.swift:2:8: error: no such module 'UniformTypeIdentifiers'
  1 | import XCTest
  2 | import UniformTypeIdentifiers
    |        `- error: no such module 'UniformTypeIdentifiers'
  3 |
  4 |
[5/34] Compiling Sisyphos Cell.swift
/host/spi-builder-workspace/Sources/Sisyphos/Page.swift:2:8: error: no such module 'UniformTypeIdentifiers'
  1 | import XCTest
  2 | import UniformTypeIdentifiers
    |        `- error: no such module 'UniformTypeIdentifiers'
  3 |
  4 |
[6/34] Compiling Sisyphos CollectionView.swift
/host/spi-builder-workspace/Sources/Sisyphos/Page.swift:2:8: error: no such module 'UniformTypeIdentifiers'
  1 | import XCTest
  2 | import UniformTypeIdentifiers
    |        `- error: no such module 'UniformTypeIdentifiers'
  3 |
  4 |
[7/38] Compiling Sisyphos XCUIApplication+dismissKeyboard.swift
/host/spi-builder-workspace/Sources/Sisyphos/Page.swift:2:8: error: no such module 'UniformTypeIdentifiers'
  1 | import XCTest
  2 | import UniformTypeIdentifiers
    |        `- error: no such module 'UniformTypeIdentifiers'
  3 |
  4 |
[8/38] Compiling Sisyphos XCUIElement+Extensions.swift
/host/spi-builder-workspace/Sources/Sisyphos/Page.swift:2:8: error: no such module 'UniformTypeIdentifiers'
  1 | import XCTest
  2 | import UniformTypeIdentifiers
    |        `- error: no such module 'UniformTypeIdentifiers'
  3 |
  4 |
[9/38] Compiling Sisyphos XCUIElementSnapshot+Matching.swift
/host/spi-builder-workspace/Sources/Sisyphos/Page.swift:2:8: error: no such module 'UniformTypeIdentifiers'
  1 | import XCTest
  2 | import UniformTypeIdentifiers
    |        `- error: no such module 'UniformTypeIdentifiers'
  3 |
  4 |
[10/38] Compiling Sisyphos XCUIElementType+BetterCustomDebugString.swift
/host/spi-builder-workspace/Sources/Sisyphos/Page.swift:2:8: error: no such module 'UniformTypeIdentifiers'
  1 | import XCTest
  2 | import UniformTypeIdentifiers
    |        `- error: no such module 'UniformTypeIdentifiers'
  3 |
  4 |
[11/38] Compiling Sisyphos XCUITestCase+CodeGeneration.swift
/host/spi-builder-workspace/Sources/Sisyphos/Page.swift:2:8: error: no such module 'UniformTypeIdentifiers'
  1 | import XCTest
  2 | import UniformTypeIdentifiers
    |        `- error: no such module 'UniformTypeIdentifiers'
  3 |
  4 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/38] Emitting module Sisyphos
/host/spi-builder-workspace/Sources/Sisyphos/Page.swift:2:8: error: no such module 'UniformTypeIdentifiers'
  1 | import XCTest
  2 | import UniformTypeIdentifiers
    |        `- error: no such module 'UniformTypeIdentifiers'
  3 |
  4 |
[13/38] Compiling Sisyphos Switch.swift
/host/spi-builder-workspace/Sources/Sisyphos/Page.swift:2:8: error: no such module 'UniformTypeIdentifiers'
  1 | import XCTest
  2 | import UniformTypeIdentifiers
    |        `- error: no such module 'UniformTypeIdentifiers'
  3 |
  4 |
[14/38] Compiling Sisyphos TabBar.swift
/host/spi-builder-workspace/Sources/Sisyphos/Page.swift:2:8: error: no such module 'UniformTypeIdentifiers'
  1 | import XCTest
  2 | import UniformTypeIdentifiers
    |        `- error: no such module 'UniformTypeIdentifiers'
  3 |
  4 |
[15/38] Compiling Sisyphos TextField.swift
/host/spi-builder-workspace/Sources/Sisyphos/Page.swift:2:8: error: no such module 'UniformTypeIdentifiers'
  1 | import XCTest
  2 | import UniformTypeIdentifiers
    |        `- error: no such module 'UniformTypeIdentifiers'
  3 |
  4 |
[16/38] Compiling Sisyphos Page.swift
/host/spi-builder-workspace/Sources/Sisyphos/Page.swift:2:8: error: no such module 'UniformTypeIdentifiers'
  1 | import XCTest
  2 | import UniformTypeIdentifiers
    |        `- error: no such module 'UniformTypeIdentifiers'
  3 |
  4 |
[17/38] Compiling Sisyphos DefaultAlert.swift
/host/spi-builder-workspace/Sources/Sisyphos/Page.swift:2:8: error: no such module 'UniformTypeIdentifiers'
  1 | import XCTest
  2 | import UniformTypeIdentifiers
    |        `- error: no such module 'UniformTypeIdentifiers'
  3 |
  4 |
[18/38] Compiling Sisyphos DefaultPermissionAlert.swift
/host/spi-builder-workspace/Sources/Sisyphos/Page.swift:2:8: error: no such module 'UniformTypeIdentifiers'
  1 | import XCTest
  2 | import UniformTypeIdentifiers
    |        `- error: no such module 'UniformTypeIdentifiers'
  3 |
  4 |
[19/38] Compiling Sisyphos NSPredicate+Description.swift
/host/spi-builder-workspace/Sources/Sisyphos/Page.swift:2:8: error: no such module 'UniformTypeIdentifiers'
  1 | import XCTest
  2 | import UniformTypeIdentifiers
    |        `- error: no such module 'UniformTypeIdentifiers'
  3 |
  4 |
[20/38] Compiling Sisyphos String+Localized.swift
/host/spi-builder-workspace/Sources/Sisyphos/Page.swift:2:8: error: no such module 'UniformTypeIdentifiers'
  1 | import XCTest
  2 | import UniformTypeIdentifiers
    |        `- error: no such module 'UniformTypeIdentifiers'
  3 |
  4 |
[21/38] Compiling Sisyphos XCUIApplication+CurrentPage.swift
/host/spi-builder-workspace/Sources/Sisyphos/Page.swift:2:8: error: no such module 'UniformTypeIdentifiers'
  1 | import XCTest
  2 | import UniformTypeIdentifiers
    |        `- error: no such module 'UniformTypeIdentifiers'
  3 |
  4 |
[22/38] Compiling Sisyphos PageExistsResults.swift
/host/spi-builder-workspace/Sources/Sisyphos/Page.swift:2:8: error: no such module 'UniformTypeIdentifiers'
  1 | import XCTest
  2 | import UniformTypeIdentifiers
    |        `- error: no such module 'UniformTypeIdentifiers'
  3 |
  4 |
[23/38] Compiling Sisyphos QueryIdentifier.swift
/host/spi-builder-workspace/Sources/Sisyphos/Page.swift:2:8: error: no such module 'UniformTypeIdentifiers'
  1 | import XCTest
  2 | import UniformTypeIdentifiers
    |        `- error: no such module 'UniformTypeIdentifiers'
  3 |
  4 |
[24/38] Compiling Sisyphos TestData.swift
/host/spi-builder-workspace/Sources/Sisyphos/Page.swift:2:8: error: no such module 'UniformTypeIdentifiers'
  1 | import XCTest
  2 | import UniformTypeIdentifiers
    |        `- error: no such module 'UniformTypeIdentifiers'
  3 |
  4 |
[25/38] Compiling Sisyphos UniversalLink.swift
/host/spi-builder-workspace/Sources/Sisyphos/Page.swift:2:8: error: no such module 'UniformTypeIdentifiers'
  1 | import XCTest
  2 | import UniformTypeIdentifiers
    |        `- error: no such module 'UniformTypeIdentifiers'
  3 |
  4 |
[26/38] Compiling Sisyphos XCUITestCase+InterruptionMonitor.swift
/host/spi-builder-workspace/Sources/Sisyphos/Page.swift:2:8: error: no such module 'UniformTypeIdentifiers'
  1 | import XCTest
  2 | import UniformTypeIdentifiers
    |        `- error: no such module 'UniformTypeIdentifiers'
  3 |
  4 |
[27/38] Compiling Sisyphos ElementFinder.swift
/host/spi-builder-workspace/Sources/Sisyphos/Page.swift:2:8: error: no such module 'UniformTypeIdentifiers'
  1 | import XCTest
  2 | import UniformTypeIdentifiers
    |        `- error: no such module 'UniformTypeIdentifiers'
  3 |
  4 |
[28/38] Compiling Sisyphos Snapshot.swift
/host/spi-builder-workspace/Sources/Sisyphos/Page.swift:2:8: error: no such module 'UniformTypeIdentifiers'
  1 | import XCTest
  2 | import UniformTypeIdentifiers
    |        `- error: no such module 'UniformTypeIdentifiers'
  3 |
  4 |
[29/38] Compiling Sisyphos UIInterruptionsObserver.swift
/host/spi-builder-workspace/Sources/Sisyphos/Page.swift:2:8: error: no such module 'UniformTypeIdentifiers'
  1 | import XCTest
  2 | import UniformTypeIdentifiers
    |        `- error: no such module 'UniformTypeIdentifiers'
  3 |
  4 |
[30/38] Compiling Sisyphos InterruptionMonitor.swift
/host/spi-builder-workspace/Sources/Sisyphos/Page.swift:2:8: error: no such module 'UniformTypeIdentifiers'
  1 | import XCTest
  2 | import UniformTypeIdentifiers
    |        `- error: no such module 'UniformTypeIdentifiers'
  3 |
  4 |
[31/38] Compiling Sisyphos PageBuilder.swift
/host/spi-builder-workspace/Sources/Sisyphos/Page.swift:2:8: error: no such module 'UniformTypeIdentifiers'
  1 | import XCTest
  2 | import UniformTypeIdentifiers
    |        `- error: no such module 'UniformTypeIdentifiers'
  3 |
  4 |
[32/38] Compiling Sisyphos PageDescription.swift
/host/spi-builder-workspace/Sources/Sisyphos/Page.swift:2:8: error: no such module 'UniformTypeIdentifiers'
  1 | import XCTest
  2 | import UniformTypeIdentifiers
    |        `- error: no such module 'UniformTypeIdentifiers'
  3 |
  4 |
[33/38] Compiling Sisyphos PageElement.swift
/host/spi-builder-workspace/Sources/Sisyphos/Page.swift:2:8: error: no such module 'UniformTypeIdentifiers'
  1 | import XCTest
  2 | import UniformTypeIdentifiers
    |        `- error: no such module 'UniformTypeIdentifiers'
  3 |
  4 |
[34/38] Compiling Sisyphos PageElementIdentifier.swift
/host/spi-builder-workspace/Sources/Sisyphos/Page.swift:2:8: error: no such module 'UniformTypeIdentifiers'
  1 | import XCTest
  2 | import UniformTypeIdentifiers
    |        `- error: no such module 'UniformTypeIdentifiers'
  3 |
  4 |
[35/38] Compiling Sisyphos NavigationBar.swift
/host/spi-builder-workspace/Sources/Sisyphos/Page.swift:2:8: error: no such module 'UniformTypeIdentifiers'
  1 | import XCTest
  2 | import UniformTypeIdentifiers
    |        `- error: no such module 'UniformTypeIdentifiers'
  3 |
  4 |
[36/38] Compiling Sisyphos Other.swift
/host/spi-builder-workspace/Sources/Sisyphos/Page.swift:2:8: error: no such module 'UniformTypeIdentifiers'
  1 | import XCTest
  2 | import UniformTypeIdentifiers
    |        `- error: no such module 'UniformTypeIdentifiers'
  3 |
  4 |
[37/38] Compiling Sisyphos SecureTextField.swift
/host/spi-builder-workspace/Sources/Sisyphos/Page.swift:2:8: error: no such module 'UniformTypeIdentifiers'
  1 | import XCTest
  2 | import UniformTypeIdentifiers
    |        `- error: no such module 'UniformTypeIdentifiers'
  3 |
  4 |
[38/38] Compiling Sisyphos StaticText.swift
/host/spi-builder-workspace/Sources/Sisyphos/Page.swift:2:8: error: no such module 'UniformTypeIdentifiers'
  1 | import XCTest
  2 | import UniformTypeIdentifiers
    |        `- error: no such module 'UniformTypeIdentifiers'
  3 |
  4 |
BUILD FAILURE 6.3 wasm