Build Information
Failed to build Squirrel, reference master (80ab4f), with Swift 6.1 for Wasm on 27 May 2025 08:27:19 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-squirrel/squirrel.git
Reference: master
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/swift-squirrel/squirrel
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 80ab4f7 add body decodable
Cloned https://github.com/swift-squirrel/squirrel.git
Revision (git rev-parse @):
80ab4f71ec459829fd99e76ae9eca1099abeda58
SUCCESS checkout https://github.com/swift-squirrel/squirrel.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/swift-squirrel/squirrel.git
https://github.com/swift-squirrel/squirrel.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "pathkit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.8.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/PathKit.git"
},
{
"identity" : "swiftybeaver",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftyBeaver/SwiftyBeaver.git"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.6",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
},
{
"identity" : "bluesocket",
"requirement" : {
"range" : [
{
"lower_bound" : "0.12.61",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/IBM-Swift/BlueSocket"
},
{
"identity" : "crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.2",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/crypto.git"
},
{
"identity" : "test",
"requirement" : {
"range" : [
{
"lower_bound" : "0.4.3",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tris-foundation/test.git"
},
{
"identity" : "squirreljson",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Swift-Squirrel/SquirrelJSON.git"
},
{
"identity" : "squirrel-core",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Swift-Squirrel/Squirrel-Core.git"
}
],
"manifest_display_name" : "Squirrel",
"name" : "Squirrel",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Squirrel",
"targets" : [
"Squirrel"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SquirrelTests",
"module_type" : "SwiftTarget",
"name" : "SquirrelTests",
"path" : "Tests/SquirrelTests",
"product_dependencies" : [
"Test"
],
"sources" : [
"RequestTests.swift",
"ResponseTests.swift",
"RouteThreeTests.swift",
"SessionTests.swift"
],
"target_dependencies" : [
"Squirrel"
],
"type" : "test"
},
{
"c99name" : "SquirrelConfig",
"module_type" : "SwiftTarget",
"name" : "SquirrelConfig",
"path" : "Sources/SquirrelConfig",
"product_dependencies" : [
"PathKit",
"SwiftyBeaver",
"Yams"
],
"product_memberships" : [
"Squirrel"
],
"sources" : [
"Config.swift",
"ConfigError.swift",
"DBCredentials.swift"
],
"type" : "library"
},
{
"c99name" : "Squirrel",
"module_type" : "SwiftTarget",
"name" : "Squirrel",
"path" : "Sources/Squirrel",
"product_dependencies" : [
"SquirrelJSON",
"Crypto",
"Socket",
"SquirrelCore"
],
"product_memberships" : [
"Squirrel"
],
"sources" : [
"DefaultErrorHandlers.swift",
"DynamicRouteNode.swift",
"ErrorHandler.swift",
"Errors.swift",
"HTTPHeader.swift",
"HTTPHeaderElement.swift",
"HTTPHeaderKey.swift",
"HTTPStatus.swift",
"Log.swift",
"Middleware.swift",
"Multipart.swift",
"Path+normalized.swift",
"Request.swift",
"Response+inits.swift",
"Response.swift",
"ResponseManager.swift",
"RouteGroup.swift",
"RouteNode.swift",
"RouteTree.swift",
"Router+routing.swift",
"Router.swift",
"Server+RunStatus.swift",
"Server.swift",
"Session.swift",
"SessionError.swift",
"SquirrelErrorProtocol.swift",
"StreamResponse.swift",
"TrisFoundationKeyValueDecoder.swift",
"URL+Params.swift",
"requestBuffer.swift"
],
"target_dependencies" : [
"SquirrelConfig"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/tris-foundation/test.git
Fetching https://github.com/vapor/crypto.git
Fetching https://github.com/Swift-Squirrel/SquirrelJSON.git
Fetching https://github.com/IBM-Swift/BlueSocket
Fetching https://github.com/Swift-Squirrel/Squirrel-Core.git
[1/76] Fetching squirrel-core
[77/2862] Fetching squirrel-core, crypto
[440/2952] Fetching squirrel-core, crypto, squirreljson
[892/5894] Fetching squirrel-core, crypto, squirreljson, bluesocket
[5895/16541] Fetching squirrel-core, crypto, squirreljson, bluesocket, yams
warning: 'test': skipping cache due to an error: Failed to clone repository https://github.com/tris-foundation/test.git:
Cloning into bare repository '/root/.cache/org.swift.swiftpm/repositories/test-d913d0ca'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Fetched https://github.com/Swift-Squirrel/Squirrel-Core.git from cache (0.59s)
Fetched https://github.com/vapor/crypto.git from cache (0.60s)
Fetched https://github.com/Swift-Squirrel/SquirrelJSON.git from cache (0.60s)
Fetched https://github.com/IBM-Swift/BlueSocket from cache (0.60s)
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/SwiftyBeaver/SwiftyBeaver.git
[959/10647] Fetching yams
Fetching https://github.com/tris-foundation/test.git
[6283/12058] Fetching yams, pathkit
[7801/16115] Fetching yams, pathkit, swiftybeaver
[9483/14704] Fetching yams, swiftybeaver
Fetched https://github.com/kylef/PathKit.git from cache (0.30s)
warning: 'test': skipping cache due to an error: Failed to clone repository https://github.com/tris-foundation/test.git:
Cloning into bare repository '/root/.cache/org.swift.swiftpm/repositories/test-d913d0ca'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Fetched https://github.com/SwiftyBeaver/SwiftyBeaver.git from cache (0.47s)
[9050/10647] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (1.47s)
error: Failed to clone repository https://github.com/tris-foundation/test.git:
Cloning into bare repository '/host/spi-builder-workspace/.build/repositories/test-d913d0ca'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/tris-foundation/test.git
Updating https://github.com/IBM-Swift/BlueSocket
Updating https://github.com/Swift-Squirrel/Squirrel-Core.git
Updating https://github.com/jpsim/Yams.git
Updated https://github.com/Swift-Squirrel/Squirrel-Core.git (0.17s)
Updating https://github.com/vapor/crypto.git
Updated https://github.com/IBM-Swift/BlueSocket (0.19s)
Updating https://github.com/Swift-Squirrel/SquirrelJSON.git
warning: 'test': skipping cache due to an error: Failed to clone repository https://github.com/tris-foundation/test.git:
Cloning into bare repository '/root/.cache/org.swift.swiftpm/repositories/test-d913d0ca'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Updating https://github.com/SwiftyBeaver/SwiftyBeaver.git
Updated https://github.com/jpsim/Yams.git (0.21s)
Updated https://github.com/vapor/crypto.git (0.22s)
Updated https://github.com/SwiftyBeaver/SwiftyBeaver.git (0.22s)
Updated https://github.com/Swift-Squirrel/SquirrelJSON.git (0.23s)
Fetching https://github.com/tris-foundation/test.git
Updating https://github.com/kylef/PathKit.git
warning: 'test': skipping cache due to an error: Failed to clone repository https://github.com/tris-foundation/test.git:
Cloning into bare repository '/root/.cache/org.swift.swiftpm/repositories/test-d913d0ca'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Updated https://github.com/kylef/PathKit.git (0.17s)
error: Failed to clone repository https://github.com/tris-foundation/test.git:
Cloning into bare repository '/host/spi-builder-workspace/.build/repositories/test-d913d0ca'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
BUILD FAILURE 6.1 wasm