Build Information
Failed to build YAnalyticsPendo with Swift 5.10 for visionOS using Xcode 15.4.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme YAnalyticsPendo -destination generic/platform=xros
Build Log
========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/codeandtheory/yanalytics-pendo-ios.git
Reference: 1.0.1
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/codeandtheory/yanalytics-pendo-ios
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at 63bb63f Add SPI shields to README (#5)
Cloned https://github.com/codeandtheory/yanalytics-pendo-ios.git
Revision (git rev-parse @):
63bb63fa682a36b473a510f2a6b303ed06217113
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/codeandtheory/yanalytics-pendo-ios.git at 1.0.1
========================================
Build
========================================
Selected platform: visionOS
Swift version: 5.10
Building package at path: $workDir
https://github.com/codeandtheory/yanalytics-pendo-ios.git
Command line invocation:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/pendo-io/pendo-mobile-ios (cached)
Fetching from https://github.com/yml-org/yanalytics-ios.git (cached)
Creating working copy of package ‘pendo-mobile-ios’
Checking out 2.22.6 of package ‘pendo-mobile-ios’
Creating working copy of package ‘yanalytics-ios’
Checking out 1.2.1 of package ‘yanalytics-ios’
Resolved source packages:
Pendo: https://github.com/pendo-io/pendo-mobile-ios @ 2.22.6
YAnalytics: https://github.com/yml-org/yanalytics-ios.git @ 1.2.1
YAnalyticsPendo: /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
resolved source packages: Pendo, YAnalytics, YAnalyticsPendo
2024-02-17 23:05:27.664 xcodebuild[90867:41833600] Requested but did not find extension point with identifier Xcode.DVTDeviceFoundation.Aspect for extension Xcode.IDEiOSSupportCore.Aspect.NBDD of plug-in com.apple.dt.IDE.IDEiOSSupportCore
2024-02-17 23:05:28.569 xcodebuild[90867:41833600] [MT] DVTPlugInQuery: Requested but did not find extension point with identifier 'Xcode.DVTDeviceFoundation.CompatibleDeviceFamilyPair'. This is programmer error; code should only request extension points that are defined by itself or its dependencies.
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"YAnalytics",
"YAnalyticsPendo"
]
}
}
2024-02-17 23:05:28.813 xcodebuild[90910:41833757] Requested but did not find extension point with identifier Xcode.DVTDeviceFoundation.Aspect for extension Xcode.IDEiOSSupportCore.Aspect.NBDD of plug-in com.apple.dt.IDE.IDEiOSSupportCore
2024-02-17 23:05:29.119 xcodebuild[90910:41833757] [MT] DVTPlugInQuery: Requested but did not find extension point with identifier 'Xcode.DVTDeviceFoundation.CompatibleDeviceFamilyPair'. This is programmer error; code should only request extension points that are defined by itself or its dependencies.
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"YAnalytics",
"YAnalyticsPendo"
]
}
}
2024-02-17 23:05:29.487 xcodebuild[90912:41833785] Requested but did not find extension point with identifier Xcode.DVTDeviceFoundation.Aspect for extension Xcode.IDEiOSSupportCore.Aspect.NBDD of plug-in com.apple.dt.IDE.IDEiOSSupportCore
2024-02-17 23:05:29.804 xcodebuild[90912:41833785] [MT] DVTPlugInQuery: Requested but did not find extension point with identifier 'Xcode.DVTDeviceFoundation.CompatibleDeviceFamilyPair'. This is programmer error; code should only request extension points that are defined by itself or its dependencies.
{
"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/UKfvDsi8u/3/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
Command line invocation:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
YAnalyticsPendo: /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
Pendo: https://github.com/pendo-io/pendo-mobile-ios @ 2.22.6
YAnalytics: https://github.com/yml-org/yanalytics-ios.git @ 1.2.1
resolved source packages: YAnalyticsPendo, Pendo, YAnalytics
2024-02-17 23:05:30.428 xcodebuild[90927:41833878] Requested but did not find extension point with identifier Xcode.DVTDeviceFoundation.Aspect for extension Xcode.IDEiOSSupportCore.Aspect.NBDD of plug-in com.apple.dt.IDE.IDEiOSSupportCore
2024-02-17 23:05:30.761 xcodebuild[90927:41833878] [MT] DVTPlugInQuery: Requested but did not find extension point with identifier 'Xcode.DVTDeviceFoundation.CompatibleDeviceFamilyPair'. This is programmer error; code should only request extension points that are defined by itself or its dependencies.
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"YAnalyticsPendo"
]
}
}
2024-02-17 23:05:31.019 xcodebuild[90931:41833930] Requested but did not find extension point with identifier Xcode.DVTDeviceFoundation.Aspect for extension Xcode.IDEiOSSupportCore.Aspect.NBDD of plug-in com.apple.dt.IDE.IDEiOSSupportCore
2024-02-17 23:05:31.330 xcodebuild[90931:41833930] [MT] DVTPlugInQuery: Requested but did not find extension point with identifier 'Xcode.DVTDeviceFoundation.CompatibleDeviceFamilyPair'. This is programmer error; code should only request extension points that are defined by itself or its dependencies.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme YAnalyticsPendo -destination generic/platform=xros
Command line invocation:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme YAnalyticsPendo -destination generic/platform=xros
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
YAnalyticsPendo: /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
Pendo: https://github.com/pendo-io/pendo-mobile-ios @ 2.22.6
YAnalytics: https://github.com/yml-org/yanalytics-ios.git @ 1.2.1
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (5 targets)
Target 'YAnalyticsPendo' in project 'YAnalyticsPendo'
➜ Explicit dependency on target 'YAnalyticsPendo' in project 'YAnalyticsPendo'
➜ Explicit dependency on target 'YAnalytics' in project 'YAnalytics'
➜ Explicit dependency on target 'Pendo' in project 'Pendo'
Target 'YAnalyticsPendo' in project 'YAnalyticsPendo'
➜ Explicit dependency on target 'YAnalytics' in project 'YAnalytics'
➜ Explicit dependency on target 'Pendo' in project 'Pendo'
Target 'Pendo' in project 'Pendo' (no dependencies)
Target 'YAnalytics' in project 'YAnalytics'
➜ Explicit dependency on target 'YAnalytics' in project 'YAnalytics'
Target 'YAnalytics' in project 'YAnalytics' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -v
ExecuteExternalTool /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 43244e5fe7d5e313bd0fbf7d4b33d5c0
Build description path: /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/43244e5fe7d5e313bd0fbf7d4b33d5c0.xcbuilddata
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework'. (in target 'YAnalyticsPendo' from project 'YAnalyticsPendo')
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework'. (in target 'YAnalyticsPendo' from project 'YAnalyticsPendo')
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework'. (in target 'YAnalyticsPendo' from project 'YAnalyticsPendo')
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework'. (in target 'Pendo' from project 'Pendo')
2024-02-17 23:05:31.589 xcodebuild[90932:41833963] Requested but did not find extension point with identifier Xcode.DVTDeviceFoundation.Aspect for extension Xcode.IDEiOSSupportCore.Aspect.NBDD of plug-in com.apple.dt.IDE.IDEiOSSupportCore
2024-02-17 23:05:31.904 xcodebuild[90932:41833963] [MT] DVTPlugInQuery: Requested but did not find extension point with identifier 'Xcode.DVTDeviceFoundation.CompatibleDeviceFamilyPair'. This is programmer error; code should only request extension points that are defined by itself or its dependencies.
** BUILD FAILED **
Command line invocation:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme YAnalyticsPendo -destination generic/platform=xros
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/builder/builds/UKfvDsi8u/3/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
Pendo: https://github.com/pendo-io/pendo-mobile-ios @ 2.22.6
YAnalyticsPendo: /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (5 targets)
Target 'YAnalyticsPendo' in project 'YAnalyticsPendo'
➜ Explicit dependency on target 'YAnalyticsPendo' in project 'YAnalyticsPendo'
➜ Explicit dependency on target 'YAnalytics' in project 'YAnalytics'
➜ Explicit dependency on target 'Pendo' in project 'Pendo'
Target 'YAnalyticsPendo' in project 'YAnalyticsPendo'
➜ Explicit dependency on target 'YAnalytics' in project 'YAnalytics'
➜ Explicit dependency on target 'Pendo' in project 'Pendo'
Target 'Pendo' in project 'Pendo' (no dependencies)
Target 'YAnalytics' in project 'YAnalytics'
➜ Explicit dependency on target 'YAnalytics' in project 'YAnalytics'
Target 'YAnalytics' in project 'YAnalytics' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework'. (in target 'Pendo' from project 'Pendo')
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework'. (in target 'YAnalyticsPendo' from project 'YAnalyticsPendo')
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework'. (in target 'YAnalyticsPendo' from project 'YAnalyticsPendo')
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/pendo-mobile-ios/Pendo/Pendo.xcframework'. (in target 'YAnalyticsPendo' from project 'YAnalyticsPendo')
2024-02-17 23:05:32.524 xcodebuild[90947:41834021] Requested but did not find extension point with identifier Xcode.DVTDeviceFoundation.Aspect for extension Xcode.IDEiOSSupportCore.Aspect.NBDD of plug-in com.apple.dt.IDE.IDEiOSSupportCore
2024-02-17 23:05:32.834 xcodebuild[90947:41834021] [MT] DVTPlugInQuery: Requested but did not find extension point with identifier 'Xcode.DVTDeviceFoundation.CompatibleDeviceFamilyPair'. This is programmer error; code should only request extension points that are defined by itself or its dependencies.
** BUILD FAILED **
BUILD FAILURE 5.10 visionOS