The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ArtifactBundleGen, reference main (33f4a6), with Swift 6.3 for Wasm on 16 Apr 2026 14:35:56 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/freddi-kit/ArtifactBundleGen.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/freddi-kit/ArtifactBundleGen
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 33f4a65 Merge pull request #10 from georgenavarro/fix/dirty-archive
Cloned https://github.com/freddi-kit/ArtifactBundleGen.git
Revision (git rev-parse @):
33f4a65acb296dcde04aeb828b6850fcf9dceb6c
SUCCESS checkout https://github.com/freddi-kit/ArtifactBundleGen.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/freddi-kit/ArtifactBundleGen.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/nicklockwood/SwiftFormat
[1/56108] Fetching swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat from cache (47.56s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.61.0 (48.11s)
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.61.0
/host/spi-builder-workspace/Plugins/ArtifactBundleGenPluginCommand/Symbolic Links/ArtifactBundleGen/Utils/LipoRunnner.swift:11:14: warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
 9 |         task.standardError = pipe
10 |         task.arguments = ["-c", "lipo -archs \(targetPath)"]
11 |         task.launchPath = "/bin/zsh"
   |              |- warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
   |              `- note: use 'executableURL' instead
12 |         task.standardInput = nil
13 |         do {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Plugins/ArtifactBundleGenPluginCommand/Symbolic Links/ArtifactBundleGen/Utils/ZipComposer.swift:7:29: warning: result of call to 'run(_:arguments:terminationHandler:)' is unused [#no-usage]
 5 |         try await withCheckedThrowingContinuation { continuation in
 6 |             do {
 7 |                 try Process.run(URL(fileURLWithPath: "/usr/bin/zip"), arguments: ["-FSr", "\(bundlePath.relativePath).zip", "\(bundlePath.relativePath)"]) { _ in
   |                             `- warning: result of call to 'run(_:arguments:terminationHandler:)' is unused [#no-usage]
 8 |                     continuation.resume(returning: ())
 9 |                 }
[1/1] Compiling plugin ArtifactBundleGenPluginCommand
[2/2] Compiling plugin SwiftFormatPlugin
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/15] Compiling ArtifactBundleGen FileCopy.swift
[6/15] Compiling ArtifactBundleGen VariantTriples.swift
[7/15] Compiling ArtifactBundleGen FileCleaner.swift
[8/15] Compiling ArtifactBundleGen FileExistChecker.swift
[9/16] Compiling ArtifactBundleGen LipoRunnner.swift
/host/spi-builder-workspace/Sources/ArtifactBundleGen/Utils/LipoRunnner.swift:5:20: error: cannot find 'Process' in scope
 3 | struct LipoRunnner {
 4 |     func checkArch(of targetPath: String) throws -> [String] {
 5 |         let task = Process()
   |                    `- error: cannot find 'Process' in scope
 6 |         let pipe = Pipe()
 7 |
[10/16] Compiling ArtifactBundleGen ArtifactBundleGen.swift
[11/16] Compiling ArtifactBundleGen ArtifactBundleGenError.swift
[12/16] Compiling ArtifactBundleGen ArtifactBundle.swift
[13/16] Compiling ArtifactBundleGen Config.swift
[14/16] Emitting module ArtifactBundleGen
[15/16] Compiling ArtifactBundleGen ZipComposer.swift
/host/spi-builder-workspace/Sources/ArtifactBundleGen/Utils/ZipComposer.swift:7:21: error: cannot find 'Process' in scope
 5 |         try await withCheckedThrowingContinuation { continuation in
 6 |             do {
 7 |                 try Process.run(URL(fileURLWithPath: "/usr/bin/zip"), arguments: ["-FSr", "\(bundlePath.relativePath).zip", "\(bundlePath.relativePath)"]) { _ in
   |                     `- error: cannot find 'Process' in scope
 8 |                     continuation.resume(returning: ())
 9 |                 }
[16/16] Compiling ArtifactBundleGen FolderCreator.swift
BUILD FAILURE 6.3 wasm