The Swift Package Index logo.Swift Package Index

Build Information

Failed to build RedECS-starter-template, reference 0.0.1 (51c3ed), with Swift 6.1 for Android on 28 May 2025 09:37:05 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RedECSEngine/starter-template.git
Reference: 0.0.1
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
 * tag               0.0.1      -> FETCH_HEAD
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 0.0.1
========================================
Build
========================================
Selected platform:         android
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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/RedECSEngine/RedECS.git
[1/1263] Fetching redecs
Fetched https://github.com/RedECSEngine/RedECS.git from cache (0.26s)
Computing version for https://github.com/RedECSEngine/RedECS.git
Computed https://github.com/RedECSEngine/RedECS.git at 0.0.5 (1.63s)
Fetching https://github.com/swiftwasm/JavaScriptKit
Fetching git@github.com:apple/swift-collections.git
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.
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:RedECSEngine/Geometry.git
Fetching git@github.com:apple/swift-collections.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.
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
Fetched https://github.com/swiftwasm/JavaScriptKit from cache (1.24s)
error: Failed to clone repository git@github.com:RedECSEngine/Geometry.git:
    Cloning into bare repository '/host/spi-builder-workspace/.build/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.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Updating https://github.com/RedECSEngine/RedECS.git
Updated https://github.com/RedECSEngine/RedECS.git (0.15s)
Computing version for https://github.com/RedECSEngine/RedECS.git
Computed https://github.com/RedECSEngine/RedECS.git at 0.0.5 (0.87s)
Fetching git@github.com:RedECSEngine/Geometry.git
Fetching git@github.com:apple/swift-collections.git
Updating https://github.com/swiftwasm/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.
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
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.
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.
Updated https://github.com/swiftwasm/JavaScriptKit (0.15s)
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 android