Build Information
Failed to build WebRequest with Swift 6.1 for tvOS using Xcode 16.3.
Build Command
Build command unavailable
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/quickthyme/webrequest.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/quickthyme/webrequest
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 4d82778 Merge pull request #11 from matteozajac/feature/error-handler-for-data-task
Cloned https://github.com/quickthyme/webrequest.git
Revision (git rev-parse @):
4d82778042cfde758c371c7b4754fbaa1bf3e908
SUCCESS checkout https://github.com/quickthyme/webrequest.git at master
========================================
Build
========================================
Selected platform: tvOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/quickthyme/webrequest.git
https://github.com/quickthyme/webrequest.git
{
"dependencies" : [
],
"manifest_display_name" : "WebRequest",
"name" : "WebRequest",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "WebRequest",
"targets" : [
"WebRequest"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WebRequestTests",
"module_type" : "SwiftTarget",
"name" : "WebRequestTests",
"path" : "Tests/WebRequestTests",
"sources" : [
"Delivery/JSONWebRequestDeliveryTests.swift",
"Delivery/ProgressFileDownloadWebRequestDeliveryTests.swift",
"Doubles/MockEndpoint.swift",
"Doubles/MockNotificationCenter.swift",
"Doubles/MockURLSession.swift",
"Doubles/MockWebRequestDelivery.swift",
"Doubles/MockWebRequestSession.swift",
"Doubles/MockWebRequestSessionProvider.swift",
"Helpers/TestHTTPServer.swift",
"Manager/WebRequestManagerTests.swift",
"Validating/BasicHTTPResultValidatorTests.swift",
"WebRequestTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"WebRequest"
],
"type" : "test"
},
{
"c99name" : "WebRequest",
"module_type" : "SwiftTarget",
"name" : "WebRequest",
"path" : "Sources/WebRequest",
"product_memberships" : [
"WebRequest"
],
"sources" : [
"Delivery/FileDownloadWebRequestDelivery.swift",
"Delivery/HTTPWebRequestDelivery.swift",
"Delivery/JSONWebRequestDelivery.swift",
"Delivery/MultipartFormUploadWebRequestDelivery.swift",
"Delivery/ProgressFileDownloadWebRequestDelivery.swift",
"Manager/WebRequestManager+State.swift",
"Manager/WebRequestManager.swift",
"Manager/WebRequestManaging.swift",
"Session/WebRequestSession.swift",
"Session/WebRequestSessionProviding.swift",
"Validating/BasicHTTPResultValidator.swift",
"WebRequest+Result.swift",
"WebRequest+URLEncoder.swift",
"WebRequest.swift",
"WebRequestEndpoint.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
"dependencies" : [
],
"manifest_display_name" : "WebRequest",
"name" : "WebRequest",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "WebRequest",
"targets" : [
"WebRequest"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WebRequestTests",
"module_type" : "SwiftTarget",
"name" : "WebRequestTests",
"path" : "Tests/WebRequestTests",
"sources" : [
"Delivery/JSONWebRequestDeliveryTests.swift",
"Delivery/ProgressFileDownloadWebRequestDeliveryTests.swift",
"Doubles/MockEndpoint.swift",
"Doubles/MockNotificationCenter.swift",
"Doubles/MockURLSession.swift",
"Doubles/MockWebRequestDelivery.swift",
"Doubles/MockWebRequestSession.swift",
"Doubles/MockWebRequestSessionProvider.swift",
"Helpers/TestHTTPServer.swift",
"Manager/WebRequestManagerTests.swift",
"Validating/BasicHTTPResultValidatorTests.swift",
"WebRequestTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"WebRequest"
],
"type" : "test"
},
{
"c99name" : "WebRequest",
"module_type" : "SwiftTarget",
"name" : "WebRequest",
"path" : "Sources/WebRequest",
"product_memberships" : [
"WebRequest"
],
"sources" : [
"Delivery/FileDownloadWebRequestDelivery.swift",
"Delivery/HTTPWebRequestDelivery.swift",
"Delivery/JSONWebRequestDelivery.swift",
"Delivery/MultipartFormUploadWebRequestDelivery.swift",
"Delivery/ProgressFileDownloadWebRequestDelivery.swift",
"Manager/WebRequestManager+State.swift",
"Manager/WebRequestManager.swift",
"Manager/WebRequestManaging.swift",
"Session/WebRequestSession.swift",
"Session/WebRequestSessionProviding.swift",
"Validating/BasicHTTPResultValidator.swift",
"WebRequest+Result.swift",
"WebRequest+URLEncoder.swift",
"WebRequest.swift",
"WebRequestEndpoint.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "WebRequest",
"schemes" : [
"WebRequest-iOS"
],
"targets" : [
"WebRequest-iOS",
"WebRequestTests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme WebRequest-iOS -destination generic/platform=tvOS 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 WebRequest-iOS -destination generic/platform=tvOS "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
2025-04-26 07:06:30.939 xcodebuild[576:3338] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-26-04_07-06-0030.xcresult
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
{ generic:1, platform:tvOS }
Available destinations for the "WebRequest-iOS" scheme:
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:0feadf0ddd27f1d9c8a1553a67650bec8b2bf9cf, name:My Mac }
{ platform:macOS, arch:x86_64, variant:Mac Catalyst, id:0feadf0ddd27f1d9c8a1553a67650bec8b2bf9cf, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0feadf0ddd27f1d9c8a1553a67650bec8b2bf9cf, name:My Mac }
{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }
{ platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator Device }
{ platform:macOS, variant:Mac Catalyst, name:Any Mac }
INFRASTRUCTURE ERROR (status: destinationUnavailable