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 YAnalyticsPendo with Swift 5.8 for tvOS using Xcode 14.3.

Build Command

env DEVELOPER_DIR="/Applications/Xcode-14.3.1.app" xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride="$PWD/.dependencies" -derivedDataPath "$PWD/.derivedData" build -scheme YAnalyticsPendo -destination "generic/platform=tvos"

Build Log

========================================
RunAll
========================================
Builder version: 4.23.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/codeandtheory/yanalytics-pendo-ios.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/codeandtheory/yanalytics-pendo-ios
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 63bb63f Add SPI shields to README (#5)
Cloned https://github.com/codeandtheory/yanalytics-pendo-ios.git into spi-builder-workspace
63bb63fa682a36b473a510f2a6b303ed06217113
SPI manifest file found: spi-builder-workspace/.spi.yml
SUCCESS checkout https://github.com/codeandtheory/yanalytics-pendo-ios.git at main
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             5.8
Building package at path:  spi-builder-workspace
2023-09-30 17:54:26.227 xcodebuild[17456:78016] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
Command line invocation:
/Applications/Xcode-14.3.1.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -resolvePackageDependencies

User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph

Fetching from https://github.com/yml-org/yanalytics-ios.git (cached)

Fetching from https://github.com/pendo-io/pendo-mobile-ios (cached)

Creating working copy of package ‘pendo-mobile-ios’

Checking out 2.22.4 of package ‘pendo-mobile-ios’

Creating working copy of package ‘yanalytics-ios’

Checking out 1.2.1 of package ‘yanalytics-ios’

Resolve Package Graph


Resolved source packages:
  YAnalyticsPendo: /Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
  YAnalytics: https://github.com/yml-org/yanalytics-ios.git @ 1.2.1
  Pendo: https://github.com/pendo-io/pendo-mobile-ios @ 2.22.4
resolved source packages: YAnalyticsPendo, YAnalytics, Pendo
2023-09-30 17:54:31.594 xcodebuild[17595:78461] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "YAnalytics",
      "YAnalyticsPendo"
    ]
  }
}
2023-09-30 17:54:32.353 xcodebuild[17599:78497] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "YAnalytics",
      "YAnalyticsPendo"
    ]
  }
}
{
  "dependencies" : [
    {
      "identity" : "pendo-mobile-ios",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.10.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pendo-io/pendo-mobile-ios"
    },
    {
      "identity" : "yanalytics-ios",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/yml-org/yanalytics-ios.git"
    }
  ],
  "manifest_display_name" : "YAnalyticsPendo",
  "name" : "YAnalyticsPendo",
  "path" : "/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "YAnalyticsPendo",
      "targets" : [
        "YAnalyticsPendo"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "YAnalyticsPendoTests",
      "module_type" : "SwiftTarget",
      "name" : "YAnalyticsPendoTests",
      "path" : "Tests/YAnalyticsPendoTests",
      "sources" : [
        "Helpers/XCTestCase+AssertLogged.swift",
        "Helpers/XCTestCase+MemoryLeakTracking.swift",
        "Mock/MockAnalyticsData.swift",
        "PendoAnalyticsConfigurationTests.swift",
        "PendoAnalyticsEngineTests.swift",
        "PendoEventMappingTests.swift",
        "PendoSessionDataTests.swift"
      ],
      "target_dependencies" : [
        "YAnalyticsPendo"
      ],
      "type" : "test"
    },
    {
      "c99name" : "YAnalyticsPendo",
      "module_type" : "SwiftTarget",
      "name" : "YAnalyticsPendo",
      "path" : "Sources/YAnalyticsPendo",
      "product_dependencies" : [
        "YAnalytics",
        "Pendo"
      ],
      "product_memberships" : [
        "YAnalyticsPendo"
      ],
      "sources" : [
        "PendoAnalyticsConfiguration.swift",
        "PendoAnalyticsEngine.swift",
        "PendoEventMapping.swift",
        "PendoSessionData.swift",
        "PendoUserPropertyType.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Schemes found:
  YAnalytics
  YAnalyticsPendo
2023-09-30 17:54:33.607 xcodebuild[17622:78591] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
Command line invocation:
/Applications/Xcode-14.3.1.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -resolvePackageDependencies

User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph


Resolved source packages:
  YAnalyticsPendo: /Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
  Pendo: https://github.com/pendo-io/pendo-mobile-ios @ 2.22.4
  YAnalytics: https://github.com/yml-org/yanalytics-ios.git @ 1.2.1
resolved source packages: YAnalyticsPendo, Pendo, YAnalytics
2023-09-30 17:54:34.258 xcodebuild[17624:78620] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "YAnalyticsPendo"
    ]
  }
}
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-14.3.1.app" xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride="$PWD/.dependencies" -derivedDataPath "$PWD/.derivedData" build -scheme YAnalyticsPendo -destination "generic/platform=tvos"
2023-09-30 17:54:34.866 xcodebuild[17626:78645] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
Command line invocation:
/Applications/Xcode-14.3.1.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -derivedDataPath /Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme YAnalyticsPendo -destination generic/platform=tvos

User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph


Resolved source packages:
  YAnalytics: https://github.com/yml-org/yanalytics-ios.git @ 1.2.1
  YAnalyticsPendo: /Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
  Pendo: https://github.com/pendo-io/pendo-mobile-ios @ 2.22.4
Prepare packages

Computing target dependency graph and provisioning inputs

Create build description
Build description signature: 73b37b0738550e3b5778a7c81a3af05f
Build description path: /Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/73b37b0738550e3b5778a7c81a3af05f.xcbuilddata

note: Building targets in dependency order
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework'. (in target 'Pendo' from project 'Pendo')
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework'. (in target 'YAnalyticsPendoTests' from project 'YAnalyticsPendo')
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework'. (in target 'YAnalyticsPendoTests' from project 'YAnalyticsPendo')
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework'. (in target 'YAnalyticsPendo' from project 'YAnalyticsPendo')
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework'. (in target 'YAnalyticsPendo' from project 'YAnalyticsPendo')
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework'. (in target 'YAnalyticsPendo' from project 'YAnalyticsPendo')
Resolve Package Graph
** BUILD FAILED **
ShellOut encountered an error
Status code: 65
Message: "2023-09-30 17:54:34.866 xcodebuild[17626:78645] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
** BUILD FAILED **
"
Output: "Command line invocation:
    /Applications/Xcode-14.3.1.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -derivedDataPath /Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme YAnalyticsPendo -destination generic/platform=tvos

User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES

Resolve Package Graph


Resolved source packages:
  YAnalytics: https://github.com/yml-org/yanalytics-ios.git @ 1.2.1
  YAnalyticsPendo: /Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
  Pendo: https://github.com/pendo-io/pendo-mobile-ios @ 2.22.4

Prepare packages

Computing target dependency graph and provisioning inputs

Create build description
Build description signature: 73b37b0738550e3b5778a7c81a3af05f
Build description path: /Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/73b37b0738550e3b5778a7c81a3af05f.xcbuilddata

note: Building targets in dependency order
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework'. (in target 'Pendo' from project 'Pendo')
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework'. (in target 'YAnalyticsPendoTests' from project 'YAnalyticsPendo')
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework'. (in target 'YAnalyticsPendoTests' from project 'YAnalyticsPendo')
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework'. (in target 'YAnalyticsPendo' from project 'YAnalyticsPendo')
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework'. (in target 'YAnalyticsPendo' from project 'YAnalyticsPendo')
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework'. (in target 'YAnalyticsPendo' from project 'YAnalyticsPendo')
Resolve Package Graph"
Retrying in 0.0 seconds ...
Building ... (attempt 2)
2023-09-30 17:54:36.743 xcodebuild[17648:78765] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
Command line invocation:
    /Applications/Xcode-14.3.1.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -derivedDataPath /Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme YAnalyticsPendo -destination generic/platform=tvos

User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph


Resolved source packages:
  YAnalyticsPendo: /Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
  YAnalytics: https://github.com/yml-org/yanalytics-ios.git @ 1.2.1
  Pendo: https://github.com/pendo-io/pendo-mobile-ios @ 2.22.4
Prepare packages

Computing target dependency graph and provisioning inputs

Create build description
Build description signature: 73b37b0738550e3b5778a7c81a3af05f
Build description path: /Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/73b37b0738550e3b5778a7c81a3af05f.xcbuilddata

note: Building targets in dependency order
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework'. (in target 'YAnalyticsPendo' from project 'YAnalyticsPendo')
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework'. (in target 'YAnalyticsPendo' from project 'YAnalyticsPendo')
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework'. (in target 'YAnalyticsPendo' from project 'YAnalyticsPendo')
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework'. (in target 'YAnalyticsPendoTests' from project 'YAnalyticsPendo')
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework'. (in target 'YAnalyticsPendoTests' from project 'YAnalyticsPendo')
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework'. (in target 'Pendo' from project 'Pendo')
** BUILD FAILED **
ShellOut encountered an error
Status code: 65
Message: "2023-09-30 17:54:36.743 xcodebuild[17648:78765] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
** BUILD FAILED **
"
Output: "Command line invocation:
    /Applications/Xcode-14.3.1.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -derivedDataPath /Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme YAnalyticsPendo -destination generic/platform=tvos

User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES

Resolve Package Graph


Resolved source packages:
  YAnalyticsPendo: /Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
  YAnalytics: https://github.com/yml-org/yanalytics-ios.git @ 1.2.1
  Pendo: https://github.com/pendo-io/pendo-mobile-ios @ 2.22.4

Prepare packages

Computing target dependency graph and provisioning inputs

Create build description
Build description signature: 73b37b0738550e3b5778a7c81a3af05f
Build description path: /Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/73b37b0738550e3b5778a7c81a3af05f.xcbuilddata

note: Building targets in dependency order
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework'. (in target 'YAnalyticsPendo' from project 'YAnalyticsPendo')
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework'. (in target 'YAnalyticsPendo' from project 'YAnalyticsPendo')
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework'. (in target 'YAnalyticsPendo' from project 'YAnalyticsPendo')
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework'. (in target 'YAnalyticsPendoTests' from project 'YAnalyticsPendo')
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework'. (in target 'YAnalyticsPendoTests' from project 'YAnalyticsPendo')
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework'. (in target 'Pendo' from project 'Pendo')"
BUILD FAILURE 5.8 tvOS