Build Information
Failed to build PaperMC, reference 0.0.9 (5ed83c), with Swift 6.1 for tvOS using Xcode 16.3 on 8 Aug 2025 21:42:22 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme PaperMC-Package -destination generic/platform=tvOSBuild Log
========================================
RunAll
========================================
Builder version: 4.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wangzhizhou/PaperMC.git
Reference: 0.0.9
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/wangzhizhou/PaperMC
* tag 0.0.9 -> FETCH_HEAD
HEAD is now at 5ed83c8 format code and change download plugin to file unit test;
Cloned https://github.com/wangzhizhou/PaperMC.git
Revision (git rev-parse @):
5ed83c80d6a3fef34deae4bac2a5734a1db62cf1
SUCCESS checkout https://github.com/wangzhizhou/PaperMC.git at 0.0.9
========================================
Build
========================================
Selected platform: tvOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/wangzhizhou/PaperMC.git
https://github.com/wangzhizhou/PaperMC.git
{
"dependencies" : [
{
"identity" : "swift-openapi-generator",
"requirement" : {
"range" : [
{
"lower_bound" : "1.10.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-openapi-generator.git"
},
{
"identity" : "swift-openapi-runtime",
"requirement" : {
"range" : [
{
"lower_bound" : "1.8.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-openapi-runtime.git"
},
{
"identity" : "swift-openapi-urlsession",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-openapi-urlsession.git"
}
],
"manifest_display_name" : "PaperMC",
"name" : "PaperMC",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "4.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "DownloadAPI",
"targets" : [
"DownloadAPI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HangarAPI",
"targets" : [
"HangarAPI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HangarAPITests",
"module_type" : "SwiftTarget",
"name" : "HangarAPITests",
"path" : "Tests/HangarAPITests",
"sources" : [
"HangarAPITests.swift"
],
"target_dependencies" : [
"HangarAPI"
],
"type" : "test"
},
{
"c99name" : "HangarAPI",
"module_type" : "SwiftTarget",
"name" : "HangarAPI",
"path" : "Sources/HangarAPI",
"product_dependencies" : [
"OpenAPIURLSession",
"OpenAPIGenerator"
],
"product_memberships" : [
"HangarAPI"
],
"sources" : [
"HangarAPIClient.swift",
"Types+.swift"
],
"target_dependencies" : [
"Common"
],
"type" : "library"
},
{
"c99name" : "DownloadAPITests",
"module_type" : "SwiftTarget",
"name" : "DownloadAPITests",
"path" : "Tests/DownloadAPITests",
"sources" : [
"DownloadAPITests.swift"
],
"target_dependencies" : [
"DownloadAPI"
],
"type" : "test"
},
{
"c99name" : "DownloadAPI",
"module_type" : "SwiftTarget",
"name" : "DownloadAPI",
"path" : "Sources/DownloadAPI",
"product_dependencies" : [
"OpenAPIURLSession",
"OpenAPIGenerator"
],
"product_memberships" : [
"DownloadAPI"
],
"sources" : [
"DownloadAPI.swift"
],
"target_dependencies" : [
"Common"
],
"type" : "library"
},
{
"c99name" : "CommonTests",
"module_type" : "SwiftTarget",
"name" : "CommonTests",
"path" : "Tests/CommonTests",
"sources" : [
"SimpleDownloaderTests.swift",
"TimestampParserTests.swift"
],
"target_dependencies" : [
"Common"
],
"type" : "test"
},
{
"c99name" : "Common",
"module_type" : "SwiftTarget",
"name" : "Common",
"path" : "Sources/Common",
"product_dependencies" : [
"OpenAPIRuntime"
],
"product_memberships" : [
"DownloadAPI",
"HangarAPI"
],
"sources" : [
"ISO8601DateTranscoder.swift",
"SimpleDownloader.swift",
"TimestampParser.swift"
],
"type" : "library"
}
],
"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/apple/swift-openapi-urlsession.git
Fetching from https://github.com/apple/swift-openapi-generator.git
Fetching from https://github.com/apple/swift-openapi-runtime.git
Fetching from https://github.com/apple/swift-collections (cached)
Fetching from https://github.com/apple/swift-http-types (cached)
Fetching from https://github.com/apple/swift-algorithms (cached)
Fetching from https://github.com/mattpolzin/OpenAPIKit
Fetching from https://github.com/jpsim/Yams (cached)
Fetching from https://github.com/apple/swift-argument-parser (cached)
Fetching from https://github.com/apple/swift-numerics.git (cached)
Creating working copy of package ‘swift-http-types’
Checking out 1.4.0 of package ‘swift-http-types’
Creating working copy of package ‘OpenAPIKit’
Checking out 3.6.0 of package ‘OpenAPIKit’
Creating working copy of package ‘swift-collections’
Checking out 1.2.1 of package ‘swift-collections’
Creating working copy of package ‘swift-algorithms’
Checking out 1.2.1 of package ‘swift-algorithms’
Creating working copy of package ‘swift-numerics’
Checking out 1.0.3 of package ‘swift-numerics’
Creating working copy of package ‘Yams’
Checking out 6.0.2 of package ‘Yams’
Creating working copy of package ‘swift-openapi-generator’
Checking out 1.10.2 of package ‘swift-openapi-generator’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.6.1 of package ‘swift-argument-parser’
Creating working copy of package ‘swift-openapi-runtime’
Checking out 1.8.2 of package ‘swift-openapi-runtime’
Creating working copy of package ‘swift-openapi-urlsession’
Checking out 1.1.0 of package ‘swift-openapi-urlsession’
Resolve Package Graph
Resolved source packages:
swift-algorithms: https://github.com/apple/swift-algorithms @ 1.2.1
swift-collections: https://github.com/apple/swift-collections @ 1.2.1
swift-http-types: https://github.com/apple/swift-http-types @ 1.4.0
swift-openapi-generator: https://github.com/apple/swift-openapi-generator.git @ 1.10.2
PaperMC: /Users/admin/builder/spi-builder-workspace
Yams: https://github.com/jpsim/Yams @ 6.0.2
OpenAPIKit: https://github.com/mattpolzin/OpenAPIKit @ 3.6.0
swift-openapi-urlsession: https://github.com/apple/swift-openapi-urlsession.git @ 1.1.0
swift-openapi-runtime: https://github.com/apple/swift-openapi-runtime.git @ 1.8.2
swift-numerics: https://github.com/apple/swift-numerics.git @ 1.0.3
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.6.1
resolved source packages: swift-algorithms, swift-collections, swift-http-types, swift-openapi-generator, PaperMC, Yams, OpenAPIKit, swift-openapi-urlsession, swift-openapi-runtime, swift-numerics, swift-argument-parser
{
"dependencies" : [
{
"identity" : "swift-openapi-generator",
"requirement" : {
"range" : [
{
"lower_bound" : "1.10.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-openapi-generator.git"
},
{
"identity" : "swift-openapi-runtime",
"requirement" : {
"range" : [
{
"lower_bound" : "1.8.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-openapi-runtime.git"
},
{
"identity" : "swift-openapi-urlsession",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-openapi-urlsession.git"
}
],
"manifest_display_name" : "PaperMC",
"name" : "PaperMC",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "4.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "DownloadAPI",
"targets" : [
"DownloadAPI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HangarAPI",
"targets" : [
"HangarAPI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HangarAPITests",
"module_type" : "SwiftTarget",
"name" : "HangarAPITests",
"path" : "Tests/HangarAPITests",
"sources" : [
"HangarAPITests.swift"
],
"target_dependencies" : [
"HangarAPI"
],
"type" : "test"
},
{
"c99name" : "HangarAPI",
"module_type" : "SwiftTarget",
"name" : "HangarAPI",
"path" : "Sources/HangarAPI",
"product_dependencies" : [
"OpenAPIURLSession",
"OpenAPIGenerator"
],
"product_memberships" : [
"HangarAPI"
],
"sources" : [
"HangarAPIClient.swift",
"Types+.swift"
],
"target_dependencies" : [
"Common"
],
"type" : "library"
},
{
"c99name" : "DownloadAPITests",
"module_type" : "SwiftTarget",
"name" : "DownloadAPITests",
"path" : "Tests/DownloadAPITests",
"sources" : [
"DownloadAPITests.swift"
],
"target_dependencies" : [
"DownloadAPI"
],
"type" : "test"
},
{
"c99name" : "DownloadAPI",
"module_type" : "SwiftTarget",
"name" : "DownloadAPI",
"path" : "Sources/DownloadAPI",
"product_dependencies" : [
"OpenAPIURLSession",
"OpenAPIGenerator"
],
"product_memberships" : [
"DownloadAPI"
],
"sources" : [
"DownloadAPI.swift"
],
"target_dependencies" : [
"Common"
],
"type" : "library"
},
{
"c99name" : "CommonTests",
"module_type" : "SwiftTarget",
"name" : "CommonTests",
"path" : "Tests/CommonTests",
"sources" : [
"SimpleDownloaderTests.swift",
"TimestampParserTests.swift"
],
"target_dependencies" : [
"Common"
],
"type" : "test"
},
{
"c99name" : "Common",
"module_type" : "SwiftTarget",
"name" : "Common",
"path" : "Sources/Common",
"product_dependencies" : [
"OpenAPIRuntime"
],
"product_memberships" : [
"DownloadAPI",
"HangarAPI"
],
"sources" : [
"ISO8601DateTranscoder.swift",
"SimpleDownloader.swift",
"TimestampParser.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"DownloadAPI",
"HangarAPI",
"PaperMC-Package"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme PaperMC-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 PaperMC-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-collections: https://github.com/apple/swift-collections @ 1.2.1
OpenAPIKit: https://github.com/mattpolzin/OpenAPIKit @ 3.6.0
swift-openapi-generator: https://github.com/apple/swift-openapi-generator.git @ 1.10.2
Yams: https://github.com/jpsim/Yams @ 6.0.2
swift-openapi-runtime: https://github.com/apple/swift-openapi-runtime.git @ 1.8.2
swift-openapi-urlsession: https://github.com/apple/swift-openapi-urlsession.git @ 1.1.0
swift-algorithms: https://github.com/apple/swift-algorithms @ 1.2.1
swift-numerics: https://github.com/apple/swift-numerics.git @ 1.0.3
PaperMC: /Users/admin/builder/spi-builder-workspace
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.6.1
swift-http-types: https://github.com/apple/swift-http-types @ 1.4.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
Compile plug-in “OpenAPIGenerator” in package “swift-openapi-generator”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/OpenAPIGenerator
[debug]: Using compiler /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables'
[debug]: Computed hash of plugin compilation inputs: edc034b4115cfb62a43a3243e64a84f28385473663bb676df909f93ba9402c47
Apply build tool plug-in “OpenAPIGenerator” to target “DownloadAPI” in package “spi-builder-workspace”
working directory:
/Users/admin/builder/spi-builder-workspace
tool mapping:
swift-openapi-generator: /${BUILD_DIR}/${CONFIGURATION}/swift-openapi-generator
tool search paths:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin
/Library/Apple/usr/bin
/System/Cryptexes/App/usr/bin
/bin
/opt/homebrew/bin
/opt/homebrew/sbin
/sbin
/usr/bin
/usr/local/bin
/usr/sbin
/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin
/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin
/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin
Process build tool plug-in results
package: <IDESwiftPackageCore.IDESwiftPackage:0x13980d2c0 path:'/Users/admin/builder/spi-builder-workspace'>
target: DownloadAPI
prebuildCommandOutputPaths: []
buildCommands: [SwiftPM.SPMCustomBuildCommand(displayName: Optional("Running swift-openapi-generator"), executable: "/${BUILD_DIR}/${CONFIGURATION}/swift-openapi-generator", arguments: ["generate", "/Users/admin/builder/spi-builder-workspace/Sources/DownloadAPI/openapi.json", "--config", "/Users/admin/builder/spi-builder-workspace/Sources/DownloadAPI/openapi-generator-config.yaml", "--output-directory", "/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/DownloadAPI/OpenAPIGenerator/GeneratedSources", "--plugin-source", "build"], environment: [:], workingDir: nil, inputPaths: [SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/Sources/DownloadAPI/openapi-generator-config.yaml">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/Sources/DownloadAPI/openapi.json">)], outputPaths: ["/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/DownloadAPI/OpenAPIGenerator/GeneratedSources/Types.swift", "/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/DownloadAPI/OpenAPIGenerator/GeneratedSources/Client.swift", "/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/DownloadAPI/OpenAPIGenerator/GeneratedSources/Server.swift"], sandboxProfile: Optional(SwiftPM.SPMSandboxProfile(strictness: Basics.Sandbox.Strictness.writableTemporaryDirectory, writableDirectories: [<AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/DownloadAPI/OpenAPIGenerator">], readOnlyDirectories: [<AbsolutePath:"/Users/admin/builder/spi-builder-workspace">])))]
allDerivedOutputPaths: [SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/DownloadAPI/OpenAPIGenerator/GeneratedSources/Types.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/DownloadAPI/OpenAPIGenerator/GeneratedSources/Client.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/DownloadAPI/OpenAPIGenerator/GeneratedSources/Server.swift">)]
target: HangarAPI
prebuildCommandOutputPaths: []
buildCommands: [SwiftPM.SPMCustomBuildCommand(displayName: Optional("Running swift-openapi-generator"), executable: "/${BUILD_DIR}/${CONFIGURATION}/swift-openapi-generator", arguments: ["generate", "/Users/admin/builder/spi-builder-workspace/Sources/HangarAPI/openapi.json", "--config", "/Users/admin/builder/spi-builder-workspace/Sources/HangarAPI/openapi-generator-config.yaml", "--output-directory", "/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/HangarAPI/OpenAPIGenerator/GeneratedSources", "--plugin-source", "build"], environment: [:], workingDir: nil, inputPaths: [SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/Sources/HangarAPI/openapi-generator-config.yaml">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/Sources/HangarAPI/openapi.json">)], outputPaths: ["/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/HangarAPI/OpenAPIGenerator/GeneratedSources/Types.swift", "/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/HangarAPI/OpenAPIGenerator/GeneratedSources/Client.swift", "/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/HangarAPI/OpenAPIGenerator/GeneratedSources/Server.swift"], sandboxProfile: Optional(SwiftPM.SPMSandboxProfile(strictness: Basics.Sandbox.Strictness.writableTemporaryDirectory, writableDirectories: [<AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/HangarAPI/OpenAPIGenerator">], readOnlyDirectories: [<AbsolutePath:"/Users/admin/builder/spi-builder-workspace">])))]
allDerivedOutputPaths: [SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/HangarAPI/OpenAPIGenerator/GeneratedSources/Types.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/HangarAPI/OpenAPIGenerator/GeneratedSources/Client.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/HangarAPI/OpenAPIGenerator/GeneratedSources/Server.swift">)]
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (39 targets)
Target 'HangarAPI' in project 'PaperMC'
➜ Explicit dependency on target 'HangarAPI' in project 'PaperMC'
➜ Explicit dependency on target 'Common' in project 'PaperMC'
➜ Explicit dependency on target 'OpenAPIGenerator' in project 'swift-openapi-generator'
➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
➜ Explicit dependency on target 'OpenAPIURLSession' in project 'swift-openapi-urlsession'
Target 'HangarAPI' in project 'PaperMC'
➜ Explicit dependency on target 'Common' in project 'PaperMC'
➜ Explicit dependency on target 'OpenAPIGenerator' in project 'swift-openapi-generator'
➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
➜ Explicit dependency on target 'OpenAPIURLSession' in project 'swift-openapi-urlsession'
Target 'DownloadAPI' in project 'PaperMC'
➜ Explicit dependency on target 'DownloadAPI' in project 'PaperMC'
➜ Explicit dependency on target 'Common' in project 'PaperMC'
➜ Explicit dependency on target 'OpenAPIGenerator' in project 'swift-openapi-generator'
➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
➜ Explicit dependency on target 'OpenAPIURLSession' in project 'swift-openapi-urlsession'
Target 'DownloadAPI' in project 'PaperMC'
➜ Explicit dependency on target 'Common' in project 'PaperMC'
➜ Explicit dependency on target 'OpenAPIGenerator' in project 'swift-openapi-generator'
➜ 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 'OpenAPIGenerator' in project 'swift-openapi-generator'
➜ Explicit dependency on target 'OpenAPIGenerator' in project 'swift-openapi-generator'
Target 'OpenAPIGenerator' in project 'swift-openapi-generator'
➜ Explicit dependency on target '_OpenAPIGeneratorCore' in project 'swift-openapi-generator'
➜ Explicit dependency on target 'swift-openapi-generator' in project 'swift-openapi-generator'
➜ Explicit dependency on target 'OpenAPIKit' in project 'OpenAPIKit'
➜ Explicit dependency on target 'OpenAPIKit30' in project 'OpenAPIKit'
➜ Explicit dependency on target 'OpenAPIKitCompat' in project 'OpenAPIKit'
➜ Explicit dependency on target 'Algorithms' in project 'swift-algorithms'
➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
➜ Explicit dependency on target 'Yams' in project 'Yams'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
Target 'swift-openapi-generator' in project 'swift-openapi-generator'
➜ Explicit dependency on target '_OpenAPIGeneratorCore' in project 'swift-openapi-generator'
➜ Explicit dependency on target 'OpenAPIKit' in project 'OpenAPIKit'
➜ Explicit dependency on target 'OpenAPIKit30' in project 'OpenAPIKit'
➜ Explicit dependency on target 'OpenAPIKitCompat' in project 'OpenAPIKit'
➜ Explicit dependency on target 'Algorithms' in project 'swift-algorithms'
➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
➜ Explicit dependency on target 'Yams' in project 'Yams'
➜ 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 '_OpenAPIGeneratorCore' in project 'swift-openapi-generator'
➜ Explicit dependency on target 'OpenAPIKit' in project 'OpenAPIKit'
➜ Explicit dependency on target 'OpenAPIKit30' in project 'OpenAPIKit'
➜ Explicit dependency on target 'OpenAPIKitCompat' in project 'OpenAPIKit'
➜ Explicit dependency on target 'Algorithms' in project 'swift-algorithms'
➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
➜ 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 'OrderedCollections' in project 'swift-collections'
➜ Explicit dependency on target 'OrderedCollections' 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 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
Target 'Algorithms' in project 'swift-algorithms'
➜ Explicit dependency on target 'Algorithms' in project 'swift-algorithms'
➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
Target 'Algorithms' in project 'swift-algorithms'
➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
Target 'RealModule' in project 'swift-numerics'
➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
➜ Explicit dependency on target '_NumericsShims' in project 'swift-numerics'
Target 'RealModule' in project 'swift-numerics'
➜ Explicit dependency on target '_NumericsShims' in project 'swift-numerics'
Target '_NumericsShims' in project 'swift-numerics' (no dependencies)
Target 'OpenAPIKitCompat' in project 'OpenAPIKit'
➜ Explicit dependency on target 'OpenAPIKitCompat' in project 'OpenAPIKit'
➜ Explicit dependency on target 'OpenAPIKitCore' in project 'OpenAPIKit'
➜ Explicit dependency on target 'OpenAPIKit30' in project 'OpenAPIKit'
➜ Explicit dependency on target 'OpenAPIKit' in project 'OpenAPIKit'
Target 'OpenAPIKitCompat' in project 'OpenAPIKit'
➜ Explicit dependency on target 'OpenAPIKitCore' in project 'OpenAPIKit'
➜ Explicit dependency on target 'OpenAPIKit30' in project 'OpenAPIKit'
➜ Explicit dependency on target 'OpenAPIKit' in project 'OpenAPIKit'
Target 'OpenAPIKit30' in project 'OpenAPIKit'
➜ Explicit dependency on target 'OpenAPIKit30' in project 'OpenAPIKit'
➜ Explicit dependency on target 'OpenAPIKitCore' in project 'OpenAPIKit'
Target 'OpenAPIKit30' in project 'OpenAPIKit'
➜ Explicit dependency on target 'OpenAPIKitCore' in project 'OpenAPIKit'
Target 'OpenAPIKit' in project 'OpenAPIKit'
➜ Explicit dependency on target 'OpenAPIKit' in project 'OpenAPIKit'
➜ Explicit dependency on target 'OpenAPIKitCore' in project 'OpenAPIKit'
Target 'OpenAPIKit' in project 'OpenAPIKit'
➜ Explicit dependency on target 'OpenAPIKitCore' in project 'OpenAPIKit'
Target 'OpenAPIKitCore' in project 'OpenAPIKit' (no dependencies)
Target 'Common' in project 'PaperMC'
➜ 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-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/MacOSX.platform/Developer/SDKs/MacOSX15.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 -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 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.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 x86_64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 89fdb48ecd1e1fd3d9cd0c7590d27a5e
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/89fdb48ecd1e1fd3d9cd0c7590d27a5e.xcbuilddata
error: The package product 'OpenAPIGenerator' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'DownloadAPI' from project 'PaperMC')
error: The package product 'OpenAPIRuntime' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'DownloadAPI' from project 'PaperMC')
error: The package product 'OpenAPIURLSession' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'DownloadAPI' from project 'PaperMC')
error: The package product 'OpenAPIGenerator' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'HangarAPI' from project 'PaperMC')
error: The package product 'OpenAPIRuntime' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'HangarAPI' from project 'PaperMC')
error: The package product 'OpenAPIURLSession' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'HangarAPI' from project 'PaperMC')
error: The package product 'OpenAPIRuntime' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'Common' from project 'PaperMC')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme PaperMC-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-argument-parser: https://github.com/apple/swift-argument-parser @ 1.6.1
swift-openapi-urlsession: https://github.com/apple/swift-openapi-urlsession.git @ 1.1.0
swift-http-types: https://github.com/apple/swift-http-types @ 1.4.0
swift-collections: https://github.com/apple/swift-collections @ 1.2.1
OpenAPIKit: https://github.com/mattpolzin/OpenAPIKit @ 3.6.0
swift-numerics: https://github.com/apple/swift-numerics.git @ 1.0.3
PaperMC: /Users/admin/builder/spi-builder-workspace
swift-openapi-runtime: https://github.com/apple/swift-openapi-runtime.git @ 1.8.2
swift-algorithms: https://github.com/apple/swift-algorithms @ 1.2.1
Yams: https://github.com/jpsim/Yams @ 6.0.2
swift-openapi-generator: https://github.com/apple/swift-openapi-generator.git @ 1.10.2
resolved source packages: swift-argument-parser, swift-openapi-urlsession, swift-http-types, swift-collections, OpenAPIKit, swift-numerics, PaperMC, swift-openapi-runtime, swift-algorithms, Yams, swift-openapi-generator
{
"dependencies" : [
{
"identity" : "swift-openapi-generator",
"requirement" : {
"range" : [
{
"lower_bound" : "1.10.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-openapi-generator.git"
},
{
"identity" : "swift-openapi-runtime",
"requirement" : {
"range" : [
{
"lower_bound" : "1.8.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-openapi-runtime.git"
},
{
"identity" : "swift-openapi-urlsession",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-openapi-urlsession.git"
}
],
"manifest_display_name" : "PaperMC",
"name" : "PaperMC",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "4.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "DownloadAPI",
"targets" : [
"DownloadAPI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HangarAPI",
"targets" : [
"HangarAPI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HangarAPITests",
"module_type" : "SwiftTarget",
"name" : "HangarAPITests",
"path" : "Tests/HangarAPITests",
"sources" : [
"HangarAPITests.swift"
],
"target_dependencies" : [
"HangarAPI"
],
"type" : "test"
},
{
"c99name" : "HangarAPI",
"module_type" : "SwiftTarget",
"name" : "HangarAPI",
"path" : "Sources/HangarAPI",
"product_dependencies" : [
"OpenAPIURLSession",
"OpenAPIGenerator"
],
"product_memberships" : [
"HangarAPI"
],
"sources" : [
"HangarAPIClient.swift",
"Types+.swift"
],
"target_dependencies" : [
"Common"
],
"type" : "library"
},
{
"c99name" : "DownloadAPITests",
"module_type" : "SwiftTarget",
"name" : "DownloadAPITests",
"path" : "Tests/DownloadAPITests",
"sources" : [
"DownloadAPITests.swift"
],
"target_dependencies" : [
"DownloadAPI"
],
"type" : "test"
},
{
"c99name" : "DownloadAPI",
"module_type" : "SwiftTarget",
"name" : "DownloadAPI",
"path" : "Sources/DownloadAPI",
"product_dependencies" : [
"OpenAPIURLSession",
"OpenAPIGenerator"
],
"product_memberships" : [
"DownloadAPI"
],
"sources" : [
"DownloadAPI.swift"
],
"target_dependencies" : [
"Common"
],
"type" : "library"
},
{
"c99name" : "CommonTests",
"module_type" : "SwiftTarget",
"name" : "CommonTests",
"path" : "Tests/CommonTests",
"sources" : [
"SimpleDownloaderTests.swift",
"TimestampParserTests.swift"
],
"target_dependencies" : [
"Common"
],
"type" : "test"
},
{
"c99name" : "Common",
"module_type" : "SwiftTarget",
"name" : "Common",
"path" : "Sources/Common",
"product_dependencies" : [
"OpenAPIRuntime"
],
"product_memberships" : [
"DownloadAPI",
"HangarAPI"
],
"sources" : [
"ISO8601DateTranscoder.swift",
"SimpleDownloader.swift",
"TimestampParser.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"DownloadAPI",
"HangarAPI",
"PaperMC-Package"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme PaperMC-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 PaperMC-Package -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
swift-openapi-runtime: https://github.com/apple/swift-openapi-runtime.git @ 1.8.2
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.6.1
Yams: https://github.com/jpsim/Yams @ 6.0.2
swift-openapi-generator: https://github.com/apple/swift-openapi-generator.git @ 1.10.2
swift-numerics: https://github.com/apple/swift-numerics.git @ 1.0.3
swift-http-types: https://github.com/apple/swift-http-types @ 1.4.0
OpenAPIKit: https://github.com/mattpolzin/OpenAPIKit @ 3.6.0
PaperMC: /Users/admin/builder/spi-builder-workspace
swift-algorithms: https://github.com/apple/swift-algorithms @ 1.2.1
swift-openapi-urlsession: https://github.com/apple/swift-openapi-urlsession.git @ 1.1.0
swift-collections: https://github.com/apple/swift-collections @ 1.2.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
Compile plug-in “OpenAPIGenerator” in package “swift-openapi-generator”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/OpenAPIGenerator
[debug]: Using compiler /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables'
[debug]: Computed hash of plugin compilation inputs: edc034b4115cfb62a43a3243e64a84f28385473663bb676df909f93ba9402c47
Apply build tool plug-in “OpenAPIGenerator” to target “HangarAPI” in package “spi-builder-workspace”
working directory:
/Users/admin/builder/spi-builder-workspace
tool mapping:
swift-openapi-generator: /${BUILD_DIR}/${CONFIGURATION}/swift-openapi-generator
tool search paths:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin
/Library/Apple/usr/bin
/System/Cryptexes/App/usr/bin
/bin
/opt/homebrew/bin
/opt/homebrew/sbin
/sbin
/usr/bin
/usr/local/bin
/usr/sbin
/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin
/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin
/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin
Process build tool plug-in results
package: <IDESwiftPackageCore.IDESwiftPackage:0x1357fe9e0 path:'/Users/admin/builder/spi-builder-workspace'>
target: HangarAPI
prebuildCommandOutputPaths: []
buildCommands: [SwiftPM.SPMCustomBuildCommand(displayName: Optional("Running swift-openapi-generator"), executable: "/${BUILD_DIR}/${CONFIGURATION}/swift-openapi-generator", arguments: ["generate", "/Users/admin/builder/spi-builder-workspace/Sources/HangarAPI/openapi.json", "--config", "/Users/admin/builder/spi-builder-workspace/Sources/HangarAPI/openapi-generator-config.yaml", "--output-directory", "/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/HangarAPI/OpenAPIGenerator/GeneratedSources", "--plugin-source", "build"], environment: [:], workingDir: nil, inputPaths: [SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/Sources/HangarAPI/openapi-generator-config.yaml">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/Sources/HangarAPI/openapi.json">)], outputPaths: ["/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/HangarAPI/OpenAPIGenerator/GeneratedSources/Types.swift", "/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/HangarAPI/OpenAPIGenerator/GeneratedSources/Client.swift", "/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/HangarAPI/OpenAPIGenerator/GeneratedSources/Server.swift"], sandboxProfile: Optional(SwiftPM.SPMSandboxProfile(strictness: Basics.Sandbox.Strictness.writableTemporaryDirectory, writableDirectories: [<AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/HangarAPI/OpenAPIGenerator">], readOnlyDirectories: [<AbsolutePath:"/Users/admin/builder/spi-builder-workspace">])))]
allDerivedOutputPaths: [SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/HangarAPI/OpenAPIGenerator/GeneratedSources/Types.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/HangarAPI/OpenAPIGenerator/GeneratedSources/Client.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/HangarAPI/OpenAPIGenerator/GeneratedSources/Server.swift">)]
target: DownloadAPI
prebuildCommandOutputPaths: []
buildCommands: [SwiftPM.SPMCustomBuildCommand(displayName: Optional("Running swift-openapi-generator"), executable: "/${BUILD_DIR}/${CONFIGURATION}/swift-openapi-generator", arguments: ["generate", "/Users/admin/builder/spi-builder-workspace/Sources/DownloadAPI/openapi.json", "--config", "/Users/admin/builder/spi-builder-workspace/Sources/DownloadAPI/openapi-generator-config.yaml", "--output-directory", "/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/DownloadAPI/OpenAPIGenerator/GeneratedSources", "--plugin-source", "build"], environment: [:], workingDir: nil, inputPaths: [SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/Sources/DownloadAPI/openapi-generator-config.yaml">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/Sources/DownloadAPI/openapi.json">)], outputPaths: ["/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/DownloadAPI/OpenAPIGenerator/GeneratedSources/Types.swift", "/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/DownloadAPI/OpenAPIGenerator/GeneratedSources/Client.swift", "/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/DownloadAPI/OpenAPIGenerator/GeneratedSources/Server.swift"], sandboxProfile: Optional(SwiftPM.SPMSandboxProfile(strictness: Basics.Sandbox.Strictness.writableTemporaryDirectory, writableDirectories: [<AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/DownloadAPI/OpenAPIGenerator">], readOnlyDirectories: [<AbsolutePath:"/Users/admin/builder/spi-builder-workspace">])))]
allDerivedOutputPaths: [SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/DownloadAPI/OpenAPIGenerator/GeneratedSources/Types.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/DownloadAPI/OpenAPIGenerator/GeneratedSources/Client.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/DownloadAPI/OpenAPIGenerator/GeneratedSources/Server.swift">)]
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (39 targets)
Target 'HangarAPI' in project 'PaperMC'
➜ Explicit dependency on target 'HangarAPI' in project 'PaperMC'
➜ Explicit dependency on target 'Common' in project 'PaperMC'
➜ Explicit dependency on target 'OpenAPIGenerator' in project 'swift-openapi-generator'
➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
➜ Explicit dependency on target 'OpenAPIURLSession' in project 'swift-openapi-urlsession'
Target 'HangarAPI' in project 'PaperMC'
➜ Explicit dependency on target 'Common' in project 'PaperMC'
➜ Explicit dependency on target 'OpenAPIGenerator' in project 'swift-openapi-generator'
➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
➜ Explicit dependency on target 'OpenAPIURLSession' in project 'swift-openapi-urlsession'
Target 'DownloadAPI' in project 'PaperMC'
➜ Explicit dependency on target 'DownloadAPI' in project 'PaperMC'
➜ Explicit dependency on target 'Common' in project 'PaperMC'
➜ Explicit dependency on target 'OpenAPIGenerator' in project 'swift-openapi-generator'
➜ Explicit dependency on target 'OpenAPIRuntime' in project 'swift-openapi-runtime'
➜ Explicit dependency on target 'OpenAPIURLSession' in project 'swift-openapi-urlsession'
Target 'DownloadAPI' in project 'PaperMC'
➜ Explicit dependency on target 'Common' in project 'PaperMC'
➜ Explicit dependency on target 'OpenAPIGenerator' in project 'swift-openapi-generator'
➜ 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 'OpenAPIGenerator' in project 'swift-openapi-generator'
➜ Explicit dependency on target 'OpenAPIGenerator' in project 'swift-openapi-generator'
Target 'OpenAPIGenerator' in project 'swift-openapi-generator'
➜ Explicit dependency on target '_OpenAPIGeneratorCore' in project 'swift-openapi-generator'
➜ Explicit dependency on target 'swift-openapi-generator' in project 'swift-openapi-generator'
➜ Explicit dependency on target 'OpenAPIKit' in project 'OpenAPIKit'
➜ Explicit dependency on target 'OpenAPIKit30' in project 'OpenAPIKit'
➜ Explicit dependency on target 'OpenAPIKitCompat' in project 'OpenAPIKit'
➜ Explicit dependency on target 'Algorithms' in project 'swift-algorithms'
➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
➜ Explicit dependency on target 'Yams' in project 'Yams'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
Target 'swift-openapi-generator' in project 'swift-openapi-generator'
➜ Explicit dependency on target '_OpenAPIGeneratorCore' in project 'swift-openapi-generator'
➜ Explicit dependency on target 'OpenAPIKit' in project 'OpenAPIKit'
➜ Explicit dependency on target 'OpenAPIKit30' in project 'OpenAPIKit'
➜ Explicit dependency on target 'OpenAPIKitCompat' in project 'OpenAPIKit'
➜ Explicit dependency on target 'Algorithms' in project 'swift-algorithms'
➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
➜ Explicit dependency on target 'Yams' in project 'Yams'
➜ 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 '_OpenAPIGeneratorCore' in project 'swift-openapi-generator'
➜ Explicit dependency on target 'OpenAPIKit' in project 'OpenAPIKit'
➜ Explicit dependency on target 'OpenAPIKit30' in project 'OpenAPIKit'
➜ Explicit dependency on target 'OpenAPIKitCompat' in project 'OpenAPIKit'
➜ Explicit dependency on target 'Algorithms' in project 'swift-algorithms'
➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
➜ 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 'OrderedCollections' in project 'swift-collections'
➜ Explicit dependency on target 'OrderedCollections' 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 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
Target 'Algorithms' in project 'swift-algorithms'
➜ Explicit dependency on target 'Algorithms' in project 'swift-algorithms'
➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
Target 'Algorithms' in project 'swift-algorithms'
➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
Target 'RealModule' in project 'swift-numerics'
➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
➜ Explicit dependency on target '_NumericsShims' in project 'swift-numerics'
Target 'RealModule' in project 'swift-numerics'
➜ Explicit dependency on target '_NumericsShims' in project 'swift-numerics'
Target '_NumericsShims' in project 'swift-numerics' (no dependencies)
Target 'OpenAPIKitCompat' in project 'OpenAPIKit'
➜ Explicit dependency on target 'OpenAPIKitCompat' in project 'OpenAPIKit'
➜ Explicit dependency on target 'OpenAPIKitCore' in project 'OpenAPIKit'
➜ Explicit dependency on target 'OpenAPIKit30' in project 'OpenAPIKit'
➜ Explicit dependency on target 'OpenAPIKit' in project 'OpenAPIKit'
Target 'OpenAPIKitCompat' in project 'OpenAPIKit'
➜ Explicit dependency on target 'OpenAPIKitCore' in project 'OpenAPIKit'
➜ Explicit dependency on target 'OpenAPIKit30' in project 'OpenAPIKit'
➜ Explicit dependency on target 'OpenAPIKit' in project 'OpenAPIKit'
Target 'OpenAPIKit30' in project 'OpenAPIKit'
➜ Explicit dependency on target 'OpenAPIKit30' in project 'OpenAPIKit'
➜ Explicit dependency on target 'OpenAPIKitCore' in project 'OpenAPIKit'
Target 'OpenAPIKit30' in project 'OpenAPIKit'
➜ Explicit dependency on target 'OpenAPIKitCore' in project 'OpenAPIKit'
Target 'OpenAPIKit' in project 'OpenAPIKit'
➜ Explicit dependency on target 'OpenAPIKit' in project 'OpenAPIKit'
➜ Explicit dependency on target 'OpenAPIKitCore' in project 'OpenAPIKit'
Target 'OpenAPIKit' in project 'OpenAPIKit'
➜ Explicit dependency on target 'OpenAPIKitCore' in project 'OpenAPIKit'
Target 'OpenAPIKitCore' in project 'OpenAPIKit' (no dependencies)
Target 'Common' in project 'PaperMC'
➜ 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-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/MacOSX.platform/Developer/SDKs/MacOSX15.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 -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 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.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 x86_64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: f1ad08c6bce24813ce2ce9830e452b55
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/f1ad08c6bce24813ce2ce9830e452b55.xcbuilddata
error: The package product 'OpenAPIGenerator' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'HangarAPI' from project 'PaperMC')
error: The package product 'OpenAPIRuntime' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'HangarAPI' from project 'PaperMC')
error: The package product 'OpenAPIURLSession' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'HangarAPI' from project 'PaperMC')
error: The package product 'OpenAPIRuntime' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'Common' from project 'PaperMC')
error: The package product 'OpenAPIGenerator' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'DownloadAPI' from project 'PaperMC')
error: The package product 'OpenAPIRuntime' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'DownloadAPI' from project 'PaperMC')
error: The package product 'OpenAPIURLSession' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'DownloadAPI' from project 'PaperMC')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme PaperMC-Package
(1 failure)
BUILD FAILURE 6.1 tvOS