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 Plotly, reference main (310a1c), with Swift 6.2 (beta) for Wasm on 19 Jun 2025 00:19:46 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/vojtamolda/Plotly.swift.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/vojtamolda/Plotly.swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 310a1c4 Release 0.5.0
Cloned https://github.com/vojtamolda/Plotly.swift.git
Revision (git rev-parse @):
310a1c4692537567de79cf0fb1a89fc5b5c329b6
SUCCESS checkout https://github.com/vojtamolda/Plotly.swift.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/vojtamolda/Plotly.swift.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
Building for debugging...
[0/6] Write sources
[2/6] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/89] Emitting module Plotly
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[5/98] Compiling Plotly Animation.swift
/host/spi-builder-workspace/Sources/Codegen/main.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[6/98] Compiling Plotly Config.swift
/host/spi-builder-workspace/Sources/Codegen/main.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[7/100] Compiling Plotly Shared.swift
/host/spi-builder-workspace/Sources/Codegen/main.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[8/100] Compiling Plotly Subplot.swift
/host/spi-builder-workspace/Sources/Codegen/main.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[9/100] Compiling Plotly Layout.swift
/host/spi-builder-workspace/Sources/Codegen/main.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[10/100] Compiling Plotly Plotable.swift
/host/spi-builder-workspace/Sources/Codegen/main.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[11/100] Compiling Plotly Browser.swift
/host/spi-builder-workspace/Sources/Codegen/main.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[12/100] Compiling Plotly CSVDecoder.swift
/host/spi-builder-workspace/Sources/Codegen/main.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[13/100] Compiling Plotly HTML.swift
/host/spi-builder-workspace/Sources/Codegen/main.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[14/100] Compiling Plotly JSON.swift
/host/spi-builder-workspace/Sources/Codegen/main.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[15/100] Compiling Plotly Figure.swift
/host/spi-builder-workspace/Sources/Codegen/main.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[16/100] Compiling Plotly Frame.swift
/host/spi-builder-workspace/Sources/Codegen/main.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[17/100] Compiling Plotly Convenience.swift
/host/spi-builder-workspace/Sources/Codegen/main.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[18/100] Compiling Plotly Debug.swift
/host/spi-builder-workspace/Sources/Codegen/main.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[19/100] Compiling Plotly Playground.swift
/host/spi-builder-workspace/Sources/Codegen/main.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[20/100] Emitting module codegen
/host/spi-builder-workspace/Sources/Codegen/main.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[21/100] Compiling Plotly Table.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[22/100] Compiling Plotly Treemap.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[23/100] Compiling Plotly Violin.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[24/100] Compiling Plotly Volume.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[25/100] Compiling Plotly Waterfall.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[26/100] Compiling Plotly Aggregate.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[27/100] Compiling Plotly Filter.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[28/100] Compiling Plotly GroupBy.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[29/100] Compiling Plotly Sort.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[30/100] Compiling Plotly ScatterGeo.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[31/100] Compiling Plotly ScatterMapbox.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[32/100] Compiling Plotly ScatterPlotMatrix.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[33/100] Compiling Plotly ScatterPolar.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[34/100] Compiling Plotly ScatterPolarGL.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[35/100] Compiling Plotly ScatterTernary.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[36/100] Compiling Plotly StreamTube.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[37/100] Compiling Plotly Sunburst.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[38/100] Compiling Plotly Surface.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[39/100] Compiling Plotly ParallelCategories.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[40/100] Compiling Plotly ParallelCoordinates.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[41/100] Compiling Plotly Pie.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[42/100] Compiling Plotly PointCloud.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[43/100] Compiling Plotly Sankey.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[44/100] Compiling Plotly Scatter.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[45/100] Compiling Plotly Scatter3D.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[46/100] Compiling Plotly ScatterCarpet.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[47/100] Compiling Plotly ScatterGL.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[48/100] Compiling Plotly HeatmapGL.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[49/100] Compiling Plotly Histogram.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[50/100] Compiling Plotly Histogram2D.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[51/100] Compiling Plotly Histogram2DContour.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[52/100] Compiling Plotly Image.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[53/100] Compiling Plotly Indicator.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[54/100] Compiling Plotly Isosurface.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[55/100] Compiling Plotly Mesh3D.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[56/100] Compiling Plotly OHLC.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[57/100] Compiling Plotly Carpet.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[58/100] Compiling Plotly Choropleth.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[59/100] Compiling Plotly ChoroplethMapbox.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[60/100] Compiling Plotly Cone.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[61/100] Compiling Plotly Contour.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[62/100] Compiling Plotly ContourCarpet.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[63/100] Compiling Plotly DensityMapbox.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[64/100] Compiling Plotly Funnel.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[65/100] Compiling Plotly FunnelArea.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[66/100] Compiling Plotly Heatmap.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[67/100] Compiling codegen Schema.swift
/host/spi-builder-workspace/Sources/Codegen/main.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[68/100] Compiling codegen main.swift
/host/spi-builder-workspace/Sources/Codegen/main.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[69/100] Compiling Plotly Angle.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[70/100] Compiling Plotly Anything.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[71/100] Compiling Plotly Color.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[72/100] Compiling Plotly ColorList.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[73/100] Compiling Plotly ColorScale.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[74/100] Compiling Plotly Coloring.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[75/100] Compiling Plotly Data.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[76/100] Compiling Plotly InfoArray.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
[77/100] Compiling Plotly Unused.swift
/host/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 |
BUILD FAILURE 6.2 wasm