The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CoordinatorKit, reference main (8e4314), with Swift 6.1 for Linux on 13 Mar 2026 21:14:47 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vinodh06/CoordinatorKit.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/vinodh06/CoordinatorKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8e43140 Add Swift version and platform badges to README
Cloned https://github.com/vinodh06/CoordinatorKit.git
Revision (git rev-parse @):
8e43140d0614f222560fb18064dd84cedc1ae9f1
SUCCESS checkout https://github.com/vinodh06/CoordinatorKit.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/vinodh06/CoordinatorKit.git
https://github.com/vinodh06/CoordinatorKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0-latest",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "CoordinatorKit",
  "name" : "CoordinatorKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "CoordinatorKit",
      "targets" : [
        "CoordinatorKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CoordinatorKitMacros",
      "targets" : [
        "CoordinatorKitMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CoordinatorKitTests",
      "module_type" : "SwiftTarget",
      "name" : "CoordinatorKitTests",
      "path" : "Tests/CoordinatorKitTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "CoordinatorKitTests.swift"
      ],
      "target_dependencies" : [
        "CoordinatorKitMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CoordinatorKitMacros",
      "module_type" : "SwiftTarget",
      "name" : "CoordinatorKitMacros",
      "path" : "Sources/CoordinatorKitMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "CoordinatorKit",
        "CoordinatorKitMacros"
      ],
      "sources" : [
        "CoordinatorKitMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "CoordinatorKit",
      "module_type" : "SwiftTarget",
      "name" : "CoordinatorKit",
      "path" : "Sources/CoordinatorKit",
      "product_memberships" : [
        "CoordinatorKit"
      ],
      "sources" : [
        "Coordinator.swift",
        "CoordinatorKit.swift"
      ],
      "target_dependencies" : [
        "CoordinatorKitMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
docker: invalid reference format: repository name (SwiftPackageIndex/spi-images) must be lowercase
Run 'docker run --help' for more information
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
docker: invalid reference format: repository name (SwiftPackageIndex/spi-images) must be lowercase
Run 'docker run --help' for more information
BUILD FAILURE 6.1 linux