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 SwiftFormats, reference main (a53907), with Swift 6.2 (beta) for Wasm on 21 Jun 2025 17:13:17 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/schwa/SwiftFormats.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/schwa/SwiftFormats
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a53907d Fix demos path.
Cloned https://github.com/schwa/SwiftFormats.git
Revision (git rev-parse @):
a53907df4b860d1ea7871aedc3cc0215c4d37a16
SUCCESS checkout https://github.com/schwa/SwiftFormats.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/schwa/SwiftFormats.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
[1/5959] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms from cache (0.48s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (3.15s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.50s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.07s)
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms 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
Building for debugging...
[0/5] Write sources
[3/5] Compiling _NumericsShims _NumericsShims.c
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/15] Compiling RealModule Real.swift
[7/16] Compiling RealModule Float80+Real.swift
[8/16] Compiling RealModule RealFunctions.swift
[9/16] Compiling RealModule Float+Real.swift
[10/16] Compiling RealModule Float16+Real.swift
[11/16] Compiling RealModule ElementaryFunctions.swift
[12/16] Emitting module RealModule
[13/16] Compiling RealModule AugmentedArithmetic.swift
[14/16] Compiling RealModule Double+Real.swift
[15/16] Compiling RealModule AlgebraicField.swift
[16/16] Compiling RealModule ApproximateEquality.swift
[18/42] Compiling Algorithms Split.swift
[19/42] Compiling Algorithms Stride.swift
[20/42] Compiling Algorithms Suffix.swift
[21/45] Compiling Algorithms Joined.swift
[22/45] Compiling Algorithms Keyed.swift
[23/45] Compiling Algorithms MinMax.swift
[24/45] Compiling Algorithms Partition.swift
[25/45] Compiling Algorithms Permutations.swift
[26/45] Compiling Algorithms Product.swift
[27/45] Compiling Algorithms RandomSample.swift
[28/45] Compiling Algorithms Reductions.swift
[29/45] Compiling Algorithms Rotate.swift
[30/45] Compiling Algorithms Trim.swift
[31/45] Compiling Algorithms Unique.swift
[32/45] Compiling Algorithms Windows.swift
[33/45] Compiling Algorithms AdjacentPairs.swift
[34/45] Compiling Algorithms Chain.swift
[35/45] Compiling Algorithms Chunked.swift
[36/45] Compiling Algorithms Combinations.swift
[37/45] Compiling Algorithms Compacted.swift
[38/45] Compiling Algorithms Cycle.swift
[39/45] Compiling Algorithms EitherSequence.swift
[40/45] Compiling Algorithms FirstNonNil.swift
[41/45] Compiling Algorithms FlattenCollection.swift
[42/45] Compiling Algorithms Grouped.swift
[43/45] Compiling Algorithms Indexed.swift
[44/45] Compiling Algorithms Intersperse.swift
[45/45] Emitting module Algorithms
[47/67] Compiling SwiftFormats ParseableFormatStyle+Measurement.swift
/host/spi-builder-workspace/Sources/SwiftFormats/BoolFormatStyle.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | // TODO: Localisation?
[48/67] Compiling SwiftFormats RadixedIntegerFormatStyle.swift
/host/spi-builder-workspace/Sources/SwiftFormats/BoolFormatStyle.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | // TODO: Localisation?
[49/67] Compiling SwiftFormats Scratch.swift
/host/spi-builder-workspace/Sources/SwiftFormats/BoolFormatStyle.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | // TODO: Localisation?
[50/69] Compiling SwiftFormats BoolFormatStyle.swift
/host/spi-builder-workspace/Sources/SwiftFormats/BoolFormatStyle.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | // TODO: Localisation?
[51/69] Compiling SwiftFormats DegreesMinutesSecondsNotation.swift
/host/spi-builder-workspace/Sources/SwiftFormats/BoolFormatStyle.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | // TODO: Localisation?
[52/69] Compiling SwiftFormats FormatStyle+Angles.swift
/host/spi-builder-workspace/Sources/SwiftFormats/BoolFormatStyle.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | // TODO: Localisation?
error: emit-module command failed with exit code 1 (use -v to see invocation)
[53/69] Emitting module SwiftFormats
/host/spi-builder-workspace/Sources/SwiftFormats/BoolFormatStyle.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | // TODO: Localisation?
[54/69] Compiling SwiftFormats SimpleListFormatStyle.swift
/host/spi-builder-workspace/Sources/SwiftFormats/BoolFormatStyle.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | // TODO: Localisation?
[55/69] Compiling SwiftFormats String+Extensions.swift
/host/spi-builder-workspace/Sources/SwiftFormats/BoolFormatStyle.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | // TODO: Localisation?
[56/69] Compiling SwiftFormats Support.swift
/host/spi-builder-workspace/Sources/SwiftFormats/BoolFormatStyle.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | // TODO: Localisation?
[57/69] Compiling SwiftFormats TupleFormatStyle.swift
/host/spi-builder-workspace/Sources/SwiftFormats/BoolFormatStyle.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | // TODO: Localisation?
[58/69] Compiling SwiftFormats FormatStyle+ClosedRange.swift
/host/spi-builder-workspace/Sources/SwiftFormats/BoolFormatStyle.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | // TODO: Localisation?
[59/69] Compiling SwiftFormats FormatStyle+Coordinates.swift
/host/spi-builder-workspace/Sources/SwiftFormats/BoolFormatStyle.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | // TODO: Localisation?
[60/69] Compiling SwiftFormats FormatStyle+CoreGraphics.swift
/host/spi-builder-workspace/Sources/SwiftFormats/BoolFormatStyle.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | // TODO: Localisation?
[61/69] Compiling SwiftFormats FormatStyle+JSON.swift
/host/spi-builder-workspace/Sources/SwiftFormats/BoolFormatStyle.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | // TODO: Localisation?
[62/69] Compiling SwiftFormats FormatStyle+Matrix.swift
/host/spi-builder-workspace/Sources/SwiftFormats/BoolFormatStyle.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | // TODO: Localisation?
[63/69] Compiling SwiftFormats FormatStyle+Quaternion.swift
/host/spi-builder-workspace/Sources/SwiftFormats/BoolFormatStyle.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | // TODO: Localisation?
[64/69] Compiling SwiftFormats FormatStyle+Vector.swift
/host/spi-builder-workspace/Sources/SwiftFormats/BoolFormatStyle.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | // TODO: Localisation?
[65/69] Compiling SwiftFormats IncrementalParseStrategy.swift
/host/spi-builder-workspace/Sources/SwiftFormats/BoolFormatStyle.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | // TODO: Localisation?
[66/69] Compiling SwiftFormats MappingFormatStyle.swift
/host/spi-builder-workspace/Sources/SwiftFormats/BoolFormatStyle.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | // TODO: Localisation?
[67/69] Compiling SwiftFormats FormatStyle+Debugging.swift
/host/spi-builder-workspace/Sources/SwiftFormats/BoolFormatStyle.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | // TODO: Localisation?
[68/69] Compiling SwiftFormats FormatStyle+Extensions.swift
/host/spi-builder-workspace/Sources/SwiftFormats/BoolFormatStyle.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | // TODO: Localisation?
[69/69] Compiling SwiftFormats FormatStyle+Hexdump.swift
/host/spi-builder-workspace/Sources/SwiftFormats/BoolFormatStyle.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | // TODO: Localisation?
BUILD FAILURE 6.2 wasm