Build Information
Failed to build sXPC with Swift 5.9 for tvOS using Xcode 15.2.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme sXPC -destination generic/platform=tvos
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Alkenso/sXPC.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/Alkenso/sXPC
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 6d743ba Update README.md
Cloned https://github.com/Alkenso/sXPC.git
Revision (git rev-parse @):
6d743ba952197e02468f2a3a51bf13be27ddbdee
SUCCESS checkout https://github.com/Alkenso/sXPC.git at main
========================================
Build
========================================
Selected platform: tvOS
Swift version: 5.9
Building package at path: $workDir
https://github.com/Alkenso/sXPC.git
Command line invocation:
/Applications/Xcode-15.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/Alkenso/SwiftSpellbook.git (cached)
Creating working copy of package ‘SwiftSpellbook’
Checking out 0.4.2 of package ‘SwiftSpellbook’
Resolve Package Graph
Resolved source packages:
sXPC: /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
SwiftSpellbook: https://github.com/Alkenso/SwiftSpellbook.git @ 0.4.2
resolved source packages: sXPC, SwiftSpellbook
{
"dependencies" : [
{
"identity" : "swiftspellbook",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.3",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Alkenso/SwiftSpellbook.git"
}
],
"manifest_display_name" : "sXPC",
"name" : "sXPC",
"path" : "/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "sXPC",
"targets" : [
"sXPC"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "sXPCTests",
"module_type" : "SwiftTarget",
"name" : "sXPCTests",
"path" : "Tests/sXPCTests",
"product_dependencies" : [
"SpellbookFoundation",
"SpellbookTestUtils"
],
"sources" : [
"XPCClientTests.swift",
"XPCTransportTests.swift"
],
"target_dependencies" : [
"sXPC"
],
"type" : "test"
},
{
"c99name" : "sXPC",
"module_type" : "SwiftTarget",
"name" : "sXPC",
"path" : "Sources/sXPC",
"product_dependencies" : [
"SpellbookFoundation"
],
"product_memberships" : [
"sXPC"
],
"sources" : [
"XPC Transport/XPCTransportConnection.swift",
"XPC Transport/XPCTransportListener.swift",
"XPC Transport/XPCTransportMessage.swift",
"XPC Transport/XPCTransportUtils.swift",
"XPCConnection/Utils.swift",
"XPCConnection/XPCClient.swift",
"XPCConnection/XPCConnection.swift",
"XPCConnection/XPCInterface.swift",
"XPCConnection/XPCListener.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"sXPC"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme sXPC -destination generic/platform=tvos
Command line invocation:
/Applications/Xcode-15.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme sXPC -destination generic/platform=tvos
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
SwiftSpellbook: https://github.com/Alkenso/SwiftSpellbook.git @ 0.4.2
sXPC: /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (8 targets)
Target 'sXPCTests' in project 'sXPC'
➜ Explicit dependency on target 'sXPC' in project 'sXPC'
➜ Explicit dependency on target 'SpellbookFoundation' in project 'SwiftSpellbook'
➜ Explicit dependency on target 'SpellbookTestUtils' in project 'SwiftSpellbook'
Target 'SpellbookTestUtils' in project 'SwiftSpellbook'
➜ Explicit dependency on target 'SpellbookTestUtils' in project 'SwiftSpellbook'
➜ Explicit dependency on target 'SpellbookFoundationObjC' in project 'SwiftSpellbook'
➜ Explicit dependency on target 'SpellbookFoundation' in project 'SwiftSpellbook'
Target 'SpellbookTestUtils' in project 'SwiftSpellbook'
➜ Explicit dependency on target 'SpellbookFoundationObjC' in project 'SwiftSpellbook'
➜ Explicit dependency on target 'SpellbookFoundation' in project 'SwiftSpellbook'
Target 'sXPC' in project 'sXPC'
➜ Explicit dependency on target 'sXPC' in project 'sXPC'
➜ Explicit dependency on target 'SpellbookFoundation' in project 'SwiftSpellbook'
Target 'sXPC' in project 'sXPC'
➜ Explicit dependency on target 'SpellbookFoundation' in project 'SwiftSpellbook'
Target 'SpellbookFoundation' in project 'SwiftSpellbook'
➜ Explicit dependency on target 'SpellbookFoundation' in project 'SwiftSpellbook'
➜ Explicit dependency on target 'SpellbookFoundationObjC' in project 'SwiftSpellbook'
Target 'SpellbookFoundation' in project 'SwiftSpellbook'
➜ Explicit dependency on target 'SpellbookFoundationObjC' in project 'SwiftSpellbook'
Target 'SpellbookFoundationObjC' in project 'SwiftSpellbook' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
Build description signature: e4d7cd4a6eb94e437b750bf418be5b3a
Build description path: /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/e4d7cd4a6eb94e437b750bf418be5b3a.xcbuilddata
error: The package product 'SpellbookFoundation' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'sXPCTests' from project 'sXPC')
error: The package product 'SpellbookTestUtils' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'sXPCTests' from project 'sXPC')
error: The package product 'SpellbookFoundation' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'sXPC' from project 'sXPC')
Resolve Package Graph
** BUILD FAILED **
Command line invocation:
/Applications/Xcode-15.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme sXPC -destination generic/platform=tvos
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
sXPC: /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
SwiftSpellbook: https://github.com/Alkenso/SwiftSpellbook.git @ 0.4.2
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (8 targets)
Target 'sXPCTests' in project 'sXPC'
➜ Explicit dependency on target 'sXPC' in project 'sXPC'
➜ Explicit dependency on target 'SpellbookFoundation' in project 'SwiftSpellbook'
➜ Explicit dependency on target 'SpellbookTestUtils' in project 'SwiftSpellbook'
Target 'SpellbookTestUtils' in project 'SwiftSpellbook'
➜ Explicit dependency on target 'SpellbookTestUtils' in project 'SwiftSpellbook'
➜ Explicit dependency on target 'SpellbookFoundationObjC' in project 'SwiftSpellbook'
➜ Explicit dependency on target 'SpellbookFoundation' in project 'SwiftSpellbook'
Target 'SpellbookTestUtils' in project 'SwiftSpellbook'
➜ Explicit dependency on target 'SpellbookFoundationObjC' in project 'SwiftSpellbook'
➜ Explicit dependency on target 'SpellbookFoundation' in project 'SwiftSpellbook'
Target 'sXPC' in project 'sXPC'
➜ Explicit dependency on target 'sXPC' in project 'sXPC'
➜ Explicit dependency on target 'SpellbookFoundation' in project 'SwiftSpellbook'
Target 'sXPC' in project 'sXPC'
➜ Explicit dependency on target 'SpellbookFoundation' in project 'SwiftSpellbook'
Target 'SpellbookFoundation' in project 'SwiftSpellbook'
➜ Explicit dependency on target 'SpellbookFoundation' in project 'SwiftSpellbook'
➜ Explicit dependency on target 'SpellbookFoundationObjC' in project 'SwiftSpellbook'
Target 'SpellbookFoundation' in project 'SwiftSpellbook'
➜ Explicit dependency on target 'SpellbookFoundationObjC' in project 'SwiftSpellbook'
Target 'SpellbookFoundationObjC' in project 'SwiftSpellbook' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
error: The package product 'SpellbookFoundation' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'sXPC' from project 'sXPC')
error: The package product 'SpellbookFoundation' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'sXPCTests' from project 'sXPC')
error: The package product 'SpellbookTestUtils' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'sXPCTests' from project 'sXPC')
** BUILD FAILED **
BUILD FAILURE 5.9 tvOS