Build Information
Failed to build swift-chunked-audio-player, reference main (918082), with Swift 6.1 for Wasm on 14 Dec 2025 21:43:28 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mihai8804858/swift-chunked-audio-player.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/mihai8804858/swift-chunked-audio-player
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 918082d List available simulators on CI
Cloned https://github.com/mihai8804858/swift-chunked-audio-player.git
Revision (git rev-parse @):
918082df2348ee3e9834ef052c084588e003f3c6
SUCCESS checkout https://github.com/mihai8804858/swift-chunked-audio-player.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/mihai8804858/swift-chunked-audio-player.git
https://github.com/mihai8804858/swift-chunked-audio-player.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "swift-chunked-audio-player",
"name" : "swift-chunked-audio-player",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "ChunkedAudioPlayer",
"targets" : [
"ChunkedAudioPlayer"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "ChunkedAudioPlayer",
"module_type" : "SwiftTarget",
"name" : "ChunkedAudioPlayer",
"path" : "Sources",
"product_memberships" : [
"ChunkedAudioPlayer"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/Resources/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"AudioBuffersQueue.swift",
"AudioFileStream.swift",
"AudioPlayer.swift",
"AudioPlayerError.swift",
"AudioPlayerState.swift",
"AudioSynchronizer.swift",
"Extensions/AVSampleBufferRenderSynchronizer.swift",
"Extensions/CMSampleBuffer.swift",
"Extensions/CMTimeExtensions.swift",
"Extensions/Lock.swift",
"Extensions/Publisher.swift",
"Extensions/Stream.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:dbcbf45695e2d1afcaee9a5a93239e71a6cc4a5872f338d6e993e9ceefe7df1b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Building for debugging...
[0/3] Copying PrivacyInfo.xcprivacy
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/16] Compiling ChunkedAudioPlayer AudioPlayerState.swift
/host/spi-builder-workspace/Sources/AudioBuffersQueue.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 | import os
3 |
[5/16] Compiling ChunkedAudioPlayer AudioSynchronizer.swift
/host/spi-builder-workspace/Sources/AudioBuffersQueue.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 | import os
3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/17] Emitting module ChunkedAudioPlayer
/host/spi-builder-workspace/Sources/AudioBuffersQueue.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 | import os
3 |
[7/17] Compiling ChunkedAudioPlayer AudioBuffersQueue.swift
/host/spi-builder-workspace/Sources/AudioBuffersQueue.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 | import os
3 |
[8/17] Compiling ChunkedAudioPlayer AudioFileStream.swift
/host/spi-builder-workspace/Sources/AudioBuffersQueue.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 | import os
3 |
[9/17] Compiling ChunkedAudioPlayer resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/AudioBuffersQueue.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 | import os
3 |
[10/17] Compiling ChunkedAudioPlayer Stream.swift
/host/spi-builder-workspace/Sources/AudioBuffersQueue.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 | import os
3 |
[11/17] Compiling ChunkedAudioPlayer Publisher.swift
/host/spi-builder-workspace/Sources/AudioBuffersQueue.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 | import os
3 |
[12/17] Compiling ChunkedAudioPlayer AudioPlayer.swift
/host/spi-builder-workspace/Sources/AudioBuffersQueue.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 | import os
3 |
[13/17] Compiling ChunkedAudioPlayer AudioPlayerError.swift
/host/spi-builder-workspace/Sources/AudioBuffersQueue.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 | import os
3 |
[14/17] Compiling ChunkedAudioPlayer AVSampleBufferRenderSynchronizer.swift
/host/spi-builder-workspace/Sources/AudioBuffersQueue.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 | import os
3 |
[15/17] Compiling ChunkedAudioPlayer CMSampleBuffer.swift
/host/spi-builder-workspace/Sources/AudioBuffersQueue.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 | import os
3 |
[16/17] Compiling ChunkedAudioPlayer CMTimeExtensions.swift
/host/spi-builder-workspace/Sources/AudioBuffersQueue.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 | import os
3 |
[17/17] Compiling ChunkedAudioPlayer Lock.swift
/host/spi-builder-workspace/Sources/AudioBuffersQueue.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 | import os
3 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:dbcbf45695e2d1afcaee9a5a93239e71a6cc4a5872f338d6e993e9ceefe7df1b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/14] Compiling ChunkedAudioPlayer Publisher.swift
/host/spi-builder-workspace/Sources/AudioBuffersQueue.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 | import os
3 |
[3/14] Compiling ChunkedAudioPlayer Stream.swift
/host/spi-builder-workspace/Sources/AudioBuffersQueue.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 | import os
3 |
[4/14] Compiling ChunkedAudioPlayer CMTimeExtensions.swift
/host/spi-builder-workspace/Sources/AudioBuffersQueue.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 | import os
3 |
[5/14] Compiling ChunkedAudioPlayer Lock.swift
/host/spi-builder-workspace/Sources/AudioBuffersQueue.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 | import os
3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/15] Emitting module ChunkedAudioPlayer
/host/spi-builder-workspace/Sources/AudioBuffersQueue.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 | import os
3 |
[7/15] Compiling ChunkedAudioPlayer AVSampleBufferRenderSynchronizer.swift
/host/spi-builder-workspace/Sources/AudioBuffersQueue.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 | import os
3 |
[8/15] Compiling ChunkedAudioPlayer CMSampleBuffer.swift
/host/spi-builder-workspace/Sources/AudioBuffersQueue.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 | import os
3 |
[9/15] Compiling ChunkedAudioPlayer AudioPlayer.swift
/host/spi-builder-workspace/Sources/AudioBuffersQueue.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 | import os
3 |
[10/15] Compiling ChunkedAudioPlayer AudioPlayerError.swift
/host/spi-builder-workspace/Sources/AudioBuffersQueue.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 | import os
3 |
[11/15] Compiling ChunkedAudioPlayer AudioBuffersQueue.swift
/host/spi-builder-workspace/Sources/AudioBuffersQueue.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 | import os
3 |
[12/15] Compiling ChunkedAudioPlayer AudioFileStream.swift
/host/spi-builder-workspace/Sources/AudioBuffersQueue.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 | import os
3 |
[13/15] Compiling ChunkedAudioPlayer AudioPlayerState.swift
/host/spi-builder-workspace/Sources/AudioBuffersQueue.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 | import os
3 |
[14/15] Compiling ChunkedAudioPlayer AudioSynchronizer.swift
/host/spi-builder-workspace/Sources/AudioBuffersQueue.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 | import os
3 |
[15/15] Compiling ChunkedAudioPlayer resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/AudioBuffersQueue.swift:1:8: error: no such module 'AVFoundation'
1 | import AVFoundation
| `- error: no such module 'AVFoundation'
2 | import os
3 |
BUILD FAILURE 6.1 wasm