Build Information
Failed to build RedECS-starter-template, reference main (51c3ed), with Swift 6.1 for Wasm on 28 May 2025 09:37:03 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/RedECSEngine/starter-template.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/RedECSEngine/starter-template
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 51c3ed9 support inline with RedECS 0.0.5
Cloned https://github.com/RedECSEngine/starter-template.git
Revision (git rev-parse @):
51c3ed9706a4d4d99c68a5597ea3253b2268e9f7
SUCCESS checkout https://github.com/RedECSEngine/starter-template.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/RedECSEngine/starter-template.git
https://github.com/RedECSEngine/starter-template.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "redecs",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.5",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/RedECSEngine/RedECS.git"
}
],
"manifest_display_name" : "RedECS-starter-template",
"name" : "RedECS-starter-template",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "ios",
"version" : "14.0"
}
],
"products" : [
{
"name" : "GameShared",
"targets" : [
"GameShared"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "GameMetal",
"targets" : [
"GameMetal"
],
"type" : {
"executable" : null
}
},
{
"name" : "GameWeb",
"targets" : [
"GameWeb"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "GameWeb",
"module_type" : "SwiftTarget",
"name" : "GameWeb",
"path" : "Sources/GameWeb",
"product_dependencies" : [
"RedECSWebSupport"
],
"product_memberships" : [
"GameWeb"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/GameWeb/Resources",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"GameBrowserWindow.swift",
"main.swift"
],
"target_dependencies" : [
"GameShared"
],
"type" : "executable"
},
{
"c99name" : "GameShared",
"module_type" : "SwiftTarget",
"name" : "GameShared",
"path" : "Sources/GameShared",
"product_dependencies" : [
"RedECSKit"
],
"product_memberships" : [
"GameShared",
"GameMetal",
"GameWeb"
],
"sources" : [
"GameAction.swift",
"GameReducer.swift",
"GameState.swift",
"MainReducer.swift"
],
"type" : "library"
},
{
"c99name" : "GameMetal",
"module_type" : "SwiftTarget",
"name" : "GameMetal",
"path" : "Sources/GameMetal",
"product_dependencies" : [
"RedECSAppleSupport"
],
"product_memberships" : [
"GameMetal"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/GameMetal/Resources/Media.xcassets",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/GameMetal/Resources/pt-mono.fnt",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"AppDelegate.swift",
"GameViewController.swift",
"WindowDelegate.swift",
"main.swift"
],
"target_dependencies" : [
"GameShared"
],
"type" : "executable"
}
],
"tools_version" : "5.6"
}
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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/RedECSEngine/RedECS.git
[1/1263] Fetching redecs
Fetched https://github.com/RedECSEngine/RedECS.git from cache (0.30s)
Computing version for https://github.com/RedECSEngine/RedECS.git
Computed https://github.com/RedECSEngine/RedECS.git at 0.0.5 (1.29s)
Fetching git@github.com:apple/swift-collections.git
Fetching git@github.com:RedECSEngine/Geometry.git
Fetching https://github.com/swiftwasm/JavaScriptKit
warning: 'swift-collections': skipping cache due to an error: Failed to clone repository git@github.com:apple/swift-collections.git:
Cloning into bare repository '/root/.cache/org.swift.swiftpm/repositories/swift-collections-63778fd7'...
Host key verification failed.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Fetching git@github.com:apple/swift-collections.git
warning: 'swift-collections': skipping cache due to an error: Failed to clone repository git@github.com:apple/swift-collections.git:
Cloning into bare repository '/root/.cache/org.swift.swiftpm/repositories/swift-collections-63778fd7'...
Host key verification failed.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
[1/23413] Fetching javascriptkit
warning: 'geometry': skipping cache due to an error: Failed to clone repository git@github.com:RedECSEngine/Geometry.git:
Cloning into bare repository '/root/.cache/org.swift.swiftpm/repositories/Geometry-795e9c5b'...
Host key verification failed.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Fetched https://github.com/swiftwasm/JavaScriptKit from cache (0.85s)
Fetching git@github.com:RedECSEngine/Geometry.git
warning: 'geometry': skipping cache due to an error: Failed to clone repository git@github.com:RedECSEngine/Geometry.git:
Cloning into bare repository '/root/.cache/org.swift.swiftpm/repositories/Geometry-795e9c5b'...
Host key verification failed.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
error: Failed to clone repository git@github.com:apple/swift-collections.git:
Cloning into bare repository '/host/spi-builder-workspace/.build/repositories/swift-collections-63778fd7'...
Host key verification failed.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Updating https://github.com/RedECSEngine/RedECS.git
Updated https://github.com/RedECSEngine/RedECS.git (0.21s)
Computing version for https://github.com/RedECSEngine/RedECS.git
Computed https://github.com/RedECSEngine/RedECS.git at 0.0.5 (0.82s)
Fetching git@github.com:RedECSEngine/Geometry.git
Fetching git@github.com:apple/swift-collections.git
Updating https://github.com/swiftwasm/JavaScriptKit
warning: 'swift-collections': skipping cache due to an error: Failed to clone repository git@github.com:apple/swift-collections.git:
Cloning into bare repository '/root/.cache/org.swift.swiftpm/repositories/swift-collections-63778fd7'...
Host key verification failed.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
warning: 'geometry': skipping cache due to an error: Failed to clone repository git@github.com:RedECSEngine/Geometry.git:
Cloning into bare repository '/root/.cache/org.swift.swiftpm/repositories/Geometry-795e9c5b'...
Host key verification failed.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Fetching git@github.com:apple/swift-collections.git
Fetching git@github.com:RedECSEngine/Geometry.git
warning: 'swift-collections': skipping cache due to an error: Failed to clone repository git@github.com:apple/swift-collections.git:
Cloning into bare repository '/root/.cache/org.swift.swiftpm/repositories/swift-collections-63778fd7'...
Host key verification failed.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
warning: 'geometry': skipping cache due to an error: Failed to clone repository git@github.com:RedECSEngine/Geometry.git:
Cloning into bare repository '/root/.cache/org.swift.swiftpm/repositories/Geometry-795e9c5b'...
Host key verification failed.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Updated https://github.com/swiftwasm/JavaScriptKit (0.24s)
error: Failed to clone repository git@github.com:apple/swift-collections.git:
Cloning into bare repository '/host/spi-builder-workspace/.build/repositories/swift-collections-63778fd7'...
Host key verification failed.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
BUILD FAILURE 6.1 wasm