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 Compatibility, reference v1.10.15 (1ae08d), with Swift 6.2 (beta) for Wasm on 24 Jun 2025 15:10:25 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/kudit/Compatibility.git
Reference: v1.10.15
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/kudit/Compatibility
 * tag               v1.10.15   -> FETCH_HEAD
HEAD is now at 1ae08d2 v1.10.15
Cloned https://github.com/kudit/Compatibility.git
Revision (git rev-parse @):
1ae08d2a42cfccd36e4575c5879780fb53cb7ab5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/kudit/Compatibility.git at v1.10.15
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/kudit/Compatibility.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/43] Emitting module Compatibility
/host/spi-builder-workspace/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
 12 | }
 13 |
 14 | @_exported import Foundation
    |                   `- error: no such module 'Foundation'
 15 |
 16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[4/48] Compiling Compatibility ClearableTextField.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
 12 | }
 13 |
 14 | @_exported import Foundation
    |                   `- error: no such module 'Foundation'
 15 |
 16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[5/48] Compiling Compatibility Embossed.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
 12 | }
 13 |
 14 | @_exported import Foundation
    |                   `- error: no such module 'Foundation'
 15 |
 16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[6/48] Compiling Compatibility Menu.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
 12 | }
 13 |
 14 | @_exported import Foundation
    |                   `- error: no such module 'Foundation'
 15 |
 16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[7/48] Compiling Compatibility OverlappingStack.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
 12 | }
 13 |
 14 | @_exported import Foundation
    |                   `- error: no such module 'Foundation'
 15 |
 16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[8/48] Compiling Compatibility Pasteboard.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
 12 | }
 13 |
 14 | @_exported import Foundation
    |                   `- error: no such module 'Foundation'
 15 |
 16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[9/48] Compiling Compatibility RadialLayout.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
 12 | }
 13 |
 14 | @_exported import Foundation
    |                   `- error: no such module 'Foundation'
 15 |
 16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[10/48] Compiling Compatibility Placard.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
 12 | }
 13 |
 14 | @_exported import Foundation
    |                   `- error: no such module 'Foundation'
 15 |
 16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[11/48] Compiling Compatibility Triangle.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
 12 | }
 13 |
 14 | @_exported import Foundation
    |                   `- error: no such module 'Foundation'
 15 |
 16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[12/48] Compiling Compatibility SwiftUI.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
 12 | }
 13 |
 14 | @_exported import Foundation
    |                   `- error: no such module 'Foundation'
 15 |
 16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[13/48] Compiling Compatibility TestUI.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
 12 | }
 13 |
 14 | @_exported import Foundation
    |                   `- error: no such module 'Foundation'
 15 |
 16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[14/48] Compiling Compatibility Threading.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
 12 | }
 13 |
 14 | @_exported import Foundation
    |                   `- error: no such module 'Foundation'
 15 |
 16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[15/48] Compiling Compatibility URL.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
 12 | }
 13 |
 14 | @_exported import Foundation
    |                   `- error: no such module 'Foundation'
 15 |
 16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[16/48] Compiling Compatibility Version.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
 12 | }
 13 |
 14 | @_exported import Foundation
    |                   `- error: no such module 'Foundation'
 15 |
 16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[17/48] Compiling Compatibility Backport.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
 12 | }
 13 |
 14 | @_exported import Foundation
    |                   `- error: no such module 'Foundation'
 15 |
 16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[18/48] Compiling Compatibility BytesView.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
 12 | }
 13 |
 14 | @_exported import Foundation
    |                   `- error: no such module 'Foundation'
 15 |
 16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[19/48] Compiling Compatibility Shell.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
 12 | }
 13 |
 14 | @_exported import Foundation
    |                   `- error: no such module 'Foundation'
 15 |
 16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[20/48] Compiling Compatibility Test.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
 12 | }
 13 |
 14 | @_exported import Foundation
    |                   `- error: no such module 'Foundation'
 15 |
 16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[21/48] Compiling Compatibility UserDefaultsBacked.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
 12 | }
 13 |
 14 | @_exported import Foundation
    |                   `- error: no such module 'Foundation'
 15 |
 16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[22/48] Compiling Compatibility Array.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
 12 | }
 13 |
 14 | @_exported import Foundation
    |                   `- error: no such module 'Foundation'
 15 |
 16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[23/48] Compiling Compatibility Codable.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
 12 | }
 13 |
 14 | @_exported import Foundation
    |                   `- error: no such module 'Foundation'
 15 |
 16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[24/48] Compiling Compatibility CodingFoundation.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
 12 | }
 13 |
 14 | @_exported import Foundation
    |                   `- error: no such module 'Foundation'
 15 |
 16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[25/48] Compiling Compatibility CodingJSON.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
 12 | }
 13 |
 14 | @_exported import Foundation
    |                   `- error: no such module 'Foundation'
 15 |
 16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[26/48] Compiling Compatibility CodingParameters.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
 12 | }
 13 |
 14 | @_exported import Foundation
    |                   `- error: no such module 'Foundation'
 15 |
 16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[27/48] Compiling Compatibility Date.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
 12 | }
 13 |
 14 | @_exported import Foundation
    |                   `- error: no such module 'Foundation'
 15 |
 16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[28/48] Compiling Compatibility DateString.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
 12 | }
 13 |
 14 | @_exported import Foundation
    |                   `- error: no such module 'Foundation'
 15 |
 16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[29/48] Compiling Compatibility Dictionary.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
 12 | }
 13 |
 14 | @_exported import Foundation
    |                   `- error: no such module 'Foundation'
 15 |
 16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[30/48] Compiling Compatibility Double.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
 12 | }
 13 |
 14 | @_exported import Foundation
    |                   `- error: no such module 'Foundation'
 15 |
 16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[31/48] Compiling Compatibility Enum.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
 12 | }
 13 |
 14 | @_exported import Foundation
    |                   `- error: no such module 'Foundation'
 15 |
 16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[32/48] Compiling Compatibility Int.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
 12 | }
 13 |
 14 | @_exported import Foundation
    |                   `- error: no such module 'Foundation'
 15 |
 16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[33/48] Compiling Compatibility Introspection.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
 12 | }
 13 |
 14 | @_exported import Foundation
    |                   `- error: no such module 'Foundation'
 15 |
 16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[34/48] Compiling Compatibility OrderedDictionary.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
 12 | }
 13 |
 14 | @_exported import Foundation
    |                   `- error: no such module 'Foundation'
 15 |
 16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[35/48] Compiling Compatibility OrderedSet.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
 12 | }
 13 |
 14 | @_exported import Foundation
    |                   `- error: no such module 'Foundation'
 15 |
 16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[36/48] Compiling Compatibility String.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
 12 | }
 13 |
 14 | @_exported import Foundation
    |                   `- error: no such module 'Foundation'
 15 |
 16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[37/48] Compiling Compatibility DataStore.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
 12 | }
 13 |
 14 | @_exported import Foundation
    |                   `- error: no such module 'Foundation'
 15 |
 16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[38/48] Compiling Compatibility Debug.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
 12 | }
 13 |
 14 | @_exported import Foundation
    |                   `- error: no such module 'Foundation'
 15 |
 16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[39/48] Compiling Compatibility FileManager.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
 12 | }
 13 |
 14 | @_exported import Foundation
    |                   `- error: no such module 'Foundation'
 15 |
 16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[40/48] Compiling Compatibility Graphics.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
 12 | }
 13 |
 14 | @_exported import Foundation
    |                   `- error: no such module 'Foundation'
 15 |
 16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[41/48] Compiling Compatibility Network.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
 12 | }
 13 |
 14 | @_exported import Foundation
    |                   `- error: no such module 'Foundation'
 15 |
 16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[42/48] Compiling Compatibility ObservableObject.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
 12 | }
 13 |
 14 | @_exported import Foundation
    |                   `- error: no such module 'Foundation'
 15 |
 16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[43/48] Compiling Compatibility Compatibility.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
 12 | }
 13 |
 14 | @_exported import Foundation
    |                   `- error: no such module 'Foundation'
 15 |
 16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[44/48] Compiling Compatibility Application.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
 12 | }
 13 |
 14 | @_exported import Foundation
    |                   `- error: no such module 'Foundation'
 15 |
 16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[45/48] Compiling Compatibility Bundle.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
 12 | }
 13 |
 14 | @_exported import Foundation
    |                   `- error: no such module 'Foundation'
 15 |
 16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[46/48] Compiling Compatibility CloudStatus.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
 12 | }
 13 |
 14 | @_exported import Foundation
    |                   `- error: no such module 'Foundation'
 15 |
 16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[47/48] Compiling Compatibility CloudStorage.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
 12 | }
 13 |
 14 | @_exported import Foundation
    |                   `- error: no such module 'Foundation'
 15 |
 16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
[48/48] Compiling Compatibility CloudStorageSync.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:14:19: error: no such module 'Foundation'
 12 | }
 13 |
 14 | @_exported import Foundation
    |                   `- error: no such module 'Foundation'
 15 |
 16 | // NOTE: UNAVAILABLE to mark API as unavailabe for specific versions.
BUILD FAILURE 6.2 wasm