The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Notus, reference 1.0.0 (c3e836), with Swift 6.2 for Wasm on 18 Jun 2025 06:25:55 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/cremo-music/notus.git
Reference: 1.0.0
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/cremo-music/notus
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at c3e8363 Notus is born! Please give him a warm welcome.
Cloned https://github.com/cremo-music/notus.git
Revision (git rev-parse @):
c3e8363647a8ed5f287a17aaf95e6dadb3edf3c8
SUCCESS checkout https://github.com/cremo-music/notus.git at 1.0.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/cremo-music/notus.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/33] Emitting module Notus
/host/spi-builder-workspace/Sources/Notus/Music/Channel.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | let channels: [Channel] = [
[4/37] Compiling Notus ThemeMel.swift
/host/spi-builder-workspace/Sources/Notus/Music/Channel.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | let channels: [Channel] = [
[5/37] Compiling Notus ThemeSoloInterlude.swift
/host/spi-builder-workspace/Sources/Notus/Music/Channel.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | let channels: [Channel] = [
[6/37] Compiling Notus Chameleon.swift
/host/spi-builder-workspace/Sources/Notus/Music/Channel.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | let channels: [Channel] = [
[7/37] Compiling Notus Counterpoint.swift
/host/spi-builder-workspace/Sources/Notus/Music/Channel.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | let channels: [Channel] = [
[8/37] Compiling Notus Triol.swift
/host/spi-builder-workspace/Sources/Notus/Music/Channel.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | let channels: [Channel] = [
[9/37] Compiling Notus MusicNotation.swift
/host/spi-builder-workspace/Sources/Notus/Music/Channel.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | let channels: [Channel] = [
[10/37] Compiling Notus MidiToMusic.swift
/host/spi-builder-workspace/Sources/Notus/Music/Channel.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | let channels: [Channel] = [
[11/37] Compiling Notus MidiToNotusBuilders.swift
/host/spi-builder-workspace/Sources/Notus/Music/Channel.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | let channels: [Channel] = [
[12/37] Compiling Notus Channel.swift
/host/spi-builder-workspace/Sources/Notus/Music/Channel.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | let channels: [Channel] = [
[13/37] Compiling Notus Instrument.swift
/host/spi-builder-workspace/Sources/Notus/Music/Channel.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | let channels: [Channel] = [
[14/37] Compiling Notus MusicNotationSimpleTypes.swift
/host/spi-builder-workspace/Sources/Notus/Music/Channel.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | let channels: [Channel] = [
[15/37] Compiling Notus MusicUtils.swift
/host/spi-builder-workspace/Sources/Notus/Music/Channel.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | let channels: [Channel] = [
[16/37] Compiling Notus Percussion.swift
/host/spi-builder-workspace/Sources/Notus/Music/Channel.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | let channels: [Channel] = [
[17/37] Compiling Notus Pitch.swift
/host/spi-builder-workspace/Sources/Notus/Music/Channel.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | let channels: [Channel] = [
[18/37] Compiling Notus DefaultPlayer.swift
/host/spi-builder-workspace/Sources/Notus/Music/Channel.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | let channels: [Channel] = [
[19/37] Compiling Notus FancyPlayer.swift
/host/spi-builder-workspace/Sources/Notus/Music/Channel.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | let channels: [Channel] = [
[20/37] Compiling Notus UserPatchMap.swift
/host/spi-builder-workspace/Sources/Notus/Music/Channel.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | let channels: [Channel] = [
[21/37] Compiling Notus Duration.swift
/host/spi-builder-workspace/Sources/Notus/Music/Channel.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | let channels: [Channel] = [
[22/37] Compiling Notus Event.swift
/host/spi-builder-workspace/Sources/Notus/Music/Channel.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | let channels: [Channel] = [
[23/37] Compiling Notus MusicToPerformance.swift
/host/spi-builder-workspace/Sources/Notus/Music/Channel.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | let channels: [Channel] = [
[24/37] Compiling Notus Performance.swift
/host/spi-builder-workspace/Sources/Notus/Music/Channel.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | let channels: [Channel] = [
[25/37] Compiling Notus DrumSolo.swift
/host/spi-builder-workspace/Sources/Notus/Music/Channel.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | let channels: [Channel] = [
[26/37] Compiling Notus FrereJacques.swift
/host/spi-builder-workspace/Sources/Notus/Music/Channel.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | let channels: [Channel] = [
[27/37] Compiling Notus James.swift
/host/spi-builder-workspace/Sources/Notus/Music/Channel.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | let channels: [Channel] = [
[28/37] Compiling Notus LillePeterEdderkop.swift
/host/spi-builder-workspace/Sources/Notus/Music/Channel.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | let channels: [Channel] = [
[29/37] Compiling Notus MusicSequenceBuilder.swift
/host/spi-builder-workspace/Sources/Notus/Music/Channel.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | let channels: [Channel] = [
[30/37] Compiling Notus MusicToMidi.swift
/host/spi-builder-workspace/Sources/Notus/Music/Channel.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | let channels: [Channel] = [
[31/37] Compiling Notus Validaters.swift
/host/spi-builder-workspace/Sources/Notus/Music/Channel.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | let channels: [Channel] = [
[32/37] Compiling Notus MidiPlayer.swift
/host/spi-builder-workspace/Sources/Notus/Music/Channel.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | let channels: [Channel] = [
[33/37] Compiling Notus CanineMain.swift
/host/spi-builder-workspace/Sources/Notus/Music/Channel.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | let channels: [Channel] = [
[34/37] Compiling Notus ChordsAndBass.swift
/host/spi-builder-workspace/Sources/Notus/Music/Channel.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | let channels: [Channel] = [
[35/37] Compiling Notus Solo.swift
/host/spi-builder-workspace/Sources/Notus/Music/Channel.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | let channels: [Channel] = [
[36/37] Compiling Notus SoloChordsAndBass.swift
/host/spi-builder-workspace/Sources/Notus/Music/Channel.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | let channels: [Channel] = [
[37/37] Compiling Notus ThemeChordsAndBass.swift
/host/spi-builder-workspace/Sources/Notus/Music/Channel.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | let channels: [Channel] = [
BUILD FAILURE 6.2 wasm