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 Poly, reference master (d252f3), with Swift 6.2 (beta) for Wasm on 18 Jun 2025 18:43:26 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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/piemonte/Poly.git
Reference: master
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/piemonte/Poly
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at d252f34 Poly, update type names
Cloned https://github.com/piemonte/Poly.git
Revision (git rev-parse @):
d252f34fd8a8cfa0ec7269e1ffe3b1348367cabf
SUCCESS checkout https://github.com/piemonte/Poly.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/piemonte/Poly.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/hyperoslo/Cache
Fetching https://github.com/saoudrizwan/Disk
Fetching https://github.com/tristanhimmelman/ObjectMapper
Fetching https://github.com/mxcl/PromiseKit
Fetching https://github.com/Alamofire/Alamofire.git
[1/1395] Fetching disk
[183/7732] Fetching disk, objectmapper
[344/24918] Fetching disk, objectmapper, promisekit
[5788/55059] Fetching disk, objectmapper, promisekit, alamofire
[5852/61244] Fetching disk, objectmapper, promisekit, alamofire, cache
Fetched https://github.com/saoudrizwan/Disk from cache (3.56s)
Fetched https://github.com/hyperoslo/Cache from cache (3.56s)
Fetched https://github.com/tristanhimmelman/ObjectMapper from cache (3.56s)
Fetched https://github.com/mxcl/PromiseKit from cache (3.58s)
Fetched https://github.com/Alamofire/Alamofire.git from cache (3.63s)
Computing version for https://github.com/hyperoslo/Cache
Computed https://github.com/hyperoslo/Cache at 5.3.0 (4.02s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 4.9.1 (0.41s)
Computing version for https://github.com/saoudrizwan/Disk
Computed https://github.com/saoudrizwan/Disk at 0.6.4 (0.41s)
Computing version for https://github.com/tristanhimmelman/ObjectMapper
Computed https://github.com/tristanhimmelman/ObjectMapper at 4.4.3 (0.37s)
Computing version for https://github.com/mxcl/PromiseKit
Computed https://github.com/mxcl/PromiseKit at 6.22.1 (0.39s)
Creating working copy for https://github.com/saoudrizwan/Disk
Working copy of https://github.com/saoudrizwan/Disk resolved at 0.6.4
Creating working copy for https://github.com/mxcl/PromiseKit
Working copy of https://github.com/mxcl/PromiseKit resolved at 6.22.1
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 4.9.1
Creating working copy for https://github.com/hyperoslo/Cache
Working copy of https://github.com/hyperoslo/Cache resolved at 5.3.0
Creating working copy for https://github.com/tristanhimmelman/ObjectMapper
Working copy of https://github.com/tristanhimmelman/ObjectMapper resolved at 4.4.3
warning: 'spi-builder-workspace': dependency 'alamofire' is not used by any target
warning: 'spi-builder-workspace': dependency 'promisekit' is not used by any target
warning: 'spi-builder-workspace': dependency 'cache' is not used by any target
warning: 'spi-builder-workspace': dependency 'disk' is not used by any target
warning: 'spi-builder-workspace': dependency 'objectmapper' is not used by any target
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/10] Compiling Poly PolyFormatsModel.swift
/host/spi-builder-workspace/Sources/Poly+Foundation.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | extension Formatter {
[4/10] Compiling Poly PolyPresentationParamsModel.swift
/host/spi-builder-workspace/Sources/Poly+Foundation.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | extension Formatter {
[5/11] Compiling Poly PolyFileModel.swift
/host/spi-builder-workspace/Sources/Poly+Foundation.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | extension Formatter {
[6/11] Compiling Poly PolyRequest.swift
/host/spi-builder-workspace/Sources/Poly+Foundation.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | extension Formatter {
[7/11] Compiling Poly PolyAssetModel.swift
/host/spi-builder-workspace/Sources/Poly+Foundation.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | extension Formatter {
[8/11] Compiling Poly Poly.swift
/host/spi-builder-workspace/Sources/Poly+Foundation.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | extension Formatter {
[9/11] Compiling Poly PolyCache.swift
/host/spi-builder-workspace/Sources/Poly+Foundation.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | extension Formatter {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/11] Emitting module Poly
/host/spi-builder-workspace/Sources/Poly+Foundation.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | extension Formatter {
[11/11] Compiling Poly Poly+Foundation.swift
/host/spi-builder-workspace/Sources/Poly+Foundation.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | extension Formatter {
BUILD FAILURE 6.2 wasm