The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SegmentAppcues, reference 5.0.0 (c99bbd), with Swift 6.2 for Wasm on 25 Sep 2025 11:08:07 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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-wasip1 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/appcues/segment-appcues-ios.git
Reference: 5.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/appcues/segment-appcues-ios
 * tag               5.0.0      -> FETCH_HEAD
HEAD is now at c99bbd3 ⬆️ Update Appcues dependency version to 5.0.0
Cloned https://github.com/appcues/segment-appcues-ios.git
Revision (git rev-parse @):
c99bbd33f394580529f92595a46bdb661ddd4900
SUCCESS checkout https://github.com/appcues/segment-appcues-ios.git at 5.0.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/appcues/segment-appcues-ios.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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-wasip1 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f6b6b9bdb5d5605d727da337418fc455cd8a0394d3a815b70631008c48829755
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
warning: multiple Swift SDKs match target triple `wasm32-unknown-wasip1` and host triple x86_64-unknown-linux-gnu, selected one at /root/.swiftpm/swift-sdks/swift-6.2-RELEASE_wasm.artifactbundle/swift-6.2-RELEASE_wasm/wasm32-unknown-wasip1/embedded-swift-sdk.json
Fetching https://github.com/segmentio/analytics-swift.git
Fetching https://github.com/appcues/appcues-ios-sdk.git
[1/8761] Fetching analytics-swift
[8762/55774] Fetching analytics-swift, appcues-ios-sdk
Fetched https://github.com/segmentio/analytics-swift.git from cache (3.76s)
Fetched https://github.com/appcues/appcues-ios-sdk.git from cache (3.86s)
Computing version for https://github.com/appcues/appcues-ios-sdk.git
Computed https://github.com/appcues/appcues-ios-sdk.git at 5.0.0 (4.46s)
Computing version for https://github.com/segmentio/analytics-swift.git
Computed https://github.com/segmentio/analytics-swift.git at 1.8.0 (0.60s)
Fetching https://github.com/segmentio/jsonsafeencoding-swift.git
Fetching https://github.com/segmentio/sovran-swift.git
[1/77] Fetching jsonsafeencoding-swift
[78/448] Fetching jsonsafeencoding-swift, sovran-swift
Fetched https://github.com/segmentio/jsonsafeencoding-swift.git from cache (0.35s)
Fetched https://github.com/segmentio/sovran-swift.git from cache (0.35s)
Computing version for https://github.com/segmentio/jsonsafeencoding-swift.git
Computed https://github.com/segmentio/jsonsafeencoding-swift.git at 2.0.0 (0.78s)
Computing version for https://github.com/segmentio/sovran-swift.git
Computed https://github.com/segmentio/sovran-swift.git at 1.1.2 (0.42s)
Creating working copy for https://github.com/segmentio/analytics-swift.git
Working copy of https://github.com/segmentio/analytics-swift.git resolved at 1.8.0
Creating working copy for https://github.com/segmentio/sovran-swift.git
Working copy of https://github.com/segmentio/sovran-swift.git resolved at 1.1.2
Creating working copy for https://github.com/segmentio/jsonsafeencoding-swift.git
Working copy of https://github.com/segmentio/jsonsafeencoding-swift.git resolved at 2.0.0
Creating working copy for https://github.com/appcues/appcues-ios-sdk.git
Working copy of https://github.com/appcues/appcues-ios-sdk.git resolved at 5.0.0
warning: 'appcues-ios-sdk': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/appcues-ios-sdk/Sources/AppcuesKit/Presentation/Assets.xcassets
Building for debugging...
[0/7] Write sources
[0/7] Copying PrivacyInfo.xcprivacy
[0/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/13] Emitting module Sovran
/host/spi-builder-workspace/.build/checkouts/sovran-swift/Sources/Sovran/Action.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | /**
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/13] Emitting module JSONSafeEncoding
/host/spi-builder-workspace/.build/checkouts/jsonsafeencoding-swift/Sources/JSONSafeEncoding/Extensions.swift:20:8: error: no such module 'Foundation'
18 | ---------------------------------------------------------------------------------------------**/
19 |
20 | import Foundation
   |        `- error: no such module 'Foundation'
21 |
22 | extension UInt8 {
[10/13] Compiling Sovran Action.swift
/host/spi-builder-workspace/.build/checkouts/sovran-swift/Sources/Sovran/Action.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | /**
BUILD FAILURE 6.2 wasm