Build Information
Failed to build PaperMC, reference main (5ed83c), with Swift 6.1 for watchOS using Xcode 16.3 on 8 Aug 2025 21:44:36 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=watchOSBuild Log
========================================
RunAll
========================================
Builder version: 4.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wangzhizhou/PaperMC.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/wangzhizhou/PaperMC
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: watchOS
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-runtime.git
Fetching from https://github.com/apple/swift-openapi-generator.git
Fetching from https://github.com/apple/swift-openapi-urlsession.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/mattpolzin/OpenAPIKit
Fetching from https://github.com/apple/swift-algorithms (cached)
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 ‘OpenAPIKit’
Checking out 3.6.0 of package ‘OpenAPIKit’
Creating working copy of package ‘Yams’
Checking out 6.0.2 of package ‘Yams’
Creating working copy of package ‘swift-openapi-urlsession’
Checking out 1.1.0 of package ‘swift-openapi-urlsession’
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-generator’
Checking out 1.10.2 of package ‘swift-openapi-generator’
Creating working copy of package ‘swift-openapi-runtime’
Checking out 1.8.2 of package ‘swift-openapi-runtime’
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-http-types’
Checking out 1.4.0 of package ‘swift-http-types’
Creating working copy of package ‘swift-numerics’
Checking out 1.0.3 of package ‘swift-numerics’
Resolve Package Graph
Resolved source packages:
swift-http-types: https://github.com/apple/swift-http-types @ 1.4.0
Yams: https://github.com/jpsim/Yams @ 6.0.2
swift-numerics: https://github.com/apple/swift-numerics.git @ 1.0.3
OpenAPIKit: https://github.com/mattpolzin/OpenAPIKit @ 3.6.0
swift-openapi-urlsession: https://github.com/apple/swift-openapi-urlsession.git @ 1.1.0
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.6.1
swift-openapi-generator: https://github.com/apple/swift-openapi-generator.git @ 1.10.2
swift-algorithms: https://github.com/apple/swift-algorithms @ 1.2.1
swift-openapi-runtime: https://github.com/apple/swift-openapi-runtime.git @ 1.8.2
swift-collections: https://github.com/apple/swift-collections @ 1.2.1
PaperMC: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-http-types, Yams, swift-numerics, OpenAPIKit, swift-openapi-urlsession, swift-argument-parser, swift-openapi-generator, swift-algorithms, swift-openapi-runtime, swift-collections, PaperMC
{
"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=watchOS 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=watchOS "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
swift-openapi-generator: https://github.com/apple/swift-openapi-generator.git @ 1.10.2
swift-openapi-runtime: https://github.com/apple/swift-openapi-runtime.git @ 1.8.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-algorithms: https://github.com/apple/swift-algorithms @ 1.2.1
swift-numerics: https://github.com/apple/swift-numerics.git @ 1.0.3
Yams: https://github.com/jpsim/Yams @ 6.0.2
swift-http-types: https://github.com/apple/swift-http-types @ 1.4.0
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.6.1
PaperMC: /Users/admin/builder/spi-builder-workspace
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:0x13eff48c0 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/WatchOS.platform/Developer/SDKs/WatchOS11.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: 804dac318ee54d27aafab4468e95bd5b
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/804dac318ee54d27aafab4468e95bd5b.xcbuilddata
error: The package product 'OpenAPIGenerator' requires minimum platform version 6.0 for the watchOS platform, but this target supports 4.0 (in target 'HangarAPI' from project 'PaperMC')
error: The package product 'OpenAPIRuntime' requires minimum platform version 6.0 for the watchOS platform, but this target supports 4.0 (in target 'HangarAPI' from project 'PaperMC')
error: The package product 'OpenAPIURLSession' requires minimum platform version 6.0 for the watchOS platform, but this target supports 4.0 (in target 'HangarAPI' from project 'PaperMC')
error: The package product 'OpenAPIRuntime' requires minimum platform version 6.0 for the watchOS platform, but this target supports 4.0 (in target 'Common' from project 'PaperMC')
error: The package product 'OpenAPIGenerator' requires minimum platform version 6.0 for the watchOS platform, but this target supports 4.0 (in target 'DownloadAPI' from project 'PaperMC')
error: The package product 'OpenAPIRuntime' requires minimum platform version 6.0 for the watchOS platform, but this target supports 4.0 (in target 'DownloadAPI' from project 'PaperMC')
error: The package product 'OpenAPIURLSession' requires minimum platform version 6.0 for the watchOS platform, but this target supports 4.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)
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-numerics: https://github.com/apple/swift-numerics.git @ 1.0.3
swift-openapi-runtime: https://github.com/apple/swift-openapi-runtime.git @ 1.8.2
swift-openapi-generator: https://github.com/apple/swift-openapi-generator.git @ 1.10.2
swift-collections: https://github.com/apple/swift-collections @ 1.2.1
PaperMC: /Users/admin/builder/spi-builder-workspace
OpenAPIKit: https://github.com/mattpolzin/OpenAPIKit @ 3.6.0
swift-algorithms: https://github.com/apple/swift-algorithms @ 1.2.1
swift-http-types: https://github.com/apple/swift-http-types @ 1.4.0
Yams: https://github.com/jpsim/Yams @ 6.0.2
swift-openapi-urlsession: https://github.com/apple/swift-openapi-urlsession.git @ 1.1.0
resolved source packages: swift-argument-parser, swift-numerics, swift-openapi-runtime, swift-openapi-generator, swift-collections, PaperMC, OpenAPIKit, swift-algorithms, swift-http-types, Yams, swift-openapi-urlsession
{
"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=watchOS
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=watchOS
Resolve Package Graph
Resolved source packages:
OpenAPIKit: https://github.com/mattpolzin/OpenAPIKit @ 3.6.0
swift-collections: https://github.com/apple/swift-collections @ 1.2.1
swift-openapi-runtime: https://github.com/apple/swift-openapi-runtime.git @ 1.8.2
PaperMC: /Users/admin/builder/spi-builder-workspace
Yams: https://github.com/jpsim/Yams @ 6.0.2
swift-algorithms: https://github.com/apple/swift-algorithms @ 1.2.1
swift-numerics: https://github.com/apple/swift-numerics.git @ 1.0.3
swift-openapi-urlsession: https://github.com/apple/swift-openapi-urlsession.git @ 1.1.0
swift-openapi-generator: https://github.com/apple/swift-openapi-generator.git @ 1.10.2
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 “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:0x1356080c0 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/WatchOS.platform/Developer/SDKs/WatchOS11.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: 107a054bdb3c9a88b2d2a2a6848663bb
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/107a054bdb3c9a88b2d2a2a6848663bb.xcbuilddata
error: The package product 'OpenAPIGenerator' requires minimum platform version 6.0 for the watchOS platform, but this target supports 4.0 (in target 'HangarAPI' from project 'PaperMC')
error: The package product 'OpenAPIRuntime' requires minimum platform version 6.0 for the watchOS platform, but this target supports 4.0 (in target 'HangarAPI' from project 'PaperMC')
error: The package product 'OpenAPIURLSession' requires minimum platform version 6.0 for the watchOS platform, but this target supports 4.0 (in target 'HangarAPI' from project 'PaperMC')
error: The package product 'OpenAPIRuntime' requires minimum platform version 6.0 for the watchOS platform, but this target supports 4.0 (in target 'Common' from project 'PaperMC')
error: The package product 'OpenAPIGenerator' requires minimum platform version 6.0 for the watchOS platform, but this target supports 4.0 (in target 'DownloadAPI' from project 'PaperMC')
error: The package product 'OpenAPIRuntime' requires minimum platform version 6.0 for the watchOS platform, but this target supports 4.0 (in target 'DownloadAPI' from project 'PaperMC')
error: The package product 'OpenAPIURLSession' requires minimum platform version 6.0 for the watchOS platform, but this target supports 4.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 watchOS