The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build Push with Swift 5.10 for tvOS using Xcode 15.4.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme Push -destination generic/platform=tvos

Build Log

========================================
RunAll
========================================
Builder version: 4.33.2
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 /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
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:         tvOS
Swift version:             5.10
Building package at path:  $workDir
https://github.com/push-protocol/push-swift-sdk.git
Command line invocation:
    /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/krzyzanowskim/CryptoSwift.git (cached)
Fetching from https://github.com/attaswift/BigInt.git (cached)
Fetching from https://github.com/krzyzanowskim/ObjectivePGP.git (cached)
Fetching from https://github.com/web3swift-team/web3swift.git (cached)
Creating working copy of package ‘CryptoSwift’
Checking out 1.5.1 of package ‘CryptoSwift’
Creating working copy of package ‘web3swift’
Checking out 3.1.2 of package ‘web3swift’
Creating working copy of package ‘ObjectivePGP’
Checking out 0.99.4 of package ‘ObjectivePGP’
Creating working copy of package ‘BigInt’
Checking out 5.3.0 of package ‘BigInt’
Resolved source packages:
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.5.1
  Web3swift: https://github.com/web3swift-team/web3swift.git @ 3.1.2
  Push: /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
  ObjectivePGP: https://github.com/krzyzanowskim/ObjectivePGP.git @ 0.99.4
  BigInt: https://github.com/attaswift/BigInt.git @ 5.3.0
resolved source packages: CryptoSwift, Web3swift, Push, ObjectivePGP, BigInt
objc[9680]: Class XROS1_1SimRuntime is implemented in both /Library/Developer/CoreSimulator/Volumes/xrOS_21O209/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10f65c0e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x1105480e0). One of the two will be used. Which one is undefined.
{
  "dependencies" : [
    {
      "identity" : "objectivepgp",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.99.4",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/ObjectivePGP.git"
    },
    {
      "identity" : "cryptoswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
    },
    {
      "identity" : "web3swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/web3swift-team/web3swift.git"
    }
  ],
  "manifest_display_name" : "Push",
  "name" : "Push",
  "path" : "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "Push",
      "targets" : [
        "Push"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PushTests",
      "module_type" : "SwiftTarget",
      "name" : "PushTests",
      "path" : "Tests",
      "product_dependencies" : [
        "web3swift"
      ],
      "sources" : [
        "Channel/GetChannel.swift",
        "Channel/Opt.swift",
        "Channel/SearchTest.swift",
        "Chat/Group/CreateGroupTests.swift",
        "Chat/Group/GetGroupTests.swift",
        "Chat/Group/GroupConversationTests.swift",
        "Chat/Group/SendGroupMsgTests.swift",
        "Chat/Group/UpdateGroupTests.swift",
        "Chat/P2P/ConversationTests.swift",
        "Chat/P2P/GetChatsTests.swift",
        "Chat/P2P/SendTests.swift",
        "Helper/AESCBCTests.swift",
        "Helper/AESGCMTests.swift",
        "Helper/AddressTests.swift",
        "Helper/CryptoUtilsTests.swift",
        "Helper/IpfsTests.swift",
        "Helper/PgpTests.swift",
        "Helper/SignerTests.swift",
        "User/CreateUserTests.swift",
        "User/GetFeedsTests.swift",
        "User/GetTests.swift",
        "User/UpdateUserTests.swift",
        "e2e/FullConversation.swift",
        "e2e/GroupConversation.swift",
        "e2e/PrivateGroupDecrypt.swift",
        "helpers/Accounts.swift",
        "helpers/Signer.swift"
      ],
      "target_dependencies" : [
        "Push"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Push",
      "module_type" : "SwiftTarget",
      "name" : "Push",
      "path" : "Sources",
      "product_dependencies" : [
        "ObjectivePGP",
        "CryptoSwift"
      ],
      "product_memberships" : [
        "Push"
      ],
      "sources" : [
        "Channels/Channel.swift",
        "Channels/Opt.swift",
        "Channels/Search.swift",
        "Channels/Subscribers.swift",
        "Chat/Conversation.swift",
        "Chat/Group/CreateGroup.swift",
        "Chat/Group/GetGroup.swift",
        "Chat/Group/Group.swift",
        "Chat/Group/UpdateGroup.swift",
        "Chat/Inbox.swift",
        "Chat/Requests.swift",
        "Chat/Send.swift",
        "Chat/helpers/GroupChatValidator.swift",
        "Config/Constants.swift",
        "Config/PushEnv.swift",
        "Endpoints/ChannelEndpoint.swift",
        "Endpoints/ChatEndpoint.swift",
        "Endpoints/IpfsEndpoint.swift",
        "Endpoints/PushEndpoint.swift",
        "Helpers/Address.swift",
        "Helpers/Chat/GetInboxList.swift",
        "Helpers/Crypto/AESCBC.swift",
        "Helpers/Crypto/AESGCM.swift",
        "Helpers/Crypto/Pgp.swift",
        "Helpers/Crypto/Utils.swift",
        "Helpers/Errors.swift",
        "Helpers/Eth/Signer.swift",
        "Helpers/Eth/Wallet.swift",
        "Helpers/Ipfs/Cid.swift",
        "Helpers/JsonUtils.swift",
        "User/CreateUser.swift",
        "User/DecryptPgp.swift",
        "User/GetFeeds.swift",
        "User/UpdateProfile.swift",
        "User/User.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Push"
    ]
  }
}
objc[10327]: Class XROS1_1SimRuntime is implemented in both /Library/Developer/CoreSimulator/Volumes/xrOS_21O209/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10c8040e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10f31c0e0). One of the two will be used. Which one is undefined.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme Push -destination generic/platform=tvos
Command line invocation:
    /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme Push -destination generic/platform=tvos
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  ObjectivePGP: https://github.com/krzyzanowskim/ObjectivePGP.git @ 0.99.4
  Push: /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
  BigInt: https://github.com/attaswift/BigInt.git @ 5.3.0
  Web3swift: https://github.com/web3swift-team/web3swift.git @ 3.1.2
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.5.1
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (5 targets)
    Target 'Push' in project 'Push'
        ➜ Explicit dependency on target 'Push' in project 'Push'
        ➜ Explicit dependency on target 'ObjectivePGP' in project 'ObjectivePGP'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
    Target 'Push' in project 'Push'
        ➜ Explicit dependency on target 'ObjectivePGP' in project 'ObjectivePGP'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
    Target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
    Target 'CryptoSwift' in project 'CryptoSwift' (no dependencies)
    Target 'ObjectivePGP' in project 'ObjectivePGP' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -v
ExecuteExternalTool /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 8750fa2d472077ed9f7123251383c93f
Build description path: /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/8750fa2d472077ed9f7123251383c93f.xcbuilddata
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/ObjectivePGP/Frameworks/ObjectivePGP.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/ObjectivePGP/Frameworks/ObjectivePGP.xcframework'. (in target 'Push' from project 'Push')
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/ObjectivePGP/Frameworks/ObjectivePGP.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/ObjectivePGP/Frameworks/ObjectivePGP.xcframework'. (in target 'ObjectivePGP' from project 'ObjectivePGP')
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/ObjectivePGP/Frameworks/ObjectivePGP.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/ObjectivePGP/Frameworks/ObjectivePGP.xcframework'. (in target 'Push' from project 'Push')
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/ObjectivePGP/Frameworks/ObjectivePGP.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/ObjectivePGP/Frameworks/ObjectivePGP.xcframework'. (in target 'Push' from project 'Push')
Resolve Package Graph
objc[10336]: Class XROS1_1SimRuntime is implemented in both /Library/Developer/CoreSimulator/Volumes/xrOS_21O209/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x1107400e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x1113d00e0). One of the two will be used. Which one is undefined.
** BUILD FAILED **
Command line invocation:
    /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme Push -destination generic/platform=tvos
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.5.1
  ObjectivePGP: https://github.com/krzyzanowskim/ObjectivePGP.git @ 0.99.4
  Push: /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
  Web3swift: https://github.com/web3swift-team/web3swift.git @ 3.1.2
  BigInt: https://github.com/attaswift/BigInt.git @ 5.3.0
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (5 targets)
    Target 'Push' in project 'Push'
        ➜ Explicit dependency on target 'Push' in project 'Push'
        ➜ Explicit dependency on target 'ObjectivePGP' in project 'ObjectivePGP'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
    Target 'Push' in project 'Push'
        ➜ Explicit dependency on target 'ObjectivePGP' in project 'ObjectivePGP'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
    Target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
    Target 'CryptoSwift' in project 'CryptoSwift' (no dependencies)
    Target 'ObjectivePGP' in project 'ObjectivePGP' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/ObjectivePGP/Frameworks/ObjectivePGP.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/ObjectivePGP/Frameworks/ObjectivePGP.xcframework'. (in target 'Push' from project 'Push')
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/ObjectivePGP/Frameworks/ObjectivePGP.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/ObjectivePGP/Frameworks/ObjectivePGP.xcframework'. (in target 'Push' from project 'Push')
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/ObjectivePGP/Frameworks/ObjectivePGP.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/ObjectivePGP/Frameworks/ObjectivePGP.xcframework'. (in target 'ObjectivePGP' from project 'ObjectivePGP')
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/ObjectivePGP/Frameworks/ObjectivePGP.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/ObjectivePGP/Frameworks/ObjectivePGP.xcframework'. (in target 'Push' from project 'Push')
objc[10382]: Class XROS1_1SimRuntime is implemented in both /Library/Developer/CoreSimulator/Volumes/xrOS_21O209/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10d3700e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x1187a40e0). One of the two will be used. Which one is undefined.
** BUILD FAILED **
BUILD FAILURE 5.10 tvOS