The Swift Package Index logo.Swift Package Index

Build Information

Failed to build PrivateHeaderKit, reference v0.4.3 (0281f9), with Swift 6.1 for Wasm on 23 Mar 2026 04:35:46 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lynnswap/PrivateHeaderKit.git
Reference: v0.4.3
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/lynnswap/PrivateHeaderKit
 * tag               v0.4.3     -> FETCH_HEAD
HEAD is now at 0281f9f Merge pull request #20 from lynnswap:codex/fix-dump-fd-handling
Cloned https://github.com/lynnswap/PrivateHeaderKit.git
Revision (git rev-parse @):
0281f9f36d713f3eb5d0f967cfb55c785c988d8b
SUCCESS checkout https://github.com/lynnswap/PrivateHeaderKit.git at v0.4.3
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/lynnswap/PrivateHeaderKit.git
https://github.com/lynnswap/PrivateHeaderKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "machokit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.47.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/lynnswap/MachOKit.git"
    },
    {
      "identity" : "machoobjcsection",
      "requirement" : {
        "revision" : [
          "3dbf6a856cbdc856d4d7c1fe6bbf81161e0fbe9c"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/lynnswap/MachOObjCSection.git"
    },
    {
      "identity" : "machoswiftsection",
      "requirement" : {
        "revision" : [
          "2fbb1a78e316a2beaf2911488ecda6455e205f84"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/lynnswap/MachOSwiftSection.git"
    },
    {
      "identity" : "swift-objc-dump",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.8.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/p-x9/swift-objc-dump.git"
    }
  ],
  "manifest_display_name" : "PrivateHeaderKit",
  "name" : "PrivateHeaderKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "headerdump",
      "targets" : [
        "HeaderDumpCLI"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "privateheaderkit-dump",
      "targets" : [
        "PrivateHeaderKitDump"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "privateheaderkit-install",
      "targets" : [
        "PrivateHeaderKitInstall"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "PrivateHeaderKitToolingTestHelper",
      "targets" : [
        "PrivateHeaderKitToolingTestHelper"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PrivateHeaderKitToolingTests",
      "module_type" : "SwiftTarget",
      "name" : "PrivateHeaderKitToolingTests",
      "path" : "Tests/PrivateHeaderKitToolingTests",
      "sources" : [
        "StreamingProcessRunnerTests.swift"
      ],
      "target_dependencies" : [
        "PrivateHeaderKitTooling",
        "PrivateHeaderKitToolingTestHelper"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PrivateHeaderKitToolingTestHelper",
      "module_type" : "SwiftTarget",
      "name" : "PrivateHeaderKitToolingTestHelper",
      "path" : "Tests/PrivateHeaderKitToolingTestHelper",
      "product_memberships" : [
        "PrivateHeaderKitToolingTestHelper"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "PrivateHeaderKitTooling"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "PrivateHeaderKitTooling",
      "module_type" : "SwiftTarget",
      "name" : "PrivateHeaderKitTooling",
      "path" : "Sources/PrivateHeaderKitTooling",
      "product_memberships" : [
        "privateheaderkit-dump",
        "privateheaderkit-install",
        "PrivateHeaderKitToolingTestHelper"
      ],
      "sources" : [
        "FileOps.swift",
        "OutputLock.swift",
        "PathUtils.swift",
        "ProcessRunner.swift",
        "SignalForwarding.swift",
        "Simctl.swift",
        "StreamingSubprocess.swift",
        "ToolingError.swift",
        "VersionUtils.swift",
        "Which.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PrivateHeaderKitInstall",
      "module_type" : "SwiftTarget",
      "name" : "PrivateHeaderKitInstall",
      "path" : "Sources/PrivateHeaderKitInstall",
      "product_memberships" : [
        "privateheaderkit-install"
      ],
      "sources" : [
        "PrivateHeaderKitInstallMain.swift"
      ],
      "target_dependencies" : [
        "PrivateHeaderKitTooling"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "PrivateHeaderKitDumpTests",
      "module_type" : "SwiftTarget",
      "name" : "PrivateHeaderKitDumpTests",
      "path" : "Tests/PrivateHeaderKitDumpTests",
      "sources" : [
        "PrivateHeaderKitDumpTests.swift"
      ],
      "target_dependencies" : [
        "PrivateHeaderKitDump"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PrivateHeaderKitDump",
      "module_type" : "SwiftTarget",
      "name" : "PrivateHeaderKitDump",
      "path" : "Sources/PrivateHeaderKitDump",
      "product_memberships" : [
        "privateheaderkit-dump"
      ],
      "sources" : [
        "PrivateHeaderKitDumpMain.swift"
      ],
      "target_dependencies" : [
        "PrivateHeaderKitTooling"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "HeaderDumpRuntimeObjC",
      "module_type" : "ClangTarget",
      "name" : "HeaderDumpRuntimeObjC",
      "path" : "Sources/HeaderDumpRuntimeObjC",
      "product_memberships" : [
        "headerdump"
      ],
      "sources" : [
        "RuntimeFallbackClassInfo.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HeaderDumpCore",
      "module_type" : "SwiftTarget",
      "name" : "HeaderDumpCore",
      "path" : "Sources/HeaderDumpCore",
      "product_dependencies" : [
        "MachOKit",
        "MachOObjCSection",
        "ObjCDump",
        "MachOSwiftSection",
        "SwiftInterface"
      ],
      "product_memberships" : [
        "headerdump"
      ],
      "sources" : [
        "HeaderDumpMain.swift"
      ],
      "target_dependencies" : [
        "HeaderDumpRuntimeObjC"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HeaderDumpCLITests",
      "module_type" : "SwiftTarget",
      "name" : "HeaderDumpCLITests",
      "path" : "Tests/HeaderDumpCLITests",
      "product_dependencies" : [
        "MachOKit"
      ],
      "sources" : [
        "HeaderDumpCLITests.swift"
      ],
      "target_dependencies" : [
        "HeaderDumpCore",
        "HeaderDumpRuntimeObjC"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HeaderDumpCLI",
      "module_type" : "SwiftTarget",
      "name" : "HeaderDumpCLI",
      "path" : "Sources/HeaderDumpCLI",
      "product_memberships" : [
        "headerdump"
      ],
      "sources" : [
        "HeaderDumpMain.swift"
      ],
      "target_dependencies" : [
        "HeaderDumpCore"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/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 swiftpackageindex/spi-images
Digest: sha256:a7b4552feb759c014e60bb7d16019351f72ce4b9f19dbbaa081e1f5551c90672
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:a7b4552feb759c014e60bb7d16019351f72ce4b9f19dbbaa081e1f5551c90672
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
BUILD FAILURE 6.1 wasm