Build Information
Failed to build Push, reference 0.6.11 (8ec740
), with Swift 6.0 for Linux on 4 Nov 2024 14:11:23 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/push-protocol/push-swift-sdk.git
Reference: 0.6.11
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/push-protocol/push-swift-sdk
* tag 0.6.11 -> FETCH_HEAD
HEAD is now at 8ec7401 fix: fix issue with block user (#23)
Cloned https://github.com/push-protocol/push-swift-sdk.git
Revision (git rev-parse @):
8ec7401082164dce5463a308d7b90b7ab3cbb44a
SUCCESS checkout https://github.com/push-protocol/push-swift-sdk.git at 0.6.11
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/push-protocol/push-swift-sdk.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/web3swift-team/web3swift.git
Fetching https://github.com/krzyzanowskim/ObjectivePGP.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
[1/12703] Fetching cryptoswift
[1907/43070] Fetching cryptoswift, web3swift
[26066/54568] Fetching cryptoswift, web3swift, objectivepgp
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (14.18s)
Fetched https://github.com/web3swift-team/web3swift.git from cache (14.27s)
Fetched https://github.com/krzyzanowskim/ObjectivePGP.git from cache (14.59s)
Computing version for https://github.com/krzyzanowskim/ObjectivePGP.git
Computed https://github.com/krzyzanowskim/ObjectivePGP.git at 0.99.4 (1.73s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.3 (0.43s)
Computing version for https://github.com/web3swift-team/web3swift.git
error: Invalid manifest (compiled with: ["/usr/bin/swiftc", "-vfsoverlay", "/tmp/TemporaryDirectory.CYJ59b/vfs.yaml", "-L", "/usr/lib/swift/pm/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/usr/lib/swift/pm/ManifestAPI", "-swift-version", "5", "-I", "/usr/lib/swift/pm/ManifestAPI", "-package-description-version", "5.5.0", "/Package.swift", "-o", "/tmp/TemporaryDirectory.FMsh3T/web3swift-manifest"])
/Package.swift:36:22: error: cannot find 'excludeFiles' in scope
34 | name: "web3swift",
35 | dependencies: ["Core", "BigInt", "secp256k1"],
36 | exclude: excludeFiles,
| `- error: cannot find 'excludeFiles' in scope
37 | resources: [
38 | .copy("./Browser/browser.js"), in https://github.com/web3swift-team/web3swift.git
BUILD FAILURE 6.0 linux