Build Information
Failed to build TestSpy 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/f-meloni/TestSpy.git
Reference: 0.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/f-meloni/TestSpy
* tag 0.5.0 -> FETCH_HEAD
HEAD is now at 63398d1 Merge branch 'master' of github.com:f-meloni/TestSpy
Cloned https://github.com/f-meloni/TestSpy.git
Revision (git rev-parse @):
63398d17c70ba7419cec78834f22be86b850643b
SUCCESS checkout https://github.com/f-meloni/TestSpy.git at 0.5.0
========================================
Build
========================================
Selected platform: tvOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/f-meloni/TestSpy.git
https://github.com/f-meloni/TestSpy.git
{
"dependencies" : [
{
"identity" : "nimble",
"requirement" : {
"range" : [
{
"lower_bound" : "8.1.1",
"upper_bound" : "9.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Nimble"
},
{
"identity" : "quick",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Quick"
}
],
"manifest_display_name" : "TestSpy",
"name" : "TestSpy",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "TestSpy",
"targets" : [
"TestSpy"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "TestSpyTests",
"module_type" : "SwiftTarget",
"name" : "TestSpyTests",
"path" : "Tests/TestSpyTests",
"product_dependencies" : [
"Quick"
],
"sources" : [
"CallStackContainerSpec.swift",
"CallstackMatcherSpec.swift",
"CallstackMatchers+NimbleSpec.swift",
"Test Classes/FakeCallstackPredicate.swift",
"Test Classes/TestMethod.swift",
"Test Classes/TestSpyObject.swift",
"TestSpy+MatchersSpec.swift",
"TestSpySpec.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"TestSpy"
],
"type" : "test"
},
{
"c99name" : "TestSpy",
"module_type" : "SwiftTarget",
"name" : "TestSpy",
"path" : "Sources/TestSpy",
"product_dependencies" : [
"Nimble"
],
"product_memberships" : [
"TestSpy"
],
"sources" : [
"Nimble Matchers/TestSpy+Matchers.swift",
"TestSpy/CallstackContainer.swift",
"TestSpy/Predicates/CallstackMatcher.swift",
"TestSpy/Predicates/CallstackPredicate.swift",
"TestSpy/TestSpy.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
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" : [
{
"identity" : "nimble",
"requirement" : {
"range" : [
{
"lower_bound" : "8.1.1",
"upper_bound" : "9.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Nimble"
},
{
"identity" : "quick",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Quick"
}
],
"manifest_display_name" : "TestSpy",
"name" : "TestSpy",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "TestSpy",
"targets" : [
"TestSpy"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "TestSpyTests",
"module_type" : "SwiftTarget",
"name" : "TestSpyTests",
"path" : "Tests/TestSpyTests",
"product_dependencies" : [
"Quick"
],
"sources" : [
"CallStackContainerSpec.swift",
"CallstackMatcherSpec.swift",
"CallstackMatchers+NimbleSpec.swift",
"Test Classes/FakeCallstackPredicate.swift",
"Test Classes/TestMethod.swift",
"Test Classes/TestSpyObject.swift",
"TestSpy+MatchersSpec.swift",
"TestSpySpec.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"TestSpy"
],
"type" : "test"
},
{
"c99name" : "TestSpy",
"module_type" : "SwiftTarget",
"name" : "TestSpy",
"path" : "Sources/TestSpy",
"product_dependencies" : [
"Nimble"
],
"product_memberships" : [
"TestSpy"
],
"sources" : [
"Nimble Matchers/TestSpy+Matchers.swift",
"TestSpy/CallstackContainer.swift",
"TestSpy/Predicates/CallstackMatcher.swift",
"TestSpy/Predicates/CallstackPredicate.swift",
"TestSpy/TestSpy.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "TestSpy",
"schemes" : [
"TestSpy"
],
"targets" : [
"TestSpy",
"TestSpyTests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme TestSpy -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 TestSpy -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-25 19:36:05.526 xcodebuild[573:3265] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-25-04_19-36-0005.xcresult
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
{ generic:1, platform:tvOS }
Available destinations for the "TestSpy" scheme:
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:9911087bb176f75d0720e1d52446d7992ac190b2, name:My Mac }
{ platform:macOS, arch:x86_64, variant:Mac Catalyst, id:9911087bb176f75d0720e1d52446d7992ac190b2, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:9911087bb176f75d0720e1d52446d7992ac190b2, 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