The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build web3.swift, reference develop (4f666e), with Swift 6.1 for visionOS using Xcode 16.3 on 28 Apr 2025 02:27:12 UTC.

Build Command

No build command. This typically means the build failed at an early stage where we determine the build command.

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/argentlabs/web3.swift.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/argentlabs/web3.swift
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 4f666ea Merge pull request #371 from argentlabs/dependabot/bundler/rexml-3.2.8
Cloned https://github.com/argentlabs/web3.swift.git
Revision (git rev-parse @):
4f666ead741fe9f10127ddbc5f7dd08a79424f8c
SUCCESS checkout https://github.com/argentlabs/web3.swift.git at develop
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/argentlabs/web3.swift.git
https://github.com/argentlabs/web3.swift.git
{
  "dependencies" : [
    {
      "identity" : "bigint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.3.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/attaswift/BigInt"
    },
    {
      "identity" : "generic-json-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/iwill/generic-json-swift"
    },
    {
      "identity" : "secp256k1.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/GigaBitcoin/secp256k1.swift.git"
    },
    {
      "identity" : "websocket-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/websocket-kit.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "web3.swift",
  "name" : "web3.swift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "web3.swift",
      "targets" : [
        "web3"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "web3-zksync.swift",
      "targets" : [
        "web3-zksync"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "web3swiftTests",
      "module_type" : "SwiftTarget",
      "name" : "web3swiftTests",
      "path" : "web3sTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/web3sTests/Account/cryptofights_712.json",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/web3sTests/Account/ethermail_signTypedDataV4.json",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/web3sTests/Account/real_word_opensea_signTypedDataV4.json",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/web3sTests/Resources/rlptests.json",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Account/EthereumAccount+SignTransactionTests.swift",
        "Account/EthereumAccount+SignTypedTests.swift",
        "Account/EthereumAccountTests.swift",
        "Account/EthereumKeyStorageTests.swift",
        "Address/EthereumAddressTests.swift",
        "Client/EthereumClientTests.swift",
        "Contract/ABIDecoderTests.swift",
        "Contract/ABIEncoderTests.swift",
        "Contract/ABIEventTests.swift",
        "Contract/ABIFunctionEncoderTests.swift",
        "Contract/ABIFunctionTests.swift",
        "ENS/ENSOffchainTests.swift",
        "ENS/ENSTests.swift",
        "ERC1271/ERC1271Tests.swift",
        "ERC165/ERC165Tests.swift",
        "ERC20/ERC20Tests.swift",
        "ERC721/ERC721Tests.swift",
        "Extensions/ByteExtensionsTests.swift",
        "Extensions/Data+RandomTests.swift",
        "Extensions/HexExtensionsTests.swift",
        "Extensions/KeccakExtensionsTests.swift",
        "Extensions/String+NumericTests.swift",
        "Mocks/TestEthereumKeyStorage.swift",
        "Multicall/MulticallTests.swift",
        "OffchainLookup/OffchainLookupTests.swift",
        "SIWE/SIWETests.swift",
        "SIWE/SiweMessageTests.swift",
        "SIWE/SiweVerifierTests.swift",
        "TestConfig.swift",
        "Transaction/TransactionTests.swift",
        "Utils/AesUtilTests.swift",
        "Utils/HexUtilTests.swift",
        "Utils/KeyDerivationTests.swift",
        "Utils/KeyUtilTests.swift",
        "Utils/KeystoreUtilTests.swift",
        "Utils/RLPTests.swift",
        "ZKSync/EthereumClient+ZKSyncTests.swift",
        "ZKSync/ZKSyncTransactionTests.swift"
      ],
      "target_dependencies" : [
        "web3",
        "web3-zksync"
      ],
      "type" : "test"
    },
    {
      "c99name" : "web3_zksync",
      "module_type" : "SwiftTarget",
      "name" : "web3-zksync",
      "path" : "web3swift/src/ZKSync",
      "product_memberships" : [
        "web3-zksync.swift"
      ],
      "sources" : [
        "ABIFunction+ZKSync.swift",
        "EthereumAccount+ZKSync.swift",
        "ZKSyncProvider.swift",
        "ZKSyncTransaction.swift"
      ],
      "target_dependencies" : [
        "web3"
      ],
      "type" : "library"
    },
    {
      "c99name" : "web3",
      "module_type" : "SwiftTarget",
      "name" : "web3",
      "path" : "web3swift/src",
      "product_dependencies" : [
        "BigInt",
        "GenericJSON",
        "secp256k1",
        "WebSocketKit",
        "Logging"
      ],
      "product_memberships" : [
        "web3.swift",
        "web3-zksync.swift"
      ],
      "sources" : [
        "Account/EthereumAccount+SignTransaction.swift",
        "Account/EthereumAccount.swift",
        "Account/EthereumKeyStorage+Password.swift",
        "Account/EthereumKeyStorage.swift",
        "Account/Signature.swift",
        "Account/TypedData.swift",
        "Client/BaseEthereumClient+Call.swift",
        "Client/BaseEthereumClient.swift",
        "Client/HTTP/EthereumHttpClient.swift",
        "Client/Models/EthereumAddress.swift",
        "Client/Models/EthereumBlock.swift",
        "Client/Models/EthereumBlockInfo.swift",
        "Client/Models/EthereumHeader.swift",
        "Client/Models/EthereumLog.swift",
        "Client/Models/EthereumNetwork.swift",
        "Client/Models/EthereumSubscription.swift",
        "Client/Models/EthereumSyncStatus.swift",
        "Client/Models/EthereumTransaction.swift",
        "Client/Models/EthereumTransactionReceipt.swift",
        "Client/NetworkProviders/EventLoopGroupProvider.swift",
        "Client/NetworkProviders/HttpNetworkProvider.swift",
        "Client/NetworkProviders/JSONRPC.swift",
        "Client/NetworkProviders/NetworkProviderProtocol.swift",
        "Client/NetworkProviders/WebSocketConfiguration.swift",
        "Client/NetworkProviders/WebSocketNetworkProvider.swift",
        "Client/Protocols/EthereumClientProtocol.swift",
        "Client/Protocols/EthereumProvider.swift",
        "Client/RecursiveLogCollector.swift",
        "Client/WSS/EthereumWebSocketClient.swift",
        "Contract/ABIDecoder.swift",
        "Contract/ABIEncoder.swift",
        "Contract/ABIRawType.swift",
        "Contract/Statically Typed/ABIDecoder+Static.swift",
        "Contract/Statically Typed/ABIEncoder+Static.swift",
        "Contract/Statically Typed/ABIEvent.swift",
        "Contract/Statically Typed/ABIFunction.swift",
        "Contract/Statically Typed/ABIFunctionEncodable.swift",
        "Contract/Statically Typed/ABIFunctionEncoder.swift",
        "Contract/Statically Typed/ABIRawType+Static.swift",
        "Contract/Statically Typed/ABIRevertError.swift",
        "Contract/Statically Typed/ABITuple.swift",
        "Contract/Statically Typed/EthereumClient+Static.swift",
        "ENS/ENSContracts.swift",
        "ENS/ENSMultiResolver.swift",
        "ENS/ENSResolver.swift",
        "ENS/ENSResponses.swift",
        "ENS/EthereumNameService.swift",
        "ERC1271/ERC1271.swift",
        "ERC1271/ERC1271Error.swift",
        "ERC1271/ERC1271Functions.swift",
        "ERC1271/ERC1271Responses.swift",
        "ERC165/ERC165.swift",
        "ERC20/ERC20.swift",
        "ERC20/ERC20Events.swift",
        "ERC20/ERC20Functions.swift",
        "ERC20/ERC20Responses.swift",
        "ERC721/ERC721.swift",
        "ERC721/ERC721Events.swift",
        "ERC721/ERC721Functions.swift",
        "ERC721/ERC721Responses.swift",
        "Extensions/ByteExtensions.swift",
        "Extensions/Data+Random.swift",
        "Extensions/Extensions.swift",
        "Extensions/HexExtensions.swift",
        "Extensions/KeccakExtensions.swift",
        "Extensions/ResultExtensions.swift",
        "Extensions/String+Numeric.swift",
        "Extensions/URLSessionExtensions.swift",
        "Multicall/Multicall.swift",
        "Multicall/MulticallContract.swift",
        "OffchainLookup/OffchainLookup.swift",
        "SIWE/EthereumAccount+SignSIWERequest.swift",
        "SIWE/SiweMessage+Codable.swift",
        "SIWE/SiweMessage+RegEx.swift",
        "SIWE/SiweMessage+String.swift",
        "SIWE/SiweMessage+Validation.swift",
        "SIWE/SiweMessage.swift",
        "SIWE/SiweVerifier.swift",
        "Utils/AesUtil.swift",
        "Utils/HexUtil.swift",
        "Utils/KeyDerivation.swift",
        "Utils/KeyUtil.swift",
        "Utils/KeystoreUtil.swift",
        "Utils/PropertyWrappers.swift",
        "Utils/RLP.swift"
      ],
      "target_dependencies" : [
        "keccaktiny",
        "aes",
        "Internal_CryptoSwift_PBDKF2"
      ],
      "type" : "library"
    },
    {
      "c99name" : "keccaktiny",
      "module_type" : "ClangTarget",
      "name" : "keccaktiny",
      "path" : "web3swift/lib/keccak-tiny",
      "product_memberships" : [
        "web3.swift",
        "web3-zksync.swift"
      ],
      "sources" : [
        "keccak-tiny.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "aes",
      "module_type" : "ClangTarget",
      "name" : "aes",
      "path" : "web3swift/lib/aes",
      "product_memberships" : [
        "web3.swift",
        "web3-zksync.swift"
      ],
      "sources" : [
        "aes.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Internal_CryptoSwift_PBDKF2",
      "module_type" : "SwiftTarget",
      "name" : "Internal_CryptoSwift_PBDKF2",
      "path" : "web3swift/lib/CryptoSwift",
      "product_memberships" : [
        "web3.swift",
        "web3-zksync.swift"
      ],
      "sources" : [
        "Array+Extensions.swift",
        "BatchedCollection.swift",
        "Generics.swift",
        "HMAC.swift",
        "Int+Extensions.swift",
        "PBKDF2.swift",
        "SHA2.swift",
        "UInt32+Extensions.swift",
        "UInt64+Extensions.swift",
        "Utils.swift",
        "ZeroPadding.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/attaswift/BigInt
Fetching from https://github.com/vapor/websocket-kit.git
Fetching from https://github.com/iwill/generic-json-swift
Fetching from https://github.com/GigaBitcoin/secp256k1.swift.git
Fetching from https://github.com/apple/swift-log.git (cached)
Fetching from https://github.com/apple/swift-nio.git (cached)
Fetching from https://github.com/apple/swift-atomics.git (cached)
Fetching from https://github.com/apple/swift-nio-ssl.git (cached)
Fetching from https://github.com/apple/swift-nio-extras.git (cached)
Fetching from https://github.com/apple/swift-nio-transport-services.git (cached)
Fetching from https://github.com/apple/swift-collections.git (cached)
Fetching from https://github.com/apple/swift-system.git (cached)
Fetching from https://github.com/apple/swift-http-structured-headers.git (cached)
Fetching from https://github.com/apple/swift-algorithms.git (cached)
Fetching from https://github.com/apple/swift-nio-http2.git (cached)
Fetching from https://github.com/apple/swift-http-types.git (cached)
Fetching from https://github.com/apple/swift-numerics.git (cached)
Creating working copy of package ‘BigInt’
Checking out 5.5.1 of package ‘BigInt’
Creating working copy of package ‘secp256k1.swift’
Checking out 0.21.0 of package ‘secp256k1.swift’
Creating working copy of package ‘swift-log’
Checking out 1.6.3 of package ‘swift-log’
Creating working copy of package ‘swift-nio-ssl’
Checking out 2.30.0 of package ‘swift-nio-ssl’
Creating working copy of package ‘swift-nio-http2’
Checking out 1.36.0 of package ‘swift-nio-http2’
Creating working copy of package ‘swift-algorithms’
Checking out 1.2.1 of package ‘swift-algorithms’
Creating working copy of package ‘swift-nio-transport-services’
Checking out 1.24.0 of package ‘swift-nio-transport-services’
Creating working copy of package ‘swift-atomics’
Checking out 1.2.0 of package ‘swift-atomics’
Creating working copy of package ‘swift-collections’
Checking out 1.1.4 of package ‘swift-collections’
Creating working copy of package ‘swift-nio-extras’
Checking out 1.26.0 of package ‘swift-nio-extras’
Creating working copy of package ‘swift-http-types’
Checking out 1.4.0 of package ‘swift-http-types’
Creating working copy of package ‘swift-http-structured-headers’
Checking out 1.2.2 of package ‘swift-http-structured-headers’
Creating working copy of package ‘swift-nio’
Checking out 2.82.0 of package ‘swift-nio’
Creating working copy of package ‘swift-system’
Checking out 1.4.2 of package ‘swift-system’
Creating working copy of package ‘websocket-kit’
Checking out 2.16.0 of package ‘websocket-kit’
Creating working copy of package ‘swift-numerics’
Checking out 1.0.3 of package ‘swift-numerics’
Creating working copy of package ‘generic-json-swift’
Checking out 2.0.2 of package ‘generic-json-swift’
product 'secp256k1' required by package 'spi-builder-workspace' target 'web3' not found in package 'secp256k1.swift'. Did you mean 'libsecp256k1'?Resolve Package Graph
product 'secp256k1' required by package 'spi-builder-workspace' target 'web3' not found in package 'secp256k1.swift'. Did you mean 'libsecp256k1'?
Resolved source packages:
  spi-builder-workspace: (null)
2025-04-27 19:27:12.062 xcodebuild[517:2889] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-27-04_19-27-0012.xcresult
xcodebuild: error: Could not resolve package dependencies:
  product 'secp256k1' required by package 'spi-builder-workspace' target 'web3' not found in package 'secp256k1.swift'. Did you mean 'libsecp256k1'?
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
product 'secp256k1' required by package 'spi-builder-workspace' target 'web3' not found in package 'secp256k1.swift'. Did you mean 'libsecp256k1'?
Resolved source packages:
  spi-builder-workspace: (null)
2025-04-27 19:27:12.947 xcodebuild[1318:5968] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-27-04_19-27-0012.xcresult
xcodebuild: error: Could not resolve package dependencies:
  product 'secp256k1' required by package 'spi-builder-workspace' target 'web3' not found in package 'secp256k1.swift'. Did you mean 'libsecp256k1'?
BUILD FAILURE 6.1 visionOS