The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-play-experimental, reference main (c5013b), with Swift 6.1 for Linux on 25 Feb 2026 02:17:40 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 c5013b9 Don't need to ignore xcodeproj.
Cloned https://github.com/apple/swift-play-experimental.git
Revision (git rev-parse @):
c5013b90146b82b059f12aff15dcf55f4c857577
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" : "604.0.0-latest",
            "upper_bound" : "605.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" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.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
e1a89dea01a6: Pulling fs layer
0347e81243ca: Pulling fs layer
955ae20f829c: Pulling fs layer
2574e4b2ede5: Pulling fs layer
237344e5d97c: Pulling fs layer
98f88296ccaf: Pulling fs layer
f5acc90f6901: Pulling fs layer
719666911b61: Pulling fs layer
e1a89dea01a6: Waiting
98f88296ccaf: Waiting
f5acc90f6901: Waiting
0347e81243ca: Waiting
719666911b61: Waiting
955ae20f829c: Waiting
237344e5d97c: Waiting
2574e4b2ede5: Waiting
e1a89dea01a6: Verifying Checksum
e1a89dea01a6: Download complete
e1a89dea01a6: Pull complete
0347e81243ca: Verifying Checksum
0347e81243ca: Download complete
2574e4b2ede5: Verifying Checksum
2574e4b2ede5: Download complete
237344e5d97c: Verifying Checksum
237344e5d97c: Download complete
98f88296ccaf: Verifying Checksum
98f88296ccaf: Download complete
f5acc90f6901: Verifying Checksum
f5acc90f6901: Download complete
719666911b61: Verifying Checksum
719666911b61: Download complete
955ae20f829c: Verifying Checksum
955ae20f829c: Download complete
0347e81243ca: Pull complete
955ae20f829c: Pull complete
2574e4b2ede5: Pull complete
237344e5d97c: Pull complete
98f88296ccaf: Pull complete
f5acc90f6901: Pull complete
719666911b61: Pull complete
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Downloaded newer image for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swiftlang/swift-testing.git
[1/34569] Fetching swift-testing
Fetched https://github.com/swiftlang/swift-testing.git from cache (1.84s)
error: package 'swift-testing' @ 2a16d3d2ccc3a5a477613e4e6518712699315755 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:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
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.31s)
error: package 'swift-testing' @ 2a16d3d2ccc3a5a477613e4e6518712699315755 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