The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftFirebase, reference v0.0.1 (de2102), with Swift 6.1 for Wasm on 29 May 2025 00:33:21 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/compnerd/swift-firebase.git
Reference: v0.0.1
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/compnerd/swift-firebase
 * tag               v0.0.1     -> FETCH_HEAD
HEAD is now at de2102c SwiftFirebase: initial import
Cloned https://github.com/compnerd/swift-firebase.git
Revision (git rev-parse @):
de2102c8b51df0512073528c6872d1a6a36d1255
SUCCESS checkout https://github.com/compnerd/swift-firebase.git at v0.0.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/compnerd/swift-firebase.git
https://github.com/compnerd/swift-firebase.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-win32",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/compnerd/swift-win32"
    }
  ],
  "manifest_display_name" : "SwiftFirebase",
  "name" : "SwiftFirebase",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "FirebaseCore",
      "targets" : [
        "FirebaseCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FirebaseAuth",
      "targets" : [
        "FirebaseAuth"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FireBaseUI",
      "targets" : [
        "FireBaseUI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "firebase",
      "module_type" : "ClangTarget",
      "name" : "firebase",
      "path" : "Sources/firebase",
      "product_memberships" : [
        "FirebaseCore",
        "FirebaseAuth",
        "FireBaseUI"
      ],
      "sources" : [
        "shims.cc"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirebaseCore",
      "module_type" : "SwiftTarget",
      "name" : "FirebaseCore",
      "path" : "Sources/FirebaseCore",
      "product_memberships" : [
        "FirebaseCore",
        "FirebaseAuth",
        "FireBaseUI"
      ],
      "sources" : [
        "FirebaseApp+Swift.swift",
        "FirebaseConfiguration.swift",
        "FirebaseError.swift",
        "FirebaseLogging+Swift.swift",
        "FirebaseOptions+Swift.swift"
      ],
      "target_dependencies" : [
        "firebase"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FirebaseAuth",
      "module_type" : "SwiftTarget",
      "name" : "FirebaseAuth",
      "path" : "Sources/FirebaseAuth",
      "product_memberships" : [
        "FirebaseAuth",
        "FireBaseUI"
      ],
      "sources" : [
        "FIRActionCodeOperation.swift",
        "FIRAuthTokenResult.swift",
        "FirebaseAuth+Swift.swift",
        "FirebaseAuthError.swift",
        "FirebaseAuthResult+Swift.swift",
        "FirebaseUser+Swift.swift"
      ],
      "target_dependencies" : [
        "firebase",
        "FirebaseCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FireBaseUI",
      "module_type" : "SwiftTarget",
      "name" : "FireBaseUI",
      "path" : "Examples/FireBaseUI",
      "product_dependencies" : [
        "SwiftWin32"
      ],
      "product_memberships" : [
        "FireBaseUI"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Examples/FireBaseUI/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "FireBaseUI.swift",
        "FireBaseUIViewController.swift",
        "SceneDelegate.swift",
        "SwiftWin32+Extensions.swift"
      ],
      "target_dependencies" : [
        "FirebaseCore",
        "FirebaseAuth"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/compnerd/swift-win32
[1/7961] Fetching swift-win32
Fetched https://github.com/compnerd/swift-win32 from cache (0.39s)
error: the package manifest at '/Package@swift-5.8.swift' cannot be accessed (invalid absolute path 'Package@swift-5.7.swift') in https://github.com/compnerd/swift-win32
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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
Updating https://github.com/compnerd/swift-win32
Updated https://github.com/compnerd/swift-win32 (0.26s)
error: the package manifest at '/Package@swift-5.8.swift' cannot be accessed (invalid absolute path 'Package@swift-5.7.swift') in https://github.com/compnerd/swift-win32
BUILD FAILURE 6.1 wasm