The Swift Package Index logo.Swift Package Index

Build Information

Failed to build RedECS, reference develop (520871), with Swift 6.1 for Android on 28 May 2025 09:38:01 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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/RedECS.git
Reference: develop
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/RedECS
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 5208719 Update getting-started.md
Cloned https://github.com/RedECSEngine/RedECS.git
Revision (git rev-parse @):
5208719165699be73bc1b48e09472bd8f9a99df0
SUCCESS checkout https://github.com/RedECSEngine/RedECS.git at develop
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/RedECSEngine/RedECS.git
https://github.com/RedECSEngine/RedECS.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "javascriptkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.13.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftwasm/JavaScriptKit"
    },
    {
      "identity" : "geometry",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.4",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "git@github.com:RedECSEngine/Geometry.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "git@github.com:apple/swift-collections.git"
    },
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
    }
  ],
  "manifest_display_name" : "RedECS",
  "name" : "RedECS",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "RedECSKit",
      "targets" : [
        "RedECSKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RedECS",
      "targets" : [
        "RedECS"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RedECSBasicComponents",
      "targets" : [
        "RedECSBasicComponents"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RedECSUIComponents",
      "targets" : [
        "RedECSUIComponents"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RedECSAppleSupport",
      "targets" : [
        "RedECSAppleSupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RedECSWebSupport",
      "targets" : [
        "RedECSWebSupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TiledInterpreter",
      "targets" : [
        "TiledInterpreter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TiledInterpreterTests",
      "module_type" : "SwiftTarget",
      "name" : "TiledInterpreterTests",
      "path" : "Tests/TiledInterpreterTests",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "sources" : [
        "TiledInterpreterTests.swift"
      ],
      "target_dependencies" : [
        "TiledInterpreter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TiledInterpreter",
      "module_type" : "SwiftTarget",
      "name" : "TiledInterpreter",
      "path" : "Sources/TiledInterpreter",
      "product_memberships" : [
        "RedECSKit",
        "RedECS",
        "RedECSBasicComponents",
        "RedECSUIComponents",
        "RedECSAppleSupport",
        "RedECSWebSupport",
        "TiledInterpreter"
      ],
      "sources" : [
        "TiledMap/TiledLayer.swift",
        "TiledMap/TiledLayerType.swift",
        "TiledMap/TiledMapJSON.swift",
        "TiledMap/TiledObject.swift",
        "TiledMap/TiledText.swift",
        "TiledTileSet/Tile.swift",
        "TiledTileSet/TiledTilesetJSON.swift",
        "TiledTileSet/TiledTilesetXML.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RenderingTests",
      "module_type" : "SwiftTarget",
      "name" : "RenderingTests",
      "path" : "Tests/RenderingTests",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/RenderingTests/Resources/Media.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/RenderingTests/Resources/pt-mono.fnt",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "BitmapFontTests.swift",
        "CameraRenderingTests.swift",
        "HitTestingTests.swift",
        "MetalRenderingTests.swift",
        "Utilities/EnqueueGrid.swift",
        "Utilities/MTKView+Snapshotting.swift",
        "Utilities/Point+Rounded.swift",
        "Utilities/RenderingTestSystem.swift"
      ],
      "target_dependencies" : [
        "RedECS",
        "RedECSAppleSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RedECSWebSupport",
      "module_type" : "SwiftTarget",
      "name" : "RedECSWebSupport",
      "path" : "Sources/RedECSWebSupport",
      "product_dependencies" : [
        "JavaScriptKit"
      ],
      "product_memberships" : [
        "RedECSWebSupport"
      ],
      "sources" : [
        "WebBrowserKeyboardInput.swift",
        "WebBrowserWindow.swift",
        "WebEnvironment.swift",
        "WebGL/Draw2DProgram.swift",
        "WebGL/WebGLProgram.swift",
        "WebHUDRenderingReducer.swift",
        "WebRenderer.swift",
        "WebResourceManager.swift"
      ],
      "target_dependencies" : [
        "RedECSKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RedECSUIComponents",
      "module_type" : "SwiftTarget",
      "name" : "RedECSUIComponents",
      "path" : "Sources/RedECSUIComponents",
      "product_memberships" : [
        "RedECSKit",
        "RedECSUIComponents",
        "RedECSAppleSupport",
        "RedECSWebSupport"
      ],
      "sources" : [
        "HUD/HUDComponent.swift",
        "HUD/HUDRenderingContext.swift"
      ],
      "target_dependencies" : [
        "RedECS",
        "RedECSBasicComponents"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RedECSTests",
      "module_type" : "SwiftTarget",
      "name" : "RedECSTests",
      "path" : "Tests/RedECSTests",
      "sources" : [
        "RedECSTests.swift",
        "TestSystem/TestSystem.swift"
      ],
      "target_dependencies" : [
        "RedECS",
        "RedECSBasicComponents",
        "RedECSAppleSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RedECSKit",
      "module_type" : "SwiftTarget",
      "name" : "RedECSKit",
      "path" : "Sources/RedECSKit",
      "product_memberships" : [
        "RedECSKit",
        "RedECSAppleSupport",
        "RedECSWebSupport"
      ],
      "sources" : [
        "RedECSKit.swift"
      ],
      "target_dependencies" : [
        "RedECS",
        "RedECSBasicComponents",
        "RedECSUIComponents"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RedECSBasicComponents",
      "module_type" : "SwiftTarget",
      "name" : "RedECSBasicComponents",
      "path" : "Sources/RedECSBasicComponents",
      "product_memberships" : [
        "RedECSKit",
        "RedECSBasicComponents",
        "RedECSUIComponents",
        "RedECSAppleSupport",
        "RedECSWebSupport"
      ],
      "sources" : [
        "Input/KeyboardInputComponent.swift",
        "Input/KeyboardInputReducer.swift",
        "InteractionComponent.swift",
        "Momentum/MomentumComponent.swift",
        "Momentum/MomentumReducer.swift",
        "Movement/MovementComponent.swift",
        "Movement/MovementReducer.swift",
        "Operation/BasicOperationComponentContext.swift",
        "Operation/Operation.swift",
        "Operation/OperationComponent.swift",
        "Operation/OperationReducer.swift",
        "Operation/OperationType.swift",
        "Operation/OperationTypes/AnimateOperation.swift",
        "Operation/OperationTypes/CallOperation.swift",
        "Operation/OperationTypes/GroupOperation.swift",
        "Operation/OperationTypes/MoveOperation.swift",
        "Operation/OperationTypes/OpacityOperation.swift",
        "Operation/OperationTypes/RepeatOperation.swift",
        "Operation/OperationTypes/RotateOperation.swift",
        "Operation/OperationTypes/ScaleOperation.swift",
        "Operation/OperationTypes/SequenceOperation.swift",
        "Operation/OperationTypes/TimingOperation.swift",
        "Operation/OperationTypes/VisibilityOperation.swift",
        "Operation/OperationTypes/WaitOperation.swift",
        "Pathing/PathingComponent.swift",
        "Pathing/PathingReducer.swift",
        "ResourceLoading/ResourceLoadingAction.swift",
        "ResourceLoading/ResourceLoadingReducer.swift"
      ],
      "target_dependencies" : [
        "RedECS"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RedECSAppleSupport",
      "module_type" : "SwiftTarget",
      "name" : "RedECSAppleSupport",
      "path" : "Sources/RedECSAppleSupport",
      "product_memberships" : [
        "RedECSAppleSupport"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/RedECSAppleSupport/Shaders.metal",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "GameStore+JSONCoding.swift",
        "MetalEnvironment.swift",
        "MetalRenderer.swift",
        "MetalResourceManager.swift",
        "MetalViewController.swift"
      ],
      "target_dependencies" : [
        "RedECSKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RedECS",
      "module_type" : "SwiftTarget",
      "name" : "RedECS",
      "path" : "Sources/RedECS",
      "product_dependencies" : [
        "Geometry",
        "GeometryAlgorithms",
        "OrderedCollections"
      ],
      "product_memberships" : [
        "RedECSKit",
        "RedECS",
        "RedECSBasicComponents",
        "RedECSUIComponents",
        "RedECSAppleSupport",
        "RedECSWebSupport"
      ],
      "sources" : [
        "Component/AnyComponent.swift",
        "Component/GameComponent.swift",
        "Entity/EntityEvent.swift",
        "Entity/EntityRepository.swift",
        "Entity/GameEntity.swift",
        "GameState.swift",
        "Reducer/Reducer.swift",
        "Reducer/Reducers/AnyReducer.swift",
        "Reducer/Reducers/Filter.swift",
        "Reducer/Reducers/Pullback.swift",
        "Reducer/Reducers/Resending.swift",
        "Reducer/Reducers/Throttle.swift",
        "Reducer/Reducers/Zip.swift",
        "Rendering/Camera/CameraComponent.swift",
        "Rendering/Color.swift",
        "Rendering/Label/BitmapFont.swift",
        "Rendering/RenderTriangle.swift",
        "Rendering/RenderableComponent.swift",
        "Rendering/Renderer.swift",
        "Rendering/RenderingEnvironment.swift",
        "Rendering/Shape/Shape+Rect.swift",
        "Rendering/Sprite/SpriteAnimatingReducer.swift",
        "Rendering/Sprite/SpriteAnimationDictionary.swift",
        "Rendering/Sprite/SpriteComponent.swift",
        "Rendering/Sprite/SpriteContext.swift",
        "Rendering/Texture/TextureId.swift",
        "Rendering/Texture/TextureMap.swift",
        "Rendering/Texture/TextureReference.swift",
        "Rendering/Transform/TransformComponent.swift",
        "ResourceManager.swift",
        "Store/GameEffect.swift",
        "Store/GameStore.swift",
        "Store/PendingGameEffect.swift",
        "Store/SystemAction.swift",
        "Utilities/Extensions/Matrix3+Projection.swift",
        "Utilities/Future.swift"
      ],
      "target_dependencies" : [
        "TiledInterpreter"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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 git@github.com:RedECSEngine/Geometry.git
Fetching git@github.com:apple/swift-collections.git
Fetching https://github.com/pointfreeco/swift-snapshot-testing.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
[11474/36595] Fetching javascriptkit, swift-snapshot-testing
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 (4.03s)
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.
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (4.19s)
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-4606859-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
Fetching git@github.com:apple/swift-collections.git
Updating https://github.com/pointfreeco/swift-snapshot-testing.git
Updating https://github.com/swiftwasm/JavaScriptKit
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.
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.
Updated https://github.com/pointfreeco/swift-snapshot-testing.git (0.34s)
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.35s)
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.
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.
BUILD FAILURE 6.1 android