Build Information
Failed to build TRON, reference 5.5.0-beta.1 (24434c
), with Swift 6.1 for watchOS using Xcode 16.3 on 27 Apr 2025 19:01:39 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme TRON-Package -destination generic/platform=watchOS
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MLSDev/TRON.git
Reference: 5.5.0-beta.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/MLSDev/TRON
* tag 5.5.0-beta.1 -> FETCH_HEAD
HEAD is now at 24434ce Releasing version 5.5.0-beta.1.
Cloned https://github.com/MLSDev/TRON.git
Revision (git rev-parse @):
24434ce417167e320da790ee3a321770d3b142bc
SUCCESS checkout https://github.com/MLSDev/TRON.git at 5.5.0-beta.1
========================================
Build
========================================
Selected platform: watchOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/MLSDev/TRON.git
https://github.com/MLSDev/TRON.git
{
"dependencies" : [
{
"identity" : "alamofire",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Alamofire/Alamofire.git"
},
{
"identity" : "swiftyjson",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftyJSON/SwiftyJSON.git"
},
{
"identity" : "rxswift",
"requirement" : {
"range" : [
{
"lower_bound" : "6.0.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ReactiveX/RxSwift.git"
}
],
"manifest_display_name" : "TRON",
"name" : "TRON",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "11.0"
},
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "watchos",
"version" : "4.0"
}
],
"products" : [
{
"name" : "TRON",
"targets" : [
"TRON"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "TRONSwiftyJSON",
"targets" : [
"TRONSwiftyJSON"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "RxTRON",
"targets" : [
"RxTRON"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TRONSwiftyJSON",
"module_type" : "SwiftTarget",
"name" : "TRONSwiftyJSON",
"path" : "Source/TRONSwiftyJSON",
"product_dependencies" : [
"SwiftyJSON"
],
"product_memberships" : [
"TRONSwiftyJSON"
],
"sources" : [
"SwiftyJSONDecodable.swift"
],
"target_dependencies" : [
"TRON"
],
"type" : "library"
},
{
"c99name" : "TRON",
"module_type" : "SwiftTarget",
"name" : "TRON",
"path" : "Source/TRON",
"product_dependencies" : [
"Alamofire"
],
"product_memberships" : [
"TRON",
"TRONSwiftyJSON",
"RxTRON"
],
"sources" : [
"APIError.swift",
"APIRequest.swift",
"APIStub.swift",
"BaseRequest.swift",
"Combine.swift",
"Concurrency.swift",
"DownloadAPIRequest.swift",
"Exports.swift",
"NetworkActivityPlugin.swift",
"NetworkLoggerPlugin.swift",
"Plugin.swift",
"Serialization.swift",
"TRON.swift",
"TRONCodable.swift",
"URLBuilder.swift",
"UploadAPIRequest.swift"
],
"type" : "library"
},
{
"c99name" : "RxTRON",
"module_type" : "SwiftTarget",
"name" : "RxTRON",
"path" : "Source/RxTRON",
"product_dependencies" : [
"RxSwift"
],
"product_memberships" : [
"RxTRON"
],
"sources" : [
"Tron+RxSwift.swift"
],
"target_dependencies" : [
"TRON"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
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/SwiftyJSON/SwiftyJSON
Fetching from https://github.com/ReactiveX/RxSwift
Fetching from https://github.com/Alamofire/Alamofire
Creating working copy of package ‘SwiftyJSON’
Checking out 5.0.1 of package ‘SwiftyJSON’
Creating working copy of package ‘RxSwift’
Checking out 6.5.0 of package ‘RxSwift’
Creating working copy of package ‘Alamofire’
Checking out 5.6.1 of package ‘Alamofire’
Resolved source packages:
SwiftyJSON: https://github.com/SwiftyJSON/SwiftyJSON @ 5.0.1
RxSwift: https://github.com/ReactiveX/RxSwift @ 6.5.0
Alamofire: https://github.com/Alamofire/Alamofire @ 5.6.1
resolved source packages: SwiftyJSON, RxSwift, Alamofire
{
"dependencies" : [
{
"identity" : "alamofire",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Alamofire/Alamofire.git"
},
{
"identity" : "swiftyjson",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftyJSON/SwiftyJSON.git"
},
{
"identity" : "rxswift",
"requirement" : {
"range" : [
{
"lower_bound" : "6.0.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ReactiveX/RxSwift.git"
}
],
"manifest_display_name" : "TRON",
"name" : "TRON",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "11.0"
},
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "watchos",
"version" : "4.0"
}
],
"products" : [
{
"name" : "TRON",
"targets" : [
"TRON"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "TRONSwiftyJSON",
"targets" : [
"TRONSwiftyJSON"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "RxTRON",
"targets" : [
"RxTRON"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TRONSwiftyJSON",
"module_type" : "SwiftTarget",
"name" : "TRONSwiftyJSON",
"path" : "Source/TRONSwiftyJSON",
"product_dependencies" : [
"SwiftyJSON"
],
"product_memberships" : [
"TRONSwiftyJSON"
],
"sources" : [
"SwiftyJSONDecodable.swift"
],
"target_dependencies" : [
"TRON"
],
"type" : "library"
},
{
"c99name" : "TRON",
"module_type" : "SwiftTarget",
"name" : "TRON",
"path" : "Source/TRON",
"product_dependencies" : [
"Alamofire"
],
"product_memberships" : [
"TRON",
"TRONSwiftyJSON",
"RxTRON"
],
"sources" : [
"APIError.swift",
"APIRequest.swift",
"APIStub.swift",
"BaseRequest.swift",
"Combine.swift",
"Concurrency.swift",
"DownloadAPIRequest.swift",
"Exports.swift",
"NetworkActivityPlugin.swift",
"NetworkLoggerPlugin.swift",
"Plugin.swift",
"Serialization.swift",
"TRON.swift",
"TRONCodable.swift",
"URLBuilder.swift",
"UploadAPIRequest.swift"
],
"type" : "library"
},
{
"c99name" : "RxTRON",
"module_type" : "SwiftTarget",
"name" : "RxTRON",
"path" : "Source/RxTRON",
"product_dependencies" : [
"RxSwift"
],
"product_memberships" : [
"RxTRON"
],
"sources" : [
"Tron+RxSwift.swift"
],
"target_dependencies" : [
"TRON"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "TRON",
"schemes" : [
"Example",
"RxTRON",
"TRON",
"TRONSwiftyJSON"
],
"targets" : [
"TRON",
"Tests",
"Example",
"RxTRON",
"TRONSwiftyJSON"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"RxTRON",
"TRON",
"TRON-Package",
"TRONSwiftyJSON"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme TRON-Package -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
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 TRON-Package -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
Alamofire: https://github.com/Alamofire/Alamofire @ 5.6.1
SwiftyJSON: https://github.com/SwiftyJSON/SwiftyJSON @ 5.0.1
TRON: /Users/admin/builder/spi-builder-workspace
RxSwift: https://github.com/ReactiveX/RxSwift @ 6.5.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (12 targets)
Target 'RxTRON' in project 'TRON'
➜ Explicit dependency on target 'RxTRON' in project 'TRON'
➜ Explicit dependency on target 'TRON' in project 'TRON'
➜ Explicit dependency on target 'Alamofire' in project 'Alamofire'
➜ Explicit dependency on target 'RxSwift' in project 'RxSwift'
Target 'RxTRON' in project 'TRON'
➜ Explicit dependency on target 'TRON' in project 'TRON'
➜ Explicit dependency on target 'Alamofire' in project 'Alamofire'
➜ Explicit dependency on target 'RxSwift' in project 'RxSwift'
Target 'RxSwift' in project 'RxSwift'
➜ Explicit dependency on target 'RxSwift' in project 'RxSwift'
Target 'RxSwift' in project 'RxSwift' (no dependencies)
Target 'TRONSwiftyJSON' in project 'TRON'
➜ Explicit dependency on target 'TRONSwiftyJSON' in project 'TRON'
➜ Explicit dependency on target 'TRON' in project 'TRON'
➜ Explicit dependency on target 'Alamofire' in project 'Alamofire'
➜ Explicit dependency on target 'SwiftyJSON' in project 'SwiftyJSON'
Target 'TRONSwiftyJSON' in project 'TRON'
➜ Explicit dependency on target 'TRON' in project 'TRON'
➜ Explicit dependency on target 'Alamofire' in project 'Alamofire'
➜ Explicit dependency on target 'SwiftyJSON' in project 'SwiftyJSON'
Target 'SwiftyJSON' in project 'SwiftyJSON'
➜ Explicit dependency on target 'SwiftyJSON' in project 'SwiftyJSON'
Target 'SwiftyJSON' in project 'SwiftyJSON' (no dependencies)
Target 'TRON' in project 'TRON'
➜ Explicit dependency on target 'TRON' in project 'TRON'
➜ Explicit dependency on target 'Alamofire' in project 'Alamofire'
Target 'TRON' in project 'TRON'
➜ Explicit dependency on target 'Alamofire' in project 'Alamofire'
Target 'Alamofire' in project 'Alamofire'
➜ Explicit dependency on target 'Alamofire' in project 'Alamofire'
Target 'Alamofire' in project 'Alamofire' (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 -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/ld -version_details
Build description signature: 4ad92b156ab295920f3e5117814de7c6
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/4ad92b156ab295920f3e5117814de7c6.xcbuilddata
error: The package product 'SwiftyJSON' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'TRONSwiftyJSON' from project 'TRON')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme TRON-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:
TRON: /Users/admin/builder/spi-builder-workspace
RxSwift: https://github.com/ReactiveX/RxSwift @ 6.5.0
SwiftyJSON: https://github.com/SwiftyJSON/SwiftyJSON @ 5.0.1
Alamofire: https://github.com/Alamofire/Alamofire @ 5.6.1
resolved source packages: TRON, RxSwift, SwiftyJSON, Alamofire
{
"dependencies" : [
{
"identity" : "alamofire",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Alamofire/Alamofire.git"
},
{
"identity" : "swiftyjson",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftyJSON/SwiftyJSON.git"
},
{
"identity" : "rxswift",
"requirement" : {
"range" : [
{
"lower_bound" : "6.0.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ReactiveX/RxSwift.git"
}
],
"manifest_display_name" : "TRON",
"name" : "TRON",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "11.0"
},
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "watchos",
"version" : "4.0"
}
],
"products" : [
{
"name" : "TRON",
"targets" : [
"TRON"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "TRONSwiftyJSON",
"targets" : [
"TRONSwiftyJSON"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "RxTRON",
"targets" : [
"RxTRON"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TRONSwiftyJSON",
"module_type" : "SwiftTarget",
"name" : "TRONSwiftyJSON",
"path" : "Source/TRONSwiftyJSON",
"product_dependencies" : [
"SwiftyJSON"
],
"product_memberships" : [
"TRONSwiftyJSON"
],
"sources" : [
"SwiftyJSONDecodable.swift"
],
"target_dependencies" : [
"TRON"
],
"type" : "library"
},
{
"c99name" : "TRON",
"module_type" : "SwiftTarget",
"name" : "TRON",
"path" : "Source/TRON",
"product_dependencies" : [
"Alamofire"
],
"product_memberships" : [
"TRON",
"TRONSwiftyJSON",
"RxTRON"
],
"sources" : [
"APIError.swift",
"APIRequest.swift",
"APIStub.swift",
"BaseRequest.swift",
"Combine.swift",
"Concurrency.swift",
"DownloadAPIRequest.swift",
"Exports.swift",
"NetworkActivityPlugin.swift",
"NetworkLoggerPlugin.swift",
"Plugin.swift",
"Serialization.swift",
"TRON.swift",
"TRONCodable.swift",
"URLBuilder.swift",
"UploadAPIRequest.swift"
],
"type" : "library"
},
{
"c99name" : "RxTRON",
"module_type" : "SwiftTarget",
"name" : "RxTRON",
"path" : "Source/RxTRON",
"product_dependencies" : [
"RxSwift"
],
"product_memberships" : [
"RxTRON"
],
"sources" : [
"Tron+RxSwift.swift"
],
"target_dependencies" : [
"TRON"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"RxTRON",
"TRON",
"TRON-Package",
"TRONSwiftyJSON"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme TRON-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 TRON-Package -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
SwiftyJSON: https://github.com/SwiftyJSON/SwiftyJSON @ 5.0.1
Alamofire: https://github.com/Alamofire/Alamofire @ 5.6.1
RxSwift: https://github.com/ReactiveX/RxSwift @ 6.5.0
TRON: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (12 targets)
Target 'RxTRON' in project 'TRON'
➜ Explicit dependency on target 'RxTRON' in project 'TRON'
➜ Explicit dependency on target 'TRON' in project 'TRON'
➜ Explicit dependency on target 'Alamofire' in project 'Alamofire'
➜ Explicit dependency on target 'RxSwift' in project 'RxSwift'
Target 'RxTRON' in project 'TRON'
➜ Explicit dependency on target 'TRON' in project 'TRON'
➜ Explicit dependency on target 'Alamofire' in project 'Alamofire'
➜ Explicit dependency on target 'RxSwift' in project 'RxSwift'
Target 'RxSwift' in project 'RxSwift'
➜ Explicit dependency on target 'RxSwift' in project 'RxSwift'
Target 'RxSwift' in project 'RxSwift' (no dependencies)
Target 'TRONSwiftyJSON' in project 'TRON'
➜ Explicit dependency on target 'TRONSwiftyJSON' in project 'TRON'
➜ Explicit dependency on target 'TRON' in project 'TRON'
➜ Explicit dependency on target 'Alamofire' in project 'Alamofire'
➜ Explicit dependency on target 'SwiftyJSON' in project 'SwiftyJSON'
Target 'TRONSwiftyJSON' in project 'TRON'
➜ Explicit dependency on target 'TRON' in project 'TRON'
➜ Explicit dependency on target 'Alamofire' in project 'Alamofire'
➜ Explicit dependency on target 'SwiftyJSON' in project 'SwiftyJSON'
Target 'SwiftyJSON' in project 'SwiftyJSON'
➜ Explicit dependency on target 'SwiftyJSON' in project 'SwiftyJSON'
Target 'SwiftyJSON' in project 'SwiftyJSON' (no dependencies)
Target 'TRON' in project 'TRON'
➜ Explicit dependency on target 'TRON' in project 'TRON'
➜ Explicit dependency on target 'Alamofire' in project 'Alamofire'
Target 'TRON' in project 'TRON'
➜ Explicit dependency on target 'Alamofire' in project 'Alamofire'
Target 'Alamofire' in project 'Alamofire'
➜ Explicit dependency on target 'Alamofire' in project 'Alamofire'
Target 'Alamofire' in project 'Alamofire' (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 -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/ld -version_details
Build description signature: ad0648a090f9fa5f439664d8cb385e90
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/ad0648a090f9fa5f439664d8cb385e90.xcbuilddata
error: The package product 'SwiftyJSON' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'TRONSwiftyJSON' from project 'TRON')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme TRON-Package
(1 failure)
BUILD FAILURE 6.1 watchOS