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 AntMessageProtocol, reference master (4f271f), with Swift 6.2 (beta) for Wasm on 19 Jun 2025 09:17:15 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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/FitnessKit/AntMessageProtocol.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/FitnessKit/AntMessageProtocol
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 4f271f5 Merge pull request #4 from FitnessKit/supSport
Cloned https://github.com/FitnessKit/AntMessageProtocol.git
Revision (git rev-parse @):
4f271f5566c8d5c8481741a777d3b79dfcca4946
SUCCESS checkout https://github.com/FitnessKit/AntMessageProtocol.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/FitnessKit/AntMessageProtocol.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/FitnessKit/FitnessUnits
Fetching https://github.com/FitnessKit/DataDecoder
[1/417] Fetching datadecoder
[418/1175] Fetching datadecoder, fitnessunits
Fetched https://github.com/FitnessKit/DataDecoder from cache (0.30s)
Fetched https://github.com/FitnessKit/FitnessUnits from cache (0.30s)
Computing version for https://github.com/FitnessKit/DataDecoder
Computed https://github.com/FitnessKit/DataDecoder at 5.0.0 (0.71s)
Computing version for https://github.com/FitnessKit/FitnessUnits
Computed https://github.com/FitnessKit/FitnessUnits at 3.1.0 (0.41s)
Creating working copy for https://github.com/FitnessKit/DataDecoder
Working copy of https://github.com/FitnessKit/DataDecoder resolved at 5.0.0
Creating working copy for https://github.com/FitnessKit/FitnessUnits
Working copy of https://github.com/FitnessKit/FitnessUnits resolved at 3.1.0
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/32] Compiling DataDecoder Nibble.swift
/host/spi-builder-workspace/.build/checkouts/DataDecoder/Sources/DataDecoder/Decoder.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | internal enum DecoderSFloatValues: Int16 {
[6/32] Compiling DataDecoder MACAddress.swift
/host/spi-builder-workspace/.build/checkouts/DataDecoder/Sources/DataDecoder/Decoder.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | internal enum DecoderSFloatValues: Int16 {
[7/32] Compiling FitnessUnits UnitPercent.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Color.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | public protocol ColorType: Encodable {}
[8/32] Compiling FitnessUnits MeasurementZone.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Color.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | public protocol ColorType: Encodable {}
[9/32] Compiling FitnessUnits StringMeasurement.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Color.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | public protocol ColorType: Encodable {}
[10/35] Compiling FitnessUnits UnitEnergy.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Color.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | public protocol ColorType: Encodable {}
[11/35] Compiling FitnessUnits UnitForce.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Color.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | public protocol ColorType: Encodable {}
[12/35] Compiling FitnessUnits UnitLinearDensity.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Color.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | public protocol ColorType: Encodable {}
[13/35] Compiling FitnessUnits UnitAngularVelocity.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Color.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | public protocol ColorType: Encodable {}
[14/35] Compiling FitnessUnits UnitConcentrationMass.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Color.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | public protocol ColorType: Encodable {}
[15/35] Compiling FitnessUnits UnitDuration.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Color.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | public protocol ColorType: Encodable {}
[16/35] Compiling FitnessUnits UnitMagneticField.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Color.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | public protocol ColorType: Encodable {}
[17/35] Compiling FitnessUnits UnitMass.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Color.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | public protocol ColorType: Encodable {}
[18/35] Compiling FitnessUnits UnitRadioactivity.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Color.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | public protocol ColorType: Encodable {}
[19/35] Compiling DataDecoder DataExtension.swift
/host/spi-builder-workspace/.build/checkouts/DataDecoder/Sources/DataDecoder/Decoder.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | internal enum DecoderSFloatValues: Int16 {
[20/35] Compiling DataDecoder ANTToggleByte.swift
/host/spi-builder-workspace/.build/checkouts/DataDecoder/Sources/DataDecoder/Decoder.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | internal enum DecoderSFloatValues: Int16 {
[21/35] Compiling FitnessUnits UnitCount.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Color.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | public protocol ColorType: Encodable {}
[22/35] Compiling FitnessUnits UnitGender.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Color.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | public protocol ColorType: Encodable {}
[23/35] Compiling FitnessUnits UnitOxygenConsumption.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Color.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | public protocol ColorType: Encodable {}
[24/35] Compiling FitnessUnits UnitSpeed.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Color.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | public protocol ColorType: Encodable {}
[25/35] Compiling FitnessUnits UnitTorque.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Color.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | public protocol ColorType: Encodable {}
[26/35] Compiling FitnessUnits UnitCadence.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Color.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | public protocol ColorType: Encodable {}
error: emit-module command failed with exit code 1 (use -v to see invocation)
[27/35] Emitting module FitnessUnits
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Color.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | public protocol ColorType: Encodable {}
[28/35] Compiling FitnessUnits Color.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Color.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | public protocol ColorType: Encodable {}
[29/35] Compiling FitnessUnits UnitAcceleration.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Color.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | public protocol ColorType: Encodable {}
[30/35] Compiling FitnessUnits UnitAngle.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Color.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | public protocol ColorType: Encodable {}
[31/35] Compiling FitnessUnits ValidatedBinaryFloatingPoint.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Color.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | public protocol ColorType: Encodable {}
[32/35] Compiling FitnessUnits ValidatedBinaryInteger.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Color.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | public protocol ColorType: Encodable {}
[33/35] Compiling FitnessUnits ValidatedMeasurement.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Color.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | public protocol ColorType: Encodable {}
error: emit-module command failed with exit code 1 (use -v to see invocation)
[34/35] Emitting module DataDecoder
/host/spi-builder-workspace/.build/checkouts/DataDecoder/Sources/DataDecoder/Decoder.swift:25:8: error: no such module 'Foundation'
 23 | //  THE SOFTWARE.
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | internal enum DecoderSFloatValues: Int16 {
BUILD FAILURE 6.2 wasm