The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Rocket, reference master (df9449), with Swift 6.1 for Wasm on 28 May 2025 14:43:29 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/shibapm/rocket.git
Reference: master
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/shibapm/rocket
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at df94499 Unhide dependencies
Cloned https://github.com/shibapm/rocket.git
Revision (git rev-parse @):
df94499fa028ac7f72ca34d977cc5fa38f00b464
SUCCESS checkout https://github.com/shibapm/rocket.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/shibapm/rocket.git
https://github.com/shibapm/rocket.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams"
    },
    {
      "identity" : "logger",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shibapm/Logger"
    },
    {
      "identity" : "swiftshell",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kareman/SwiftShell"
    },
    {
      "identity" : "packageconfig",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shibapm/PackageConfig.git"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.0.0",
            "upper_bound" : "9.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble"
    },
    {
      "identity" : "testspy",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/f-meloni/TestSpy"
    },
    {
      "identity" : "komondor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shibapm/Komondor.git"
    },
    {
      "identity" : "swiftformat",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.35.8",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat.git"
    }
  ],
  "manifest_display_name" : "Rocket",
  "name" : "Rocket",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "rocket",
      "targets" : [
        "Rocket"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RocketTests",
      "module_type" : "SwiftTarget",
      "name" : "RocketTests",
      "path" : "Tests/RocketTests",
      "product_dependencies" : [
        "Nimble",
        "TestSpy"
      ],
      "sources" : [
        "BranchExecutorTests.swift",
        "ChecksParserTests.swift",
        "CleanGitStatusCheckTests.swift",
        "CommitExecutorTests.swift",
        "CurrentVersionProviderTests.swift",
        "DefaultExecutorStepDescriptionTests.swift",
        "DevDependenciesModifierTests.swift",
        "GitAddExecutorTests.swift",
        "HideDevDependenciesExecutorTests.swift",
        "NewVersionProviderTests.swift",
        "PushExecutorTests.swift",
        "RocketFileFinderTests.swift",
        "ScriptExecutorTests.swift",
        "SpyDevDependenciesModifier.swift",
        "StepsParserTests.swift",
        "SwiftScriptExecutorTests.swift",
        "TagExecutorTests.swift",
        "UnhideDevDependenciesExecutorTestCase.swift",
        "Utils/ScriptLauncherTestCase.swift",
        "Utils/SpyPrinter.swift",
        "Utils/SpyScriptLauncher.swift",
        "Utils/StubbedFileManager.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "RocketLib"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RocketLib",
      "module_type" : "SwiftTarget",
      "name" : "RocketLib",
      "path" : "Sources/RocketLib",
      "product_dependencies" : [
        "Logger",
        "SwiftShell"
      ],
      "product_memberships" : [
        "rocket"
      ],
      "sources" : [
        "Checks.swift",
        "Checks/Check.swift",
        "Checks/CleanGitStatusCheck.swift",
        "ChecksParser.swift",
        "CurrentVersionProvider.swift",
        "Executors/BranchExecutor.swift",
        "Executors/CommitExecutor.swift",
        "Executors/DefaultExecutor.swift",
        "Executors/GitAddExecutor.swift",
        "Executors/HideDevDependenciesExecutor.swift",
        "Executors/PushExecutor.swift",
        "Executors/ScriptExecutor.swift",
        "Executors/ScriptLauncher.swift",
        "Executors/ScriptLauncherExecutor.swift",
        "Executors/StepDescriptionPrinter.swift",
        "Executors/StepExecutor.swift",
        "Executors/SwiftScriptExecutor.swift",
        "Executors/TagExecutor.swift",
        "Executors/UnhideDevDependenciesExecutor.swift",
        "Executors/Utils/DevDependenciesModifier.swift",
        "Executors/Utils/NoVerifyParameterInserter.swift",
        "Executors/Utils/NoVerifyParameterInserterExecutor.swift",
        "Executors/Utils/ScriptLauncherContainer.swift",
        "NewVersionProvider.swift",
        "Parameters/BranchParameters.swift",
        "Parameters/CommitParameters.swift",
        "Parameters/Dictionary+CodingKeys.swift",
        "Parameters/GitAddParameters.swift",
        "Parameters/ModifyDevDependenciesParameters.swift",
        "Parameters/PushParameters.swift",
        "Parameters/ScriptParameters.swift",
        "Parameters/StepParameter.swift",
        "Parameters/SwiftScriptParameters.swift",
        "Parameters/TagParameters.swift",
        "RocketFileFinder.swift",
        "Step.swift",
        "StepsParser.swift",
        "VersionBumpOption.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Rocket",
      "module_type" : "SwiftTarget",
      "name" : "Rocket",
      "path" : "Sources/Rocket",
      "product_dependencies" : [
        "Yams",
        "Logger",
        "PackageConfig"
      ],
      "product_memberships" : [
        "rocket"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "RocketLib"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.4"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/f-meloni/TestSpy
Fetching https://github.com/shibapm/Komondor.git
Fetching https://github.com/shibapm/PackageConfig.git
Fetching https://github.com/nicklockwood/SwiftFormat.git
Fetching https://github.com/Quick/Nimble
Fetching https://github.com/kareman/SwiftShell
[1/580] Fetching packageconfig
[581/5443] Fetching packageconfig, swiftshell
[1846/5952] Fetching packageconfig, swiftshell, komondor
[5953/8000] Fetching packageconfig, swiftshell, komondor, testspy
[6015/27584] Fetching packageconfig, swiftshell, komondor, testspy, nimble
[20198/75766] Fetching packageconfig, swiftshell, komondor, testspy, nimble, swiftformat
Fetched https://github.com/kareman/SwiftShell from cache (1.77s)
Fetching https://github.com/shibapm/Logger
Fetched https://github.com/Quick/Nimble from cache (1.79s)
[8029/51319] Fetching packageconfig, komondor, testspy, swiftformat
Fetching https://github.com/jpsim/Yams
[8531/61976] Fetching packageconfig, komondor, testspy, swiftformat, yams
[8532/62092] Fetching packageconfig, komondor, testspy, swiftformat, yams, logger
Fetched https://github.com/shibapm/Logger from cache (0.38s)
[9063/61976] Fetching packageconfig, komondor, testspy, swiftformat, yams
Fetched https://github.com/jpsim/Yams from cache (1.46s)
[9883/51319] Fetching packageconfig, komondor, testspy, swiftformat
Fetched https://github.com/shibapm/Komondor.git from cache (24.36s)
Fetched https://github.com/shibapm/PackageConfig.git from cache (24.36s)
Fetched https://github.com/f-meloni/TestSpy from cache (24.43s)
Fetched https://github.com/nicklockwood/SwiftFormat.git from cache (25.20s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (29.07s)
Computing version for https://github.com/shibapm/Logger
Computed https://github.com/shibapm/Logger at 0.2.3 (2.79s)
Computing version for https://github.com/f-meloni/TestSpy
Computed https://github.com/f-meloni/TestSpy at 0.5.0 (6.24s)
Fetching https://github.com/Quick/Quick
[1/14755] Fetching quick
Fetched https://github.com/Quick/Quick from cache (0.59s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 8.1.2 (1.13s)
Computing version for https://github.com/Quick/Quick
Computed https://github.com/Quick/Quick at 3.1.2 (0.49s)
Computing version for https://github.com/shibapm/PackageConfig.git
Computed https://github.com/shibapm/PackageConfig.git at 1.1.3 (0.48s)
Computing version for https://github.com/shibapm/Komondor.git
Computed https://github.com/shibapm/Komondor.git at 1.1.4 (3.01s)
Fetching https://github.com/f-meloni/Rocket
Fetching https://github.com/Realm/SwiftLint.git
Fetching https://github.com/JohnSundell/ShellOut.git
[1/150383] Fetching swiftlint
[13536/151343] Fetching swiftlint, shellout
[14496/152729] Fetching swiftlint, shellout, rocket
Fetched https://github.com/JohnSundell/ShellOut.git from cache (29.74s)
Fetched https://github.com/f-meloni/Rocket from cache (29.74s)
Fetched https://github.com/Realm/SwiftLint.git from cache (31.39s)
Computing version for https://github.com/f-meloni/Rocket
Computed https://github.com/f-meloni/Rocket at 1.3.0 (32.16s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (0.88s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.4.0 (6.84s)
Computing version for https://github.com/Realm/SwiftLint.git
Computed https://github.com/Realm/SwiftLint.git at 0.59.1 (2.57s)
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
Fetching https://github.com/jpsim/SourceKitten.git
Fetching https://github.com/JohnSundell/CollectionConcurrencyKit.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/84] Fetching collectionconcurrencykit
[85/1013] Fetching collectionconcurrencykit, swiftytexttable
Fetched https://github.com/JohnSundell/CollectionConcurrencyKit.git from cache (0.24s)
[335/929] Fetching swiftytexttable
[930/17041] Fetching swiftytexttable, sourcekitten
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (0.29s)
[484/16112] Fetching sourcekitten
[11441/29053] Fetching sourcekitten, cryptoswift
[18055/99502] Fetching sourcekitten, cryptoswift, swift-syntax
Fetched https://github.com/jpsim/SourceKitten.git from cache (1.37s)
[23940/83390] Fetching cryptoswift, swift-syntax
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.81s)
[58473/70449] Fetching swift-syntax
Fetching https://github.com/apple/swift-argument-parser.git
Fetched https://github.com/swiftlang/swift-syntax.git from cache (5.74s)
[1/15351] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (4.72s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (15.70s)
Computing version for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Computed https://github.com/JohnSundell/CollectionConcurrencyKit.git at 0.2.0 (7.32s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (7.14s)
Computing version for https://github.com/jpsim/SourceKitten.git
Computed https://github.com/jpsim/SourceKitten.git at 0.37.0 (1.49s)
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2820] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.31s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.0 (0.96s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (0.85s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (0.67s)
Computing version for https://github.com/nicklockwood/SwiftFormat.git
Computed https://github.com/nicklockwood/SwiftFormat.git at 0.56.2 (0.87s)
Creating working copy for https://github.com/jpsim/SourceKitten.git
Working copy of https://github.com/jpsim/SourceKitten.git resolved at 0.37.0
Creating working copy for https://github.com/shibapm/Logger
Working copy of https://github.com/shibapm/Logger resolved at 0.2.3
Creating working copy for https://github.com/shibapm/Komondor.git
Working copy of https://github.com/shibapm/Komondor.git resolved at 1.1.4
Creating working copy for https://github.com/f-meloni/TestSpy
Working copy of https://github.com/f-meloni/TestSpy resolved at 0.5.0
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.4
Creating working copy for https://github.com/f-meloni/Rocket
Working copy of https://github.com/f-meloni/Rocket resolved at 1.3.0
Creating working copy for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Working copy of https://github.com/JohnSundell/CollectionConcurrencyKit.git resolved at 0.2.0
Creating working copy for https://github.com/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.0
Creating working copy for https://github.com/Quick/Nimble
Working copy of https://github.com/Quick/Nimble resolved at 8.1.2
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 5.4.0
Creating working copy for https://github.com/Realm/SwiftLint.git
Working copy of https://github.com/Realm/SwiftLint.git resolved at 0.59.1
Creating working copy for https://github.com/shibapm/PackageConfig.git
Working copy of https://github.com/shibapm/PackageConfig.git resolved at 1.1.3
Creating working copy for https://github.com/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 7.0.2
Creating working copy for https://github.com/nicklockwood/SwiftFormat.git
Working copy of https://github.com/nicklockwood/SwiftFormat.git resolved at 0.56.2
Creating working copy for https://github.com/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.3.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.0
Creating working copy for https://github.com/scottrhoyt/SwiftyTextTable.git
Working copy of https://github.com/scottrhoyt/SwiftyTextTable.git resolved at 0.9.0
Creating working copy for https://github.com/Quick/Quick
Working copy of https://github.com/Quick/Quick resolved at 3.1.2
error: unable to override package 'Rocket' because its identity 'rocket' doesn't match override's identity (directory name) 'spi-builder-workspace'
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
error: unable to override package 'Rocket' because its identity 'rocket' doesn't match override's identity (directory name) 'spi-builder-workspace'
error: multiple packages ('rocket', 'spi-builder-workspace') declare targets with a conflicting name: 'RocketLib’; target names need to be unique across the package graph
error: multiple packages ('rocket', 'spi-builder-workspace') declare targets with a conflicting name: 'Rocket’; target names need to be unique across the package graph
BUILD FAILURE 6.1 wasm