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 BytePattern, reference 0.0.6 (663d34), with Swift 6.2 (beta) for Wasm on 19 Jun 2025 18:07:09 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/Sajjon/BytePattern.git
Reference: 0.0.6
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/Sajjon/BytePattern
 * tag               0.0.6      -> FETCH_HEAD
HEAD is now at 663d343 Revert MainActor change
Cloned https://github.com/Sajjon/BytePattern.git
Revision (git rev-parse @):
663d343d5f2c516e09fdac37db18dd1214a0bcda
SUCCESS checkout https://github.com/Sajjon/BytePattern.git at 0.0.6
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Sajjon/BytePattern.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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.68s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (1.48s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.57s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.49s)
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/7] Write sources
[5/7] Compiling _NumericsShims _NumericsShims.c
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/17] Emitting module RealModule
[9/18] Compiling RealModule Real.swift
[10/18] Compiling RealModule Float80+Real.swift
[11/18] Compiling RealModule RealFunctions.swift
[12/18] Compiling RealModule ElementaryFunctions.swift
[13/18] Compiling RealModule Float+Real.swift
[14/18] Compiling RealModule AlgebraicField.swift
[15/18] Compiling RealModule ApproximateEquality.swift
[16/18] Compiling RealModule Float16+Real.swift
[17/18] Compiling RealModule AugmentedArithmetic.swift
[18/18] Compiling RealModule Double+Real.swift
[20/44] Compiling Algorithms Split.swift
[21/44] Compiling Algorithms Stride.swift
[22/44] Compiling Algorithms Suffix.swift
[23/47] Compiling Algorithms RandomSample.swift
[24/47] Compiling Algorithms Reductions.swift
[25/47] Compiling Algorithms Rotate.swift
[26/47] Compiling Algorithms Partition.swift
[27/47] Compiling Algorithms Permutations.swift
[28/47] Compiling Algorithms Product.swift
[29/47] Compiling Algorithms Joined.swift
[30/47] Compiling Algorithms Keyed.swift
[31/47] Compiling Algorithms MinMax.swift
[32/47] Compiling Algorithms Compacted.swift
[33/47] Compiling Algorithms Cycle.swift
[34/47] Compiling Algorithms EitherSequence.swift
[35/47] Compiling Algorithms FirstNonNil.swift
[36/47] Compiling Algorithms FlattenCollection.swift
[37/47] Compiling Algorithms Grouped.swift
[38/47] Compiling Algorithms Indexed.swift
[39/47] Compiling Algorithms Intersperse.swift
[40/47] Compiling Algorithms Trim.swift
[41/47] Compiling Algorithms Unique.swift
[42/47] Compiling Algorithms Windows.swift
[43/47] Compiling Algorithms AdjacentPairs.swift
[44/47] Compiling Algorithms Chain.swift
[45/47] Compiling Algorithms Chunked.swift
[46/47] Compiling Algorithms Combinations.swift
[47/47] Emitting module Algorithms
[49/61] Compiling BytePattern IntsGroup.swift
/host/spi-builder-workspace/Sources/BytePattern/BytePattern.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | /// An identified byte pattern shared between two sequences of bytes.
[50/62] Compiling BytePattern Ints.swift
/host/spi-builder-workspace/Sources/BytePattern/BytePattern.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | /// An identified byte pattern shared between two sequences of bytes.
[51/62] Compiling BytePattern Storage.swift
/host/spi-builder-workspace/Sources/BytePattern/BytePattern.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | /// An identified byte pattern shared between two sequences of bytes.
[52/62] Compiling BytePattern FromBothEnds.swift
/host/spi-builder-workspace/Sources/BytePattern/BytePattern.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | /// An identified byte pattern shared between two sequences of bytes.
[53/62] Compiling BytePattern FromEnd.swift
/host/spi-builder-workspace/Sources/BytePattern/BytePattern.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | /// An identified byte pattern shared between two sequences of bytes.
[54/62] Compiling BytePattern Operators.swift
/host/spi-builder-workspace/Sources/BytePattern/BytePattern.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | /// An identified byte pattern shared between two sequences of bytes.
[55/62] Compiling BytePattern Bools.swift
/host/spi-builder-workspace/Sources/BytePattern/BytePattern.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | /// An identified byte pattern shared between two sequences of bytes.
[56/62] Compiling BytePattern BytePattern.swift
/host/spi-builder-workspace/Sources/BytePattern/BytePattern.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | /// An identified byte pattern shared between two sequences of bytes.
[57/62] Compiling BytePattern BytePatternFinder.swift
/host/spi-builder-workspace/Sources/BytePattern/BytePattern.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | /// An identified byte pattern shared between two sequences of bytes.
[58/62] Compiling BytePattern Data+Hex.swift
/host/spi-builder-workspace/Sources/BytePattern/BytePattern.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | /// An identified byte pattern shared between two sequences of bytes.
[59/62] Compiling BytePattern RandomBytes.swift
/host/spi-builder-workspace/Sources/BytePattern/BytePattern.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | /// An identified byte pattern shared between two sequences of bytes.
[60/62] Compiling BytePattern SafeCompare.swift
/host/spi-builder-workspace/Sources/BytePattern/BytePattern.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | /// An identified byte pattern shared between two sequences of bytes.
[61/62] Compiling BytePattern SecureBytes.swift
/host/spi-builder-workspace/Sources/BytePattern/BytePattern.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | /// An identified byte pattern shared between two sequences of bytes.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[62/62] Emitting module BytePattern
/host/spi-builder-workspace/Sources/BytePattern/BytePattern.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | /// An identified byte pattern shared between two sequences of bytes.
BUILD FAILURE 6.2 wasm