Build Information
Failed to build scg, reference 0.7.0 (38df68), with Swift 6.1 for Wasm on 8 Jan 2026 08:13:06 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/Iron-Ham/swift-commit-gen.git
Reference: 0.7.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/Iron-Ham/swift-commit-gen
* tag 0.7.0 -> FETCH_HEAD
HEAD is now at 38df68e Bump version to 0.7.0
Cloned https://github.com/Iron-Ham/swift-commit-gen.git
Revision (git rev-parse @):
38df68e5257c0812495e674d50d2481db78f3246
SUCCESS checkout https://github.com/Iron-Ham/swift-commit-gen.git at 0.7.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/Iron-Ham/swift-commit-gen.git
https://github.com/Iron-Ham/swift-commit-gen.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"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.git"
},
{
"identity" : "noora",
"requirement" : {
"range" : [
{
"lower_bound" : "0.49.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tuist/Noora"
}
],
"manifest_display_name" : "scg",
"name" : "scg",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "26.0"
}
],
"products" : [
{
"name" : "scg",
"targets" : [
"SwiftCommitGen"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "SwiftCommitGenTests",
"module_type" : "SwiftTarget",
"name" : "SwiftCommitGenTests",
"path" : "Tests/SwiftCommitGenTests",
"sources" : [
"BatchCombinationPromptBuilderTests.swift",
"CommitDraftTests.swift",
"ConfigCommandTests.swift",
"ConsoleThemeTests.swift",
"DiffSummarizerTests.swift",
"FileImportanceScorerTests.swift",
"GenerationReportTests.swift",
"GitStatusParserTests.swift",
"LoggerTests.swift",
"PromptBatchPlannerTests.swift",
"QuietLoggerTests.swift",
"SemanticFileGrouperTests.swift"
],
"target_dependencies" : [
"SwiftCommitGen"
],
"type" : "test"
},
{
"c99name" : "SwiftCommitGen",
"module_type" : "SwiftTarget",
"name" : "SwiftCommitGen",
"path" : "Sources/SwiftCommitGen",
"product_dependencies" : [
"ArgumentParser",
"Noora"
],
"product_memberships" : [
"scg"
],
"sources" : [
"CommitGenOptions.swift",
"CommitGenTool.swift",
"ConfigCommand.swift",
"Core/BatchCombinationPromptBuilder.swift",
"Core/CommitGenError.swift",
"Core/ConsoleTheme.swift",
"Core/DiffSummarizer.swift",
"Core/FileImportanceScorer.swift",
"Core/GenerationReport.swift",
"Core/GitClient.swift",
"Core/LLMClient.swift",
"Core/Logger.swift",
"Core/OverviewPromptBuilder.swift",
"Core/PromptBatchPlanner.swift",
"Core/PromptBuilder.swift",
"Core/Renderer.swift",
"Core/SemanticFileGrouper.swift",
"Core/UserConfiguration.swift",
"GenerateCommand.swift",
"SwiftCommitGen.swift"
],
"type" : "executable"
}
],
"tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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 -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:bb5ef85e2f3936cf1d2ae6dee7e011cebd8377061043dcf9368e6726baaf85d8
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-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:bb5ef85e2f3936cf1d2ae6dee7e011cebd8377061043dcf9368e6726baaf85d8
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