Build Information
Failed to build VaporExt, reference 0.3.4 (8e3ddf
), with Swift 6.1 for Wasm on 27 May 2025 14:50:24 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor-community/vapor-ext.git
Reference: 0.3.4
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/vapor-community/vapor-ext
* tag 0.3.4 -> FETCH_HEAD
HEAD is now at 8e3ddf8 Remove warnings from Swift 5 (#20)
Cloned https://github.com/vapor-community/vapor-ext.git
Revision (git rev-parse @):
8e3ddf8b78c8436038d14712ac44f10aca78fe87
SUCCESS checkout https://github.com/vapor-community/vapor-ext.git at 0.3.4
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/vapor-community/vapor-ext.git
https://github.com/vapor-community/vapor-ext.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/gperdomor/vapor.git"
},
{
"identity" : "core",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/core.git"
},
{
"identity" : "fluent",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent.git"
},
{
"identity" : "service",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/service.git"
}
],
"manifest_display_name" : "VaporExt",
"name" : "VaporExt",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "AsyncExt",
"targets" : [
"AsyncExt"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "FluentExt",
"targets" : [
"FluentExt"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ServiceExt",
"targets" : [
"ServiceExt"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "VaporExt",
"targets" : [
"VaporExt"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "VaporExtTests",
"module_type" : "SwiftTarget",
"name" : "VaporExtTests",
"path" : "Tests/VaporExtTests",
"sources" : [
"StubTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"VaporExt"
],
"type" : "test"
},
{
"c99name" : "VaporExt",
"module_type" : "SwiftTarget",
"name" : "VaporExt",
"path" : "Sources/VaporExt",
"product_memberships" : [
"VaporExt"
],
"sources" : [
"Encodable+Response.swift",
"Exports.swift"
],
"target_dependencies" : [
"AsyncExt",
"FluentExt",
"ServiceExt"
],
"type" : "library"
},
{
"c99name" : "ServiceExtTests",
"module_type" : "SwiftTarget",
"name" : "ServiceExtTests",
"path" : "Tests/ServiceExtTests",
"sources" : [
"Environment+DotEnvTests.swift",
"Environment+GettersTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"ServiceExt"
],
"type" : "test"
},
{
"c99name" : "ServiceExt",
"module_type" : "SwiftTarget",
"name" : "ServiceExt",
"path" : "Sources/ServiceExt",
"product_dependencies" : [
"Service"
],
"product_memberships" : [
"ServiceExt",
"VaporExt"
],
"sources" : [
"Environment+DotEnv.swift",
"Environment+Getters.swift",
"Exports.swift"
],
"type" : "library"
},
{
"c99name" : "FluentExtTests",
"module_type" : "SwiftTarget",
"name" : "FluentExtTests",
"path" : "Tests/FluentExtTests",
"sources" : [
"StubTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"FluentExt"
],
"type" : "test"
},
{
"c99name" : "FluentExt",
"module_type" : "SwiftTarget",
"name" : "FluentExt",
"path" : "Sources/FluentExt",
"product_dependencies" : [
"Fluent",
"FluentSQL",
"Debugging",
"Vapor"
],
"product_memberships" : [
"FluentExt",
"VaporExt"
],
"sources" : [
"Exports.swift",
"Extensions/Model+Query.swift",
"Extensions/QueryBuilder+Filter.swift",
"Extensions/QueryBuilder+Sort.swift",
"Extensions/Request+Filter.swift",
"Extensions/Request+Sort.swift",
"FilterConfig.swift",
"FilterValue.swift",
"QueryFilterMethod.swift",
"SQL+Contains.swift",
"SingleValueDecoder.swift"
],
"type" : "library"
},
{
"c99name" : "AsyncExtTests",
"module_type" : "SwiftTarget",
"name" : "AsyncExtTests",
"path" : "Tests/AsyncExtTests",
"sources" : [
"Future+BoolTests.swift",
"Future+ComparableTests.swift",
"Future+EquatableTests.swift",
"Helpers/CustomError.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"AsyncExt"
],
"type" : "test"
},
{
"c99name" : "AsyncExt",
"module_type" : "SwiftTarget",
"name" : "AsyncExt",
"path" : "Sources/AsyncExt",
"product_dependencies" : [
"Async",
"Core"
],
"product_memberships" : [
"AsyncExt",
"VaporExt"
],
"sources" : [
"Exports.swift",
"Future+Bool.swift",
"Future+Comparable.swift",
"Future+Equatable.swift",
"Future+Optional.swift"
],
"type" : "library"
}
],
"tools_version" : "4.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/vapor/fluent.git
Fetching https://github.com/gperdomor/vapor.git
Fetching https://github.com/vapor/core.git
Fetching https://github.com/vapor/service.git
[1/20143] Fetching core
[2/21062] Fetching core, service
[16760/34483] Fetching core, service, fluent
Fetched https://github.com/vapor/service.git from cache (0.98s)
[21753/33564] Fetching core, fluent
warning: 'vapor': skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/root/.cache/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Fetched https://github.com/vapor/fluent.git from cache (1.37s)
Fetched https://github.com/vapor/core.git from cache (1.38s)
Fetching https://github.com/gperdomor/vapor.git
warning: 'vapor': skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/root/.cache/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/host/spi-builder-workspace/.build/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/gperdomor/vapor.git
Updating https://github.com/vapor/service.git
Updating https://github.com/vapor/fluent.git
Updating https://github.com/vapor/core.git
warning: 'vapor': skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/root/.cache/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Updated https://github.com/vapor/service.git (0.19s)
Updated https://github.com/vapor/fluent.git (0.20s)
Fetching https://github.com/gperdomor/vapor.git
Updated https://github.com/vapor/core.git (0.19s)
warning: 'vapor': skipping cache due to an error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/root/.cache/org.swift.swiftpm/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
error: Failed to clone repository https://github.com/gperdomor/vapor.git:
Cloning into bare repository '/host/spi-builder-workspace/.build/repositories/vapor-24b4a165'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
BUILD FAILURE 6.1 wasm