Build Information
Failed to build Keyboard, reference 1.4.1 (c07526
), with Swift 6.2 (beta) for Wasm on 23 Jun 2025 16:10:21 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/AudioKit/Keyboard.git
Reference: 1.4.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/AudioKit/Keyboard
* tag 1.4.1 -> FETCH_HEAD
HEAD is now at c075267 Fix Stuck Keys (#32)
Cloned https://github.com/AudioKit/Keyboard.git
Revision (git rev-parse @):
c0752677c602eec2f97ec50825581608bc56dac6
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/AudioKit/Keyboard.git at 1.4.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/AudioKit/Keyboard.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/AudioKit/Tonic.git
[1/3995] Fetching tonic
Fetched https://github.com/AudioKit/Tonic.git from cache (0.31s)
Computing version for https://github.com/AudioKit/Tonic.git
Computed https://github.com/AudioKit/Tonic.git at 2.1.0 (2.95s)
Creating working copy for https://github.com/AudioKit/Tonic.git
Working copy of https://github.com/AudioKit/Tonic.git resolved at 2.1.0
warning: 'tonic': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/Tonic/Sources/Tonic/Chord.swift.orig
Building for debugging...
[0/4] Write sources
[2/4] Copying Tonic.docc
[3/4] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/25] Emitting module Tonic
/host/spi-builder-workspace/.build/checkouts/Tonic/Sources/Tonic/Accidental.swift:3:8: error: no such module 'Foundation'
1 | // Copyright AudioKit. All Rights Reserved. Revision History at http://github.com/AudioKit/Tonic/
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | /// A way to describe modification to a ``Note`` or ``NoteClass``
[6/27] Compiling Tonic PitchColor.swift
/host/spi-builder-workspace/.build/checkouts/Tonic/Sources/Tonic/Accidental.swift:3:8: error: no such module 'Foundation'
1 | // Copyright AudioKit. All Rights Reserved. Revision History at http://github.com/AudioKit/Tonic/
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | /// A way to describe modification to a ``Note`` or ``NoteClass``
[7/27] Compiling Tonic Scale+Shortcuts.swift
/host/spi-builder-workspace/.build/checkouts/Tonic/Sources/Tonic/Accidental.swift:3:8: error: no such module 'Foundation'
1 | // Copyright AudioKit. All Rights Reserved. Revision History at http://github.com/AudioKit/Tonic/
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | /// A way to describe modification to a ``Note`` or ``NoteClass``
[8/27] Compiling Tonic Interval.swift
/host/spi-builder-workspace/.build/checkouts/Tonic/Sources/Tonic/Accidental.swift:3:8: error: no such module 'Foundation'
1 | // Copyright AudioKit. All Rights Reserved. Revision History at http://github.com/AudioKit/Tonic/
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | /// A way to describe modification to a ``Note`` or ``NoteClass``
[9/27] Compiling Tonic Key+Shortcuts.swift
/host/spi-builder-workspace/.build/checkouts/Tonic/Sources/Tonic/Accidental.swift:3:8: error: no such module 'Foundation'
1 | // Copyright AudioKit. All Rights Reserved. Revision History at http://github.com/AudioKit/Tonic/
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | /// A way to describe modification to a ``Note`` or ``NoteClass``
[10/27] Compiling Tonic Key.swift
/host/spi-builder-workspace/.build/checkouts/Tonic/Sources/Tonic/Accidental.swift:3:8: error: no such module 'Foundation'
1 | // Copyright AudioKit. All Rights Reserved. Revision History at http://github.com/AudioKit/Tonic/
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | /// A way to describe modification to a ``Note`` or ``NoteClass``
[11/27] Compiling Tonic Note.swift
/host/spi-builder-workspace/.build/checkouts/Tonic/Sources/Tonic/Accidental.swift:3:8: error: no such module 'Foundation'
1 | // Copyright AudioKit. All Rights Reserved. Revision History at http://github.com/AudioKit/Tonic/
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | /// A way to describe modification to a ``Note`` or ``NoteClass``
[12/27] Compiling Tonic NoteClass+Shortcuts.swift
/host/spi-builder-workspace/.build/checkouts/Tonic/Sources/Tonic/Accidental.swift:3:8: error: no such module 'Foundation'
1 | // Copyright AudioKit. All Rights Reserved. Revision History at http://github.com/AudioKit/Tonic/
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | /// A way to describe modification to a ``Note`` or ``NoteClass``
[13/27] Compiling Tonic NoteClass.swift
/host/spi-builder-workspace/.build/checkouts/Tonic/Sources/Tonic/Accidental.swift:3:8: error: no such module 'Foundation'
1 | // Copyright AudioKit. All Rights Reserved. Revision History at http://github.com/AudioKit/Tonic/
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | /// A way to describe modification to a ``Note`` or ``NoteClass``
[14/27] Compiling Tonic Chord.swift
/host/spi-builder-workspace/.build/checkouts/Tonic/Sources/Tonic/Accidental.swift:3:8: error: no such module 'Foundation'
1 | // Copyright AudioKit. All Rights Reserved. Revision History at http://github.com/AudioKit/Tonic/
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | /// A way to describe modification to a ``Note`` or ``NoteClass``
[15/27] Compiling Tonic ChordTable.swift
/host/spi-builder-workspace/.build/checkouts/Tonic/Sources/Tonic/Accidental.swift:3:8: error: no such module 'Foundation'
1 | // Copyright AudioKit. All Rights Reserved. Revision History at http://github.com/AudioKit/Tonic/
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | /// A way to describe modification to a ``Note`` or ``NoteClass``
[16/27] Compiling Tonic ChordType.swift
/host/spi-builder-workspace/.build/checkouts/Tonic/Sources/Tonic/Accidental.swift:3:8: error: no such module 'Foundation'
1 | // Copyright AudioKit. All Rights Reserved. Revision History at http://github.com/AudioKit/Tonic/
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | /// A way to describe modification to a ``Note`` or ``NoteClass``
[17/27] Compiling Tonic NoteSet.swift
/host/spi-builder-workspace/.build/checkouts/Tonic/Sources/Tonic/Accidental.swift:3:8: error: no such module 'Foundation'
1 | // Copyright AudioKit. All Rights Reserved. Revision History at http://github.com/AudioKit/Tonic/
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | /// A way to describe modification to a ``Note`` or ``NoteClass``
[18/27] Compiling Tonic Octave.swift
/host/spi-builder-workspace/.build/checkouts/Tonic/Sources/Tonic/Accidental.swift:3:8: error: no such module 'Foundation'
1 | // Copyright AudioKit. All Rights Reserved. Revision History at http://github.com/AudioKit/Tonic/
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | /// A way to describe modification to a ``Note`` or ``NoteClass``
[19/27] Compiling Tonic Pitch.swift
/host/spi-builder-workspace/.build/checkouts/Tonic/Sources/Tonic/Accidental.swift:3:8: error: no such module 'Foundation'
1 | // Copyright AudioKit. All Rights Reserved. Revision History at http://github.com/AudioKit/Tonic/
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | /// A way to describe modification to a ``Note`` or ``NoteClass``
[20/27] Compiling Tonic Letter.swift
/host/spi-builder-workspace/.build/checkouts/Tonic/Sources/Tonic/Accidental.swift:3:8: error: no such module 'Foundation'
1 | // Copyright AudioKit. All Rights Reserved. Revision History at http://github.com/AudioKit/Tonic/
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | /// A way to describe modification to a ``Note`` or ``NoteClass``
[21/27] Compiling Tonic Note+MiddleCStandard.swift
/host/spi-builder-workspace/.build/checkouts/Tonic/Sources/Tonic/Accidental.swift:3:8: error: no such module 'Foundation'
1 | // Copyright AudioKit. All Rights Reserved. Revision History at http://github.com/AudioKit/Tonic/
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | /// A way to describe modification to a ``Note`` or ``NoteClass``
[22/27] Compiling Tonic Note+Shortcuts.swift
/host/spi-builder-workspace/.build/checkouts/Tonic/Sources/Tonic/Accidental.swift:3:8: error: no such module 'Foundation'
1 | // Copyright AudioKit. All Rights Reserved. Revision History at http://github.com/AudioKit/Tonic/
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | /// A way to describe modification to a ``Note`` or ``NoteClass``
[23/27] Compiling Tonic Accidental.swift
/host/spi-builder-workspace/.build/checkouts/Tonic/Sources/Tonic/Accidental.swift:3:8: error: no such module 'Foundation'
1 | // Copyright AudioKit. All Rights Reserved. Revision History at http://github.com/AudioKit/Tonic/
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | /// A way to describe modification to a ``Note`` or ``NoteClass``
[24/27] Compiling Tonic BitSet.swift
/host/spi-builder-workspace/.build/checkouts/Tonic/Sources/Tonic/Accidental.swift:3:8: error: no such module 'Foundation'
1 | // Copyright AudioKit. All Rights Reserved. Revision History at http://github.com/AudioKit/Tonic/
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | /// A way to describe modification to a ``Note`` or ``NoteClass``
[25/27] Compiling Tonic Chord+Shortcuts.swift
/host/spi-builder-workspace/.build/checkouts/Tonic/Sources/Tonic/Accidental.swift:3:8: error: no such module 'Foundation'
1 | // Copyright AudioKit. All Rights Reserved. Revision History at http://github.com/AudioKit/Tonic/
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | /// A way to describe modification to a ``Note`` or ``NoteClass``
[26/27] Compiling Tonic Scale.swift
/host/spi-builder-workspace/.build/checkouts/Tonic/Sources/Tonic/Accidental.swift:3:8: error: no such module 'Foundation'
1 | // Copyright AudioKit. All Rights Reserved. Revision History at http://github.com/AudioKit/Tonic/
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | /// A way to describe modification to a ``Note`` or ``NoteClass``
[27/27] Compiling Tonic resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/Tonic/Sources/Tonic/Accidental.swift:3:8: error: no such module 'Foundation'
1 | // Copyright AudioKit. All Rights Reserved. Revision History at http://github.com/AudioKit/Tonic/
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | /// A way to describe modification to a ``Note`` or ``NoteClass``
BUILD FAILURE 6.2 wasm