Build Information
Failed to build DSStore, reference 1.1.0 (eccac6), with Swift 6.1 for Wasm on 13 Mar 2026 05:21:45 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/velocityzen/DSStore.git
Reference: 1.1.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/velocityzen/DSStore
* tag 1.1.0 -> FETCH_HEAD
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 1.1.0
========================================
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-3":/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 -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
BUILD FAILURE 6.1 wasm