Build Information
Failed to build swift-password-validation, reference main (cb6bd6), with Swift 6.1 for Wasm on 3 Nov 2025 21:05:11 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/coenttb/swift-password-validation.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/coenttb/swift-password-validation
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at cb6bd6f Standardize CI workflows
Cloned https://github.com/coenttb/swift-password-validation.git
Revision (git rev-parse @):
cb6bd6f97ad225405337a4584ac5fbe2e136d331
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/coenttb/swift-password-validation.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/coenttb/swift-password-validation.git
https://github.com/coenttb/swift-password-validation.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-translating",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/coenttb/swift-translating"
},
{
"identity" : "swift-dependencies",
"requirement" : {
"range" : [
{
"lower_bound" : "1.9.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-dependencies"
}
],
"manifest_display_name" : "swift-password-validation",
"name" : "swift-password-validation",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "PasswordValidation",
"targets" : [
"PasswordValidation"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "PasswordValidation_Tests",
"module_type" : "SwiftTarget",
"name" : "PasswordValidation Tests",
"path" : "Tests/PasswordValidation Tests",
"product_dependencies" : [
"DependenciesTestSupport"
],
"sources" : [
"PasswordValidation Tests.swift",
"ReadmeVerificationTests.swift"
],
"target_dependencies" : [
"PasswordValidation"
],
"type" : "test"
},
{
"c99name" : "PasswordValidation",
"module_type" : "SwiftTarget",
"name" : "PasswordValidation",
"path" : "Sources/PasswordValidation",
"product_dependencies" : [
"Translating",
"Dependencies"
],
"product_memberships" : [
"PasswordValidation"
],
"sources" : [
"PasswordValidation+Dependencies.swift",
"PasswordValidation.swift",
"exports.swift"
],
"type" : "library"
}
],
"tools_version" : "6.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 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/coenttb/swift-translating
Fetching https://github.com/pointfreeco/swift-dependencies
[1/6392] Fetching swift-dependencies
[129/7333] Fetching swift-dependencies, swift-translating
Fetched https://github.com/coenttb/swift-translating from cache (0.32s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.47s)
Computing version for https://github.com/coenttb/swift-translating
Computed https://github.com/coenttb/swift-translating at 0.3.0 (1.20s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.10.0 (0.81s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/883] Fetching swift-concurrency-extras
[266/2175] Fetching swift-concurrency-extras, swift-clocks
[689/4697] Fetching swift-concurrency-extras, swift-clocks, combine-schedulers
[4698/10249] Fetching swift-concurrency-extras, swift-clocks, combine-schedulers, xctest-dynamic-overlay
[8252/82960] Fetching swift-concurrency-extras, swift-clocks, combine-schedulers, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/combine-schedulers from cache (1.13s)
[17180/80438] Fetching swift-concurrency-extras, swift-clocks, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/swift-clocks from cache (1.14s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.14s)
[11063/73594] Fetching swift-concurrency-extras, swift-syntax
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (6.48s)
Fetched https://github.com/swiftlang/swift-syntax from cache (6.54s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (7.27s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.57s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.63s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (1.05s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (2.97s)
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.10.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.7.0
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.2
Creating working copy for https://github.com/coenttb/swift-translating
Working copy of https://github.com/coenttb/swift-translating resolved at 0.3.0
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Building for debugging...
[0/21] Write sources
[16/21] Write swift-version-24593BA9C3E375BF.txt
[18/40] Compiling Language exports .swift
[19/40] Compiling ConcurrencyExtras MainSerialExecutor.swift
[20/41] Compiling IssueReportingPackageSupport _Test.swift
[21/41] Emitting module IssueReportingPackageSupport
[23/42] Compiling ConcurrencyExtras UncheckedSendable.swift
[23/42] Wrapping AST for IssueReportingPackageSupport for debugging
[25/64] Emitting module IssueReportingTestSupport
[26/64] Compiling IssueReporting TestContext.swift
[27/64] Compiling IssueReporting Unimplemented.swift
[28/66] Emitting module IssueReporting
[29/66] Compiling IssueReporting XCTest.swift
[30/66] Compiling IssueReporting IsTesting.swift
[31/66] Compiling IssueReporting IssueReporter.swift
[32/66] Compiling IssueReporting BreakpointReporter.swift
[33/66] Compiling IssueReporting FatalErrorReporter.swift
[34/66] Compiling IssueReporting RuntimeWarningReporter.swift
[35/66] Compiling IssueReporting ReportIssue.swift
[36/66] Compiling ConcurrencyExtras Result.swift
[37/66] Compiling ConcurrencyExtras Task.swift
[38/66] Emitting module Language
[39/66] Compiling Language Language.locale.swift
[40/66] Compiling ConcurrencyExtras LockIsolated.swift
[41/66] Compiling IssueReporting LockIsolated.swift
[42/66] Compiling IssueReporting Rethrows.swift
[43/66] Compiling IssueReporting ErrorReporting.swift
[44/66] Compiling IssueReporting AppHostWarning.swift
[45/66] Compiling IssueReporting Deprecations.swift
[46/66] Compiling IssueReporting FailureObserver.swift
[47/66] Emitting module ConcurrencyExtras
[48/67] Compiling IssueReportingTestSupport SwiftTesting.swift
[49/67] Compiling IssueReportingTestSupport XCTest.swift
[51/68] Compiling IssueReporting SwiftTesting.swift
[52/68] Compiling IssueReporting UncheckedSendable.swift
[53/68] Compiling IssueReporting Warn.swift
[61/68] Compiling IssueReporting WithExpectedIssue.swift
[62/68] Compiling IssueReporting WithIssueContext.swift
[62/69] Wrapping AST for IssueReportingTestSupport for debugging
[63/69] Write Objects.LinkFileList
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[65/69] Linking libIssueReportingTestSupport.wasm
[66/69] Compiling Language Language.swift
[67/69] Compiling Language Locale.Language.swift
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:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
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/5] Write swift-version-24593BA9C3E375BF.txt
[2/24] Compiling Language exports .swift
[3/24] Emitting module IssueReportingPackageSupport
[4/24] Compiling IssueReportingPackageSupport _Test.swift
[5/25] Compiling ConcurrencyExtras Result.swift
[7/25] Compiling ConcurrencyExtras Locking.swift
[8/25] Compiling ConcurrencyExtras UncheckedBox.swift
[9/25] Compiling ConcurrencyExtras LockIsolated.swift
[10/25] Compiling ConcurrencyExtras AsyncStream.swift
[11/25] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[12/25] Compiling ConcurrencyExtras MainSerialExecutor.swift
[13/25] Compiling ConcurrencyExtras Task.swift
[14/25] Emitting module ConcurrencyExtras
[15/25] Compiling ConcurrencyExtras ActorIsolated.swift
[16/25] Compiling ConcurrencyExtras AnyHashableSendable.swift
[17/25] Compiling ConcurrencyExtras UncheckedSendable.swift
[19/48] Compiling IssueReporting BreakpointReporter.swift
[20/48] Compiling IssueReporting FatalErrorReporter.swift
[21/50] Compiling IssueReportingTestSupport XCTest.swift
[22/50] Compiling IssueReporting TestContext.swift
[23/50] Compiling IssueReporting Unimplemented.swift
[24/50] Compiling IssueReporting ErrorReporting.swift
[25/50] Compiling IssueReporting AppHostWarning.swift
[26/50] Compiling IssueReporting Deprecations.swift
[27/50] Compiling IssueReporting FailureObserver.swift
[28/50] Compiling IssueReporting LockIsolated.swift
[29/50] Compiling IssueReporting Rethrows.swift
[30/50] Emitting module IssueReportingTestSupport
[31/50] Compiling IssueReportingTestSupport SwiftTesting.swift
[32/51] Compiling IssueReporting RuntimeWarningReporter.swift
[33/51] Compiling IssueReporting ReportIssue.swift
[35/51] Compiling IssueReporting XCTest.swift
[36/51] Compiling IssueReporting IsTesting.swift
[37/51] Compiling IssueReporting IssueReporter.swift
[38/51] Emitting module IssueReporting
[38/50] Write Objects.LinkFileList
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[39/50] Linking libIssueReportingTestSupport.wasm
BUILD FAILURE 6.1 wasm