The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Iris, reference main (bb4889), with Swift 6.3 for Linux on 18 Apr 2026 01:27:03 UTC.

Swift 6 data race errors: 0

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/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/Chandram-Dutta/Iris.git
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/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.74s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (4.75s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.74s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.95s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/22] Copying Resources
[3/22] Write sources
[8/22] Write swift-version-24593BA9C3E375BF.txt
[10/40] Compiling Iris Iris.swift
[11/40] Compiling Iris Math.swift
[12/42] Compiling Iris WindowConfig.swift
[13/42] Compiling Iris DrawCommand.swift
[14/42] Compiling Iris Font.swift
[15/42] Compiling Iris Image.swift
[16/42] Compiling Iris Input.swift
[17/42] Compiling Iris MacApp.swift
[18/42] Compiling Iris MacWindow.swift
[19/42] Emitting module Iris
[20/42] Compiling Iris CollisionDetection.swift
[21/42] Compiling Iris ConvexHull.swift
[22/42] Compiling Iris Hitbox.swift
[23/42] Compiling Iris MetalView.swift
[24/42] Compiling Iris Renderer.swift
[25/42] Compiling Iris PixelMask.swift
[26/42] Compiling Iris Engine.swift
[27/42] Compiling Iris Game.swift
[28/42] Compiling Iris GlyphAtlas.swift
[29/42] Compiling Iris Graphics.swift
[30/59] Wrapping AST for Iris for debugging
[32/66] Compiling SpaceShooter main.swift
[33/67] Compiling Snake main.swift
[34/67] Compiling Breakout main.swift
[35/67] Emitting module Snake
[36/67] Compiling SpaceShooter Star.swift
[37/67] Emitting module SpaceShooter
[38/67] Compiling Breakout Brick.swift
[39/67] Compiling Breakout Paddle.swift
[40/67] Emitting module Breakout
[41/67] Compiling Snake Grid.swift
[42/67] Compiling SpaceShooter Explosion.swift
[43/67] Compiling SpaceShooter resource_bundle_accessor.swift
[44/67] Compiling Breakout Ball.swift
[45/67] Compiling Breakout BreakoutGame.swift
[47/68] Compiling SpaceShooter Bullet.swift
[48/68] Compiling SpaceShooter Enemy.swift
[49/68] Compiling IrisRunner IrisRunner.swift
[50/68] Emitting module IrisRunner
[51/69] Wrapping AST for Breakout for debugging
[52/69] Write Objects.LinkFileList
[54/69] Compiling Snake Food.swift
[55/69] Compiling Snake Snake.swift
[56/69] Compiling Snake SnakeGame.swift
[56/70] Wrapping AST for IrisRunner for debugging
[58/70] Write Objects.LinkFileList
[60/70] Compiling SpaceShooter GameResources.swift
[61/70] Compiling SpaceShooter Player.swift
[62/70] Compiling SpaceShooter SpaceShooterGame.swift
[63/71] Linking Breakout
[64/71] Wrapping AST for Snake for debugging
[65/71] Write Objects.LinkFileList
[66/71] Wrapping AST for SpaceShooter for debugging
[67/71] Write Objects.LinkFileList
[68/71] Linking IrisRunner
[69/71] Linking Snake
[70/71] Linking SpaceShooter
Build complete! (48.31s)
Build complete.
{
  "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"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.