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 swift-binary-coder, reference v0.0.1 (5270e9), with Swift 6.2 (beta) for Wasm on 19 Jun 2025 22:35:23 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/fwcd/swift-binary-coder.git
Reference: v0.0.1
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/fwcd/swift-binary-coder
 * tag               v0.0.1     -> FETCH_HEAD
HEAD is now at 5270e91 Implement decoding of non null terminated strings
Cloned https://github.com/fwcd/swift-binary-coder.git
Revision (git rev-parse @):
5270e91c53e2b75a32c8383de74743233d8aab7a
SUCCESS checkout https://github.com/fwcd/swift-binary-coder.git at v0.0.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/fwcd/swift-binary-coder.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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-docc-plugin.git
[1/2082] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin.git from cache (0.66s)
Computing version for https://github.com/apple/swift-docc-plugin.git
Computed https://github.com/apple/swift-docc-plugin.git at 1.4.4 (2.06s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3413] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.57s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.36s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin.git
Working copy of https://github.com/apple/swift-docc-plugin.git resolved at 1.4.4
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/20] Emitting module BinaryCoder
/host/spi-builder-workspace/Sources/BinaryCoder/Decoder/BinaryDecoder.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A decoder that decodes Swift structures from a flat binary representation.
[6/20] Compiling BinaryCoder BinaryCodingConfiguation.swift
/host/spi-builder-workspace/Sources/BinaryCoder/Decoder/BinaryDecoder.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A decoder that decodes Swift structures from a flat binary representation.
[7/20] Compiling BinaryCoder BinaryDecoder.swift
/host/spi-builder-workspace/Sources/BinaryCoder/Decoder/BinaryDecoder.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A decoder that decodes Swift structures from a flat binary representation.
[8/20] Compiling BinaryCoder BinaryDecoderImpl.swift
/host/spi-builder-workspace/Sources/BinaryCoder/Decoder/BinaryDecoder.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A decoder that decodes Swift structures from a flat binary representation.
[9/22] Compiling BinaryCoder UnkeyedBinaryDecodingContainer.swift
/host/spi-builder-workspace/Sources/BinaryCoder/Decoder/BinaryDecoder.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A decoder that decodes Swift structures from a flat binary representation.
[10/22] Compiling BinaryCoder BinaryEncoder.swift
/host/spi-builder-workspace/Sources/BinaryCoder/Decoder/BinaryDecoder.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A decoder that decodes Swift structures from a flat binary representation.
[11/22] Compiling BinaryCoder SingleValueBinaryEncodingContainer.swift
/host/spi-builder-workspace/Sources/BinaryCoder/Decoder/BinaryDecoder.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A decoder that decodes Swift structures from a flat binary representation.
[12/22] Compiling BinaryCoder UnkeyedBinaryEncodingContainer.swift
/host/spi-builder-workspace/Sources/BinaryCoder/Decoder/BinaryDecoder.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A decoder that decodes Swift structures from a flat binary representation.
[13/22] Compiling BinaryCoder BinaryDecodingError.swift
/host/spi-builder-workspace/Sources/BinaryCoder/Decoder/BinaryDecoder.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A decoder that decodes Swift structures from a flat binary representation.
[14/22] Compiling BinaryCoder BinaryDecodingState.swift
/host/spi-builder-workspace/Sources/BinaryCoder/Decoder/BinaryDecoder.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A decoder that decodes Swift structures from a flat binary representation.
[15/22] Compiling BinaryCoder KeyedBinaryDecodingContainer.swift
/host/spi-builder-workspace/Sources/BinaryCoder/Decoder/BinaryDecoder.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A decoder that decodes Swift structures from a flat binary representation.
[16/22] Compiling BinaryCoder SingleValueBinaryDecodingContainer.swift
/host/spi-builder-workspace/Sources/BinaryCoder/Decoder/BinaryDecoder.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A decoder that decodes Swift structures from a flat binary representation.
[17/22] Compiling BinaryCoder BinaryEncoderImpl.swift
/host/spi-builder-workspace/Sources/BinaryCoder/Decoder/BinaryDecoder.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A decoder that decodes Swift structures from a flat binary representation.
[18/22] Compiling BinaryCoder BinaryEncodingError.swift
/host/spi-builder-workspace/Sources/BinaryCoder/Decoder/BinaryDecoder.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A decoder that decodes Swift structures from a flat binary representation.
[19/22] Compiling BinaryCoder Endianness.swift
/host/spi-builder-workspace/Sources/BinaryCoder/Decoder/BinaryDecoder.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A decoder that decodes Swift structures from a flat binary representation.
[20/22] Compiling BinaryCoder VariableSizedTypeStrategy.swift
/host/spi-builder-workspace/Sources/BinaryCoder/Decoder/BinaryDecoder.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A decoder that decodes Swift structures from a flat binary representation.
[21/22] Compiling BinaryCoder BinaryEncodingState.swift
/host/spi-builder-workspace/Sources/BinaryCoder/Decoder/BinaryDecoder.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A decoder that decodes Swift structures from a flat binary representation.
[22/22] Compiling BinaryCoder KeyedBinaryEncodingContainer.swift
/host/spi-builder-workspace/Sources/BinaryCoder/Decoder/BinaryDecoder.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A decoder that decodes Swift structures from a flat binary representation.
BUILD FAILURE 6.2 wasm