The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build swift-play-experimental, reference main (692111), with Swift 6.1 for Linux on 11 Nov 2025 22:48:13 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-play-experimental.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/apple/swift-play-experimental
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6921114 List outputs column number for playgrounds that share a line.
Cloned https://github.com/apple/swift-play-experimental.git
Revision (git rev-parse @):
69211145dcc36456a92b7d08837124adb9a23fb8
SUCCESS checkout https://github.com/apple/swift-play-experimental.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/apple/swift-play-experimental.git
https://github.com/apple/swift-play-experimental.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "603.0.0-latest",
            "upper_bound" : "604.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "swift-testing",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-testing.git"
    }
  ],
  "manifest_display_name" : "swift-play-experimental",
  "name" : "swift-play-experimental",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Playgrounds",
      "targets" : [
        "Playgrounds"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PlaygroundMacros",
      "targets" : [
        "PlaygroundMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PlaygroundsTests",
      "module_type" : "SwiftTarget",
      "name" : "PlaygroundsTests",
      "path" : "Tests/PlaygroundsTests",
      "sources" : [
        "PlaygroundsToolsAPITests.swift"
      ],
      "target_dependencies" : [
        "Playgrounds"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Playgrounds",
      "module_type" : "SwiftTarget",
      "name" : "Playgrounds",
      "path" : "Sources/Playgrounds",
      "product_dependencies" : [
        "_TestDiscovery"
      ],
      "product_memberships" : [
        "Playgrounds"
      ],
      "sources" : [
        "Discoverable/PlaygroundContent+Discoverable.swift",
        "Discoverable/PlaygroundContent+Hashable.swift",
        "Discoverable/PlaygroundContent.swift",
        "Playgrounds.swift",
        "ToolsAPI/EntryPoints/SwiftPMEntryPoint.swift",
        "ToolsAPI/Playground.swift"
      ],
      "target_dependencies" : [
        "PlaygroundMacros"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PlaygroundMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "PlaygroundMacrosTests",
      "path" : "Tests/PlaygroundMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosGenericTestSupport"
      ],
      "sources" : [
        "PlaygroundMacroExpansionTests.swift"
      ],
      "target_dependencies" : [
        "Playgrounds",
        "PlaygroundMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PlaygroundMacros",
      "module_type" : "SwiftTarget",
      "name" : "PlaygroundMacros",
      "path" : "Sources/PlaygroundMacros",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "Playgrounds",
        "PlaygroundMacros"
      ],
      "sources" : [
        "PlaygroundMacro.swift",
        "PlaygroundMacrosMain.swift"
      ],
      "type" : "macro"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swiftlang/swift-testing.git
[1/29832] Fetching swift-testing
Fetched https://github.com/swiftlang/swift-testing.git from cache (1.21s)
error: package 'swift-testing' @ b0aef4867851b20247cd7da9cce2fafd97153fb2 is using Swift tools version 6.2.0 but the installed version is 6.1.1 in https://github.com/swiftlang/swift-testing.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Updating https://github.com/swiftlang/swift-testing.git
Updated https://github.com/swiftlang/swift-testing.git (0.23s)
error: package 'swift-testing' @ b0aef4867851b20247cd7da9cce2fafd97153fb2 is using Swift tools version 6.2.0 but the installed version is 6.1.1 in https://github.com/swiftlang/swift-testing.git
BUILD FAILURE 6.1 linux