Build Information
Failed to build PayPal, reference main (600a97), with Swift 6.2 for visionOS using Xcode 26.3 on 24 Feb 2026 04:11:53 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme PayPal-Package -destination generic/platform=xrOSBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/paypal/paypal-ios.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/paypal/paypal-ios
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 600a97a Implement GITHUB_ENV for Workflow Security Hardening (#376)
Cloned https://github.com/paypal/paypal-ios.git
Revision (git rev-parse @):
600a97a5f69ea6f44db3cf2f8b631276fd0152d8
SUCCESS checkout https://github.com/paypal/paypal-ios.git at main
========================================
Build
========================================
Selected platform: visionOS
Swift version: 6.2
Building package at path: $PWD
https://github.com/paypal/paypal-ios.git
Command line invocation:
/Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
"dependencies" : [
],
"manifest_display_name" : "PayPal",
"name" : "PayPal",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
}
],
"products" : [
{
"name" : "CorePayments",
"targets" : [
"CorePayments"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PaymentButtons",
"targets" : [
"PaymentButtons"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PayPalWebPayments",
"targets" : [
"PayPalWebPayments"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CardPayments",
"targets" : [
"CardPayments"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "FraudProtection",
"targets" : [
"FraudProtection",
"PPRiskMagnes"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PaymentButtons",
"module_type" : "SwiftTarget",
"name" : "PaymentButtons",
"path" : "Sources/PaymentButtons",
"product_memberships" : [
"PaymentButtons"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/PaymentButtons/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Coordinator.swift",
"PayPalButton.swift",
"PayPalCreditButton.swift",
"PayPalPayLaterButton.swift",
"PaymentButton+ImageAsset.swift",
"PaymentButton.swift",
"PaymentButtonColor.swift",
"PaymentButtonEdges.swift",
"PaymentButtonFont.swift",
"PaymentButtonFundingSource.swift",
"PaymentButtonLabel.swift",
"PaymentButtonSize.swift"
],
"target_dependencies" : [
"CorePayments"
],
"type" : "library"
},
{
"c99name" : "PayPalWebPayments",
"module_type" : "SwiftTarget",
"name" : "PayPalWebPayments",
"path" : "Sources/PayPalWebPayments",
"product_memberships" : [
"PayPalWebPayments"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/PayPalWebPayments/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Environment+PayPalWebCheckout.swift",
"PayPalError.swift",
"PayPalVaultRequest.swift",
"PayPalVaultResult.swift",
"PayPalWebCheckoutClient.swift",
"PayPalWebCheckoutFundingSource.swift",
"PayPalWebCheckoutRequest.swift",
"PayPalWebCheckoutResult.swift"
],
"target_dependencies" : [
"CorePayments"
],
"type" : "library"
},
{
"c99name" : "PPRiskMagnes",
"module_type" : "BinaryTarget",
"name" : "PPRiskMagnes",
"path" : "Frameworks/XCFrameworks/PPRiskMagnes.xcframework",
"product_memberships" : [
"FraudProtection"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "FraudProtection",
"module_type" : "SwiftTarget",
"name" : "FraudProtection",
"path" : "Sources/FraudProtection",
"product_memberships" : [
"FraudProtection"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FraudProtection/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"CoreConfig+MagnesSDK.swift",
"DeviceInspector.swift",
"DeviceInspectorProtocol.swift",
"MagnesSDKProtocol.swift",
"MagnesSDKResult.swift",
"MagnesSetupParams.swift",
"PayPalDataCollector.swift"
],
"target_dependencies" : [
"CorePayments",
"PPRiskMagnes"
],
"type" : "library"
},
{
"c99name" : "CorePayments",
"module_type" : "SwiftTarget",
"name" : "CorePayments",
"path" : "Sources/CorePayments",
"product_memberships" : [
"CorePayments",
"PaymentButtons",
"PayPalWebPayments",
"CardPayments",
"FraudProtection"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/CorePayments/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"AnalyticsEventData.swift",
"CoreConfig.swift",
"CorePaymentsError.swift",
"CoreSDKError.swift",
"Networking/AnalyticsService.swift",
"Networking/ClientConfigResponse.swift",
"Networking/Enums/Environment.swift",
"Networking/Enums/HTTPHeader.swift",
"Networking/Enums/HTTPMethod.swift",
"Networking/GraphQL/GraphQLErrorResponse.swift",
"Networking/GraphQL/GraphQLHTTPPostBody.swift",
"Networking/GraphQL/GraphQLHTTPResponse.swift",
"Networking/GraphQL/GraphQLRequest.swift",
"Networking/HTTP.swift",
"Networking/HTTPRequest.swift",
"Networking/HTTPResponse.swift",
"Networking/HTTPResponseParser.swift",
"Networking/Models/ErrorResponse.swift",
"Networking/NetworkingClient.swift",
"Networking/NetworkingError.swift",
"Networking/RESTRequest.swift",
"Networking/TrackingEventsAPI.swift",
"Networking/URLSession+URLSessionProtocol.swift",
"Networking/URLSessionProtocol.swift",
"Networking/UpdateClientConfigAPI.swift",
"Networking/UpdateClientConfigVariables.swift",
"PayPalCoreConstants.swift",
"WebAuthenticationSession.swift"
],
"type" : "library"
},
{
"c99name" : "CardPayments",
"module_type" : "SwiftTarget",
"name" : "CardPayments",
"path" : "Sources/CardPayments",
"product_memberships" : [
"CardPayments"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/CardPayments/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"APIRequests/CheckoutOrdersAPI.swift",
"APIRequests/ConfirmPaymentSourceRequest.swift",
"APIRequests/ConfirmPaymentSourceResponse.swift",
"APIRequests/UpdateSetupTokenResponse.swift",
"APIRequests/UpdateVaultVariables.swift",
"APIRequests/VaultPaymentTokensAPI.swift",
"CardClient.swift",
"CardError.swift",
"Models/Address.swift",
"Models/Card.swift",
"Models/CardRequest.swift",
"Models/CardResult.swift",
"Models/CardVaultRequest.swift",
"Models/CardVaultResult.swift",
"Models/PaymentSource.swift",
"Models/SCA.swift"
],
"target_dependencies" : [
"CorePayments"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "PayPal",
"schemes" : [
"CardPayments",
"CardPaymentsTests",
"CorePayments",
"CorePaymentsTests",
"FraudProtection",
"FraudProtectionTests",
"PaymentButtons",
"PaymentButtonsTests",
"PayPalNativePayments",
"PayPalNativePaymentsTests",
"PayPalWebPayments",
"PayPalWebPaymentsTests",
"TestShared",
"UnitTests"
],
"targets" : [
"CardPayments",
"CardPaymentsTests",
"CorePayments",
"CorePaymentsTests",
"FraudProtection",
"FraudProtectionTests",
"PaymentButtons",
"PaymentButtonsTests",
"PayPalWebPayments",
"PayPalWebPaymentsTests",
"TestShared"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"CardPayments",
"CorePayments",
"FraudProtection",
"PaymentButtons",
"PayPal-Package",
"PayPalWebPayments"
]
}
}
2026-02-23 23:11:44.444 xcodebuild[601:3590] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme PayPal-Package -destination generic/platform=xrOS
Command line invocation:
/Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme PayPal-Package -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
PayPal: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (15 targets)
Target 'PaymentButtons' in project 'PayPal'
➜ Explicit dependency on target 'PaymentButtons' in project 'PayPal'
➜ Explicit dependency on target 'PayPal_PaymentButtons' in project 'PayPal'
➜ Explicit dependency on target 'CorePayments' in project 'PayPal'
Target 'PaymentButtons' in project 'PayPal'
➜ Explicit dependency on target 'PayPal_PaymentButtons' in project 'PayPal'
➜ Explicit dependency on target 'CorePayments' in project 'PayPal'
Target 'PayPal_PaymentButtons' in project 'PayPal' (no dependencies)
Target 'PayPalWebPayments' in project 'PayPal'
➜ Explicit dependency on target 'PayPalWebPayments' in project 'PayPal'
➜ Explicit dependency on target 'PayPal_PayPalWebPayments' in project 'PayPal'
➜ Explicit dependency on target 'CorePayments' in project 'PayPal'
Target 'PayPalWebPayments' in project 'PayPal'
➜ Explicit dependency on target 'PayPal_PayPalWebPayments' in project 'PayPal'
➜ Explicit dependency on target 'CorePayments' in project 'PayPal'
Target 'PayPal_PayPalWebPayments' in project 'PayPal' (no dependencies)
Target 'FraudProtection' in project 'PayPal'
➜ Explicit dependency on target 'FraudProtection' in project 'PayPal'
➜ Explicit dependency on target 'PayPal_FraudProtection' in project 'PayPal'
➜ Explicit dependency on target 'CorePayments' in project 'PayPal'
Target 'FraudProtection' in project 'PayPal'
➜ Explicit dependency on target 'PayPal_FraudProtection' in project 'PayPal'
➜ Explicit dependency on target 'CorePayments' in project 'PayPal'
Target 'PayPal_FraudProtection' in project 'PayPal' (no dependencies)
Target 'CorePayments' in project 'PayPal'
➜ Explicit dependency on target 'CorePayments' in project 'PayPal'
➜ Explicit dependency on target 'PayPal_CorePayments' in project 'PayPal'
Target 'CardPayments' in project 'PayPal'
➜ Explicit dependency on target 'CardPayments' in project 'PayPal'
➜ Explicit dependency on target 'PayPal_CardPayments' in project 'PayPal'
➜ Explicit dependency on target 'CorePayments' in project 'PayPal'
Target 'CardPayments' in project 'PayPal'
➜ Explicit dependency on target 'PayPal_CardPayments' in project 'PayPal'
➜ Explicit dependency on target 'CorePayments' in project 'PayPal'
Target 'CorePayments' in project 'PayPal'
➜ Explicit dependency on target 'PayPal_CorePayments' in project 'PayPal'
Target 'PayPal_CorePayments' in project 'PayPal' (no dependencies)
Target 'PayPal_CardPayments' in project 'PayPal' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/actool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 765b619a9fea848d45b29aa0c23401f4
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/765b619a9fea848d45b29aa0c23401f4.xcbuilddata
/Users/admin/builder/spi-builder-workspace/Frameworks/XCFrameworks/PPRiskMagnes.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/Frameworks/XCFrameworks/PPRiskMagnes.xcframework'. (in target 'FraudProtection' from project 'PayPal')
/Users/admin/builder/spi-builder-workspace/Frameworks/XCFrameworks/PPRiskMagnes.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/Frameworks/XCFrameworks/PPRiskMagnes.xcframework'. (in target 'FraudProtection' from project 'PayPal')
/Users/admin/builder/spi-builder-workspace/Frameworks/XCFrameworks/PPRiskMagnes.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/Frameworks/XCFrameworks/PPRiskMagnes.xcframework'. (in target 'FraudProtection' from project 'PayPal')
2026-02-23 23:11:45.961 xcodebuild[611:3749] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme PayPal-Package
(1 failure)
Command line invocation:
/Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
PayPal: /Users/admin/builder/spi-builder-workspace
resolved source packages: PayPal
2026-02-23 23:11:49.502 xcodebuild[629:3908] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
],
"manifest_display_name" : "PayPal",
"name" : "PayPal",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
}
],
"products" : [
{
"name" : "CorePayments",
"targets" : [
"CorePayments"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PaymentButtons",
"targets" : [
"PaymentButtons"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PayPalWebPayments",
"targets" : [
"PayPalWebPayments"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CardPayments",
"targets" : [
"CardPayments"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "FraudProtection",
"targets" : [
"FraudProtection",
"PPRiskMagnes"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PaymentButtons",
"module_type" : "SwiftTarget",
"name" : "PaymentButtons",
"path" : "Sources/PaymentButtons",
"product_memberships" : [
"PaymentButtons"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/PaymentButtons/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Coordinator.swift",
"PayPalButton.swift",
"PayPalCreditButton.swift",
"PayPalPayLaterButton.swift",
"PaymentButton+ImageAsset.swift",
"PaymentButton.swift",
"PaymentButtonColor.swift",
"PaymentButtonEdges.swift",
"PaymentButtonFont.swift",
"PaymentButtonFundingSource.swift",
"PaymentButtonLabel.swift",
"PaymentButtonSize.swift"
],
"target_dependencies" : [
"CorePayments"
],
"type" : "library"
},
{
"c99name" : "PayPalWebPayments",
"module_type" : "SwiftTarget",
"name" : "PayPalWebPayments",
"path" : "Sources/PayPalWebPayments",
"product_memberships" : [
"PayPalWebPayments"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/PayPalWebPayments/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Environment+PayPalWebCheckout.swift",
"PayPalError.swift",
"PayPalVaultRequest.swift",
"PayPalVaultResult.swift",
"PayPalWebCheckoutClient.swift",
"PayPalWebCheckoutFundingSource.swift",
"PayPalWebCheckoutRequest.swift",
"PayPalWebCheckoutResult.swift"
],
"target_dependencies" : [
"CorePayments"
],
"type" : "library"
},
{
"c99name" : "PPRiskMagnes",
"module_type" : "BinaryTarget",
"name" : "PPRiskMagnes",
"path" : "Frameworks/XCFrameworks/PPRiskMagnes.xcframework",
"product_memberships" : [
"FraudProtection"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "FraudProtection",
"module_type" : "SwiftTarget",
"name" : "FraudProtection",
"path" : "Sources/FraudProtection",
"product_memberships" : [
"FraudProtection"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FraudProtection/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"CoreConfig+MagnesSDK.swift",
"DeviceInspector.swift",
"DeviceInspectorProtocol.swift",
"MagnesSDKProtocol.swift",
"MagnesSDKResult.swift",
"MagnesSetupParams.swift",
"PayPalDataCollector.swift"
],
"target_dependencies" : [
"CorePayments",
"PPRiskMagnes"
],
"type" : "library"
},
{
"c99name" : "CorePayments",
"module_type" : "SwiftTarget",
"name" : "CorePayments",
"path" : "Sources/CorePayments",
"product_memberships" : [
"CorePayments",
"PaymentButtons",
"PayPalWebPayments",
"CardPayments",
"FraudProtection"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/CorePayments/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"AnalyticsEventData.swift",
"CoreConfig.swift",
"CorePaymentsError.swift",
"CoreSDKError.swift",
"Networking/AnalyticsService.swift",
"Networking/ClientConfigResponse.swift",
"Networking/Enums/Environment.swift",
"Networking/Enums/HTTPHeader.swift",
"Networking/Enums/HTTPMethod.swift",
"Networking/GraphQL/GraphQLErrorResponse.swift",
"Networking/GraphQL/GraphQLHTTPPostBody.swift",
"Networking/GraphQL/GraphQLHTTPResponse.swift",
"Networking/GraphQL/GraphQLRequest.swift",
"Networking/HTTP.swift",
"Networking/HTTPRequest.swift",
"Networking/HTTPResponse.swift",
"Networking/HTTPResponseParser.swift",
"Networking/Models/ErrorResponse.swift",
"Networking/NetworkingClient.swift",
"Networking/NetworkingError.swift",
"Networking/RESTRequest.swift",
"Networking/TrackingEventsAPI.swift",
"Networking/URLSession+URLSessionProtocol.swift",
"Networking/URLSessionProtocol.swift",
"Networking/UpdateClientConfigAPI.swift",
"Networking/UpdateClientConfigVariables.swift",
"PayPalCoreConstants.swift",
"WebAuthenticationSession.swift"
],
"type" : "library"
},
{
"c99name" : "CardPayments",
"module_type" : "SwiftTarget",
"name" : "CardPayments",
"path" : "Sources/CardPayments",
"product_memberships" : [
"CardPayments"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/CardPayments/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"APIRequests/CheckoutOrdersAPI.swift",
"APIRequests/ConfirmPaymentSourceRequest.swift",
"APIRequests/ConfirmPaymentSourceResponse.swift",
"APIRequests/UpdateSetupTokenResponse.swift",
"APIRequests/UpdateVaultVariables.swift",
"APIRequests/VaultPaymentTokensAPI.swift",
"CardClient.swift",
"CardError.swift",
"Models/Address.swift",
"Models/Card.swift",
"Models/CardRequest.swift",
"Models/CardResult.swift",
"Models/CardVaultRequest.swift",
"Models/CardVaultResult.swift",
"Models/PaymentSource.swift",
"Models/SCA.swift"
],
"target_dependencies" : [
"CorePayments"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"CardPayments",
"CorePayments",
"FraudProtection",
"PaymentButtons",
"PayPal-Package",
"PayPalWebPayments"
]
}
}
2026-02-23 23:11:50.648 xcodebuild[637:3966] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"CardPayments",
"CorePayments",
"FraudProtection",
"PaymentButtons",
"PayPal-Package",
"PayPalWebPayments"
]
}
}
2026-02-23 23:11:51.597 xcodebuild[640:3999] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme PayPal-Package -destination generic/platform=xrOS
Command line invocation:
/Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme PayPal-Package -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
PayPal: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (15 targets)
Target 'PaymentButtons' in project 'PayPal'
➜ Explicit dependency on target 'PaymentButtons' in project 'PayPal'
➜ Explicit dependency on target 'PayPal_PaymentButtons' in project 'PayPal'
➜ Explicit dependency on target 'CorePayments' in project 'PayPal'
Target 'PaymentButtons' in project 'PayPal'
➜ Explicit dependency on target 'PayPal_PaymentButtons' in project 'PayPal'
➜ Explicit dependency on target 'CorePayments' in project 'PayPal'
Target 'PayPal_PaymentButtons' in project 'PayPal' (no dependencies)
Target 'PayPalWebPayments' in project 'PayPal'
➜ Explicit dependency on target 'PayPalWebPayments' in project 'PayPal'
➜ Explicit dependency on target 'PayPal_PayPalWebPayments' in project 'PayPal'
➜ Explicit dependency on target 'CorePayments' in project 'PayPal'
Target 'PayPalWebPayments' in project 'PayPal'
➜ Explicit dependency on target 'PayPal_PayPalWebPayments' in project 'PayPal'
➜ Explicit dependency on target 'CorePayments' in project 'PayPal'
Target 'PayPal_PayPalWebPayments' in project 'PayPal' (no dependencies)
Target 'FraudProtection' in project 'PayPal'
➜ Explicit dependency on target 'FraudProtection' in project 'PayPal'
➜ Explicit dependency on target 'PayPal_FraudProtection' in project 'PayPal'
➜ Explicit dependency on target 'CorePayments' in project 'PayPal'
Target 'FraudProtection' in project 'PayPal'
➜ Explicit dependency on target 'PayPal_FraudProtection' in project 'PayPal'
➜ Explicit dependency on target 'CorePayments' in project 'PayPal'
Target 'PayPal_FraudProtection' in project 'PayPal' (no dependencies)
Target 'CorePayments' in project 'PayPal'
➜ Explicit dependency on target 'CorePayments' in project 'PayPal'
➜ Explicit dependency on target 'PayPal_CorePayments' in project 'PayPal'
Target 'CardPayments' in project 'PayPal'
➜ Explicit dependency on target 'CardPayments' in project 'PayPal'
➜ Explicit dependency on target 'PayPal_CardPayments' in project 'PayPal'
➜ Explicit dependency on target 'CorePayments' in project 'PayPal'
Target 'CardPayments' in project 'PayPal'
➜ Explicit dependency on target 'PayPal_CardPayments' in project 'PayPal'
➜ Explicit dependency on target 'CorePayments' in project 'PayPal'
Target 'CorePayments' in project 'PayPal'
➜ Explicit dependency on target 'PayPal_CorePayments' in project 'PayPal'
Target 'PayPal_CorePayments' in project 'PayPal' (no dependencies)
Target 'PayPal_CardPayments' in project 'PayPal' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/actool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 765b619a9fea848d45b29aa0c23401f4
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/765b619a9fea848d45b29aa0c23401f4.xcbuilddata
/Users/admin/builder/spi-builder-workspace/Frameworks/XCFrameworks/PPRiskMagnes.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/Frameworks/XCFrameworks/PPRiskMagnes.xcframework'. (in target 'FraudProtection' from project 'PayPal')
/Users/admin/builder/spi-builder-workspace/Frameworks/XCFrameworks/PPRiskMagnes.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/Frameworks/XCFrameworks/PPRiskMagnes.xcframework'. (in target 'FraudProtection' from project 'PayPal')
/Users/admin/builder/spi-builder-workspace/Frameworks/XCFrameworks/PPRiskMagnes.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/Frameworks/XCFrameworks/PPRiskMagnes.xcframework'. (in target 'FraudProtection' from project 'PayPal')
2026-02-23 23:11:52.515 xcodebuild[642:4029] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme PayPal-Package
(1 failure)
BUILD FAILURE 6.2 visionOS