The Swift Package Index logo.Swift Package Index

Build Information

Failed to build xcinfo, reference master (d8c566), with Swift 6.1 for Wasm on 5 Feb 2026 07:47:57 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/XcodeReleasesOrg/xcinfo.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/XcodeReleasesOrg/xcinfo
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at d8c566b Uses unxip 3.0 as default extraction tool
Cloned https://github.com/XcodeReleasesOrg/xcinfo.git
Revision (git rev-parse @):
d8c566be7204afdc4dbc734f58a206b5e342426d
SUCCESS checkout https://github.com/XcodeReleasesOrg/xcinfo.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/XcodeReleasesOrg/xcinfo.git
https://github.com/XcodeReleasesOrg/xcinfo.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow"
    },
    {
      "identity" : "data",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/xcodereleases/data.git"
    },
    {
      "identity" : "prompt",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/getGuaka/Prompt.git"
    },
    {
      "identity" : "swift-custom-dump",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-custom-dump"
    },
    {
      "identity" : "unxip",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/saagarjha/unxip"
    }
  ],
  "manifest_display_name" : "xcinfo",
  "name" : "xcinfo",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "xcinfo",
      "targets" : [
        "xcinfo"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "xcinfoCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "xcinfoCoreTests",
      "path" : "Tests/xcinfoCoreTests",
      "product_dependencies" : [
        "Prompt",
        "CustomDump"
      ],
      "sources" : [
        "XcodeTests.swift",
        "xcinfoCoreTests.swift"
      ],
      "target_dependencies" : [
        "xcinfoCore",
        "XCUnxip"
      ],
      "type" : "test"
    },
    {
      "c99name" : "xcinfoCore",
      "module_type" : "SwiftTarget",
      "name" : "xcinfoCore",
      "path" : "Sources/xcinfoCore",
      "product_dependencies" : [
        "libunxip",
        "XCModel"
      ],
      "product_memberships" : [
        "xcinfo"
      ],
      "sources" : [
        "AppleAuthenticator.swift",
        "Array+Extensions.swift",
        "Core.swift",
        "Credentials.swift",
        "Downloader.swift",
        "Environment.swift",
        "Extractor.swift",
        "FileDownload.swift",
        "InterruptionHandler.swift",
        "ProgressDisplay.swift",
        "Publisher+Extensions.swift",
        "Shell.swift",
        "Unxip.swift",
        "VersionParts.swift",
        "WindowSize.swift",
        "XCReleasesAPI.swift",
        "XcodeVersion.swift",
        "fail.swift"
      ],
      "target_dependencies" : [
        "OlympUs",
        "XCIFoundation",
        "XCUnxip"
      ],
      "type" : "library"
    },
    {
      "c99name" : "xcinfo",
      "module_type" : "SwiftTarget",
      "name" : "xcinfo",
      "path" : "Sources/xcinfo",
      "product_dependencies" : [
        "ArgumentParser",
        "Prompt",
        "Rainbow"
      ],
      "product_memberships" : [
        "xcinfo"
      ],
      "sources" : [
        "SubCommands/Cleanup.swift",
        "SubCommands/Download.swift",
        "SubCommands/Extract.swift",
        "SubCommands/Info.swift",
        "SubCommands/Install.swift",
        "SubCommands/Installed.swift",
        "SubCommands/List.swift",
        "SubCommands/Uninstall.swift",
        "XCInfo.swift",
        "installExtractedXcode.swift",
        "version.swift"
      ],
      "target_dependencies" : [
        "xcinfoCore",
        "XCIFoundation"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "XCUnxip",
      "module_type" : "ClangTarget",
      "name" : "XCUnxip",
      "path" : "Sources/XCUnxip",
      "product_memberships" : [
        "xcinfo"
      ],
      "sources" : [
        "Unxip.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "XCIFoundation",
      "module_type" : "SwiftTarget",
      "name" : "XCIFoundation",
      "path" : "Sources/XCIFoundation",
      "product_dependencies" : [
        "Rainbow"
      ],
      "product_memberships" : [
        "xcinfo"
      ],
      "sources" : [
        "FileManager+Extensions.swift",
        "KeychainPasswordItem.swift",
        "Logger.swift",
        "String+Extensions.swift",
        "URL+Extensions.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OlympUs",
      "module_type" : "SwiftTarget",
      "name" : "OlympUs",
      "path" : "Sources/OlympUs",
      "product_dependencies" : [
        "Prompt"
      ],
      "product_memberships" : [
        "xcinfo"
      ],
      "sources" : [
        "OlympUs.swift"
      ],
      "target_dependencies" : [
        "XCIFoundation"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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: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:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/xcodereleases/data.git
[1/996] Fetching data
Fetched https://github.com/xcodereleases/data.git from cache (0.26s)
error: could not find a branch named ‘master’ in https://github.com/xcodereleases/data.git (did you mean ‘main’?)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Updating https://github.com/xcodereleases/data.git
Updated https://github.com/xcodereleases/data.git (0.16s)
error: could not find a branch named ‘master’ in https://github.com/xcodereleases/data.git (did you mean ‘main’?)
BUILD FAILURE 6.1 wasm