The Swift Package Index logo.Swift Package Index

Build Information

Failed to build unstandard, reference main (278bfc), with Swift 6.2 for Wasm on 20 Jun 2025 10:25:20 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/christopherweems/unstandard.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/christopherweems/unstandard
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 278bfc5 [gardening]
Cloned https://github.com/christopherweems/unstandard.git
Revision (git rev-parse @):
278bfc5b93a63cc3ec5da81995414aad366647eb
SUCCESS checkout https://github.com/christopherweems/unstandard.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/christopherweems/unstandard.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/5959] Fetching swift-algorithms
[121/22599] Fetching swift-algorithms, swift-collections
[1919/27035] Fetching swift-algorithms, swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (2.24s)
Fetched https://github.com/apple/swift-algorithms.git from cache (2.24s)
Fetched https://github.com/apple/swift-collections.git from cache (2.29s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (6.37s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.80s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.34s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.54s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.17s)
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/UAParserSwift/LICENSE
Building for debugging...
[0/31] Write sources
[28/31] Compiling _NumericsShims _NumericsShims.c
[29/31] Compiling CSystem shims.c
[30/31] Write swift-version-24593BA9C3E375BF.txt
[32/108] Emitting module unstandardProtocols
[33/108] Compiling Resultto Sum.swift
[34/109] Emitting module InternalCollectionsUtilities
[35/109] Compiling unstandardProtocols Iffable.swift
[36/110] Compiling _UAParserSwift UAParserSwift.swift
/host/spi-builder-workspace/Sources/UAParserSwift/UAParserSwift.swift:34:8: error: no such module 'Foundation'
 32 | //	THE SOFTWARE.
 33 |
 34 | import Foundation
    |        `- error: no such module 'Foundation'
 35 |
 36 | /// MARK: - Parser Class
error: emit-module command failed with exit code 1 (use -v to see invocation)
[37/110] Emitting module _UAParserSwift
/host/spi-builder-workspace/Sources/UAParserSwift/UAParserSwift.swift:34:8: error: no such module 'Foundation'
 32 | //	THE SOFTWARE.
 33 |
 34 | import Foundation
    |        `- error: no such module 'Foundation'
 35 |
 36 | /// MARK: - Parser Class
[38/110] Compiling SystemPackage FileOperations.swift
[39/110] Compiling SystemPackage FilePath.swift
[40/110] Compiling SystemPackage FilePathComponentView.swift
[41/110] Compiling SystemPackage FilePathComponents.swift
[42/110] Compiling Resultto URLResult.swift
[43/110] Emitting module Resultto
[44/110] Compiling Resultto AnyTrue.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[45/110] Emitting module GraphModule
/host/spi-builder-workspace/Sources/Swift Collections Additions/GraphModule/Graph/Graph.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public struct Graph<Constraint, Vertex, Edge> where Constraint: GraphConstraint, Vertex : Hashable {
/host/spi-builder-workspace/Sources/Swift Collections Additions/GraphModule/Graph/Graph.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public struct Graph<Constraint, Vertex, Edge> where Constraint: GraphConstraint, Vertex : Hashable {
BUILD FAILURE 6.2 wasm