The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ConfigCop, reference master (e0471d), with Swift 6.1 for Wasm on 28 May 2025 04:24:13 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/thelookoutway/ConfigCop.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/thelookoutway/ConfigCop
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at e0471d6 Add verbose mode
Cloned https://github.com/thelookoutway/ConfigCop.git
Revision (git rev-parse @):
e0471d6596688ac9eb3d93228ac722d133ce9047
SUCCESS checkout https://github.com/thelookoutway/ConfigCop.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/thelookoutway/ConfigCop.git
https://github.com/thelookoutway/ConfigCop.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    },
    {
      "identity" : "swift-package-manager",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-package-manager.git"
    }
  ],
  "manifest_display_name" : "ConfigCop",
  "name" : "ConfigCop",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "ConfigCop",
      "targets" : [
        "ConfigCop"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ConfigCopTests",
      "module_type" : "SwiftTarget",
      "name" : "ConfigCopTests",
      "path" : "Tests/ConfigCopTests",
      "product_dependencies" : [
        "Yams"
      ],
      "sources" : [
        "ConfigCopTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "ConfigCopCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ConfigCopCore",
      "module_type" : "SwiftTarget",
      "name" : "ConfigCopCore",
      "path" : "Sources/ConfigCopCore",
      "product_dependencies" : [
        "Yams"
      ],
      "product_memberships" : [
        "ConfigCop"
      ],
      "sources" : [
        "CommandLineExtension.swift",
        "ConsoleIO.swift",
        "Template.swift",
        "TemplateController.swift",
        "Third Party/XCConfig/XCConfig.swift",
        "Third Party/XCConfig/XCConfigParser.swift",
        "VerificationController.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ConfigCop",
      "module_type" : "SwiftTarget",
      "name" : "ConfigCop",
      "path" : "Sources/ConfigCop",
      "product_dependencies" : [
        "SPMUtility"
      ],
      "product_memberships" : [
        "ConfigCop"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "ConfigCopCore"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.1"
}
warning: 'spi-builder-workspace': The target named 'ConfigCop' was identified as an executable target but a non-executable product with this name already exists.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/jpsim/Yams.git
Fetching https://github.com/apple/swift-package-manager.git
[1/10657] Fetching yams
[10658/165087] Fetching yams, swift-package-manager
Fetched https://github.com/jpsim/Yams.git from cache (1.44s)
[15443/154430] Fetching swift-package-manager
Fetched https://github.com/apple/swift-package-manager.git from cache (11.67s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 2.0.0 (12.31s)
Computing version for https://github.com/apple/swift-package-manager.git
Computed https://github.com/apple/swift-package-manager.git at 0.6.0 (0.68s)
Fetching https://github.com/apple/swift-tools-support-core.git
Fetching https://github.com/apple/swift-llbuild.git
[1/6763] Fetching swift-tools-support-core
[6764/35752] Fetching swift-tools-support-core, swift-llbuild
Fetched https://github.com/apple/swift-tools-support-core.git from cache (3.33s)
Fetched https://github.com/apple/swift-llbuild.git from cache (3.42s)
Computing version for https://github.com/apple/swift-tools-support-core.git
Computed https://github.com/apple/swift-tools-support-core.git at 0.1.0 (4.08s)
Computing version for https://github.com/apple/swift-llbuild.git
Computed https://github.com/apple/swift-llbuild.git at 0.3.0 (1.09s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 2.0.0
Creating working copy for https://github.com/apple/swift-llbuild.git
Working copy of https://github.com/apple/swift-llbuild.git resolved at 0.3.0
Creating working copy for https://github.com/apple/swift-package-manager.git
Working copy of https://github.com/apple/swift-package-manager.git resolved at 0.6.0
Creating working copy for https://github.com/apple/swift-tools-support-core.git
Working copy of https://github.com/apple/swift-tools-support-core.git resolved at 0.1.0
warning: 'spi-builder-workspace': The target named 'ConfigCop' was identified as an executable target but a non-executable product with this name already exists.
error: 'swift-llbuild': Error Domain=NSCocoaErrorDomain Code=256 "(null)"UserInfo={NSUnderlyingError=Error Domain=NSPOSIXErrorDomain Code=40 "Too many levels of symbolic links", NSFilePath=/host/spi-builder-workspace/.build/checkouts/swift-llbuild/lib/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm, NSUserStringVariant=["Folder"], NSURL=file:///host/spi-builder-workspace/.build/checkouts/swift-llbuild/lib/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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
warning: 'spi-builder-workspace': The target named 'ConfigCop' was identified as an executable target but a non-executable product with this name already exists.
error: 'spi-builder-workspace': product 'SPMUtility' required by package 'spi-builder-workspace' target 'ConfigCop' not found. Did you mean 'TSCUtility'?
BUILD FAILURE 6.1 wasm