Build Information
Failed to build fluent-wallet, reference 0.1.0 (fbfe7e
), with Swift 6.1 for tvOS using Xcode 16.3 on 30 Apr 2025 07:57:15 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme fluent-wallet-Package -destination generic/platform=tvOS
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fpseverino/fluent-wallet.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fpseverino/fluent-wallet
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at fbfe7eb Rename `Personalization` to `PersonalizationInfo`
Cloned https://github.com/fpseverino/fluent-wallet.git
Revision (git rev-parse @):
fbfe7eb39506d4ce77b4c0eeb802f213f359d347
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/fpseverino/fluent-wallet.git at 0.1.0
========================================
Build
========================================
Selected platform: tvOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/fpseverino/fluent-wallet.git
https://github.com/fpseverino/fluent-wallet.git
{
"dependencies" : [
{
"identity" : "fluent-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.49.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent-kit.git"
},
{
"identity" : "swift-wallet",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/fpseverino/swift-wallet.git"
}
],
"manifest_display_name" : "fluent-wallet",
"name" : "fluent-wallet",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "FluentWalletPasses",
"targets" : [
"FluentWalletPasses"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "FluentWalletOrders",
"targets" : [
"FluentWalletOrders"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PassData",
"targets" : [
"PassData"
],
"type" : {
"snippet" : null
}
},
{
"name" : "OrderData",
"targets" : [
"OrderData"
],
"type" : {
"snippet" : null
}
}
],
"targets" : [
{
"c99name" : "FluentWalletPassesTests",
"module_type" : "SwiftTarget",
"name" : "FluentWalletPassesTests",
"path" : "Tests/FluentWalletPassesTests",
"product_dependencies" : [
"XCTFluent"
],
"sources" : [
"FluentWalletPassesTests.swift"
],
"target_dependencies" : [
"FluentWalletPasses"
],
"type" : "test"
},
{
"c99name" : "FluentWalletPasses",
"module_type" : "SwiftTarget",
"name" : "FluentWalletPasses",
"path" : "Sources/FluentWalletPasses",
"product_dependencies" : [
"WalletPasses"
],
"product_memberships" : [
"FluentWalletPasses",
"PassData",
"OrderData"
],
"sources" : [
"DTOs/PersonalizationDictionaryDTO.swift",
"DTOs/SerialNumbersDTO.swift",
"Exports.swift",
"Models/Concrete Models/Pass.swift",
"Models/Concrete Models/PassesDevice.swift",
"Models/Concrete Models/PassesRegistration.swift",
"Models/Concrete Models/PersonalizationInfo.swift",
"Models/PassDataModel.swift",
"Models/PassModel.swift",
"Models/PassesRegistrationModel.swift",
"Models/PersonalizationInfoModel.swift"
],
"target_dependencies" : [
"FluentWallet"
],
"type" : "library"
},
{
"c99name" : "FluentWalletOrdersTests",
"module_type" : "SwiftTarget",
"name" : "FluentWalletOrdersTests",
"path" : "Tests/FluentWalletOrdersTests",
"product_dependencies" : [
"XCTFluent"
],
"sources" : [
"FluentWalletOrdersTests.swift"
],
"target_dependencies" : [
"FluentWalletOrders"
],
"type" : "test"
},
{
"c99name" : "FluentWalletOrders",
"module_type" : "SwiftTarget",
"name" : "FluentWalletOrders",
"path" : "Sources/FluentWalletOrders",
"product_dependencies" : [
"WalletOrders"
],
"product_memberships" : [
"FluentWalletOrders",
"PassData",
"OrderData"
],
"sources" : [
"DTOs/OrderIdentifiersDTO.swift",
"Exports.swift",
"Models/Concrete Models/Order.swift",
"Models/Concrete Models/OrdersDevice.swift",
"Models/Concrete Models/OrdersRegistration.swift",
"Models/OrderDataModel.swift",
"Models/OrderModel.swift",
"Models/OrdersRegistrationModel.swift"
],
"target_dependencies" : [
"FluentWallet"
],
"type" : "library"
},
{
"c99name" : "FluentWallet",
"module_type" : "SwiftTarget",
"name" : "FluentWallet",
"path" : "Sources/FluentWallet",
"product_dependencies" : [
"FluentKit"
],
"product_memberships" : [
"FluentWalletPasses",
"FluentWalletOrders",
"PassData",
"OrderData"
],
"sources" : [
"DTOs/LogEntriesDTO.swift",
"DTOs/PushTokenDTO.swift",
"Models/DeviceModel.swift"
],
"type" : "library"
},
{
"c99name" : "PassData",
"module_type" : "SwiftTarget",
"name" : "PassData",
"path" : "Snippets",
"product_memberships" : [
"PassData"
],
"sources" : [
"PassData.swift"
],
"target_dependencies" : [
"FluentWalletPasses",
"FluentWalletOrders"
],
"type" : "snippet"
},
{
"c99name" : "OrderData",
"module_type" : "SwiftTarget",
"name" : "OrderData",
"path" : "Snippets",
"product_memberships" : [
"OrderData"
],
"sources" : [
"OrderData.swift"
],
"target_dependencies" : [
"FluentWalletPasses",
"FluentWalletOrders"
],
"type" : "snippet"
}
],
"tools_version" : "6.0"
}
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/vapor/fluent-kit.git
Fetching from https://github.com/fpseverino/swift-wallet.git
Fetching from https://github.com/adam-fowler/swift-zip-archive.git
Fetching from https://github.com/apple/swift-certificates.git
Fetching from https://github.com/apple/swift-system.git (cached)
Fetching from https://github.com/apple/swift-asn1.git (cached)
Fetching from https://github.com/apple/swift-crypto.git (cached)
Fetching from https://github.com/vapor/sql-kit.git
Fetching from https://github.com/apple/swift-nio.git (cached)
Fetching from https://github.com/apple/swift-log.git (cached)
Fetching from https://github.com/apple/swift-collections.git (cached)
Fetching from https://github.com/apple/swift-atomics.git (cached)
Creating working copy of package ‘swift-zip-archive’
Checking out 0.6.3 of package ‘swift-zip-archive’
Creating working copy of package ‘sql-kit’
Checking out 3.33.0 of package ‘sql-kit’
Creating working copy of package ‘swift-log’
Checking out 1.6.3 of package ‘swift-log’
Creating working copy of package ‘swift-system’
Checking out 1.4.2 of package ‘swift-system’
Creating working copy of package ‘swift-asn1’
Checking out 1.3.2 of package ‘swift-asn1’
Creating working copy of package ‘swift-nio’
Checking out 2.82.1 of package ‘swift-nio’
Creating working copy of package ‘swift-collections’
Checking out 1.1.4 of package ‘swift-collections’
Creating working copy of package ‘swift-certificates’
Checking out 1.10.0 of package ‘swift-certificates’
Creating working copy of package ‘swift-atomics’
Checking out 1.2.0 of package ‘swift-atomics’
Creating working copy of package ‘swift-crypto’
Checking out 3.12.3 of package ‘swift-crypto’
Creating working copy of package ‘fluent-kit’
Checking out 1.52.1 of package ‘fluent-kit’
Creating working copy of package ‘swift-wallet’
Checking out 0.4.0 of package ‘swift-wallet’
Resolve Package Graph
Resolved source packages:
fluent-wallet: /Users/admin/builder/spi-builder-workspace
swift-zip-archive: https://github.com/adam-fowler/swift-zip-archive.git @ 0.6.3
sql-kit: https://github.com/vapor/sql-kit.git @ 3.33.0
fluent-kit: https://github.com/vapor/fluent-kit.git @ 1.52.1
swift-system: https://github.com/apple/swift-system.git @ 1.4.2
swift-asn1: https://github.com/apple/swift-asn1.git @ 1.3.2
swift-wallet: https://github.com/fpseverino/swift-wallet.git @ 0.4.0
swift-log: https://github.com/apple/swift-log.git @ 1.6.3
swift-certificates: https://github.com/apple/swift-certificates.git @ 1.10.0
swift-collections: https://github.com/apple/swift-collections.git @ 1.1.4
swift-atomics: https://github.com/apple/swift-atomics.git @ 1.2.0
swift-nio: https://github.com/apple/swift-nio.git @ 2.82.1
swift-crypto: https://github.com/apple/swift-crypto.git @ 3.12.3
resolved source packages: fluent-wallet, swift-zip-archive, sql-kit, fluent-kit, swift-system, swift-asn1, swift-wallet, swift-log, swift-certificates, swift-collections, swift-atomics, swift-nio, swift-crypto
{
"dependencies" : [
{
"identity" : "fluent-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.49.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent-kit.git"
},
{
"identity" : "swift-wallet",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/fpseverino/swift-wallet.git"
}
],
"manifest_display_name" : "fluent-wallet",
"name" : "fluent-wallet",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "FluentWalletPasses",
"targets" : [
"FluentWalletPasses"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "FluentWalletOrders",
"targets" : [
"FluentWalletOrders"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PassData",
"targets" : [
"PassData"
],
"type" : {
"snippet" : null
}
},
{
"name" : "OrderData",
"targets" : [
"OrderData"
],
"type" : {
"snippet" : null
}
}
],
"targets" : [
{
"c99name" : "FluentWalletPassesTests",
"module_type" : "SwiftTarget",
"name" : "FluentWalletPassesTests",
"path" : "Tests/FluentWalletPassesTests",
"product_dependencies" : [
"XCTFluent"
],
"sources" : [
"FluentWalletPassesTests.swift"
],
"target_dependencies" : [
"FluentWalletPasses"
],
"type" : "test"
},
{
"c99name" : "FluentWalletPasses",
"module_type" : "SwiftTarget",
"name" : "FluentWalletPasses",
"path" : "Sources/FluentWalletPasses",
"product_dependencies" : [
"WalletPasses"
],
"product_memberships" : [
"FluentWalletPasses",
"PassData",
"OrderData"
],
"sources" : [
"DTOs/PersonalizationDictionaryDTO.swift",
"DTOs/SerialNumbersDTO.swift",
"Exports.swift",
"Models/Concrete Models/Pass.swift",
"Models/Concrete Models/PassesDevice.swift",
"Models/Concrete Models/PassesRegistration.swift",
"Models/Concrete Models/PersonalizationInfo.swift",
"Models/PassDataModel.swift",
"Models/PassModel.swift",
"Models/PassesRegistrationModel.swift",
"Models/PersonalizationInfoModel.swift"
],
"target_dependencies" : [
"FluentWallet"
],
"type" : "library"
},
{
"c99name" : "FluentWalletOrdersTests",
"module_type" : "SwiftTarget",
"name" : "FluentWalletOrdersTests",
"path" : "Tests/FluentWalletOrdersTests",
"product_dependencies" : [
"XCTFluent"
],
"sources" : [
"FluentWalletOrdersTests.swift"
],
"target_dependencies" : [
"FluentWalletOrders"
],
"type" : "test"
},
{
"c99name" : "FluentWalletOrders",
"module_type" : "SwiftTarget",
"name" : "FluentWalletOrders",
"path" : "Sources/FluentWalletOrders",
"product_dependencies" : [
"WalletOrders"
],
"product_memberships" : [
"FluentWalletOrders",
"PassData",
"OrderData"
],
"sources" : [
"DTOs/OrderIdentifiersDTO.swift",
"Exports.swift",
"Models/Concrete Models/Order.swift",
"Models/Concrete Models/OrdersDevice.swift",
"Models/Concrete Models/OrdersRegistration.swift",
"Models/OrderDataModel.swift",
"Models/OrderModel.swift",
"Models/OrdersRegistrationModel.swift"
],
"target_dependencies" : [
"FluentWallet"
],
"type" : "library"
},
{
"c99name" : "FluentWallet",
"module_type" : "SwiftTarget",
"name" : "FluentWallet",
"path" : "Sources/FluentWallet",
"product_dependencies" : [
"FluentKit"
],
"product_memberships" : [
"FluentWalletPasses",
"FluentWalletOrders",
"PassData",
"OrderData"
],
"sources" : [
"DTOs/LogEntriesDTO.swift",
"DTOs/PushTokenDTO.swift",
"Models/DeviceModel.swift"
],
"type" : "library"
},
{
"c99name" : "PassData",
"module_type" : "SwiftTarget",
"name" : "PassData",
"path" : "Snippets",
"product_memberships" : [
"PassData"
],
"sources" : [
"PassData.swift"
],
"target_dependencies" : [
"FluentWalletPasses",
"FluentWalletOrders"
],
"type" : "snippet"
},
{
"c99name" : "OrderData",
"module_type" : "SwiftTarget",
"name" : "OrderData",
"path" : "Snippets",
"product_memberships" : [
"OrderData"
],
"sources" : [
"OrderData.swift"
],
"target_dependencies" : [
"FluentWalletPasses",
"FluentWalletOrders"
],
"type" : "snippet"
}
],
"tools_version" : "6.0"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"fluent-wallet-Package",
"FluentWalletOrders",
"FluentWalletPasses"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme fluent-wallet-Package -destination generic/platform=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats
Command line invocation:
/Applications/Xcode-16.3.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 fluent-wallet-Package -destination generic/platform=tvOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
swift-asn1: https://github.com/apple/swift-asn1.git @ 1.3.2
swift-collections: https://github.com/apple/swift-collections.git @ 1.1.4
fluent-wallet: /Users/admin/builder/spi-builder-workspace
swift-system: https://github.com/apple/swift-system.git @ 1.4.2
fluent-kit: https://github.com/vapor/fluent-kit.git @ 1.52.1
swift-atomics: https://github.com/apple/swift-atomics.git @ 1.2.0
swift-zip-archive: https://github.com/adam-fowler/swift-zip-archive.git @ 0.6.3
swift-crypto: https://github.com/apple/swift-crypto.git @ 3.12.3
swift-wallet: https://github.com/fpseverino/swift-wallet.git @ 0.4.0
swift-certificates: https://github.com/apple/swift-certificates.git @ 1.10.0
swift-nio: https://github.com/apple/swift-nio.git @ 2.82.1
swift-log: https://github.com/apple/swift-log.git @ 1.6.3
sql-kit: https://github.com/vapor/sql-kit.git @ 3.33.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (68 targets)
Target 'FluentWalletPasses' in project 'fluent-wallet'
➜ Explicit dependency on target 'FluentWalletPasses' in project 'fluent-wallet'
➜ Explicit dependency on target 'FluentWallet' in project 'fluent-wallet'
➜ Explicit dependency on target 'FluentKit' in project 'fluent-kit'
➜ Explicit dependency on target 'WalletPasses' in project 'swift-wallet'
Target 'FluentWalletPasses' in project 'fluent-wallet'
➜ Explicit dependency on target 'FluentWallet' in project 'fluent-wallet'
➜ Explicit dependency on target 'FluentKit' in project 'fluent-kit'
➜ Explicit dependency on target 'WalletPasses' in project 'swift-wallet'
Target 'WalletPasses' in project 'swift-wallet'
➜ Explicit dependency on target 'WalletPasses' in project 'swift-wallet'
➜ Explicit dependency on target 'X509' in project 'swift-certificates'
➜ Explicit dependency on target 'ZipArchive' in project 'swift-zip-archive'
Target 'WalletPasses' in project 'swift-wallet'
➜ Explicit dependency on target 'X509' in project 'swift-certificates'
➜ Explicit dependency on target 'ZipArchive' in project 'swift-zip-archive'
Target 'FluentWalletOrders' in project 'fluent-wallet'
➜ Explicit dependency on target 'FluentWalletOrders' in project 'fluent-wallet'
➜ Explicit dependency on target 'FluentWallet' in project 'fluent-wallet'
➜ Explicit dependency on target 'FluentKit' in project 'fluent-kit'
➜ Explicit dependency on target 'WalletOrders' in project 'swift-wallet'
Target 'FluentWalletOrders' in project 'fluent-wallet'
➜ Explicit dependency on target 'FluentWallet' in project 'fluent-wallet'
➜ Explicit dependency on target 'FluentKit' in project 'fluent-kit'
➜ Explicit dependency on target 'WalletOrders' in project 'swift-wallet'
Target 'WalletOrders' in project 'swift-wallet'
➜ Explicit dependency on target 'WalletOrders' in project 'swift-wallet'
➜ Explicit dependency on target 'X509' in project 'swift-certificates'
➜ Explicit dependency on target 'ZipArchive' in project 'swift-zip-archive'
Target 'WalletOrders' in project 'swift-wallet'
➜ Explicit dependency on target 'X509' in project 'swift-certificates'
➜ Explicit dependency on target 'ZipArchive' in project 'swift-zip-archive'
Target 'ZipArchive' in project 'swift-zip-archive'
➜ Explicit dependency on target 'ZipArchive' in project 'swift-zip-archive'
➜ Explicit dependency on target 'CZipZlib' in project 'swift-zip-archive'
➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
Target 'ZipArchive' in project 'swift-zip-archive'
➜ Explicit dependency on target 'CZipZlib' in project 'swift-zip-archive'
➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
Target 'SystemPackage' in project 'swift-system'
➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
➜ Explicit dependency on target 'CSystem' in project 'swift-system'
Target 'SystemPackage' in project 'swift-system'
➜ Explicit dependency on target 'CSystem' in project 'swift-system'
Target 'CSystem' in project 'swift-system' (no dependencies)
Target 'CZipZlib' in project 'swift-zip-archive' (no dependencies)
Target 'X509' in project 'swift-certificates'
➜ Explicit dependency on target 'X509' in project 'swift-certificates'
➜ Explicit dependency on target '_CertificateInternals' in project 'swift-certificates'
➜ Explicit dependency on target 'SwiftASN1' in project 'swift-asn1'
➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
➜ Explicit dependency on target '_CryptoExtras' in project 'swift-crypto'
Target 'X509' in project 'swift-certificates'
➜ Explicit dependency on target '_CertificateInternals' in project 'swift-certificates'
➜ Explicit dependency on target 'SwiftASN1' in project 'swift-asn1'
➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
➜ Explicit dependency on target '_CryptoExtras' in project 'swift-crypto'
Target '_CryptoExtras' in project 'swift-crypto'
➜ Explicit dependency on target '_CryptoExtras' in project 'swift-crypto'
➜ Explicit dependency on target 'swift-crypto__CryptoExtras' in project 'swift-crypto'
➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
➜ Explicit dependency on target 'CCryptoBoringSSLShims' in project 'swift-crypto'
➜ Explicit dependency on target 'CryptoBoringWrapper' in project 'swift-crypto'
➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
➜ Explicit dependency on target 'SwiftASN1' in project 'swift-asn1'
Target '_CryptoExtras' in project 'swift-crypto'
➜ Explicit dependency on target 'swift-crypto__CryptoExtras' in project 'swift-crypto'
➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
➜ Explicit dependency on target 'CCryptoBoringSSLShims' in project 'swift-crypto'
➜ Explicit dependency on target 'CryptoBoringWrapper' in project 'swift-crypto'
➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
➜ Explicit dependency on target 'SwiftASN1' in project 'swift-asn1'
Target 'CryptoBoringWrapper' in project 'swift-crypto'
➜ Explicit dependency on target 'swift-crypto_CryptoBoringWrapper' in project 'swift-crypto'
➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
➜ Explicit dependency on target 'CCryptoBoringSSLShims' in project 'swift-crypto'
Target 'swift-crypto_CryptoBoringWrapper' in project 'swift-crypto' (no dependencies)
Target 'CCryptoBoringSSLShims' in project 'swift-crypto'
➜ Explicit dependency on target 'swift-crypto_CCryptoBoringSSLShims' in project 'swift-crypto'
➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
Target 'swift-crypto_CCryptoBoringSSLShims' in project 'swift-crypto' (no dependencies)
Target 'CCryptoBoringSSL' in project 'swift-crypto'
➜ Explicit dependency on target 'swift-crypto_CCryptoBoringSSL' in project 'swift-crypto'
Target 'swift-crypto_CCryptoBoringSSL' in project 'swift-crypto' (no dependencies)
Target 'swift-crypto__CryptoExtras' in project 'swift-crypto' (no dependencies)
Target 'Crypto' in project 'swift-crypto'
➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
➜ Explicit dependency on target 'swift-crypto_Crypto' in project 'swift-crypto'
Target 'Crypto' in project 'swift-crypto'
➜ Explicit dependency on target 'swift-crypto_Crypto' in project 'swift-crypto'
Target 'swift-crypto_Crypto' in project 'swift-crypto' (no dependencies)
Target 'SwiftASN1' in project 'swift-asn1'
➜ Explicit dependency on target 'SwiftASN1' in project 'swift-asn1'
Target 'SwiftASN1' in project 'swift-asn1' (no dependencies)
Target '_CertificateInternals' in project 'swift-certificates' (no dependencies)
Target 'FluentWallet' in project 'fluent-wallet'
➜ Explicit dependency on target 'FluentKit' in project 'fluent-kit'
Target 'FluentKit' in project 'fluent-kit'
➜ Explicit dependency on target 'FluentKit' in project 'fluent-kit'
➜ Explicit dependency on target 'NIO' in project 'swift-nio'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target 'NIOCore' in project 'swift-nio'
➜ Explicit dependency on target 'NIOPosix' in project 'swift-nio'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'SQLKit' in project 'sql-kit'
Target 'FluentKit' in project 'fluent-kit'
➜ Explicit dependency on target 'NIO' in project 'swift-nio'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target 'NIOCore' in project 'swift-nio'
➜ Explicit dependency on target 'NIOPosix' in project 'swift-nio'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'SQLKit' in project 'sql-kit'
Target 'SQLKit' in project 'sql-kit'
➜ Explicit dependency on target 'SQLKit' in project 'sql-kit'
➜ Explicit dependency on target 'Collections' in project 'swift-collections'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'NIO' in project 'swift-nio'
➜ Explicit dependency on target 'NIOCore' in project 'swift-nio'
Target 'SQLKit' in project 'sql-kit'
➜ Explicit dependency on target 'Collections' in project 'swift-collections'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'NIO' in project 'swift-nio'
➜ Explicit dependency on target 'NIOCore' in project 'swift-nio'
Target 'Collections' in project 'swift-collections'
➜ Explicit dependency on target 'Collections' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
➜ Explicit dependency on target 'BitCollections' in project 'swift-collections'
➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'HashTreeCollections' in project 'swift-collections'
➜ Explicit dependency on target 'HeapModule' in project 'swift-collections'
➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
➜ Explicit dependency on target '_RopeModule' in project 'swift-collections'
Target 'Collections' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
➜ Explicit dependency on target 'BitCollections' in project 'swift-collections'
➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'HashTreeCollections' in project 'swift-collections'
➜ Explicit dependency on target 'HeapModule' in project 'swift-collections'
➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
➜ Explicit dependency on target '_RopeModule' in project 'swift-collections'
Target '_RopeModule' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'OrderedCollections' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'HeapModule' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'HashTreeCollections' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'BitCollections' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
Target 'Logging' in project 'swift-log' (no dependencies)
Target 'NIOPosix' in project 'swift-nio'
➜ Explicit dependency on target 'NIOPosix' in project 'swift-nio'
➜ Explicit dependency on target 'swift-nio_NIOPosix' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOWindows' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target '_NIOBase64' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOWASI' in project 'swift-nio'
➜ Explicit dependency on target '_NIODataStructures' in project 'swift-nio'
➜ Explicit dependency on target 'NIOCore' in project 'swift-nio'
➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
Target 'NIOCore' in project 'swift-nio'
➜ Explicit dependency on target 'NIOCore' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target '_NIOBase64' in project 'swift-nio'
➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOWindows' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOWASI' in project 'swift-nio'
➜ Explicit dependency on target '_NIODataStructures' in project 'swift-nio'
➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
Target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
Target 'NIO' in project 'swift-nio'
➜ Explicit dependency on target 'NIO' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target '_NIOBase64' in project 'swift-nio'
➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOWindows' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOWASI' in project 'swift-nio'
➜ Explicit dependency on target '_NIODataStructures' in project 'swift-nio'
➜ Explicit dependency on target 'NIOCore' in project 'swift-nio'
➜ Explicit dependency on target 'NIOEmbedded' in project 'swift-nio'
➜ Explicit dependency on target 'NIOPosix' in project 'swift-nio'
➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
Target 'NIO' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target '_NIOBase64' in project 'swift-nio'
➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOWindows' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOWASI' in project 'swift-nio'
➜ Explicit dependency on target '_NIODataStructures' in project 'swift-nio'
➜ Explicit dependency on target 'NIOCore' in project 'swift-nio'
➜ Explicit dependency on target 'NIOEmbedded' in project 'swift-nio'
➜ Explicit dependency on target 'NIOPosix' in project 'swift-nio'
➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
Target 'NIOPosix' in project 'swift-nio'
➜ Explicit dependency on target 'swift-nio_NIOPosix' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOWindows' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target '_NIOBase64' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOWASI' in project 'swift-nio'
➜ Explicit dependency on target '_NIODataStructures' in project 'swift-nio'
➜ Explicit dependency on target 'NIOCore' in project 'swift-nio'
➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
Target 'swift-nio_NIOPosix' in project 'swift-nio' (no dependencies)
Target 'NIOEmbedded' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target '_NIOBase64' in project 'swift-nio'
➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOWindows' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOWASI' in project 'swift-nio'
➜ Explicit dependency on target '_NIODataStructures' in project 'swift-nio'
➜ Explicit dependency on target 'NIOCore' in project 'swift-nio'
➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
Target 'NIOCore' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target '_NIOBase64' in project 'swift-nio'
➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOWindows' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOWASI' in project 'swift-nio'
➜ Explicit dependency on target '_NIODataStructures' in project 'swift-nio'
➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
Target 'Atomics' in project 'swift-atomics'
➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
➜ Explicit dependency on target '_AtomicsShims' in project 'swift-atomics'
Target 'Atomics' in project 'swift-atomics'
➜ Explicit dependency on target '_AtomicsShims' in project 'swift-atomics'
Target '_AtomicsShims' in project 'swift-atomics' (no dependencies)
Target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
Target '_NIODataStructures' in project 'swift-nio' (no dependencies)
Target 'CNIOWASI' in project 'swift-nio' (no dependencies)
Target 'CNIOWindows' in project 'swift-nio' (no dependencies)
Target 'CNIOLinux' in project 'swift-nio' (no dependencies)
Target 'CNIODarwin' in project 'swift-nio' (no dependencies)
Target '_NIOBase64' in project 'swift-nio' (no dependencies)
Target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
Target 'CNIOAtomics' in project 'swift-nio' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x assembler-with-cpp -c /dev/null
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: a53ad4460de00b9e8ad4ad9ed7d5cefe
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/a53ad4460de00b9e8ad4ad9ed7d5cefe.xcbuilddata
error: The package product 'ZipArchive' requires minimum platform version 15.0 for the tvOS platform, but this target supports 12.0 (in target 'WalletPasses' from project 'swift-wallet')
error: The package product 'FluentKit' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'FluentWallet' from project 'fluent-wallet')
error: The package product 'FluentKit' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'FluentWalletOrders' from project 'fluent-wallet')
error: The package product 'ZipArchive' requires minimum platform version 15.0 for the tvOS platform, but this target supports 12.0 (in target 'WalletOrders' from project 'swift-wallet')
error: The package product 'FluentKit' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'FluentWalletPasses' from project 'fluent-wallet')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme fluent-wallet-Package
(1 failure)
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
Resolved source packages:
swift-certificates: https://github.com/apple/swift-certificates.git @ 1.10.0
swift-nio: https://github.com/apple/swift-nio.git @ 2.82.1
swift-system: https://github.com/apple/swift-system.git @ 1.4.2
swift-atomics: https://github.com/apple/swift-atomics.git @ 1.2.0
swift-wallet: https://github.com/fpseverino/swift-wallet.git @ 0.4.0
swift-asn1: https://github.com/apple/swift-asn1.git @ 1.3.2
sql-kit: https://github.com/vapor/sql-kit.git @ 3.33.0
swift-collections: https://github.com/apple/swift-collections.git @ 1.1.4
swift-crypto: https://github.com/apple/swift-crypto.git @ 3.12.3
fluent-kit: https://github.com/vapor/fluent-kit.git @ 1.52.1
swift-log: https://github.com/apple/swift-log.git @ 1.6.3
fluent-wallet: /Users/admin/builder/spi-builder-workspace
swift-zip-archive: https://github.com/adam-fowler/swift-zip-archive.git @ 0.6.3
resolved source packages: swift-certificates, swift-nio, swift-system, swift-atomics, swift-wallet, swift-asn1, sql-kit, swift-collections, swift-crypto, fluent-kit, swift-log, fluent-wallet, swift-zip-archive
{
"dependencies" : [
{
"identity" : "fluent-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.49.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent-kit.git"
},
{
"identity" : "swift-wallet",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/fpseverino/swift-wallet.git"
}
],
"manifest_display_name" : "fluent-wallet",
"name" : "fluent-wallet",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "FluentWalletPasses",
"targets" : [
"FluentWalletPasses"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "FluentWalletOrders",
"targets" : [
"FluentWalletOrders"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PassData",
"targets" : [
"PassData"
],
"type" : {
"snippet" : null
}
},
{
"name" : "OrderData",
"targets" : [
"OrderData"
],
"type" : {
"snippet" : null
}
}
],
"targets" : [
{
"c99name" : "FluentWalletPassesTests",
"module_type" : "SwiftTarget",
"name" : "FluentWalletPassesTests",
"path" : "Tests/FluentWalletPassesTests",
"product_dependencies" : [
"XCTFluent"
],
"sources" : [
"FluentWalletPassesTests.swift"
],
"target_dependencies" : [
"FluentWalletPasses"
],
"type" : "test"
},
{
"c99name" : "FluentWalletPasses",
"module_type" : "SwiftTarget",
"name" : "FluentWalletPasses",
"path" : "Sources/FluentWalletPasses",
"product_dependencies" : [
"WalletPasses"
],
"product_memberships" : [
"FluentWalletPasses",
"PassData",
"OrderData"
],
"sources" : [
"DTOs/PersonalizationDictionaryDTO.swift",
"DTOs/SerialNumbersDTO.swift",
"Exports.swift",
"Models/Concrete Models/Pass.swift",
"Models/Concrete Models/PassesDevice.swift",
"Models/Concrete Models/PassesRegistration.swift",
"Models/Concrete Models/PersonalizationInfo.swift",
"Models/PassDataModel.swift",
"Models/PassModel.swift",
"Models/PassesRegistrationModel.swift",
"Models/PersonalizationInfoModel.swift"
],
"target_dependencies" : [
"FluentWallet"
],
"type" : "library"
},
{
"c99name" : "FluentWalletOrdersTests",
"module_type" : "SwiftTarget",
"name" : "FluentWalletOrdersTests",
"path" : "Tests/FluentWalletOrdersTests",
"product_dependencies" : [
"XCTFluent"
],
"sources" : [
"FluentWalletOrdersTests.swift"
],
"target_dependencies" : [
"FluentWalletOrders"
],
"type" : "test"
},
{
"c99name" : "FluentWalletOrders",
"module_type" : "SwiftTarget",
"name" : "FluentWalletOrders",
"path" : "Sources/FluentWalletOrders",
"product_dependencies" : [
"WalletOrders"
],
"product_memberships" : [
"FluentWalletOrders",
"PassData",
"OrderData"
],
"sources" : [
"DTOs/OrderIdentifiersDTO.swift",
"Exports.swift",
"Models/Concrete Models/Order.swift",
"Models/Concrete Models/OrdersDevice.swift",
"Models/Concrete Models/OrdersRegistration.swift",
"Models/OrderDataModel.swift",
"Models/OrderModel.swift",
"Models/OrdersRegistrationModel.swift"
],
"target_dependencies" : [
"FluentWallet"
],
"type" : "library"
},
{
"c99name" : "FluentWallet",
"module_type" : "SwiftTarget",
"name" : "FluentWallet",
"path" : "Sources/FluentWallet",
"product_dependencies" : [
"FluentKit"
],
"product_memberships" : [
"FluentWalletPasses",
"FluentWalletOrders",
"PassData",
"OrderData"
],
"sources" : [
"DTOs/LogEntriesDTO.swift",
"DTOs/PushTokenDTO.swift",
"Models/DeviceModel.swift"
],
"type" : "library"
},
{
"c99name" : "PassData",
"module_type" : "SwiftTarget",
"name" : "PassData",
"path" : "Snippets",
"product_memberships" : [
"PassData"
],
"sources" : [
"PassData.swift"
],
"target_dependencies" : [
"FluentWalletPasses",
"FluentWalletOrders"
],
"type" : "snippet"
},
{
"c99name" : "OrderData",
"module_type" : "SwiftTarget",
"name" : "OrderData",
"path" : "Snippets",
"product_memberships" : [
"OrderData"
],
"sources" : [
"OrderData.swift"
],
"target_dependencies" : [
"FluentWalletPasses",
"FluentWalletOrders"
],
"type" : "snippet"
}
],
"tools_version" : "6.0"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"fluent-wallet-Package",
"FluentWalletOrders",
"FluentWalletPasses"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme fluent-wallet-Package -destination generic/platform=tvOS
Command line invocation:
/Applications/Xcode-16.3.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 fluent-wallet-Package -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
fluent-kit: https://github.com/vapor/fluent-kit.git @ 1.52.1
sql-kit: https://github.com/vapor/sql-kit.git @ 3.33.0
swift-wallet: https://github.com/fpseverino/swift-wallet.git @ 0.4.0
swift-atomics: https://github.com/apple/swift-atomics.git @ 1.2.0
swift-log: https://github.com/apple/swift-log.git @ 1.6.3
swift-nio: https://github.com/apple/swift-nio.git @ 2.82.1
swift-asn1: https://github.com/apple/swift-asn1.git @ 1.3.2
swift-collections: https://github.com/apple/swift-collections.git @ 1.1.4
swift-certificates: https://github.com/apple/swift-certificates.git @ 1.10.0
swift-system: https://github.com/apple/swift-system.git @ 1.4.2
swift-crypto: https://github.com/apple/swift-crypto.git @ 3.12.3
swift-zip-archive: https://github.com/adam-fowler/swift-zip-archive.git @ 0.6.3
fluent-wallet: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (68 targets)
Target 'FluentWalletPasses' in project 'fluent-wallet'
➜ Explicit dependency on target 'FluentWalletPasses' in project 'fluent-wallet'
➜ Explicit dependency on target 'FluentWallet' in project 'fluent-wallet'
➜ Explicit dependency on target 'FluentKit' in project 'fluent-kit'
➜ Explicit dependency on target 'WalletPasses' in project 'swift-wallet'
Target 'FluentWalletPasses' in project 'fluent-wallet'
➜ Explicit dependency on target 'FluentWallet' in project 'fluent-wallet'
➜ Explicit dependency on target 'FluentKit' in project 'fluent-kit'
➜ Explicit dependency on target 'WalletPasses' in project 'swift-wallet'
Target 'WalletPasses' in project 'swift-wallet'
➜ Explicit dependency on target 'WalletPasses' in project 'swift-wallet'
➜ Explicit dependency on target 'X509' in project 'swift-certificates'
➜ Explicit dependency on target 'ZipArchive' in project 'swift-zip-archive'
Target 'WalletPasses' in project 'swift-wallet'
➜ Explicit dependency on target 'X509' in project 'swift-certificates'
➜ Explicit dependency on target 'ZipArchive' in project 'swift-zip-archive'
Target 'FluentWalletOrders' in project 'fluent-wallet'
➜ Explicit dependency on target 'FluentWalletOrders' in project 'fluent-wallet'
➜ Explicit dependency on target 'FluentWallet' in project 'fluent-wallet'
➜ Explicit dependency on target 'FluentKit' in project 'fluent-kit'
➜ Explicit dependency on target 'WalletOrders' in project 'swift-wallet'
Target 'FluentWalletOrders' in project 'fluent-wallet'
➜ Explicit dependency on target 'FluentWallet' in project 'fluent-wallet'
➜ Explicit dependency on target 'FluentKit' in project 'fluent-kit'
➜ Explicit dependency on target 'WalletOrders' in project 'swift-wallet'
Target 'WalletOrders' in project 'swift-wallet'
➜ Explicit dependency on target 'WalletOrders' in project 'swift-wallet'
➜ Explicit dependency on target 'X509' in project 'swift-certificates'
➜ Explicit dependency on target 'ZipArchive' in project 'swift-zip-archive'
Target 'WalletOrders' in project 'swift-wallet'
➜ Explicit dependency on target 'X509' in project 'swift-certificates'
➜ Explicit dependency on target 'ZipArchive' in project 'swift-zip-archive'
Target 'ZipArchive' in project 'swift-zip-archive'
➜ Explicit dependency on target 'ZipArchive' in project 'swift-zip-archive'
➜ Explicit dependency on target 'CZipZlib' in project 'swift-zip-archive'
➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
Target 'ZipArchive' in project 'swift-zip-archive'
➜ Explicit dependency on target 'CZipZlib' in project 'swift-zip-archive'
➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
Target 'SystemPackage' in project 'swift-system'
➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
➜ Explicit dependency on target 'CSystem' in project 'swift-system'
Target 'SystemPackage' in project 'swift-system'
➜ Explicit dependency on target 'CSystem' in project 'swift-system'
Target 'CSystem' in project 'swift-system' (no dependencies)
Target 'CZipZlib' in project 'swift-zip-archive' (no dependencies)
Target 'X509' in project 'swift-certificates'
➜ Explicit dependency on target 'X509' in project 'swift-certificates'
➜ Explicit dependency on target '_CertificateInternals' in project 'swift-certificates'
➜ Explicit dependency on target 'SwiftASN1' in project 'swift-asn1'
➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
➜ Explicit dependency on target '_CryptoExtras' in project 'swift-crypto'
Target 'X509' in project 'swift-certificates'
➜ Explicit dependency on target '_CertificateInternals' in project 'swift-certificates'
➜ Explicit dependency on target 'SwiftASN1' in project 'swift-asn1'
➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
➜ Explicit dependency on target '_CryptoExtras' in project 'swift-crypto'
Target '_CryptoExtras' in project 'swift-crypto'
➜ Explicit dependency on target '_CryptoExtras' in project 'swift-crypto'
➜ Explicit dependency on target 'swift-crypto__CryptoExtras' in project 'swift-crypto'
➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
➜ Explicit dependency on target 'CCryptoBoringSSLShims' in project 'swift-crypto'
➜ Explicit dependency on target 'CryptoBoringWrapper' in project 'swift-crypto'
➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
➜ Explicit dependency on target 'SwiftASN1' in project 'swift-asn1'
Target '_CryptoExtras' in project 'swift-crypto'
➜ Explicit dependency on target 'swift-crypto__CryptoExtras' in project 'swift-crypto'
➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
➜ Explicit dependency on target 'CCryptoBoringSSLShims' in project 'swift-crypto'
➜ Explicit dependency on target 'CryptoBoringWrapper' in project 'swift-crypto'
➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
➜ Explicit dependency on target 'SwiftASN1' in project 'swift-asn1'
Target 'CryptoBoringWrapper' in project 'swift-crypto'
➜ Explicit dependency on target 'swift-crypto_CryptoBoringWrapper' in project 'swift-crypto'
➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
➜ Explicit dependency on target 'CCryptoBoringSSLShims' in project 'swift-crypto'
Target 'swift-crypto_CryptoBoringWrapper' in project 'swift-crypto' (no dependencies)
Target 'CCryptoBoringSSLShims' in project 'swift-crypto'
➜ Explicit dependency on target 'swift-crypto_CCryptoBoringSSLShims' in project 'swift-crypto'
➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
Target 'swift-crypto_CCryptoBoringSSLShims' in project 'swift-crypto' (no dependencies)
Target 'CCryptoBoringSSL' in project 'swift-crypto'
➜ Explicit dependency on target 'swift-crypto_CCryptoBoringSSL' in project 'swift-crypto'
Target 'swift-crypto_CCryptoBoringSSL' in project 'swift-crypto' (no dependencies)
Target 'swift-crypto__CryptoExtras' in project 'swift-crypto' (no dependencies)
Target 'Crypto' in project 'swift-crypto'
➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
➜ Explicit dependency on target 'swift-crypto_Crypto' in project 'swift-crypto'
Target 'Crypto' in project 'swift-crypto'
➜ Explicit dependency on target 'swift-crypto_Crypto' in project 'swift-crypto'
Target 'swift-crypto_Crypto' in project 'swift-crypto' (no dependencies)
Target 'SwiftASN1' in project 'swift-asn1'
➜ Explicit dependency on target 'SwiftASN1' in project 'swift-asn1'
Target 'SwiftASN1' in project 'swift-asn1' (no dependencies)
Target '_CertificateInternals' in project 'swift-certificates' (no dependencies)
Target 'FluentWallet' in project 'fluent-wallet'
➜ Explicit dependency on target 'FluentKit' in project 'fluent-kit'
Target 'FluentKit' in project 'fluent-kit'
➜ Explicit dependency on target 'FluentKit' in project 'fluent-kit'
➜ Explicit dependency on target 'NIO' in project 'swift-nio'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target 'NIOCore' in project 'swift-nio'
➜ Explicit dependency on target 'NIOPosix' in project 'swift-nio'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'SQLKit' in project 'sql-kit'
Target 'FluentKit' in project 'fluent-kit'
➜ Explicit dependency on target 'NIO' in project 'swift-nio'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target 'NIOCore' in project 'swift-nio'
➜ Explicit dependency on target 'NIOPosix' in project 'swift-nio'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'SQLKit' in project 'sql-kit'
Target 'SQLKit' in project 'sql-kit'
➜ Explicit dependency on target 'SQLKit' in project 'sql-kit'
➜ Explicit dependency on target 'Collections' in project 'swift-collections'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'NIO' in project 'swift-nio'
➜ Explicit dependency on target 'NIOCore' in project 'swift-nio'
Target 'SQLKit' in project 'sql-kit'
➜ Explicit dependency on target 'Collections' in project 'swift-collections'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'NIO' in project 'swift-nio'
➜ Explicit dependency on target 'NIOCore' in project 'swift-nio'
Target 'Collections' in project 'swift-collections'
➜ Explicit dependency on target 'Collections' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
➜ Explicit dependency on target 'BitCollections' in project 'swift-collections'
➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'HashTreeCollections' in project 'swift-collections'
➜ Explicit dependency on target 'HeapModule' in project 'swift-collections'
➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
➜ Explicit dependency on target '_RopeModule' in project 'swift-collections'
Target 'Collections' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
➜ Explicit dependency on target 'BitCollections' in project 'swift-collections'
➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'HashTreeCollections' in project 'swift-collections'
➜ Explicit dependency on target 'HeapModule' in project 'swift-collections'
➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
➜ Explicit dependency on target '_RopeModule' in project 'swift-collections'
Target '_RopeModule' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'OrderedCollections' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'HeapModule' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'HashTreeCollections' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'BitCollections' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
Target 'Logging' in project 'swift-log' (no dependencies)
Target 'NIOPosix' in project 'swift-nio'
➜ Explicit dependency on target 'NIOPosix' in project 'swift-nio'
➜ Explicit dependency on target 'swift-nio_NIOPosix' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOWindows' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target '_NIOBase64' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOWASI' in project 'swift-nio'
➜ Explicit dependency on target '_NIODataStructures' in project 'swift-nio'
➜ Explicit dependency on target 'NIOCore' in project 'swift-nio'
➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
Target 'NIOCore' in project 'swift-nio'
➜ Explicit dependency on target 'NIOCore' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target '_NIOBase64' in project 'swift-nio'
➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOWindows' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOWASI' in project 'swift-nio'
➜ Explicit dependency on target '_NIODataStructures' in project 'swift-nio'
➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
Target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
Target 'NIO' in project 'swift-nio'
➜ Explicit dependency on target 'NIO' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target '_NIOBase64' in project 'swift-nio'
➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOWindows' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOWASI' in project 'swift-nio'
➜ Explicit dependency on target '_NIODataStructures' in project 'swift-nio'
➜ Explicit dependency on target 'NIOCore' in project 'swift-nio'
➜ Explicit dependency on target 'NIOEmbedded' in project 'swift-nio'
➜ Explicit dependency on target 'NIOPosix' in project 'swift-nio'
➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
Target 'NIO' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target '_NIOBase64' in project 'swift-nio'
➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOWindows' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOWASI' in project 'swift-nio'
➜ Explicit dependency on target '_NIODataStructures' in project 'swift-nio'
➜ Explicit dependency on target 'NIOCore' in project 'swift-nio'
➜ Explicit dependency on target 'NIOEmbedded' in project 'swift-nio'
➜ Explicit dependency on target 'NIOPosix' in project 'swift-nio'
➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
Target 'NIOPosix' in project 'swift-nio'
➜ Explicit dependency on target 'swift-nio_NIOPosix' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOWindows' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target '_NIOBase64' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOWASI' in project 'swift-nio'
➜ Explicit dependency on target '_NIODataStructures' in project 'swift-nio'
➜ Explicit dependency on target 'NIOCore' in project 'swift-nio'
➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
Target 'swift-nio_NIOPosix' in project 'swift-nio' (no dependencies)
Target 'NIOEmbedded' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target '_NIOBase64' in project 'swift-nio'
➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOWindows' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOWASI' in project 'swift-nio'
➜ Explicit dependency on target '_NIODataStructures' in project 'swift-nio'
➜ Explicit dependency on target 'NIOCore' in project 'swift-nio'
➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
Target 'NIOCore' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target '_NIOBase64' in project 'swift-nio'
➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOWindows' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOWASI' in project 'swift-nio'
➜ Explicit dependency on target '_NIODataStructures' in project 'swift-nio'
➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
Target 'Atomics' in project 'swift-atomics'
➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
➜ Explicit dependency on target '_AtomicsShims' in project 'swift-atomics'
Target 'Atomics' in project 'swift-atomics'
➜ Explicit dependency on target '_AtomicsShims' in project 'swift-atomics'
Target '_AtomicsShims' in project 'swift-atomics' (no dependencies)
Target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
Target '_NIODataStructures' in project 'swift-nio' (no dependencies)
Target 'CNIOWASI' in project 'swift-nio' (no dependencies)
Target 'CNIOWindows' in project 'swift-nio' (no dependencies)
Target 'CNIOLinux' in project 'swift-nio' (no dependencies)
Target 'CNIODarwin' in project 'swift-nio' (no dependencies)
Target '_NIOBase64' in project 'swift-nio' (no dependencies)
Target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
Target 'CNIOAtomics' in project 'swift-nio' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x assembler-with-cpp -c /dev/null
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 0e812b4c4a53e8025e333fe21797dfed
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/0e812b4c4a53e8025e333fe21797dfed.xcbuilddata
error: The package product 'ZipArchive' requires minimum platform version 15.0 for the tvOS platform, but this target supports 12.0 (in target 'WalletPasses' from project 'swift-wallet')
error: The package product 'FluentKit' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'FluentWallet' from project 'fluent-wallet')
error: The package product 'FluentKit' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'FluentWalletPasses' from project 'fluent-wallet')
error: The package product 'ZipArchive' requires minimum platform version 15.0 for the tvOS platform, but this target supports 12.0 (in target 'WalletOrders' from project 'swift-wallet')
error: The package product 'FluentKit' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'FluentWalletOrders' from project 'fluent-wallet')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme fluent-wallet-Package
(1 failure)
BUILD FAILURE 6.1 tvOS