Build Information
Failed to build DSStore, reference main (eccac6), with Swift 6.1 for Wasm on 14 Mar 2026 01:27:41 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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/velocityzen/DSStore.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/velocityzen/DSStore
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at eccac64 Rename `setting*` methods to `with*` and add picture backgrounds
Cloned https://github.com/velocityzen/DSStore.git
Revision (git rev-parse @):
eccac64e564f699cca71b9a080f5087a56aff090
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/velocityzen/DSStore.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/velocityzen/DSStore.git
https://github.com/velocityzen/DSStore.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "fp-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/velocityzen/fp-swift"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "DSStore",
"name" : "DSStore",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
}
],
"products" : [
{
"name" : "DSStore",
"targets" : [
"DSStore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "dsstore",
"targets" : [
"DSStoreCLI"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "DSStoreTests",
"module_type" : "SwiftTarget",
"name" : "DSStoreTests",
"path" : "Tests/DSStoreTests",
"sources" : [
"DSStoreErrorTests.swift",
"DSStoreFinderWindowTests.swift",
"DSStoreTests.swift"
],
"target_dependencies" : [
"DSStore"
],
"type" : "test"
},
{
"c99name" : "DSStoreCLI",
"module_type" : "SwiftTarget",
"name" : "DSStoreCLI",
"path" : "Sources/DSStoreCLI",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"dsstore"
],
"sources" : [
"CLIShared.swift",
"From.swift",
"Window.swift",
"main.swift"
],
"target_dependencies" : [
"DSStore"
],
"type" : "executable"
},
{
"c99name" : "DSStoreAliasBridge",
"module_type" : "ClangTarget",
"name" : "DSStoreAliasBridge",
"path" : "Sources/DSStoreAliasBridge",
"product_memberships" : [
"DSStore",
"dsstore"
],
"sources" : [
"DSStoreAliasBridge.c"
],
"type" : "library"
},
{
"c99name" : "DSStore",
"module_type" : "SwiftTarget",
"name" : "DSStore",
"path" : "Sources/DSStore",
"product_dependencies" : [
"FP"
],
"product_memberships" : [
"DSStore",
"dsstore"
],
"sources" : [
"BinaryCodec.swift",
"DSStoreBTree.swift",
"DSStoreBuddyAllocator.swift",
"DSStoreDateDisplay.swift",
"DSStoreEntry+CustomStringConvertible.swift",
"DSStoreEntry.swift",
"DSStoreError.swift",
"DSStoreFile+FolderSettings.swift",
"DSStoreFile.swift",
"DSStoreFolderSettings.swift",
"DSStoreFolderTarget.swift",
"DSStoreHumanReadable.swift",
"DSStoreValue+CustomStringConvertible.swift",
"DSStoreValue.swift",
"DSStoreWindowSettings.swift",
"Data+DSStore.swift"
],
"target_dependencies" : [
"DSStoreAliasBridge"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
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
docker: invalid reference format: repository name (SwiftPackageIndex/spi-images) must be lowercase
Run 'docker run --help' for more information
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
docker: invalid reference format: repository name (SwiftPackageIndex/spi-images) must be lowercase
Run 'docker run --help' for more information
BUILD FAILURE 6.1 wasm