Build Information
Failed to build GitHubSwiftActions, reference main (20e4eb
), with Swift 5.10 for tvOS using Xcode 15.4 on 8 Oct 2024 06:30:17 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme GitHubSwiftActions-Package -destination generic/platform=tvOS
Build Log
========================================
RunAll
========================================
Builder version: 4.55.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Wei18/GitHubSwiftActions.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Wei18/GitHubSwiftActions
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 20e4eb8 Merge pull request #2 from Wei18/dependabot/swift/github.com/wei18/github-rest-api-swift-openapi-2.0.2
Cloned https://github.com/Wei18/GitHubSwiftActions.git
Revision (git rev-parse @):
20e4eb8e5a3b46fae3cc7617c8f4dc1dc1e5cd75
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Wei18/GitHubSwiftActions.git at main
========================================
Build
========================================
Selected platform: tvOS
Swift version: 5.10
Building package at path: $PWD
https://github.com/Wei18/GitHubSwiftActions.git
Command line invocation:
/Applications/Xcode-15.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/apple/swift-openapi-urlsession
Fetching from https://github.com/apple/swift-argument-parser
Fetching from https://github.com/apple/swift-openapi-runtime
Fetching from https://github.com/apple/swift-http-types
Fetching from https://github.com/jpsim/Yams
Fetching from https://github.com/apple/swift-collections
Fetching from https://github.com/Wei18/github-rest-api-swift-openapi
Creating working copy of package ‘Yams’
Checking out 5.1.3 of package ‘Yams’
Creating working copy of package ‘swift-openapi-urlsession’
Checking out 1.0.2 of package ‘swift-openapi-urlsession’
Creating working copy of package ‘swift-http-types’
Checking out 1.3.0 of package ‘swift-http-types’
Creating working copy of package ‘swift-collections’
Checking out 1.1.3 of package ‘swift-collections’
Creating working copy of package ‘github-rest-api-swift-openapi’
Checking out 2.0.2 of package ‘github-rest-api-swift-openapi’
Creating working copy of package ‘swift-openapi-runtime’
Checking out 1.5.0 of package ‘swift-openapi-runtime’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.5.0 of package ‘swift-argument-parser’
Resolved source packages:
swift-openapi-urlsession: https://github.com/apple/swift-openapi-urlsession @ 1.0.2
swift-http-types: https://github.com/apple/swift-http-types @ 1.3.0
swift-collections: https://github.com/apple/swift-collections @ 1.1.3
GitHubRestAPISwiftOpenAPI: https://github.com/Wei18/github-rest-api-swift-openapi @ 2.0.2
Yams: https://github.com/jpsim/Yams @ 5.1.3
swift-openapi-runtime: https://github.com/apple/swift-openapi-runtime @ 1.5.0
GitHubSwiftActions: /Users/admin/builder/spi-builder-workspace
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
resolved source packages: swift-openapi-urlsession, swift-http-types, swift-collections, GitHubRestAPISwiftOpenAPI, Yams, swift-openapi-runtime, GitHubSwiftActions, swift-argument-parser
{
"dependencies" : [
{
"identity" : "github-rest-api-swift-openapi",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Wei18/github-rest-api-swift-openapi"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swift-openapi-runtime",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-openapi-runtime"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams"
}
],
"manifest_display_name" : "GitHubSwiftActions",
"name" : "GitHubSwiftActions",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "Comment",
"targets" : [
"Comment"
],
"type" : {
"executable" : null
}
},
{
"name" : "Release",
"targets" : [
"Release"
],
"type" : {
"executable" : null
}
},
{
"name" : "YamlWriter",
"targets" : [
"YamlWriter"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "YamlWriter",
"module_type" : "SwiftTarget",
"name" : "YamlWriter",
"path" : "Sources/YamlWriter",
"product_dependencies" : [
"ArgumentParser",
"Yams"
],
"product_memberships" : [
"YamlWriter"
],
"sources" : [
"CLIYamlBuilder.swift",
"FileBuilder.swift",
"SwiftPackageConfig.swift",
"main.swift"
],
"target_dependencies" : [
"CommentCLI",
"ReleaseCLI"
],
"type" : "executable"
},
{
"c99name" : "ReleaseCore",
"module_type" : "SwiftTarget",
"name" : "ReleaseCore",
"path" : "Sources/ReleaseCore",
"product_dependencies" : [
"GitHubRestAPIRepos"
],
"product_memberships" : [
"Release",
"YamlWriter"
],
"sources" : [
"RepoUseCase.swift",
"Version.swift"
],
"target_dependencies" : [
"Middleware",
"Extensions"
],
"type" : "library"
},
{
"c99name" : "ReleaseCLI",
"module_type" : "SwiftTarget",
"name" : "ReleaseCLI",
"path" : "Sources/ReleaseCLI",
"product_memberships" : [
"Release",
"YamlWriter"
],
"sources" : [
"Release.swift"
],
"target_dependencies" : [
"ReleaseCore",
"Extensions"
],
"type" : "library"
},
{
"c99name" : "Release",
"module_type" : "SwiftTarget",
"name" : "Release",
"path" : "Sources/Release",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"Release"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"ReleaseCLI"
],
"type" : "executable"
},
{
"c99name" : "Middleware",
"module_type" : "SwiftTarget",
"name" : "Middleware",
"path" : "Sources/Middleware",
"product_dependencies" : [
"OpenAPIRuntime"
],
"product_memberships" : [
"Comment",
"Release",
"YamlWriter"
],
"sources" : [
"AuthenticationMiddleware.swift"
],
"type" : "library"
},
{
"c99name" : "Extensions",
"module_type" : "SwiftTarget",
"name" : "Extensions",
"path" : "Sources/Extensions",
"product_memberships" : [
"Comment",
"Release",
"YamlWriter"
],
"sources" : [
"Int+Ext.swift",
"Task+Ext.swift"
],
"type" : "library"
},
{
"c99name" : "CommentCore",
"module_type" : "SwiftTarget",
"name" : "CommentCore",
"path" : "Sources/CommentCore",
"product_dependencies" : [
"GitHubRestAPIIssues"
],
"product_memberships" : [
"Comment",
"YamlWriter"
],
"sources" : [
"CommentUseCase.swift"
],
"target_dependencies" : [
"Middleware"
],
"type" : "library"
},
{
"c99name" : "CommentCLI",
"module_type" : "SwiftTarget",
"name" : "CommentCLI",
"path" : "Sources/CommentCLI",
"product_memberships" : [
"Comment",
"YamlWriter"
],
"sources" : [
"Comment.swift"
],
"target_dependencies" : [
"CommentCore",
"Extensions"
],
"type" : "library"
},
{
"c99name" : "Comment",
"module_type" : "SwiftTarget",
"name" : "Comment",
"path" : "Sources/Comment",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"Comment"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"CommentCLI"
],
"type" : "executable"
}
],
"tools_version" : "5.10"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Comment",
"GitHubSwiftActions-Package",
"Release",
"YamlWriter"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme GitHubSwiftActions-Package -destination generic/platform=tvOS
Command line invocation:
/Applications/Xcode-15.4.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 GitHubSwiftActions-Package -destination generic/platform=tvOS
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
Yams: https://github.com/jpsim/Yams @ 5.1.3
swift-openapi-urlsession: https://github.com/apple/swift-openapi-urlsession @ 1.0.2
GitHubRestAPISwiftOpenAPI: https://github.com/Wei18/github-rest-api-swift-openapi @ 2.0.2
swift-collections: https://github.com/apple/swift-collections @ 1.1.3
swift-openapi-runtime: https://github.com/apple/swift-openapi-runtime @ 1.5.0
swift-http-types: https://github.com/apple/swift-http-types @ 1.3.0
GitHubSwiftActions: /Users/admin/builder/spi-builder-workspace
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (28 targets)
Target 'YamlWriter' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'Middleware' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'CommentCore' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'Extensions' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'CommentCLI' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'ReleaseCore' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'ReleaseCLI' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
➜ Explicit dependency on target 'GitHubRestAPIIssues' in project 'GitHubRestAPISwiftOpenAPI'
➜ Explicit dependency on target 'GitHubRestAPIRepos' in project 'GitHubRestAPISwiftOpenAPI'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'Yams' in project 'Yams'
Target 'Yams' in project 'Yams'
➜ Explicit dependency on target 'Yams' in project 'Yams'
➜ Explicit dependency on target 'CYaml' in project 'Yams'
Target 'Yams' in project 'Yams'
➜ Explicit dependency on target 'CYaml' in project 'Yams'
Target 'CYaml' in project 'Yams' (no dependencies)
Target 'Release' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'Middleware' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'Extensions' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'ReleaseCore' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'ReleaseCLI' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
➜ Explicit dependency on target 'GitHubRestAPIRepos' in project 'GitHubRestAPISwiftOpenAPI'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
Target 'ReleaseCLI' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'Middleware' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'Extensions' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'ReleaseCore' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
➜ Explicit dependency on target 'GitHubRestAPIRepos' in project 'GitHubRestAPISwiftOpenAPI'
Target 'ReleaseCore' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'Middleware' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'Extensions' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
➜ Explicit dependency on target 'GitHubRestAPIRepos' in project 'GitHubRestAPISwiftOpenAPI'
Target 'GitHubRestAPIRepos' in project 'GitHubRestAPISwiftOpenAPI'
➜ Explicit dependency on target 'GitHubRestAPIRepos' in project 'GitHubRestAPISwiftOpenAPI'
➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
➜ Explicit dependency on target 'OpenAPIURLSession' in project 'swift-openapi-urlsession'
Target 'GitHubRestAPIRepos' in project 'GitHubRestAPISwiftOpenAPI'
➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
➜ Explicit dependency on target 'OpenAPIURLSession' in project 'swift-openapi-urlsession'
Target 'Comment' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'Middleware' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'CommentCore' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'Extensions' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'CommentCLI' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
➜ Explicit dependency on target 'GitHubRestAPIIssues' in project 'GitHubRestAPISwiftOpenAPI'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
Target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
Target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
Target 'ArgumentParserToolInfo' in project 'swift-argument-parser' (no dependencies)
Target 'CommentCLI' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'Middleware' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'CommentCore' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'Extensions' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
➜ Explicit dependency on target 'GitHubRestAPIIssues' in project 'GitHubRestAPISwiftOpenAPI'
Target 'Extensions' in project 'GitHubSwiftActions' (no dependencies)
Target 'CommentCore' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'Middleware' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
➜ Explicit dependency on target 'GitHubRestAPIIssues' in project 'GitHubRestAPISwiftOpenAPI'
Target 'GitHubRestAPIIssues' in project 'GitHubRestAPISwiftOpenAPI'
➜ Explicit dependency on target 'GitHubRestAPIIssues' in project 'GitHubRestAPISwiftOpenAPI'
➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
➜ Explicit dependency on target 'OpenAPIURLSession' in project 'swift-openapi-urlsession'
Target 'GitHubRestAPIIssues' in project 'GitHubRestAPISwiftOpenAPI'
➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
➜ Explicit dependency on target 'OpenAPIURLSession' in project 'swift-openapi-urlsession'
Target 'OpenAPIURLSession' in project 'swift-openapi-urlsession'
➜ Explicit dependency on target 'OpenAPIURLSession' in project 'swift-openapi-urlsession'
➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
➜ Explicit dependency on target 'HTTPTypes' in project 'swift-http-types'
Target 'OpenAPIURLSession' in project 'swift-openapi-urlsession'
➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
➜ Explicit dependency on target 'HTTPTypes' in project 'swift-http-types'
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 'Middleware' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
Target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
➜ Explicit dependency on target 'HTTPTypes' in project 'swift-http-types'
Target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
➜ Explicit dependency on target 'HTTPTypes' in project 'swift-http-types'
Target 'HTTPTypes' in project 'swift-http-types'
➜ Explicit dependency on target 'HTTPTypes' in project 'swift-http-types'
Target 'HTTPTypes' in project 'swift-http-types' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -v
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.5.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.5.sdk -x c -c /dev/null
ExecuteExternalTool /bin/cat /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 9497d5704922ac5676516e58b32be656
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/9497d5704922ac5676516e58b32be656.xcbuilddata
error: The package product 'OpenAPIRuntime' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'Comment' from project 'GitHubSwiftActions')
error: The package product 'GitHubRestAPIIssues' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'Comment' from project 'GitHubSwiftActions')
error: The package product 'OpenAPIRuntime' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'ReleaseCLI' from project 'GitHubSwiftActions')
error: The package product 'GitHubRestAPIRepos' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'ReleaseCLI' from project 'GitHubSwiftActions')
error: The package product 'OpenAPIRuntime' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'Release' from project 'GitHubSwiftActions')
error: The package product 'GitHubRestAPIRepos' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'Release' from project 'GitHubSwiftActions')
error: The package product 'OpenAPIRuntime' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'YamlWriter' from project 'GitHubSwiftActions')
error: The package product 'GitHubRestAPIIssues' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'YamlWriter' from project 'GitHubSwiftActions')
error: The package product 'GitHubRestAPIRepos' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'YamlWriter' from project 'GitHubSwiftActions')
error: The package product 'OpenAPIRuntime' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'Middleware' from project 'GitHubSwiftActions')
error: The package product 'OpenAPIRuntime' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'CommentCore' from project 'GitHubSwiftActions')
error: The package product 'GitHubRestAPIIssues' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'CommentCore' from project 'GitHubSwiftActions')
error: The package product 'OpenAPIRuntime' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'ReleaseCore' from project 'GitHubSwiftActions')
error: The package product 'GitHubRestAPIRepos' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'ReleaseCore' from project 'GitHubSwiftActions')
error: The package product 'OpenAPIRuntime' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'CommentCLI' from project 'GitHubSwiftActions')
error: The package product 'GitHubRestAPIIssues' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'CommentCLI' from project 'GitHubSwiftActions')
** BUILD FAILED **
Command line invocation:
/Applications/Xcode-15.4.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 GitHubSwiftActions-Package -destination generic/platform=tvOS
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
GitHubRestAPISwiftOpenAPI: https://github.com/Wei18/github-rest-api-swift-openapi @ 2.0.2
swift-collections: https://github.com/apple/swift-collections @ 1.1.3
Yams: https://github.com/jpsim/Yams @ 5.1.3
swift-openapi-runtime: https://github.com/apple/swift-openapi-runtime @ 1.5.0
swift-openapi-urlsession: https://github.com/apple/swift-openapi-urlsession @ 1.0.2
swift-http-types: https://github.com/apple/swift-http-types @ 1.3.0
GitHubSwiftActions: /Users/admin/builder/spi-builder-workspace
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (28 targets)
Target 'YamlWriter' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'Middleware' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'CommentCore' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'Extensions' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'CommentCLI' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'ReleaseCore' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'ReleaseCLI' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
➜ Explicit dependency on target 'GitHubRestAPIIssues' in project 'GitHubRestAPISwiftOpenAPI'
➜ Explicit dependency on target 'GitHubRestAPIRepos' in project 'GitHubRestAPISwiftOpenAPI'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'Yams' in project 'Yams'
Target 'Yams' in project 'Yams'
➜ Explicit dependency on target 'Yams' in project 'Yams'
➜ Explicit dependency on target 'CYaml' in project 'Yams'
Target 'Yams' in project 'Yams'
➜ Explicit dependency on target 'CYaml' in project 'Yams'
Target 'CYaml' in project 'Yams' (no dependencies)
Target 'Release' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'Middleware' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'Extensions' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'ReleaseCore' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'ReleaseCLI' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
➜ Explicit dependency on target 'GitHubRestAPIRepos' in project 'GitHubRestAPISwiftOpenAPI'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
Target 'ReleaseCLI' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'Middleware' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'Extensions' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'ReleaseCore' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
➜ Explicit dependency on target 'GitHubRestAPIRepos' in project 'GitHubRestAPISwiftOpenAPI'
Target 'ReleaseCore' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'Middleware' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'Extensions' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
➜ Explicit dependency on target 'GitHubRestAPIRepos' in project 'GitHubRestAPISwiftOpenAPI'
Target 'GitHubRestAPIRepos' in project 'GitHubRestAPISwiftOpenAPI'
➜ Explicit dependency on target 'GitHubRestAPIRepos' in project 'GitHubRestAPISwiftOpenAPI'
➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
➜ Explicit dependency on target 'OpenAPIURLSession' in project 'swift-openapi-urlsession'
Target 'GitHubRestAPIRepos' in project 'GitHubRestAPISwiftOpenAPI'
➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
➜ Explicit dependency on target 'OpenAPIURLSession' in project 'swift-openapi-urlsession'
Target 'Comment' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'Middleware' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'CommentCore' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'Extensions' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'CommentCLI' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
➜ Explicit dependency on target 'GitHubRestAPIIssues' in project 'GitHubRestAPISwiftOpenAPI'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
Target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
Target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
Target 'ArgumentParserToolInfo' in project 'swift-argument-parser' (no dependencies)
Target 'CommentCLI' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'Middleware' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'CommentCore' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'Extensions' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
➜ Explicit dependency on target 'GitHubRestAPIIssues' in project 'GitHubRestAPISwiftOpenAPI'
Target 'Extensions' in project 'GitHubSwiftActions' (no dependencies)
Target 'CommentCore' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'Middleware' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
➜ Explicit dependency on target 'GitHubRestAPIIssues' in project 'GitHubRestAPISwiftOpenAPI'
Target 'GitHubRestAPIIssues' in project 'GitHubRestAPISwiftOpenAPI'
➜ Explicit dependency on target 'GitHubRestAPIIssues' in project 'GitHubRestAPISwiftOpenAPI'
➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
➜ Explicit dependency on target 'OpenAPIURLSession' in project 'swift-openapi-urlsession'
Target 'GitHubRestAPIIssues' in project 'GitHubRestAPISwiftOpenAPI'
➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
➜ Explicit dependency on target 'OpenAPIURLSession' in project 'swift-openapi-urlsession'
Target 'OpenAPIURLSession' in project 'swift-openapi-urlsession'
➜ Explicit dependency on target 'OpenAPIURLSession' in project 'swift-openapi-urlsession'
➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
➜ Explicit dependency on target 'HTTPTypes' in project 'swift-http-types'
Target 'OpenAPIURLSession' in project 'swift-openapi-urlsession'
➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
➜ Explicit dependency on target 'HTTPTypes' in project 'swift-http-types'
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 'Middleware' in project 'GitHubSwiftActions'
➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
Target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
➜ Explicit dependency on target 'HTTPTypes' in project 'swift-http-types'
Target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
➜ Explicit dependency on target 'HTTPTypes' in project 'swift-http-types'
Target 'HTTPTypes' in project 'swift-http-types'
➜ Explicit dependency on target 'HTTPTypes' in project 'swift-http-types'
Target 'HTTPTypes' in project 'swift-http-types' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -v
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.5.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.5.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /bin/cat /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 9497d5704922ac5676516e58b32be656
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/9497d5704922ac5676516e58b32be656.xcbuilddata
error: The package product 'OpenAPIRuntime' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'ReleaseCore' from project 'GitHubSwiftActions')
error: The package product 'GitHubRestAPIRepos' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'ReleaseCore' from project 'GitHubSwiftActions')
error: The package product 'OpenAPIRuntime' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'Comment' from project 'GitHubSwiftActions')
error: The package product 'GitHubRestAPIIssues' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'Comment' from project 'GitHubSwiftActions')
error: The package product 'OpenAPIRuntime' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'CommentCore' from project 'GitHubSwiftActions')
error: The package product 'GitHubRestAPIIssues' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'CommentCore' from project 'GitHubSwiftActions')
error: The package product 'OpenAPIRuntime' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'CommentCLI' from project 'GitHubSwiftActions')
error: The package product 'GitHubRestAPIIssues' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'CommentCLI' from project 'GitHubSwiftActions')
error: The package product 'OpenAPIRuntime' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'Middleware' from project 'GitHubSwiftActions')
error: The package product 'OpenAPIRuntime' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'ReleaseCLI' from project 'GitHubSwiftActions')
error: The package product 'GitHubRestAPIRepos' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'ReleaseCLI' from project 'GitHubSwiftActions')
error: The package product 'OpenAPIRuntime' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'YamlWriter' from project 'GitHubSwiftActions')
error: The package product 'GitHubRestAPIIssues' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'YamlWriter' from project 'GitHubSwiftActions')
error: The package product 'GitHubRestAPIRepos' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'YamlWriter' from project 'GitHubSwiftActions')
error: The package product 'OpenAPIRuntime' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'Release' from project 'GitHubSwiftActions')
error: The package product 'GitHubRestAPIRepos' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'Release' from project 'GitHubSwiftActions')
** BUILD FAILED **
BUILD FAILURE 5.10 tvOS