The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Iris, reference main (bb4889), with Swift 6.1 for Android on 2 Jan 2026 14:13:39 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Chandram-Dutta/Iris.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/Chandram-Dutta/Iris
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at bb4889a Add DocC documentation support and SPI config
Cloned https://github.com/Chandram-Dutta/Iris.git
Revision (git rev-parse @):
bb4889ad559f31811f660abb0cd837a273afbbd3
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Chandram-Dutta/Iris.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Chandram-Dutta/Iris.git
https://github.com/Chandram-Dutta/Iris.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "Iris",
  "name" : "Iris",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Iris",
      "targets" : [
        "Iris"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "IrisRunner",
      "targets" : [
        "IrisRunner"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "Breakout",
      "targets" : [
        "Breakout"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "Snake",
      "targets" : [
        "Snake"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SpaceShooter",
      "targets" : [
        "SpaceShooter"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SpaceShooter",
      "module_type" : "SwiftTarget",
      "name" : "SpaceShooter",
      "path" : "Examples/SpaceShooter",
      "product_memberships" : [
        "SpaceShooter"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Examples/SpaceShooter/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Bullet.swift",
        "Enemy.swift",
        "Explosion.swift",
        "GameResources.swift",
        "Player.swift",
        "SpaceShooterGame.swift",
        "Star.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "Iris"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Snake",
      "module_type" : "SwiftTarget",
      "name" : "Snake",
      "path" : "Examples/Snake",
      "product_memberships" : [
        "Snake"
      ],
      "sources" : [
        "Food.swift",
        "Grid.swift",
        "Snake.swift",
        "SnakeGame.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "Iris"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "IrisTests",
      "module_type" : "SwiftTarget",
      "name" : "IrisTests",
      "path" : "Tests/IrisTests",
      "sources" : [
        "CollisionTests.swift",
        "IrisTests.swift"
      ],
      "target_dependencies" : [
        "Iris"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IrisRunner",
      "module_type" : "SwiftTarget",
      "name" : "IrisRunner",
      "path" : "Sources/IrisRunner",
      "product_memberships" : [
        "IrisRunner"
      ],
      "sources" : [
        "IrisRunner.swift"
      ],
      "target_dependencies" : [
        "Iris"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Iris",
      "module_type" : "SwiftTarget",
      "name" : "Iris",
      "path" : "Sources/Iris",
      "product_memberships" : [
        "Iris",
        "IrisRunner",
        "Breakout",
        "Snake",
        "SpaceShooter"
      ],
      "sources" : [
        "Collision/CollisionDetection.swift",
        "Collision/ConvexHull.swift",
        "Collision/Hitbox.swift",
        "Collision/PixelMask.swift",
        "Core/Engine.swift",
        "Core/Game.swift",
        "Core/WindowConfig.swift",
        "Graphics/DrawCommand.swift",
        "Graphics/Font.swift",
        "Graphics/GlyphAtlas.swift",
        "Graphics/Graphics.swift",
        "Graphics/Image.swift",
        "Input/Input.swift",
        "Iris.swift",
        "Math.swift",
        "Platform/macOS/MacApp.swift",
        "Platform/macOS/MacWindow.swift",
        "Platform/macOS/MetalView.swift",
        "Rendering/Renderer.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Breakout",
      "module_type" : "SwiftTarget",
      "name" : "Breakout",
      "path" : "Examples/Breakout",
      "product_memberships" : [
        "Breakout"
      ],
      "sources" : [
        "Ball.swift",
        "BreakoutGame.swift",
        "Brick.swift",
        "Paddle.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "Iris"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:df03784badd7f27c5aaf58aceda7a3eace61955b295b55f91184969c309ad8ef
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:df03784badd7f27c5aaf58aceda7a3eace61955b295b55f91184969c309ad8ef
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
BUILD FAILURE 6.1 android