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 SwiftSound, reference v1.0.3 (c99ff7), with Swift 6.2 (beta) for Wasm on 23 Jun 2025 03:03:36 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/mesqueeb/SwiftSound.git
Reference: v1.0.3
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/mesqueeb/SwiftSound
 * tag               v1.0.3     -> FETCH_HEAD
HEAD is now at c99ff7d 1.0.3
Cloned https://github.com/mesqueeb/SwiftSound.git
Revision (git rev-parse @):
c99ff7d39dd0d2e7d7b34df37a54d2ee13ace6ff
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mesqueeb/SwiftSound.git at v1.0.3
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/mesqueeb/SwiftSound.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-argument-parser
Fetching https://github.com/KarthikRIyer/swiftplot.git
[1/6708] Fetching swiftplot
[1276/22088] Fetching swiftplot, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.28s)
Fetched https://github.com/KarthikRIyer/swiftplot.git from cache (1.31s)
Computing version for https://github.com/KarthikRIyer/swiftplot.git
Computed https://github.com/KarthikRIyer/swiftplot.git at 2.0.0 (3.82s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.36s)
Creating working copy for https://github.com/KarthikRIyer/swiftplot.git
Working copy of https://github.com/KarthikRIyer/swiftplot.git resolved at 2.0.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
warning: you may be able to install freetype2 using your system-packager:
    apt-get install libfreetype6-dev
warning: you may be able to install freetype2 using your system-packager:
    apt-get install libfreetype6-dev
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/16] Write sources
[7/16] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/48] Emitting module SwiftPlot
/host/spi-builder-workspace/.build/checkouts/swiftplot/Sources/SwiftPlot/BarChart.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | fileprivate let MAX_DIV: Float = 50
[10/52] Compiling SwiftPlot Rect.swift
/host/spi-builder-workspace/.build/checkouts/swiftplot/Sources/SwiftPlot/BarChart.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | fileprivate let MAX_DIV: Float = 50
[11/52] Compiling SwiftPlot Size.swift
/host/spi-builder-workspace/.build/checkouts/swiftplot/Sources/SwiftPlot/BarChart.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | fileprivate let MAX_DIV: Float = 50
[12/52] Compiling SwiftPlot GraphLayout.swift
/host/spi-builder-workspace/.build/checkouts/swiftplot/Sources/SwiftPlot/BarChart.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | fileprivate let MAX_DIV: Float = 50
[13/52] Compiling SwiftPlot Heatmap-adapter.swift
/host/spi-builder-workspace/.build/checkouts/swiftplot/Sources/SwiftPlot/BarChart.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | fileprivate let MAX_DIV: Float = 50
[14/52] Compiling SwiftPlot ScatterPlotSeriesOptions.swift
/host/spi-builder-workspace/.build/checkouts/swiftplot/Sources/SwiftPlot/BarChart.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | fileprivate let MAX_DIV: Float = 50
[15/52] Compiling SwiftPlot SequencePlots.swift
/host/spi-builder-workspace/.build/checkouts/swiftplot/Sources/SwiftPlot/BarChart.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | fileprivate let MAX_DIV: Float = 50
[16/52] Compiling SwiftPlot Series.swift
/host/spi-builder-workspace/.build/checkouts/swiftplot/Sources/SwiftPlot/BarChart.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | fileprivate let MAX_DIV: Float = 50
[17/52] Compiling SwiftPlot SubPlot.swift
/host/spi-builder-workspace/.build/checkouts/swiftplot/Sources/SwiftPlot/BarChart.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | fileprivate let MAX_DIV: Float = 50
[18/52] Compiling SwiftPlot HistogramSeriesOptions.swift
/host/spi-builder-workspace/.build/checkouts/swiftplot/Sources/SwiftPlot/BarChart.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | fileprivate let MAX_DIV: Float = 50
[19/52] Compiling SwiftPlot Label.swift
/host/spi-builder-workspace/.build/checkouts/swiftplot/Sources/SwiftPlot/BarChart.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | fileprivate let MAX_DIV: Float = 50
[20/52] Compiling SwiftPlot LayoutComponent.swift
/host/spi-builder-workspace/.build/checkouts/swiftplot/Sources/SwiftPlot/BarChart.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | fileprivate let MAX_DIV: Float = 50
[21/52] Compiling SwiftPlot Spacing.swift
/host/spi-builder-workspace/.build/checkouts/swiftplot/Sources/SwiftPlot/BarChart.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | fileprivate let MAX_DIV: Float = 50
[22/52] Compiling SwiftPlot LineChart.swift
/host/spi-builder-workspace/.build/checkouts/swiftplot/Sources/SwiftPlot/BarChart.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | fileprivate let MAX_DIV: Float = 50
[23/52] Compiling SwiftPlot Pair.swift
/host/spi-builder-workspace/.build/checkouts/swiftplot/Sources/SwiftPlot/BarChart.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | fileprivate let MAX_DIV: Float = 50
[24/52] Compiling SwiftPlot Plot.swift
/host/spi-builder-workspace/.build/checkouts/swiftplot/Sources/SwiftPlot/BarChart.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | fileprivate let MAX_DIV: Float = 50
[25/52] Compiling SwiftPlot PlotDimensions.swift
/host/spi-builder-workspace/.build/checkouts/swiftplot/Sources/SwiftPlot/BarChart.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | fileprivate let MAX_DIV: Float = 50
[26/52] Compiling SwiftPlot ColorMap.swift
/host/spi-builder-workspace/.build/checkouts/swiftplot/Sources/SwiftPlot/BarChart.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | fileprivate let MAX_DIV: Float = 50
[27/52] Compiling SwiftPlot ColorMapData.swift
/host/spi-builder-workspace/.build/checkouts/swiftplot/Sources/SwiftPlot/BarChart.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | fileprivate let MAX_DIV: Float = 50
[28/52] Compiling SwiftPlot FloatConvertible.swift
/host/spi-builder-workspace/.build/checkouts/swiftplot/Sources/SwiftPlot/BarChart.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | fileprivate let MAX_DIV: Float = 50
[29/52] Compiling SwiftPlot EdgeComponents.swift
/host/spi-builder-workspace/.build/checkouts/swiftplot/Sources/SwiftPlot/BarChart.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | fileprivate let MAX_DIV: Float = 50
[30/52] Compiling SwiftPlot AdaptersNamespace.swift
/host/spi-builder-workspace/.build/checkouts/swiftplot/Sources/SwiftPlot/BarChart.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | fileprivate let MAX_DIV: Float = 50
[31/52] Compiling SwiftPlot Axis.swift
/host/spi-builder-workspace/.build/checkouts/swiftplot/Sources/SwiftPlot/BarChart.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | fileprivate let MAX_DIV: Float = 50
[32/52] Compiling SwiftPlot BarChart.swift
/host/spi-builder-workspace/.build/checkouts/swiftplot/Sources/SwiftPlot/BarChart.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | fileprivate let MAX_DIV: Float = 50
[33/52] Compiling SwiftPlot BarGraphSeriesOptions.swift
/host/spi-builder-workspace/.build/checkouts/swiftplot/Sources/SwiftPlot/BarChart.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | fileprivate let MAX_DIV: Float = 50
[34/52] Compiling SwiftPlot Color.swift
/host/spi-builder-workspace/.build/checkouts/swiftplot/Sources/SwiftPlot/BarChart.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | fileprivate let MAX_DIV: Float = 50
[35/52] Compiling SwiftPlot Heatmap.swift
/host/spi-builder-workspace/.build/checkouts/swiftplot/Sources/SwiftPlot/BarChart.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | fileprivate let MAX_DIV: Float = 50
[36/52] Compiling SwiftPlot HelperFunction.swift
/host/spi-builder-workspace/.build/checkouts/swiftplot/Sources/SwiftPlot/BarChart.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | fileprivate let MAX_DIV: Float = 50
[37/52] Compiling SwiftPlot Histogram.swift
/host/spi-builder-workspace/.build/checkouts/swiftplot/Sources/SwiftPlot/BarChart.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | fileprivate let MAX_DIV: Float = 50
[38/52] Compiling SwiftPlot HistogramSeries.swift
/host/spi-builder-workspace/.build/checkouts/swiftplot/Sources/SwiftPlot/BarChart.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | fileprivate let MAX_DIV: Float = 50
[39/52] Compiling SwiftPlot PlotMarkers.swift
/host/spi-builder-workspace/.build/checkouts/swiftplot/Sources/SwiftPlot/BarChart.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | fileprivate let MAX_DIV: Float = 50
[40/52] Compiling SwiftPlot PlotStyleHelpers.swift
/host/spi-builder-workspace/.build/checkouts/swiftplot/Sources/SwiftPlot/BarChart.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | fileprivate let MAX_DIV: Float = 50
[41/52] Compiling SwiftPlot Renderer.swift
/host/spi-builder-workspace/.build/checkouts/swiftplot/Sources/SwiftPlot/BarChart.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | fileprivate let MAX_DIV: Float = 50
[42/52] Compiling SwiftPlot ScatterChart.swift
/host/spi-builder-workspace/.build/checkouts/swiftplot/Sources/SwiftPlot/BarChart.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | fileprivate let MAX_DIV: Float = 50
[43/52] Emitting module ArgumentParserToolInfo
BUILD FAILURE 6.2 wasm