The Swift Package Index logo.Swift Package Index

Build Information

Failed to build quiver-cookbook, reference main (5f2cc9), with Swift 6.1 for Wasm on 20 Apr 2026 06:08:01 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/waynewbishop/quiver-cookbook.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/waynewbishop/quiver-cookbook
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5f2cc92 docs: new recipies and newsletter update..
Cloned https://github.com/waynewbishop/quiver-cookbook.git
Revision (git rev-parse @):
5f2cc923e250419d24ad2a3f1f10a584643d1bc9
SUCCESS checkout https://github.com/waynewbishop/quiver-cookbook.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/waynewbishop/quiver-cookbook.git
https://github.com/waynewbishop/quiver-cookbook.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:276d66a16377d3ee059b2e3429cbc1154d9f01e42871e5d702fd5d8b9044d93d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
Fetching https://github.com/waynewbishop/quiver.git
[1/1881] Fetching quiver
Fetched https://github.com/waynewbishop/quiver.git from cache (0.31s)
Computing version for https://github.com/waynewbishop/quiver.git
Computed https://github.com/waynewbishop/quiver.git at 1.0.1 (0.83s)
Creating working copy for https://github.com/waynewbishop/quiver.git
Working copy of https://github.com/waynewbishop/quiver.git resolved at 1.0.1
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/33] Emitting module Quiver
[5/37] Compiling Quiver LinearRegression.swift
[6/37] Compiling Quiver ArrayInfo.swift
[7/37] Compiling Quiver Fraction.swift
[8/37] Compiling Quiver StringExtensions.swift
[9/37] Compiling Quiver ArrayElementwise.swift
[10/37] Compiling Quiver ArrayStatistics.swift
[11/37] Compiling Quiver VectorOperations.swift
[12/37] Compiling Quiver Quiver.swift
[13/37] Compiling Quiver FeatureScaler.swift
[14/37] Compiling Quiver GaussianNaiveBayes.swift
[15/37] Compiling Quiver KMeansClustering.swift
[16/37] Compiling Quiver KNearestNeighbors.swift
[17/37] Compiling Quiver _VectorRegression.swift
[18/37] Compiling Quiver _VectorReshape.swift
[19/37] Compiling Quiver _VectorSampling.swift
[20/37] Compiling Quiver _VectorStatistics.swift
[21/37] Compiling Quiver _Vector.swift
[22/37] Compiling Quiver _VectorComparable.swift
[23/37] Compiling Quiver _VectorGeneration.swift
[24/37] Compiling Quiver _VectorMetrics.swift
[25/37] Compiling Quiver _VectorOperations.swift
[26/37] Compiling Quiver ArrayAngles.swift
[27/37] Compiling Quiver ArrayArithmetic.swift
[28/37] Compiling Quiver ArrayBoolean.swift
[29/37] Compiling Quiver ArrayBroadcast.swift
[30/37] Compiling Quiver ArrayGeneration.swift
[31/37] Compiling Quiver ArrayRandom.swift
[32/37] Compiling Quiver ArrayReshape.swift
[33/37] Compiling Quiver Classifier.swift
[34/37] Compiling Quiver ArrayCharts.swift
[35/37] Compiling Quiver ArrayMetrics.swift
[36/37] Compiling Quiver ArraySampling.swift
[37/37] Compiling Quiver Panel.swift
[39/78] Compiling Recipes 30-generate-arrays.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[40/78] Compiling Recipes 31-broadcasting.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[41/78] Compiling Recipes 32-stratified-split.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[42/78] Compiling Recipes 33-testing-equality.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[43/78] Compiling Recipes 34-balance-imbalanced-data.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[44/78] Compiling Recipes 25-evaluate-a-classifier.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[45/78] Compiling Recipes 26-evaluate-a-regression.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[46/78] Compiling Recipes 27-correlation-matrix.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[47/78] Compiling Recipes 28-solve-a-linear-system.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[48/78] Compiling Recipes 29-find-the-best-k.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[49/83] Compiling Recipes 13-multiply-two-matrices.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[50/83] Compiling Recipes 14-can-this-matrix-be-inverted.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[51/83] Compiling Recipes 15-predict-a-house-price.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[52/83] Compiling Recipes 16-classify-with-naive-bayes.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[53/83] Compiling Recipes 17-find-the-nearest-neighbor.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[54/83] Compiling Recipes 18-cluster-without-labels.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[55/83] Compiling Recipes 07-describe-a-dataset.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[56/83] Compiling Recipes 08-find-the-outliers.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[57/83] Compiling Recipes 09-smooth-a-noisy-signal.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[58/83] Compiling Recipes 10-build-a-histogram.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[59/83] Compiling Recipes 11-reshape-without-losing-data.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[60/83] Compiling Recipes 12-rotate-a-point.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[61/83] Compiling Recipes 19-scale-features-before-training.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[62/83] Compiling Recipes 20-split-train-evaluate.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[63/83] Compiling Recipes 21-search-by-meaning.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[64/83] Compiling Recipes 22-organize-data-with-panel.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[65/83] Compiling Recipes 23-project-a-vector.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[66/83] Compiling Recipes 24-from-scores-to-probabilities.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[67/83] Compiling Recipes 01-how-far-is-home.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[68/83] Compiling Recipes 02-normalize-a-direction.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[69/83] Compiling Recipes 03-are-these-perpendicular.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[70/83] Compiling Recipes 04-find-the-most-similar-item.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[71/83] Compiling Recipes 05-king-minus-man-plus-woman.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[72/83] Compiling Recipes 06-detect-near-duplicates.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[73/83] Compiling Recipes 35-save-and-load-a-model.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[74/83] Compiling Recipes 36-can-swift-drive-a-car.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[75/83] Compiling Recipes 37-wing-panel-rivet-inspection.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[76/83] Compiling Recipes 38-wind-tunnel-lift-predictor.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[77/83] Compiling Recipes 39-true-effort-classification.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[78/83] Emitting module Recipes
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[79/83] Compiling Recipes 40-running-stress-breakdown.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[80/83] Compiling Recipes 41-recovery-prediction.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[81/83] Compiling Recipes 42-delivery-route-optimizer.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[82/83] Compiling Recipes 43-true-effort-score.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[83/83] Compiling Recipes 44-adaptive-effort-model.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:276d66a16377d3ee059b2e3429cbc1154d9f01e42871e5d702fd5d8b9044d93d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/31] Emitting module Quiver
[3/35] Compiling Quiver ArrayAngles.swift
[4/35] Compiling Quiver ArrayArithmetic.swift
[5/35] Compiling Quiver ArrayBoolean.swift
[6/35] Compiling Quiver ArrayBroadcast.swift
[7/35] Compiling Quiver _Vector.swift
[8/35] Compiling Quiver _VectorComparable.swift
[9/35] Compiling Quiver _VectorGeneration.swift
[10/35] Compiling Quiver _VectorMetrics.swift
[11/35] Compiling Quiver _VectorOperations.swift
[12/35] Compiling Quiver ArrayElementwise.swift
[13/35] Compiling Quiver ArrayStatistics.swift
[14/35] Compiling Quiver VectorOperations.swift
[15/35] Compiling Quiver Quiver.swift
[16/35] Compiling Quiver FeatureScaler.swift
[17/35] Compiling Quiver GaussianNaiveBayes.swift
[18/35] Compiling Quiver KMeansClustering.swift
[19/35] Compiling Quiver KNearestNeighbors.swift
[20/35] Compiling Quiver ArrayGeneration.swift
[21/35] Compiling Quiver ArrayRandom.swift
[22/35] Compiling Quiver ArrayReshape.swift
[23/35] Compiling Quiver Classifier.swift
[24/35] Compiling Quiver LinearRegression.swift
[25/35] Compiling Quiver ArrayInfo.swift
[26/35] Compiling Quiver Fraction.swift
[27/35] Compiling Quiver StringExtensions.swift
[28/35] Compiling Quiver ArrayCharts.swift
[29/35] Compiling Quiver ArrayMetrics.swift
[30/35] Compiling Quiver ArraySampling.swift
[31/35] Compiling Quiver Panel.swift
[32/35] Compiling Quiver _VectorRegression.swift
[33/35] Compiling Quiver _VectorReshape.swift
[34/35] Compiling Quiver _VectorSampling.swift
[35/35] Compiling Quiver _VectorStatistics.swift
[37/76] Compiling Recipes 01-how-far-is-home.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[38/76] Compiling Recipes 02-normalize-a-direction.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[39/76] Compiling Recipes 03-are-these-perpendicular.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[40/76] Compiling Recipes 04-find-the-most-similar-item.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[41/76] Compiling Recipes 05-king-minus-man-plus-woman.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[42/76] Compiling Recipes 06-detect-near-duplicates.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[43/81] Compiling Recipes 13-multiply-two-matrices.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[44/81] Compiling Recipes 14-can-this-matrix-be-inverted.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[45/81] Compiling Recipes 15-predict-a-house-price.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[46/81] Compiling Recipes 16-classify-with-naive-bayes.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[47/81] Compiling Recipes 17-find-the-nearest-neighbor.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[48/81] Compiling Recipes 18-cluster-without-labels.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[49/81] Compiling Recipes 35-save-and-load-a-model.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[50/81] Compiling Recipes 36-can-swift-drive-a-car.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[51/81] Compiling Recipes 37-wing-panel-rivet-inspection.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[52/81] Compiling Recipes 38-wind-tunnel-lift-predictor.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[53/81] Compiling Recipes 39-true-effort-classification.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[54/81] Compiling Recipes 07-describe-a-dataset.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[55/81] Compiling Recipes 08-find-the-outliers.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[56/81] Compiling Recipes 09-smooth-a-noisy-signal.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[57/81] Compiling Recipes 10-build-a-histogram.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[58/81] Compiling Recipes 11-reshape-without-losing-data.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[59/81] Compiling Recipes 12-rotate-a-point.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[60/81] Compiling Recipes 19-scale-features-before-training.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[61/81] Compiling Recipes 20-split-train-evaluate.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[62/81] Compiling Recipes 21-search-by-meaning.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[63/81] Compiling Recipes 22-organize-data-with-panel.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[64/81] Compiling Recipes 23-project-a-vector.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[65/81] Compiling Recipes 24-from-scores-to-probabilities.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[66/81] Compiling Recipes 25-evaluate-a-classifier.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[67/81] Compiling Recipes 26-evaluate-a-regression.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[68/81] Compiling Recipes 27-correlation-matrix.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[69/81] Compiling Recipes 28-solve-a-linear-system.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[70/81] Compiling Recipes 29-find-the-best-k.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[71/81] Compiling Recipes 30-generate-arrays.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[72/81] Compiling Recipes 31-broadcasting.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[73/81] Compiling Recipes 32-stratified-split.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[74/81] Compiling Recipes 33-testing-equality.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[75/81] Compiling Recipes 34-balance-imbalanced-data.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[76/81] Emitting module Recipes
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[77/81] Compiling Recipes 40-running-stress-breakdown.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[78/81] Compiling Recipes 41-recovery-prediction.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[79/81] Compiling Recipes 42-delivery-route-optimizer.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[80/81] Compiling Recipes 43-true-effort-score.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
[81/81] Compiling Recipes 44-adaptive-effort-model.swift
/host/spi-builder-workspace/Sources/Recipes/01-how-far-is-home.swift:1:8: error: no such module 'Playgrounds'
 1 | import Playgrounds
   |        `- error: no such module 'Playgrounds'
 2 | import Quiver
 3 |
BUILD FAILURE 6.1 wasm