Build Information
Failed to build spfk-testing, reference main (01cb6a), with Swift 6.2 for Wasm on 29 Apr 2026 04:48:19 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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.2-latest swift build --swift-sdk swift-6.2-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ryanfrancesconi/spfk-testing.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/ryanfrancesconi/spfk-testing
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 01cb6ae Add externally-authored FLAC fixture with BEXT and iXML APPLICATION blocks
Cloned https://github.com/ryanfrancesconi/spfk-testing.git
Revision (git rev-parse @):
01cb6ae73816c3dbd9556d4139eaa931b4c3730b
SUCCESS checkout https://github.com/ryanfrancesconi/spfk-testing.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/ryanfrancesconi/spfk-testing.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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.2-latest swift build --swift-sdk swift-6.2-RELEASE_wasm 2>&1
wasm-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:2a8b2d9e022a9894c61e0736af7cdaa1ee64c002dbb133a55c0d7e8980b3ad16
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.2-latest
Building for debugging...
[0/40] Copying and-oh-how-they-danced.mp3
[0/40] Copying ixml.wav
[0/40] Copying boom.addAudio
[0/40] Copying and-oh-how-they-danced_2.wav
[0/40] Copying cowbell_bext.wav
[0/40] Copying bext_ixml_external.flac
[0/40] Copying cowbell.wav
[0/40] Copying asharp_major.mp3
[0/40] Copying a_major.mp3
[0/40] Write sources
[0/40] Copying ITUNSMPB.m4a
[0/40] Copying and-oh-how-they-danced.wav
[12/40] Copying csharp_major.mp3
[12/40] Copying b_major.mp3
[14/40] Copying xmp.mp3
[15/40] Copying toc_many_children.mp3
[16/40] Copying tabla.ogg
[17/40] Copying tabla.mp4
[18/40] Copying tabla.mp3
[18/40] Copying tabla.m4a
[18/40] Copying 123456789_60BPM_48k.wav
[18/40] Copying tabla.wav
[18/40] Copying tabla.flac
[18/40] Copying sharksandwich.jpg
[18/40] Copying tabla.aac
[18/40] Copying tabla_6_channel.wav
[18/40] Copying no metadata.mp3
[18/40] Copying tabla.caf
[18/40] Copying gsharp_major.mp3
[18/40] Copying g_major.mp3
[18/40] Copying fsharp_major.mp3
[18/40] Copying f_major.mp3
[18/40] Copying tabla.aif
[18/40] Copying e_major.mp3
[18/40] Copying dsharp_major.mp3
[22/40] Copying d_major.mp3
[30/40] Copying c_major.mp3
[37/40] Copying pink_noise.wav
[38/40] Copying no_data_chunk.wav
[39/40] Write swift-version-24593BA9C3E375BF.txt
[41/45] Emitting module SPFKTesting
[42/45] Compiling SPFKTesting BundleResources.swift
/host/spi-builder-workspace/Sources/SPFKTesting/BundleResources.swift:26:9: error: cannot find 'resourcesDirectory' in scope
24 | /// Look in the bundle for the file name requested
25 | public func resource(named name: String) -> URL {
26 | resourcesDirectory.appendingPathComponent(name)
| `- error: cannot find 'resourcesDirectory' in scope
27 | }
28 | }
[43/45] Compiling SPFKTesting Tags+.swift
[44/45] Compiling SPFKTesting resource_bundle_accessor.swift
[45/45] Compiling SPFKTesting TestBundleResources.swift
/host/spi-builder-workspace/Sources/SPFKTesting/TestBundleResources.swift:7:60: error: value of type 'BundleResources' has no member 'resourcesDirectory'
5 |
6 | public var bundleURL: URL { internalResources.bundleURL }
7 | public var resourcesDirectory: URL { internalResources.resourcesDirectory }
| `- error: value of type 'BundleResources' has no member 'resourcesDirectory'
8 |
9 | public static let shared = TestBundleResources(bundleURL: Bundle.module.bundleURL)
BUILD FAILURE 6.2 wasm