Build Information
Failed to build StreamUI, reference master (a83f11
), with Swift 6.0 for tvOS using Xcode 16.2 on 17 Apr 2025 07:38:10 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme StreamUI-Package -destination generic/platform=tvOS
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/StreamUI/StreamUI.swift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/StreamUI/StreamUI.swift
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at a83f117 Update README.md
Cloned https://github.com/StreamUI/StreamUI.swift.git
Revision (git rev-parse @):
a83f117fd247b503acb233eb92a8d9ce9b55962f
SUCCESS checkout https://github.com/StreamUI/StreamUI.swift.git at master
========================================
Build
========================================
Selected platform: tvOS
Swift version: 6.0
Building package at path: $PWD
https://github.com/StreamUI/StreamUI.swift.git
https://github.com/StreamUI/StreamUI.swift.git
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "haishinkit.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.9.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/shogo4405/HaishinKit.swift.git"
},
{
"identity" : "stencil",
"requirement" : {
"range" : [
{
"lower_bound" : "0.15.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/stencilproject/Stencil.git"
},
{
"identity" : "swift-clocks",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-clocks.git"
},
{
"identity" : "nuke",
"requirement" : {
"range" : [
{
"lower_bound" : "12.7.3",
"upper_bound" : "13.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kean/Nuke.git"
},
{
"identity" : "console-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "4.14.3",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/console-kit.git"
}
],
"manifest_display_name" : "StreamUI",
"name" : "StreamUI",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "StreamUI",
"targets" : [
"StreamUI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CLIExample",
"targets" : [
"CLIExample"
],
"type" : {
"executable" : null
}
},
{
"name" : "VideoViews",
"targets" : [
"VideoViews"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "GenerateTemplate",
"targets" : [
"GenerateTemplate"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "VideoViews",
"module_type" : "SwiftTarget",
"name" : "VideoViews",
"path" : "Examples/VideoViews",
"product_memberships" : [
"CLIExample",
"VideoViews"
],
"sources" : [
"BasicCounterView.swift",
"ImageTestView.swift",
"RandomSwiftUIComponentsTestView.swift",
"SceneKitTestView.swift",
"SoundTestView.swift",
"SpriteKitTestView.swift",
"VideoTestView.swift",
"WebViewTestView.swift"
],
"target_dependencies" : [
"StreamUI"
],
"type" : "library"
},
{
"c99name" : "StreamUITests",
"module_type" : "SwiftTarget",
"name" : "StreamUITests",
"path" : "Tests/StreamUITests",
"sources" : [
"StreamUITests.swift"
],
"target_dependencies" : [
"StreamUI"
],
"type" : "test"
},
{
"c99name" : "StreamUI",
"module_type" : "SwiftTarget",
"name" : "StreamUI",
"path" : "Sources/StreamUI",
"product_dependencies" : [
"HaishinKit",
"Logging",
"Clocks",
"Nuke",
"ConsoleKit"
],
"product_memberships" : [
"StreamUI",
"CLIExample",
"VideoViews"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/StreamUI/Resources/discord.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/StreamUI/Resources/github.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/StreamUI/Resources/x.png",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Components/Internal/HUD.swift",
"Components/Internal/SizedView.swift",
"Components/StreamingImage.swift",
"Components/StreamingLoadingIndicator.swift",
"Components/StreamingMediaPlayer.swift",
"Components/StreamingProgressView.swift",
"Components/StreamingVideoPlayer.swift",
"Extensions/AVAudioTime+Extensions.swift",
"Extensions/Duration+Extensions.swift",
"Extensions/Image+Extension.swift",
"Helpers/ControlledClock.swift",
"Helpers/FrameTimer.swift",
"Helpers/LoggerHelper.swift",
"Helpers/MetalRenderer.swift",
"Helpers/PreloadManager.swift",
"Helpers/RecorderKeys.swift",
"Helpers/RenderSettings.swift",
"Helpers/Streams/AudioStream.swift",
"Helpers/Streams/FrameStream.swift",
"Helpers/createStreamUIRecorder.swift",
"Recorders/AudioRecorder/AudioRecorder.swift",
"Recorders/Recorder.swift",
"Recorders/VideoRecorder/Extensions/createCMSampleBuffer.swift",
"Recorders/VideoRecorder/VideoRecorder.swift",
"StreamUI.swift",
"Streaming/RTMPStreaming.swift"
],
"type" : "library"
},
{
"c99name" : "GenerateTemplate",
"module_type" : "SwiftTarget",
"name" : "GenerateTemplate",
"path" : "Scripts/GenerateTemplate",
"product_dependencies" : [
"Stencil",
"ArgumentParser",
"Logging"
],
"product_memberships" : [
"GenerateTemplate"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Scripts/GenerateTemplate/Templates/Package.swift.stencil",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Scripts/GenerateTemplate/Templates/main.swift.stencil",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"index.swift"
],
"type" : "executable"
},
{
"c99name" : "CLIExample",
"module_type" : "SwiftTarget",
"name" : "CLIExample",
"path" : "Examples/CLIExample",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"CLIExample"
],
"sources" : [
"index.swift"
],
"target_dependencies" : [
"StreamUI",
"VideoViews"
],
"type" : "executable"
}
],
"tools_version" : "5.10"
}
Command line invocation:
/Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/pointfreeco/swift-clocks.git
Fetching from https://github.com/apple/swift-argument-parser.git
Fetching from https://github.com/shogo4405/HaishinKit.swift.git
Fetching from https://github.com/apple/swift-log.git
Fetching from https://github.com/vapor/console-kit.git
Fetching from https://github.com/stencilproject/Stencil.git
Fetching from https://github.com/kean/Nuke.git
Fetching from https://github.com/kylef/PathKit.git
Fetching from https://github.com/kylef/Spectre.git
Fetching from https://github.com/apple/swift-nio.git
Fetching from https://github.com/pointfreeco/swift-concurrency-extras
Fetching from https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching from https://github.com/shogo4405/Logboard.git
Fetching from https://github.com/apple/swift-atomics.git
Fetching from https://github.com/apple/swift-system.git
Fetching from https://github.com/apple/swift-collections.git
Creating working copy of package ‘Nuke’
Checking out 12.8.0 of package ‘Nuke’
Creating working copy of package ‘Spectre’
Checking out 0.10.1 of package ‘Spectre’
Creating working copy of package ‘PathKit’
Checking out 1.0.1 of package ‘PathKit’
Creating working copy of package ‘swift-system’
Checking out 1.4.2 of package ‘swift-system’
Creating working copy of package ‘Stencil’
Checking out 0.15.1 of package ‘Stencil’
Creating working copy of package ‘swift-nio’
Checking out 2.81.0 of package ‘swift-nio’
Creating working copy of package ‘swift-collections’
Checking out 1.1.4 of package ‘swift-collections’
Creating working copy of package ‘swift-concurrency-extras’
Checking out 1.3.1 of package ‘swift-concurrency-extras’
Creating working copy of package ‘swift-atomics’
Checking out 1.2.0 of package ‘swift-atomics’
Creating working copy of package ‘xctest-dynamic-overlay’
Checking out 1.5.2 of package ‘xctest-dynamic-overlay’
Creating working copy of package ‘swift-log’
Checking out 1.6.3 of package ‘swift-log’
Creating working copy of package ‘Logboard’
Checking out 2.5.0 of package ‘Logboard’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.5.0 of package ‘swift-argument-parser’
Creating working copy of package ‘swift-clocks’
Checking out 1.0.6 of package ‘swift-clocks’
Creating working copy of package ‘HaishinKit.swift’
Checking out 1.9.8 of package ‘HaishinKit.swift’
Creating working copy of package ‘console-kit’
Checking out 4.15.2 of package ‘console-kit’
Resolve Package Graph
Resolved source packages:
swift-collections: https://github.com/apple/swift-collections.git @ 1.1.4
Stencil: https://github.com/stencilproject/Stencil.git @ 0.15.1
Spectre: https://github.com/kylef/Spectre.git @ 0.10.1
swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
HaishinKit: https://github.com/shogo4405/HaishinKit.swift.git @ 1.9.8
swift-concurrency-extras: https://github.com/pointfreeco/swift-concurrency-extras @ 1.3.1
swift-atomics: https://github.com/apple/swift-atomics.git @ 1.2.0
swift-clocks: https://github.com/pointfreeco/swift-clocks.git @ 1.0.6
swift-nio: https://github.com/apple/swift-nio.git @ 2.81.0
Nuke: https://github.com/kean/Nuke.git @ 12.8.0
Logboard: https://github.com/shogo4405/Logboard.git @ 2.5.0
PathKit: https://github.com/kylef/PathKit.git @ 1.0.1
swift-system: https://github.com/apple/swift-system.git @ 1.4.2
StreamUI: /Users/admin/builder/spi-builder-workspace
console-kit: https://github.com/vapor/console-kit.git @ 4.15.2
xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.5.2
swift-log: https://github.com/apple/swift-log.git @ 1.6.3
resolved source packages: swift-collections, Stencil, Spectre, swift-argument-parser, HaishinKit, swift-concurrency-extras, swift-atomics, swift-clocks, swift-nio, Nuke, Logboard, PathKit, swift-system, StreamUI, console-kit, xctest-dynamic-overlay, swift-log
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "haishinkit.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.9.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/shogo4405/HaishinKit.swift.git"
},
{
"identity" : "stencil",
"requirement" : {
"range" : [
{
"lower_bound" : "0.15.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/stencilproject/Stencil.git"
},
{
"identity" : "swift-clocks",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-clocks.git"
},
{
"identity" : "nuke",
"requirement" : {
"range" : [
{
"lower_bound" : "12.7.3",
"upper_bound" : "13.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kean/Nuke.git"
},
{
"identity" : "console-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "4.14.3",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/console-kit.git"
}
],
"manifest_display_name" : "StreamUI",
"name" : "StreamUI",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "StreamUI",
"targets" : [
"StreamUI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CLIExample",
"targets" : [
"CLIExample"
],
"type" : {
"executable" : null
}
},
{
"name" : "VideoViews",
"targets" : [
"VideoViews"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "GenerateTemplate",
"targets" : [
"GenerateTemplate"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "VideoViews",
"module_type" : "SwiftTarget",
"name" : "VideoViews",
"path" : "Examples/VideoViews",
"product_memberships" : [
"CLIExample",
"VideoViews"
],
"sources" : [
"BasicCounterView.swift",
"ImageTestView.swift",
"RandomSwiftUIComponentsTestView.swift",
"SceneKitTestView.swift",
"SoundTestView.swift",
"SpriteKitTestView.swift",
"VideoTestView.swift",
"WebViewTestView.swift"
],
"target_dependencies" : [
"StreamUI"
],
"type" : "library"
},
{
"c99name" : "StreamUITests",
"module_type" : "SwiftTarget",
"name" : "StreamUITests",
"path" : "Tests/StreamUITests",
"sources" : [
"StreamUITests.swift"
],
"target_dependencies" : [
"StreamUI"
],
"type" : "test"
},
{
"c99name" : "StreamUI",
"module_type" : "SwiftTarget",
"name" : "StreamUI",
"path" : "Sources/StreamUI",
"product_dependencies" : [
"HaishinKit",
"Logging",
"Clocks",
"Nuke",
"ConsoleKit"
],
"product_memberships" : [
"StreamUI",
"CLIExample",
"VideoViews"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/StreamUI/Resources/discord.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/StreamUI/Resources/github.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/StreamUI/Resources/x.png",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Components/Internal/HUD.swift",
"Components/Internal/SizedView.swift",
"Components/StreamingImage.swift",
"Components/StreamingLoadingIndicator.swift",
"Components/StreamingMediaPlayer.swift",
"Components/StreamingProgressView.swift",
"Components/StreamingVideoPlayer.swift",
"Extensions/AVAudioTime+Extensions.swift",
"Extensions/Duration+Extensions.swift",
"Extensions/Image+Extension.swift",
"Helpers/ControlledClock.swift",
"Helpers/FrameTimer.swift",
"Helpers/LoggerHelper.swift",
"Helpers/MetalRenderer.swift",
"Helpers/PreloadManager.swift",
"Helpers/RecorderKeys.swift",
"Helpers/RenderSettings.swift",
"Helpers/Streams/AudioStream.swift",
"Helpers/Streams/FrameStream.swift",
"Helpers/createStreamUIRecorder.swift",
"Recorders/AudioRecorder/AudioRecorder.swift",
"Recorders/Recorder.swift",
"Recorders/VideoRecorder/Extensions/createCMSampleBuffer.swift",
"Recorders/VideoRecorder/VideoRecorder.swift",
"StreamUI.swift",
"Streaming/RTMPStreaming.swift"
],
"type" : "library"
},
{
"c99name" : "GenerateTemplate",
"module_type" : "SwiftTarget",
"name" : "GenerateTemplate",
"path" : "Scripts/GenerateTemplate",
"product_dependencies" : [
"Stencil",
"ArgumentParser",
"Logging"
],
"product_memberships" : [
"GenerateTemplate"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Scripts/GenerateTemplate/Templates/Package.swift.stencil",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Scripts/GenerateTemplate/Templates/main.swift.stencil",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"index.swift"
],
"type" : "executable"
},
{
"c99name" : "CLIExample",
"module_type" : "SwiftTarget",
"name" : "CLIExample",
"path" : "Examples/CLIExample",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"CLIExample"
],
"sources" : [
"index.swift"
],
"target_dependencies" : [
"StreamUI",
"VideoViews"
],
"type" : "executable"
}
],
"tools_version" : "5.10"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"CLIExample",
"GenerateTemplate",
"StreamUI",
"StreamUI-Package",
"VideoViews"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme StreamUI-Package -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.2.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 StreamUI-Package -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"
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
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:
Logboard: https://github.com/shogo4405/Logboard.git @ 2.5.0
Spectre: https://github.com/kylef/Spectre.git @ 0.10.1
swift-clocks: https://github.com/pointfreeco/swift-clocks.git @ 1.0.6
swift-log: https://github.com/apple/swift-log.git @ 1.6.3
xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.5.2
StreamUI: /Users/admin/builder/spi-builder-workspace
swift-system: https://github.com/apple/swift-system.git @ 1.4.2
swift-nio: https://github.com/apple/swift-nio.git @ 2.81.0
Nuke: https://github.com/kean/Nuke.git @ 12.8.0
console-kit: https://github.com/vapor/console-kit.git @ 4.15.2
swift-collections: https://github.com/apple/swift-collections.git @ 1.1.4
HaishinKit: https://github.com/shogo4405/HaishinKit.swift.git @ 1.9.8
swift-concurrency-extras: https://github.com/pointfreeco/swift-concurrency-extras @ 1.3.1
PathKit: https://github.com/kylef/PathKit.git @ 1.0.1
Stencil: https://github.com/stencilproject/Stencil.git @ 0.15.1
swift-atomics: https://github.com/apple/swift-atomics.git @ 1.2.0
swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (37 targets)
Target 'GenerateTemplate' in project 'StreamUI'
➜ Explicit dependency on target 'StreamUI_GenerateTemplate' in project 'StreamUI'
➜ Explicit dependency on target 'Stencil' in project 'Stencil'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
Target 'Stencil' in project 'Stencil'
➜ Explicit dependency on target 'Stencil' in project 'Stencil'
➜ Explicit dependency on target 'PathKit' in project 'PathKit'
Target 'Stencil' in project 'Stencil'
➜ Explicit dependency on target 'PathKit' in project 'PathKit'
Target 'PathKit' in project 'PathKit'
➜ Explicit dependency on target 'PathKit' in project 'PathKit'
Target 'PathKit' in project 'PathKit' (no dependencies)
Target 'StreamUI_GenerateTemplate' in project 'StreamUI' (no dependencies)
Target 'CLIExample' in project 'StreamUI'
➜ Explicit dependency on target 'StreamUI' in project 'StreamUI'
➜ Explicit dependency on target 'VideoViews' in project 'StreamUI'
➜ Explicit dependency on target 'HaishinKit' in project 'HaishinKit'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'Clocks' in project 'swift-clocks'
➜ Explicit dependency on target 'Nuke' in project 'Nuke'
➜ Explicit dependency on target 'ConsoleKit' in project 'console-kit'
➜ 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 'VideoViews' in project 'StreamUI'
➜ Explicit dependency on target 'VideoViews' in project 'StreamUI'
➜ Explicit dependency on target 'StreamUI' in project 'StreamUI'
➜ Explicit dependency on target 'HaishinKit' in project 'HaishinKit'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'Clocks' in project 'swift-clocks'
➜ Explicit dependency on target 'Nuke' in project 'Nuke'
➜ Explicit dependency on target 'ConsoleKit' in project 'console-kit'
Target 'VideoViews' in project 'StreamUI'
➜ Explicit dependency on target 'StreamUI' in project 'StreamUI'
➜ Explicit dependency on target 'HaishinKit' in project 'HaishinKit'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'Clocks' in project 'swift-clocks'
➜ Explicit dependency on target 'Nuke' in project 'Nuke'
➜ Explicit dependency on target 'ConsoleKit' in project 'console-kit'
Target 'StreamUI' in project 'StreamUI'
➜ Explicit dependency on target 'StreamUI' in project 'StreamUI'
➜ Explicit dependency on target 'StreamUI_StreamUI' in project 'StreamUI'
➜ Explicit dependency on target 'HaishinKit' in project 'HaishinKit'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'Clocks' in project 'swift-clocks'
➜ Explicit dependency on target 'Nuke' in project 'Nuke'
➜ Explicit dependency on target 'ConsoleKit' in project 'console-kit'
Target 'StreamUI' in project 'StreamUI'
➜ Explicit dependency on target 'StreamUI_StreamUI' in project 'StreamUI'
➜ Explicit dependency on target 'HaishinKit' in project 'HaishinKit'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'Clocks' in project 'swift-clocks'
➜ Explicit dependency on target 'Nuke' in project 'Nuke'
➜ Explicit dependency on target 'ConsoleKit' in project 'console-kit'
Target 'ConsoleKit' in project 'console-kit'
➜ Explicit dependency on target 'ConsoleKit' in project 'console-kit'
➜ Explicit dependency on target 'ConsoleKitTerminal' in project 'console-kit'
➜ Explicit dependency on target 'ConsoleKitCommands' in project 'console-kit'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
Target 'ConsoleKit' in project 'console-kit'
➜ Explicit dependency on target 'ConsoleKitTerminal' in project 'console-kit'
➜ Explicit dependency on target 'ConsoleKitCommands' in project 'console-kit'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
Target 'ConsoleKitCommands' in project 'console-kit'
➜ Explicit dependency on target 'ConsoleKitTerminal' in project 'console-kit'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
Target 'ConsoleKitTerminal' in project 'console-kit'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
Target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
Target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
Target 'CNIOAtomics' in project 'swift-nio' (no dependencies)
Target 'Nuke' in project 'Nuke'
➜ Explicit dependency on target 'Nuke' in project 'Nuke'
Target 'Nuke' in project 'Nuke' (no dependencies)
Target 'Clocks' in project 'swift-clocks'
➜ Explicit dependency on target 'Clocks' in project 'swift-clocks'
➜ Explicit dependency on target 'ConcurrencyExtras' in project 'swift-concurrency-extras'
➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
Target 'Clocks' in project 'swift-clocks'
➜ Explicit dependency on target 'ConcurrencyExtras' in project 'swift-concurrency-extras'
➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
Target 'IssueReporting' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
Target 'IssueReporting' in project 'xctest-dynamic-overlay' (no dependencies)
Target 'ConcurrencyExtras' in project 'swift-concurrency-extras'
➜ Explicit dependency on target 'ConcurrencyExtras' in project 'swift-concurrency-extras'
Target 'ConcurrencyExtras' in project 'swift-concurrency-extras' (no dependencies)
Target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
Target 'Logging' in project 'swift-log' (no dependencies)
Target 'HaishinKit' in project 'HaishinKit'
➜ Explicit dependency on target 'HaishinKit' in project 'HaishinKit'
➜ Explicit dependency on target 'SwiftPMSupport' in project 'HaishinKit'
➜ Explicit dependency on target 'Logboard' in project 'Logboard'
Target 'HaishinKit' in project 'HaishinKit'
➜ Explicit dependency on target 'SwiftPMSupport' in project 'HaishinKit'
➜ Explicit dependency on target 'Logboard' in project 'Logboard'
Target 'Logboard' in project 'Logboard'
➜ Explicit dependency on target 'Logboard' in project 'Logboard'
Target 'Logboard' in project 'Logboard' (no dependencies)
Target 'SwiftPMSupport' in project 'HaishinKit' (no dependencies)
Target 'StreamUI_StreamUI' in project 'StreamUI' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.2.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: c9992c7d37e398e6f8cfb9404de4b87e
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/c9992c7d37e398e6f8cfb9404de4b87e.xcbuilddata
error: The package product 'HaishinKit' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'CLIExample' from project 'StreamUI')
error: The package product 'Clocks' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'CLIExample' from project 'StreamUI')
error: The package product 'Nuke' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'CLIExample' from project 'StreamUI')
error: The package product 'ConsoleKit' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'CLIExample' from project 'StreamUI')
error: The package product 'HaishinKit' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'VideoViews' from project 'StreamUI')
error: The package product 'Clocks' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'VideoViews' from project 'StreamUI')
error: The package product 'Nuke' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'VideoViews' from project 'StreamUI')
error: The package product 'ConsoleKit' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'VideoViews' from project 'StreamUI')
error: The package product 'HaishinKit' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'StreamUI' from project 'StreamUI')
error: The package product 'Clocks' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'StreamUI' from project 'StreamUI')
error: The package product 'Nuke' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'StreamUI' from project 'StreamUI')
error: The package product 'ConsoleKit' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'StreamUI' from project 'StreamUI')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme StreamUI-Package
(1 failure)
Command line invocation:
/Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
Nuke: https://github.com/kean/Nuke.git @ 12.8.0
StreamUI: /Users/admin/builder/spi-builder-workspace
swift-collections: https://github.com/apple/swift-collections.git @ 1.1.4
HaishinKit: https://github.com/shogo4405/HaishinKit.swift.git @ 1.9.8
swift-log: https://github.com/apple/swift-log.git @ 1.6.3
Logboard: https://github.com/shogo4405/Logboard.git @ 2.5.0
swift-nio: https://github.com/apple/swift-nio.git @ 2.81.0
swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
Spectre: https://github.com/kylef/Spectre.git @ 0.10.1
swift-clocks: https://github.com/pointfreeco/swift-clocks.git @ 1.0.6
xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.5.2
console-kit: https://github.com/vapor/console-kit.git @ 4.15.2
swift-system: https://github.com/apple/swift-system.git @ 1.4.2
PathKit: https://github.com/kylef/PathKit.git @ 1.0.1
swift-atomics: https://github.com/apple/swift-atomics.git @ 1.2.0
Stencil: https://github.com/stencilproject/Stencil.git @ 0.15.1
swift-concurrency-extras: https://github.com/pointfreeco/swift-concurrency-extras @ 1.3.1
resolved source packages: Nuke, StreamUI, swift-collections, HaishinKit, swift-log, Logboard, swift-nio, swift-argument-parser, Spectre, swift-clocks, xctest-dynamic-overlay, console-kit, swift-system, PathKit, swift-atomics, Stencil, swift-concurrency-extras
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "haishinkit.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.9.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/shogo4405/HaishinKit.swift.git"
},
{
"identity" : "stencil",
"requirement" : {
"range" : [
{
"lower_bound" : "0.15.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/stencilproject/Stencil.git"
},
{
"identity" : "swift-clocks",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-clocks.git"
},
{
"identity" : "nuke",
"requirement" : {
"range" : [
{
"lower_bound" : "12.7.3",
"upper_bound" : "13.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kean/Nuke.git"
},
{
"identity" : "console-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "4.14.3",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/console-kit.git"
}
],
"manifest_display_name" : "StreamUI",
"name" : "StreamUI",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "StreamUI",
"targets" : [
"StreamUI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CLIExample",
"targets" : [
"CLIExample"
],
"type" : {
"executable" : null
}
},
{
"name" : "VideoViews",
"targets" : [
"VideoViews"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "GenerateTemplate",
"targets" : [
"GenerateTemplate"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "VideoViews",
"module_type" : "SwiftTarget",
"name" : "VideoViews",
"path" : "Examples/VideoViews",
"product_memberships" : [
"CLIExample",
"VideoViews"
],
"sources" : [
"BasicCounterView.swift",
"ImageTestView.swift",
"RandomSwiftUIComponentsTestView.swift",
"SceneKitTestView.swift",
"SoundTestView.swift",
"SpriteKitTestView.swift",
"VideoTestView.swift",
"WebViewTestView.swift"
],
"target_dependencies" : [
"StreamUI"
],
"type" : "library"
},
{
"c99name" : "StreamUITests",
"module_type" : "SwiftTarget",
"name" : "StreamUITests",
"path" : "Tests/StreamUITests",
"sources" : [
"StreamUITests.swift"
],
"target_dependencies" : [
"StreamUI"
],
"type" : "test"
},
{
"c99name" : "StreamUI",
"module_type" : "SwiftTarget",
"name" : "StreamUI",
"path" : "Sources/StreamUI",
"product_dependencies" : [
"HaishinKit",
"Logging",
"Clocks",
"Nuke",
"ConsoleKit"
],
"product_memberships" : [
"StreamUI",
"CLIExample",
"VideoViews"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/StreamUI/Resources/discord.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/StreamUI/Resources/github.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/StreamUI/Resources/x.png",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Components/Internal/HUD.swift",
"Components/Internal/SizedView.swift",
"Components/StreamingImage.swift",
"Components/StreamingLoadingIndicator.swift",
"Components/StreamingMediaPlayer.swift",
"Components/StreamingProgressView.swift",
"Components/StreamingVideoPlayer.swift",
"Extensions/AVAudioTime+Extensions.swift",
"Extensions/Duration+Extensions.swift",
"Extensions/Image+Extension.swift",
"Helpers/ControlledClock.swift",
"Helpers/FrameTimer.swift",
"Helpers/LoggerHelper.swift",
"Helpers/MetalRenderer.swift",
"Helpers/PreloadManager.swift",
"Helpers/RecorderKeys.swift",
"Helpers/RenderSettings.swift",
"Helpers/Streams/AudioStream.swift",
"Helpers/Streams/FrameStream.swift",
"Helpers/createStreamUIRecorder.swift",
"Recorders/AudioRecorder/AudioRecorder.swift",
"Recorders/Recorder.swift",
"Recorders/VideoRecorder/Extensions/createCMSampleBuffer.swift",
"Recorders/VideoRecorder/VideoRecorder.swift",
"StreamUI.swift",
"Streaming/RTMPStreaming.swift"
],
"type" : "library"
},
{
"c99name" : "GenerateTemplate",
"module_type" : "SwiftTarget",
"name" : "GenerateTemplate",
"path" : "Scripts/GenerateTemplate",
"product_dependencies" : [
"Stencil",
"ArgumentParser",
"Logging"
],
"product_memberships" : [
"GenerateTemplate"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Scripts/GenerateTemplate/Templates/Package.swift.stencil",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Scripts/GenerateTemplate/Templates/main.swift.stencil",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"index.swift"
],
"type" : "executable"
},
{
"c99name" : "CLIExample",
"module_type" : "SwiftTarget",
"name" : "CLIExample",
"path" : "Examples/CLIExample",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"CLIExample"
],
"sources" : [
"index.swift"
],
"target_dependencies" : [
"StreamUI",
"VideoViews"
],
"type" : "executable"
}
],
"tools_version" : "5.10"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"CLIExample",
"GenerateTemplate",
"StreamUI",
"StreamUI-Package",
"VideoViews"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme StreamUI-Package -destination generic/platform=tvOS
Command line invocation:
/Applications/Xcode-16.2.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 StreamUI-Package -destination generic/platform=tvOS
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
PathKit: https://github.com/kylef/PathKit.git @ 1.0.1
Stencil: https://github.com/stencilproject/Stencil.git @ 0.15.1
swift-atomics: https://github.com/apple/swift-atomics.git @ 1.2.0
swift-clocks: https://github.com/pointfreeco/swift-clocks.git @ 1.0.6
StreamUI: /Users/admin/builder/spi-builder-workspace
Nuke: https://github.com/kean/Nuke.git @ 12.8.0
swift-concurrency-extras: https://github.com/pointfreeco/swift-concurrency-extras @ 1.3.1
Logboard: https://github.com/shogo4405/Logboard.git @ 2.5.0
swift-collections: https://github.com/apple/swift-collections.git @ 1.1.4
swift-system: https://github.com/apple/swift-system.git @ 1.4.2
swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.5.2
console-kit: https://github.com/vapor/console-kit.git @ 4.15.2
swift-nio: https://github.com/apple/swift-nio.git @ 2.81.0
HaishinKit: https://github.com/shogo4405/HaishinKit.swift.git @ 1.9.8
swift-log: https://github.com/apple/swift-log.git @ 1.6.3
Spectre: https://github.com/kylef/Spectre.git @ 0.10.1
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (37 targets)
Target 'GenerateTemplate' in project 'StreamUI'
➜ Explicit dependency on target 'StreamUI_GenerateTemplate' in project 'StreamUI'
➜ Explicit dependency on target 'Stencil' in project 'Stencil'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
Target 'Stencil' in project 'Stencil'
➜ Explicit dependency on target 'Stencil' in project 'Stencil'
➜ Explicit dependency on target 'PathKit' in project 'PathKit'
Target 'Stencil' in project 'Stencil'
➜ Explicit dependency on target 'PathKit' in project 'PathKit'
Target 'PathKit' in project 'PathKit'
➜ Explicit dependency on target 'PathKit' in project 'PathKit'
Target 'PathKit' in project 'PathKit' (no dependencies)
Target 'StreamUI_GenerateTemplate' in project 'StreamUI' (no dependencies)
Target 'CLIExample' in project 'StreamUI'
➜ Explicit dependency on target 'StreamUI' in project 'StreamUI'
➜ Explicit dependency on target 'VideoViews' in project 'StreamUI'
➜ Explicit dependency on target 'HaishinKit' in project 'HaishinKit'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'Clocks' in project 'swift-clocks'
➜ Explicit dependency on target 'Nuke' in project 'Nuke'
➜ Explicit dependency on target 'ConsoleKit' in project 'console-kit'
➜ 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 'VideoViews' in project 'StreamUI'
➜ Explicit dependency on target 'VideoViews' in project 'StreamUI'
➜ Explicit dependency on target 'StreamUI' in project 'StreamUI'
➜ Explicit dependency on target 'HaishinKit' in project 'HaishinKit'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'Clocks' in project 'swift-clocks'
➜ Explicit dependency on target 'Nuke' in project 'Nuke'
➜ Explicit dependency on target 'ConsoleKit' in project 'console-kit'
Target 'VideoViews' in project 'StreamUI'
➜ Explicit dependency on target 'StreamUI' in project 'StreamUI'
➜ Explicit dependency on target 'HaishinKit' in project 'HaishinKit'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'Clocks' in project 'swift-clocks'
➜ Explicit dependency on target 'Nuke' in project 'Nuke'
➜ Explicit dependency on target 'ConsoleKit' in project 'console-kit'
Target 'StreamUI' in project 'StreamUI'
➜ Explicit dependency on target 'StreamUI' in project 'StreamUI'
➜ Explicit dependency on target 'StreamUI_StreamUI' in project 'StreamUI'
➜ Explicit dependency on target 'HaishinKit' in project 'HaishinKit'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'Clocks' in project 'swift-clocks'
➜ Explicit dependency on target 'Nuke' in project 'Nuke'
➜ Explicit dependency on target 'ConsoleKit' in project 'console-kit'
Target 'StreamUI' in project 'StreamUI'
➜ Explicit dependency on target 'StreamUI_StreamUI' in project 'StreamUI'
➜ Explicit dependency on target 'HaishinKit' in project 'HaishinKit'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'Clocks' in project 'swift-clocks'
➜ Explicit dependency on target 'Nuke' in project 'Nuke'
➜ Explicit dependency on target 'ConsoleKit' in project 'console-kit'
Target 'ConsoleKit' in project 'console-kit'
➜ Explicit dependency on target 'ConsoleKit' in project 'console-kit'
➜ Explicit dependency on target 'ConsoleKitTerminal' in project 'console-kit'
➜ Explicit dependency on target 'ConsoleKitCommands' in project 'console-kit'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
Target 'ConsoleKit' in project 'console-kit'
➜ Explicit dependency on target 'ConsoleKitTerminal' in project 'console-kit'
➜ Explicit dependency on target 'ConsoleKitCommands' in project 'console-kit'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
Target 'ConsoleKitCommands' in project 'console-kit'
➜ Explicit dependency on target 'ConsoleKitTerminal' in project 'console-kit'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
Target 'ConsoleKitTerminal' in project 'console-kit'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
Target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
Target 'NIOConcurrencyHelpers' in project 'swift-nio'
➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
Target 'CNIOAtomics' in project 'swift-nio' (no dependencies)
Target 'Nuke' in project 'Nuke'
➜ Explicit dependency on target 'Nuke' in project 'Nuke'
Target 'Nuke' in project 'Nuke' (no dependencies)
Target 'Clocks' in project 'swift-clocks'
➜ Explicit dependency on target 'Clocks' in project 'swift-clocks'
➜ Explicit dependency on target 'ConcurrencyExtras' in project 'swift-concurrency-extras'
➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
Target 'Clocks' in project 'swift-clocks'
➜ Explicit dependency on target 'ConcurrencyExtras' in project 'swift-concurrency-extras'
➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
Target 'IssueReporting' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
Target 'IssueReporting' in project 'xctest-dynamic-overlay' (no dependencies)
Target 'ConcurrencyExtras' in project 'swift-concurrency-extras'
➜ Explicit dependency on target 'ConcurrencyExtras' in project 'swift-concurrency-extras'
Target 'ConcurrencyExtras' in project 'swift-concurrency-extras' (no dependencies)
Target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
Target 'Logging' in project 'swift-log' (no dependencies)
Target 'HaishinKit' in project 'HaishinKit'
➜ Explicit dependency on target 'HaishinKit' in project 'HaishinKit'
➜ Explicit dependency on target 'SwiftPMSupport' in project 'HaishinKit'
➜ Explicit dependency on target 'Logboard' in project 'Logboard'
Target 'HaishinKit' in project 'HaishinKit'
➜ Explicit dependency on target 'SwiftPMSupport' in project 'HaishinKit'
➜ Explicit dependency on target 'Logboard' in project 'Logboard'
Target 'Logboard' in project 'Logboard'
➜ Explicit dependency on target 'Logboard' in project 'Logboard'
Target 'Logboard' in project 'Logboard' (no dependencies)
Target 'SwiftPMSupport' in project 'HaishinKit' (no dependencies)
Target 'StreamUI_StreamUI' in project 'StreamUI' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.2.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: c469449073aa701bef1f47e58d4f69b1
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/c469449073aa701bef1f47e58d4f69b1.xcbuilddata
error: The package product 'HaishinKit' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'StreamUI' from project 'StreamUI')
error: The package product 'Clocks' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'StreamUI' from project 'StreamUI')
error: The package product 'Nuke' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'StreamUI' from project 'StreamUI')
error: The package product 'ConsoleKit' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'StreamUI' from project 'StreamUI')
error: The package product 'HaishinKit' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'VideoViews' from project 'StreamUI')
error: The package product 'Clocks' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'VideoViews' from project 'StreamUI')
error: The package product 'Nuke' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'VideoViews' from project 'StreamUI')
error: The package product 'ConsoleKit' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'VideoViews' from project 'StreamUI')
error: The package product 'HaishinKit' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'CLIExample' from project 'StreamUI')
error: The package product 'Clocks' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'CLIExample' from project 'StreamUI')
error: The package product 'Nuke' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'CLIExample' from project 'StreamUI')
error: The package product 'ConsoleKit' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'CLIExample' from project 'StreamUI')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme StreamUI-Package
(1 failure)
BUILD FAILURE 6.0 tvOS