Build Information
Failed to build DHDeclarable, reference 0.0.9 (a490dc
), with Swift 6.1 for tvOS using Xcode 16.3 on 27 Apr 2025 02:28:06 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DHDeclarable -destination generic/platform=tvOS
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dan-hart/DHDeclarable.git
Reference: 0.0.9
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dan-hart/DHDeclarable
* tag 0.0.9 -> FETCH_HEAD
HEAD is now at a490dc6 Update README.md
Cloned https://github.com/dan-hart/DHDeclarable.git
Revision (git rev-parse @):
a490dc6ffe3ce4170bc6d9fa564c24a11fe9f533
SUCCESS checkout https://github.com/dan-hart/DHDeclarable.git at 0.0.9
========================================
Build
========================================
Selected platform: tvOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/dan-hart/DHDeclarable.git
https://github.com/dan-hart/DHDeclarable.git
{
"dependencies" : [
{
"identity" : "komondor",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/shibapm/Komondor.git"
}
],
"manifest_display_name" : "DHDeclarable",
"name" : "DHDeclarable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
}
],
"products" : [
{
"name" : "DHDeclarable",
"targets" : [
"DHDeclarable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DHDeclarableTests",
"module_type" : "SwiftTarget",
"name" : "DHDeclarableTests",
"path" : "Tests/DHDeclarableTests",
"sources" : [
"ClassTests/DHComponentTests/DHDTwoLabelRowComponentTests.swift",
"ClassTests/DHDLabelTests/DHDLabelTests.swift",
"ClassTests/DHDScrollViewTests/DHDScrollViewTests.swift",
"ClassTests/DHDStackTests/DHDStackTests.swift",
"ClassTests/DHDViewControllerTests/DHDViewControllerTests.swift",
"ClassTests/DHDViewTests/DHDViewTests.swift",
"DHDeclarable+ValueTypeTests.swift",
"DHDeclarable+declaredIfTests.swift",
"ExtensionTests/Collection+optionalTests.swift",
"ExtensionTests/StringTests/String+asLabelTests.swift",
"ExtensionTests/StringTests/String+inQuotesTests.swift",
"ExtensionTests/UIKitTests/UIKit+DHDStringRepresentableTests.swift",
"ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift",
"ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+AxisTests.swift",
"ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift",
"ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+RecursiveTests.swift",
"ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+arrangedSubviewAtIndexTests.swift",
"ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+hierarchyTests.swift",
"ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+removeAllArrangedSubviewsTests.swift",
"ExtensionTests/UIKitTests/UIViewControllerTests/UIViewController+asTests.swift",
"ExtensionTests/UIKitTests/UIViewTests/UIView+StyleTests.swift",
"ExtensionTests/UIKitTests/UIViewTests/UIView+addDividerTests.swift",
"ExtensionTests/UIKitTests/UIViewTests/UIView+centerTests.swift",
"ExtensionTests/UIKitTests/UIViewTests/UIView+declaredWithRedLinesTests.swift",
"ExtensionTests/UIKitTests/UIViewTests/UIView+roundedTests.swift",
"ExtensionTests/UIKitTests/UIViewTests/UIView+tagTests.swift",
"PreviewTests/PreviewTests.swift",
"PropertyWrapperTests/ResettableLazyTests.swift"
],
"target_dependencies" : [
"DHDeclarable"
],
"type" : "test"
},
{
"c99name" : "DHDeclarable",
"module_type" : "SwiftTarget",
"name" : "DHDeclarable",
"path" : "Sources/DHDeclarable",
"product_memberships" : [
"DHDeclarable"
],
"sources" : [
"Classes/DHDComponent/BaseClasses/DHDComponentable.swift",
"Classes/DHDComponent/BaseClasses/DHDStackViewComponent.swift",
"Classes/DHDComponent/BaseClasses/DHDViewComponent.swift",
"Classes/DHDComponent/DHDTwoLabelRowComponent.swift",
"Classes/DHDLabel/DHDLabel.swift",
"Classes/DHDScrollView/DHDScrollView.swift",
"Classes/DHDStack/DHDHStack.swift",
"Classes/DHDStack/DHDStack.swift",
"Classes/DHDStack/DHDVStack.swift",
"Classes/DHDView/DHDView+divider.swift",
"Classes/DHDView/DHDView+spacer.swift",
"Classes/DHDView/DHDView.swift",
"Classes/DHDViewController/DHDViewController.swift",
"Classes/DHDViewController/DHDViewControllerContentRenderingMode.swift",
"Classes/DHDViewController/DHDViewControlling.swift",
"DHDIdentifier.swift",
"DHDeclarable.swift",
"Extensions/Collection+optional.swift",
"Extensions/String/String+asLabel.swift",
"Extensions/String/String+inQuotes.swift",
"Extensions/UIKit/UIKit+DHDStringRepresentable.swift",
"Extensions/UIKit/UILabel/UILabel+Style.swift",
"Extensions/UIKit/UIStackView/UIStackView+Layout.swift",
"Extensions/UIKit/UIStackView/UIStackView+Rrecursive.swift",
"Extensions/UIKit/UIStackView/UIStackView+arrangedSubviewAtIndex.swift",
"Extensions/UIKit/UIStackView/UIStackView+forEach.swift",
"Extensions/UIKit/UIStackView/UIStackView+removeAllArrangedSubviews.swift",
"Extensions/UIKit/UIView/UIView+Divider.swift",
"Extensions/UIKit/UIView/UIView+Style.swift",
"Extensions/UIKit/UIView/UIView+as.swift",
"Extensions/UIKit/UIView/UIView+center.swift",
"Extensions/UIKit/UIView/UIView+declaredWithRedLines.swift",
"Extensions/UIKit/UIView/UIView+pin.swift",
"Extensions/UIKit/UIView/UIView+rounded.swift",
"Extensions/UIKit/UIView/UIView+tag.swift",
"Extensions/UIKit/UIViewController/UIViewController+as.swift",
"Previews/UIView+Preview.swift",
"Previews/UIViewController+Preview.swift",
"PropertyWrappers/ResettableLazy.swift",
"Protocols/DHDStringRepresentable.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
Resolve Package Graph
Fetching from https://github.com/shibapm/Komondor.git
Fetching from https://github.com/f-meloni/Rocket
Fetching from https://github.com/JohnSundell/ShellOut.git
Fetching from https://github.com/nicklockwood/SwiftFormat.git
Fetching from https://github.com/Realm/SwiftLint.git
Fetching from https://github.com/shibapm/PackageConfig.git
Fetching from https://github.com/kareman/SwiftShell
Fetching from https://github.com/shibapm/Logger
Fetching from https://github.com/jpsim/Yams (cached)
Fetching from https://github.com/JohnSundell/CollectionConcurrencyKit.git
Fetching from https://github.com/scottrhoyt/SwiftyTextTable.git
Fetching from https://github.com/krzyzanowskim/CryptoSwift.git
Fetching from https://github.com/jpsim/SourceKitten.git
Fetching from https://github.com/swiftlang/swift-syntax.git (cached)
Fetching from https://github.com/apple/swift-argument-parser.git (cached)
Fetching from https://github.com/drmohundro/SWXMLHash.git
Creating working copy of package ‘SwiftyTextTable’
Checking out 0.9.0 of package ‘SwiftyTextTable’
Creating working copy of package ‘PackageConfig’
Checking out 1.1.3 of package ‘PackageConfig’
Creating working copy of package ‘CollectionConcurrencyKit’
Checking out 0.2.0 of package ‘CollectionConcurrencyKit’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.5.0 of package ‘swift-argument-parser’
Creating working copy of package ‘ShellOut’
Checking out 2.3.0 of package ‘ShellOut’
Creating working copy of package ‘SourceKitten’
Checking out 0.37.0 of package ‘SourceKitten’
Creating working copy of package ‘Rocket’
Checking out 1.3.0 of package ‘Rocket’
Creating working copy of package ‘swift-syntax’
Checking out 601.0.0 of package ‘swift-syntax’
Creating working copy of package ‘Yams’
Checking out 5.3.1 of package ‘Yams’
Creating working copy of package ‘Komondor’
Checking out 1.1.4 of package ‘Komondor’
Creating working copy of package ‘SwiftLint’
Checking out 0.59.1 of package ‘SwiftLint’
Creating working copy of package ‘Logger’
Checking out 0.2.3 of package ‘Logger’
Creating working copy of package ‘SwiftFormat’
Checking out 0.55.5 of package ‘SwiftFormat’
Creating working copy of package ‘SwiftShell’
Checking out 5.1.0 of package ‘SwiftShell’
Creating working copy of package ‘SWXMLHash’
Checking out 7.0.2 of package ‘SWXMLHash’
Creating working copy of package ‘CryptoSwift’
Checking out 1.8.4 of package ‘CryptoSwift’
Resolve Package Graph
Resolved source packages:
ShellOut: https://github.com/JohnSundell/ShellOut.git @ 2.3.0
SwiftyTextTable: https://github.com/scottrhoyt/SwiftyTextTable.git @ 0.9.0
swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 601.0.0
SwiftLint: https://github.com/Realm/SwiftLint.git @ 0.59.1
SWXMLHash: https://github.com/drmohundro/SWXMLHash.git @ 7.0.2
CollectionConcurrencyKit: https://github.com/JohnSundell/CollectionConcurrencyKit.git @ 0.2.0
Komondor: https://github.com/shibapm/Komondor.git @ 1.1.4
SwiftFormat: https://github.com/nicklockwood/SwiftFormat.git @ 0.55.5
CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.8.4
SwiftShell: https://github.com/kareman/SwiftShell @ 5.1.0
SourceKitten: https://github.com/jpsim/SourceKitten.git @ 0.37.0
Logger: https://github.com/shibapm/Logger @ 0.2.3
Yams: https://github.com/jpsim/Yams @ 5.3.1
DHDeclarable: /Users/admin/builder/spi-builder-workspace
swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
PackageConfig: https://github.com/shibapm/PackageConfig.git @ 1.1.3
Rocket: https://github.com/f-meloni/Rocket @ 1.3.0
resolved source packages: ShellOut, SwiftyTextTable, swift-syntax, SwiftLint, SWXMLHash, CollectionConcurrencyKit, Komondor, SwiftFormat, CryptoSwift, SwiftShell, SourceKitten, Logger, Yams, DHDeclarable, swift-argument-parser, PackageConfig, Rocket
{
"dependencies" : [
{
"identity" : "komondor",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/shibapm/Komondor.git"
}
],
"manifest_display_name" : "DHDeclarable",
"name" : "DHDeclarable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
}
],
"products" : [
{
"name" : "DHDeclarable",
"targets" : [
"DHDeclarable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DHDeclarableTests",
"module_type" : "SwiftTarget",
"name" : "DHDeclarableTests",
"path" : "Tests/DHDeclarableTests",
"sources" : [
"ClassTests/DHComponentTests/DHDTwoLabelRowComponentTests.swift",
"ClassTests/DHDLabelTests/DHDLabelTests.swift",
"ClassTests/DHDScrollViewTests/DHDScrollViewTests.swift",
"ClassTests/DHDStackTests/DHDStackTests.swift",
"ClassTests/DHDViewControllerTests/DHDViewControllerTests.swift",
"ClassTests/DHDViewTests/DHDViewTests.swift",
"DHDeclarable+ValueTypeTests.swift",
"DHDeclarable+declaredIfTests.swift",
"ExtensionTests/Collection+optionalTests.swift",
"ExtensionTests/StringTests/String+asLabelTests.swift",
"ExtensionTests/StringTests/String+inQuotesTests.swift",
"ExtensionTests/UIKitTests/UIKit+DHDStringRepresentableTests.swift",
"ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift",
"ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+AxisTests.swift",
"ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift",
"ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+RecursiveTests.swift",
"ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+arrangedSubviewAtIndexTests.swift",
"ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+hierarchyTests.swift",
"ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+removeAllArrangedSubviewsTests.swift",
"ExtensionTests/UIKitTests/UIViewControllerTests/UIViewController+asTests.swift",
"ExtensionTests/UIKitTests/UIViewTests/UIView+StyleTests.swift",
"ExtensionTests/UIKitTests/UIViewTests/UIView+addDividerTests.swift",
"ExtensionTests/UIKitTests/UIViewTests/UIView+centerTests.swift",
"ExtensionTests/UIKitTests/UIViewTests/UIView+declaredWithRedLinesTests.swift",
"ExtensionTests/UIKitTests/UIViewTests/UIView+roundedTests.swift",
"ExtensionTests/UIKitTests/UIViewTests/UIView+tagTests.swift",
"PreviewTests/PreviewTests.swift",
"PropertyWrapperTests/ResettableLazyTests.swift"
],
"target_dependencies" : [
"DHDeclarable"
],
"type" : "test"
},
{
"c99name" : "DHDeclarable",
"module_type" : "SwiftTarget",
"name" : "DHDeclarable",
"path" : "Sources/DHDeclarable",
"product_memberships" : [
"DHDeclarable"
],
"sources" : [
"Classes/DHDComponent/BaseClasses/DHDComponentable.swift",
"Classes/DHDComponent/BaseClasses/DHDStackViewComponent.swift",
"Classes/DHDComponent/BaseClasses/DHDViewComponent.swift",
"Classes/DHDComponent/DHDTwoLabelRowComponent.swift",
"Classes/DHDLabel/DHDLabel.swift",
"Classes/DHDScrollView/DHDScrollView.swift",
"Classes/DHDStack/DHDHStack.swift",
"Classes/DHDStack/DHDStack.swift",
"Classes/DHDStack/DHDVStack.swift",
"Classes/DHDView/DHDView+divider.swift",
"Classes/DHDView/DHDView+spacer.swift",
"Classes/DHDView/DHDView.swift",
"Classes/DHDViewController/DHDViewController.swift",
"Classes/DHDViewController/DHDViewControllerContentRenderingMode.swift",
"Classes/DHDViewController/DHDViewControlling.swift",
"DHDIdentifier.swift",
"DHDeclarable.swift",
"Extensions/Collection+optional.swift",
"Extensions/String/String+asLabel.swift",
"Extensions/String/String+inQuotes.swift",
"Extensions/UIKit/UIKit+DHDStringRepresentable.swift",
"Extensions/UIKit/UILabel/UILabel+Style.swift",
"Extensions/UIKit/UIStackView/UIStackView+Layout.swift",
"Extensions/UIKit/UIStackView/UIStackView+Rrecursive.swift",
"Extensions/UIKit/UIStackView/UIStackView+arrangedSubviewAtIndex.swift",
"Extensions/UIKit/UIStackView/UIStackView+forEach.swift",
"Extensions/UIKit/UIStackView/UIStackView+removeAllArrangedSubviews.swift",
"Extensions/UIKit/UIView/UIView+Divider.swift",
"Extensions/UIKit/UIView/UIView+Style.swift",
"Extensions/UIKit/UIView/UIView+as.swift",
"Extensions/UIKit/UIView/UIView+center.swift",
"Extensions/UIKit/UIView/UIView+declaredWithRedLines.swift",
"Extensions/UIKit/UIView/UIView+pin.swift",
"Extensions/UIKit/UIView/UIView+rounded.swift",
"Extensions/UIKit/UIView/UIView+tag.swift",
"Extensions/UIKit/UIViewController/UIViewController+as.swift",
"Previews/UIView+Preview.swift",
"Previews/UIViewController+Preview.swift",
"PropertyWrappers/ResettableLazy.swift",
"Protocols/DHDStringRepresentable.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"DHDeclarable",
"SwiftShell"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"DHDeclarable",
"SwiftShell"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DHDeclarable -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 DHDeclarable -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
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
SWXMLHash: https://github.com/drmohundro/SWXMLHash.git @ 7.0.2
CollectionConcurrencyKit: https://github.com/JohnSundell/CollectionConcurrencyKit.git @ 0.2.0
Komondor: https://github.com/shibapm/Komondor.git @ 1.1.4
PackageConfig: https://github.com/shibapm/PackageConfig.git @ 1.1.3
Rocket: https://github.com/f-meloni/Rocket @ 1.3.0
SwiftyTextTable: https://github.com/scottrhoyt/SwiftyTextTable.git @ 0.9.0
ShellOut: https://github.com/JohnSundell/ShellOut.git @ 2.3.0
SwiftFormat: https://github.com/nicklockwood/SwiftFormat.git @ 0.55.5
DHDeclarable: /Users/admin/builder/spi-builder-workspace
SwiftLint: https://github.com/Realm/SwiftLint.git @ 0.59.1
Yams: https://github.com/jpsim/Yams @ 5.3.1
swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
Logger: https://github.com/shibapm/Logger @ 0.2.3
CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.8.4
swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 601.0.0
SwiftShell: https://github.com/kareman/SwiftShell @ 5.1.0
SourceKitten: https://github.com/jpsim/SourceKitten.git @ 0.37.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
Target 'DHDeclarableTests' in project 'DHDeclarable'
➜ Explicit dependency on target 'DHDeclarable' in project 'DHDeclarable'
Target 'DHDeclarable' in project 'DHDeclarable'
➜ Explicit dependency on target 'DHDeclarable' in project 'DHDeclarable'
Target 'DHDeclarable' in project 'DHDeclarable' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
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/ld -version_details
Build description signature: 778bcf153ab5eab0f87a32af390904de
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/778bcf153ab5eab0f87a32af390904de.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarableTests.build/empty-DHDeclarableTests.plist (in target 'DHDeclarableTests' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarableTests.build/empty-DHDeclarableTests.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarableTests.build/DHDeclarableTests.DependencyMetadataFileList (in target 'DHDeclarableTests' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarableTests.build/DHDeclarableTests.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarableTests.build/DHDeclarableTests.DependencyStaticMetadataFileList (in target 'DHDeclarableTests' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarableTests.build/DHDeclarableTests.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarableTests.build/Objects-normal/arm64/DHDeclarableTests.LinkFileList (in target 'DHDeclarableTests' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarableTests.build/Objects-normal/arm64/DHDeclarableTests.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarableTests.build/Objects-normal/arm64/DHDeclarableTests.SwiftConstValuesFileList (in target 'DHDeclarableTests' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarableTests.build/Objects-normal/arm64/DHDeclarableTests.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarableTests.build/Objects-normal/arm64/DHDeclarableTests-OutputFileMap.json (in target 'DHDeclarableTests' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarableTests.build/Objects-normal/arm64/DHDeclarableTests-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarableTests.build/Objects-normal/arm64/DHDeclarableTests_const_extract_protocols.json (in target 'DHDeclarableTests' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarableTests.build/Objects-normal/arm64/DHDeclarableTests_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarableTests.build/Objects-normal/arm64/DHDeclarableTests.SwiftFileList (in target 'DHDeclarableTests' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarableTests.build/Objects-normal/arm64/DHDeclarableTests.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable_const_extract_protocols.json (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable.SwiftFileList (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable.SwiftConstValuesFileList (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable.LinkFileList (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable-OutputFileMap.json (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/DHDeclarable.modulemap (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/DHDeclarable.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/DHDeclarable.DependencyStaticMetadataFileList (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/DHDeclarable.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/DHDeclarable.DependencyMetadataFileList (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/DHDeclarable.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DHDeclarableTests.xctest (in target 'DHDeclarableTests' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DHDeclarableTests.xctest
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/DHDeclarable.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/DHDeclarable.modulemap (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/DHDeclarable.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
SwiftDriver DHDeclarable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DHDeclarable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ DHDeclarable.swift,\ Collection+optional.swift,\ String+asLabel.swift,\ String+inQuotes.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/DHDeclarable.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/Collection+optional.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/String/String+asLabel.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/String/String+inQuotes.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/DHDeclarable.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/Collection+optional.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/String/String+asLabel.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/String/String+inQuotes.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ DHDLabel.swift,\ DHDScrollView.swift,\ DHDHStack.swift,\ DHDStack.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDLabel/DHDLabel.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDHStack.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDStack.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDLabel/DHDLabel.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDHStack.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDStack.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UIKit+DHDStringRepresentable.swift,\ UILabel+Style.swift,\ UIStackView+Layout.swift,\ UIStackView+Rrecursive.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIKit+DHDStringRepresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UILabel/UILabel+Style.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+Rrecursive.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIKit+DHDStringRepresentable.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UILabel/UILabel+Style.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+Layout.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+Rrecursive.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ DHDVStack.swift,\ DHDView+divider.swift,\ DHDView+spacer.swift,\ DHDView.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDVStack.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDView/DHDView+divider.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDView/DHDView+spacer.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDView/DHDView.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDVStack.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDView/DHDView+divider.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDView/DHDView+spacer.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDView/DHDView.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ DHDComponentable.swift,\ DHDStackViewComponent.swift,\ DHDViewComponent.swift,\ DHDTwoLabelRowComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/BaseClasses/DHDComponentable.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/BaseClasses/DHDStackViewComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/BaseClasses/DHDViewComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/DHDTwoLabelRowComponent.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/BaseClasses/DHDComponentable.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/BaseClasses/DHDStackViewComponent.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/BaseClasses/DHDViewComponent.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/DHDTwoLabelRowComponent.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UIView+pin.swift,\ UIView+rounded.swift,\ UIView+tag.swift,\ UIViewController+as.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+pin.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+rounded.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+tag.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIViewController/UIViewController+as.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+pin.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+rounded.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+tag.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIViewController/UIViewController+as.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ DHDeclarable (in target 'DHDeclarable' from project 'DHDeclarable')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/BaseClasses/DHDComponentable.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/BaseClasses/DHDStackViewComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/BaseClasses/DHDViewComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/DHDTwoLabelRowComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDLabel/DHDLabel.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDHStack.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDStack.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDVStack.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDView/DHDView+divider.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDView/DHDView+spacer.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDView/DHDView.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewControllerContentRenderingMode.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewControlling.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/DHDIdentifier.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/DHDeclarable.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/Collection+optional.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/String/String+asLabel.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/String/String+inQuotes.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIKit+DHDStringRepresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UILabel/UILabel+Style.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+Rrecursive.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+arrangedSubviewAtIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+forEach.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+removeAllArrangedSubviews.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+Divider.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+Style.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+as.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+center.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+declaredWithRedLines.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+pin.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+rounded.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+tag.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIViewController/UIViewController+as.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIView+Preview.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIViewController+Preview.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/PropertyWrappers/ResettableLazy.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Protocols/DHDStringRepresentable.swift -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DHDeclarable -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.4 -target-sdk-name appletvos18.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable.abi.json
EmitSwiftModule normal arm64 (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDView/DHDView.swift:34:20: warning: main actor-isolated property 'stringRepresentation' cannot be used to satisfy nonisolated requirement from protocol 'DHDStringRepresentable'; this is an error in the Swift 6 language mode
public var stringRepresentation: String {
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDView/DHDView.swift:33:24: note: add '@preconcurrency' to the 'DHDStringRepresentable' conformance to defer isolation checking to run time
extension DHDView: DHDStringRepresentable {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Protocols/DHDStringRepresentable.swift:14:9: note: requirement 'stringRepresentation' declared here
var stringRepresentation: String { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewController.swift:22:18: warning: main actor-isolated property 'body' cannot be used to satisfy nonisolated requirement from protocol 'DHDViewControlling'; this is an error in the Swift 6 language mode
open var body: UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewController.swift:7:53: note: add '@preconcurrency' to the 'DHDViewControlling' conformance to defer isolation checking to run time
open class DHDViewController: UIViewController, DHDViewControlling {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewControlling.swift:10:13: note: requirement 'body' declared here
var body: UIView { get set }
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewController.swift:61:40: warning: main actor-isolated instance method 'reloadView()' cannot be used to satisfy nonisolated requirement from protocol 'DHDViewControlling'; this is an error in the Swift 6 language mode
@discardableResult public func reloadView() -> UIView {
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewController.swift:61:40: note: add 'nonisolated' to 'reloadView()' to make this instance method not isolated to the actor
@discardableResult public func reloadView() -> UIView {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewControlling.swift:14:33: note: mark the protocol requirement 'reloadView()' 'async' to allow actor-isolated conformances
@discardableResult func reloadView() -> UIView
^
async
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIKit+DHDStringRepresentable.swift:14:20: warning: main actor-isolated property 'stringRepresentation' cannot be used to satisfy nonisolated requirement from protocol 'DHDStringRepresentable'; this is an error in the Swift 6 language mode
public var stringRepresentation: String {
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIKit+DHDStringRepresentable.swift:13:24: note: add '@preconcurrency' to the 'DHDStringRepresentable' conformance to defer isolation checking to run time
extension UILabel: DHDStringRepresentable {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Protocols/DHDStringRepresentable.swift:14:9: note: requirement 'stringRepresentation' declared here
var stringRepresentation: String { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIKit+DHDStringRepresentable.swift:21:20: warning: main actor-isolated property 'stringRepresentation' cannot be used to satisfy nonisolated requirement from protocol 'DHDStringRepresentable'; this is an error in the Swift 6 language mode
public var stringRepresentation: String {
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIKit+DHDStringRepresentable.swift:20:25: note: add '@preconcurrency' to the 'DHDStringRepresentable' conformance to defer isolation checking to run time
extension UIButton: DHDStringRepresentable {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Protocols/DHDStringRepresentable.swift:14:9: note: requirement 'stringRepresentation' declared here
var stringRepresentation: String { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIView+Preview.swift:38:33: error: 'some' return types are only available in tvOS 13.0.0 or newer
func toPreview() -> some View {
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIView+Preview.swift:38:18: note: add @available attribute to enclosing instance method
func toPreview() -> some View {
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIView+Preview.swift:15:38: note: add @available attribute to enclosing extension
@available(iOS 13, *) public extension UIView {
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIView+Preview.swift:38:38: error: 'View' is only available in tvOS 13.0 or newer
func toPreview() -> some View {
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIView+Preview.swift:38:18: note: add @available attribute to enclosing instance method
func toPreview() -> some View {
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIView+Preview.swift:15:38: note: add @available attribute to enclosing extension
@available(iOS 13, *) public extension UIView {
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIViewController+Preview.swift:41:33: error: 'some' return types are only available in tvOS 13.0.0 or newer
func toPreview() -> some View {
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIViewController+Preview.swift:41:18: note: add @available attribute to enclosing instance method
func toPreview() -> some View {
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIViewController+Preview.swift:16:38: note: add @available attribute to enclosing extension
@available(iOS 13, *) public extension UIViewController {
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIViewController+Preview.swift:41:38: error: 'View' is only available in tvOS 13.0 or newer
func toPreview() -> some View {
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIViewController+Preview.swift:41:18: note: add @available attribute to enclosing instance method
func toPreview() -> some View {
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIViewController+Preview.swift:16:38: note: add @available attribute to enclosing extension
@available(iOS 13, *) public extension UIViewController {
^
SwiftCompile normal arm64 Compiling\ UIStackView+arrangedSubviewAtIndex.swift,\ UIStackView+forEach.swift,\ UIStackView+removeAllArrangedSubviews.swift,\ UIView+Divider.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+arrangedSubviewAtIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+forEach.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+removeAllArrangedSubviews.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+Divider.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+arrangedSubviewAtIndex.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+forEach.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+removeAllArrangedSubviews.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+Divider.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UIView+Style.swift,\ UIView+as.swift,\ UIView+center.swift,\ UIView+declaredWithRedLines.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+Style.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+as.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+center.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+declaredWithRedLines.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+Style.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+as.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+center.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+declaredWithRedLines.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UIView+Preview.swift,\ UIViewController+Preview.swift,\ ResettableLazy.swift,\ DHDStringRepresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIView+Preview.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIViewController+Preview.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/PropertyWrappers/ResettableLazy.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Protocols/DHDStringRepresentable.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIView+Preview.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIViewController+Preview.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/PropertyWrappers/ResettableLazy.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Protocols/DHDStringRepresentable.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64 Emitting\ module\ for\ DHDeclarable (in target 'DHDeclarable' from project 'DHDeclarable')
EmitSwiftModule normal arm64 (in target 'DHDeclarable' from project 'DHDeclarable')
Building workspace spi-builder-workspace with scheme DHDeclarable
(3 failures)
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:
DHDeclarable: /Users/admin/builder/spi-builder-workspace
Komondor: https://github.com/shibapm/Komondor.git @ 1.1.4
Logger: https://github.com/shibapm/Logger @ 0.2.3
SourceKitten: https://github.com/jpsim/SourceKitten.git @ 0.37.0
SwiftLint: https://github.com/Realm/SwiftLint.git @ 0.59.1
ShellOut: https://github.com/JohnSundell/ShellOut.git @ 2.3.0
swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 601.0.0
SwiftShell: https://github.com/kareman/SwiftShell @ 5.1.0
SwiftFormat: https://github.com/nicklockwood/SwiftFormat.git @ 0.55.5
Rocket: https://github.com/f-meloni/Rocket @ 1.3.0
SwiftyTextTable: https://github.com/scottrhoyt/SwiftyTextTable.git @ 0.9.0
Yams: https://github.com/jpsim/Yams @ 5.3.1
PackageConfig: https://github.com/shibapm/PackageConfig.git @ 1.1.3
CollectionConcurrencyKit: https://github.com/JohnSundell/CollectionConcurrencyKit.git @ 0.2.0
SWXMLHash: https://github.com/drmohundro/SWXMLHash.git @ 7.0.2
CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.8.4
resolved source packages: DHDeclarable, Komondor, Logger, SourceKitten, SwiftLint, ShellOut, swift-argument-parser, swift-syntax, SwiftShell, SwiftFormat, Rocket, SwiftyTextTable, Yams, PackageConfig, CollectionConcurrencyKit, SWXMLHash, CryptoSwift
{
"dependencies" : [
{
"identity" : "komondor",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/shibapm/Komondor.git"
}
],
"manifest_display_name" : "DHDeclarable",
"name" : "DHDeclarable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
}
],
"products" : [
{
"name" : "DHDeclarable",
"targets" : [
"DHDeclarable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DHDeclarableTests",
"module_type" : "SwiftTarget",
"name" : "DHDeclarableTests",
"path" : "Tests/DHDeclarableTests",
"sources" : [
"ClassTests/DHComponentTests/DHDTwoLabelRowComponentTests.swift",
"ClassTests/DHDLabelTests/DHDLabelTests.swift",
"ClassTests/DHDScrollViewTests/DHDScrollViewTests.swift",
"ClassTests/DHDStackTests/DHDStackTests.swift",
"ClassTests/DHDViewControllerTests/DHDViewControllerTests.swift",
"ClassTests/DHDViewTests/DHDViewTests.swift",
"DHDeclarable+ValueTypeTests.swift",
"DHDeclarable+declaredIfTests.swift",
"ExtensionTests/Collection+optionalTests.swift",
"ExtensionTests/StringTests/String+asLabelTests.swift",
"ExtensionTests/StringTests/String+inQuotesTests.swift",
"ExtensionTests/UIKitTests/UIKit+DHDStringRepresentableTests.swift",
"ExtensionTests/UIKitTests/UILabelTests/UILabel+StyleTests.swift",
"ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+AxisTests.swift",
"ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+LayoutTests.swift",
"ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+RecursiveTests.swift",
"ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+arrangedSubviewAtIndexTests.swift",
"ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+hierarchyTests.swift",
"ExtensionTests/UIKitTests/UIStackViewTests/UIStackView+removeAllArrangedSubviewsTests.swift",
"ExtensionTests/UIKitTests/UIViewControllerTests/UIViewController+asTests.swift",
"ExtensionTests/UIKitTests/UIViewTests/UIView+StyleTests.swift",
"ExtensionTests/UIKitTests/UIViewTests/UIView+addDividerTests.swift",
"ExtensionTests/UIKitTests/UIViewTests/UIView+centerTests.swift",
"ExtensionTests/UIKitTests/UIViewTests/UIView+declaredWithRedLinesTests.swift",
"ExtensionTests/UIKitTests/UIViewTests/UIView+roundedTests.swift",
"ExtensionTests/UIKitTests/UIViewTests/UIView+tagTests.swift",
"PreviewTests/PreviewTests.swift",
"PropertyWrapperTests/ResettableLazyTests.swift"
],
"target_dependencies" : [
"DHDeclarable"
],
"type" : "test"
},
{
"c99name" : "DHDeclarable",
"module_type" : "SwiftTarget",
"name" : "DHDeclarable",
"path" : "Sources/DHDeclarable",
"product_memberships" : [
"DHDeclarable"
],
"sources" : [
"Classes/DHDComponent/BaseClasses/DHDComponentable.swift",
"Classes/DHDComponent/BaseClasses/DHDStackViewComponent.swift",
"Classes/DHDComponent/BaseClasses/DHDViewComponent.swift",
"Classes/DHDComponent/DHDTwoLabelRowComponent.swift",
"Classes/DHDLabel/DHDLabel.swift",
"Classes/DHDScrollView/DHDScrollView.swift",
"Classes/DHDStack/DHDHStack.swift",
"Classes/DHDStack/DHDStack.swift",
"Classes/DHDStack/DHDVStack.swift",
"Classes/DHDView/DHDView+divider.swift",
"Classes/DHDView/DHDView+spacer.swift",
"Classes/DHDView/DHDView.swift",
"Classes/DHDViewController/DHDViewController.swift",
"Classes/DHDViewController/DHDViewControllerContentRenderingMode.swift",
"Classes/DHDViewController/DHDViewControlling.swift",
"DHDIdentifier.swift",
"DHDeclarable.swift",
"Extensions/Collection+optional.swift",
"Extensions/String/String+asLabel.swift",
"Extensions/String/String+inQuotes.swift",
"Extensions/UIKit/UIKit+DHDStringRepresentable.swift",
"Extensions/UIKit/UILabel/UILabel+Style.swift",
"Extensions/UIKit/UIStackView/UIStackView+Layout.swift",
"Extensions/UIKit/UIStackView/UIStackView+Rrecursive.swift",
"Extensions/UIKit/UIStackView/UIStackView+arrangedSubviewAtIndex.swift",
"Extensions/UIKit/UIStackView/UIStackView+forEach.swift",
"Extensions/UIKit/UIStackView/UIStackView+removeAllArrangedSubviews.swift",
"Extensions/UIKit/UIView/UIView+Divider.swift",
"Extensions/UIKit/UIView/UIView+Style.swift",
"Extensions/UIKit/UIView/UIView+as.swift",
"Extensions/UIKit/UIView/UIView+center.swift",
"Extensions/UIKit/UIView/UIView+declaredWithRedLines.swift",
"Extensions/UIKit/UIView/UIView+pin.swift",
"Extensions/UIKit/UIView/UIView+rounded.swift",
"Extensions/UIKit/UIView/UIView+tag.swift",
"Extensions/UIKit/UIViewController/UIViewController+as.swift",
"Previews/UIView+Preview.swift",
"Previews/UIViewController+Preview.swift",
"PropertyWrappers/ResettableLazy.swift",
"Protocols/DHDStringRepresentable.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"DHDeclarable",
"SwiftShell"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"DHDeclarable",
"SwiftShell"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DHDeclarable -destination generic/platform=tvOS
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 DHDeclarable -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
PackageConfig: https://github.com/shibapm/PackageConfig.git @ 1.1.3
SourceKitten: https://github.com/jpsim/SourceKitten.git @ 0.37.0
DHDeclarable: /Users/admin/builder/spi-builder-workspace
swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
Rocket: https://github.com/f-meloni/Rocket @ 1.3.0
CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.8.4
SwiftyTextTable: https://github.com/scottrhoyt/SwiftyTextTable.git @ 0.9.0
Komondor: https://github.com/shibapm/Komondor.git @ 1.1.4
SwiftLint: https://github.com/Realm/SwiftLint.git @ 0.59.1
SwiftShell: https://github.com/kareman/SwiftShell @ 5.1.0
Yams: https://github.com/jpsim/Yams @ 5.3.1
CollectionConcurrencyKit: https://github.com/JohnSundell/CollectionConcurrencyKit.git @ 0.2.0
SWXMLHash: https://github.com/drmohundro/SWXMLHash.git @ 7.0.2
Logger: https://github.com/shibapm/Logger @ 0.2.3
ShellOut: https://github.com/JohnSundell/ShellOut.git @ 2.3.0
swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 601.0.0
SwiftFormat: https://github.com/nicklockwood/SwiftFormat.git @ 0.55.5
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
Target 'DHDeclarableTests' in project 'DHDeclarable'
➜ Explicit dependency on target 'DHDeclarable' in project 'DHDeclarable'
Target 'DHDeclarable' in project 'DHDeclarable'
➜ Explicit dependency on target 'DHDeclarable' in project 'DHDeclarable'
Target 'DHDeclarable' in project 'DHDeclarable' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
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/ld -version_details
Build description signature: 9f20c85eb2870a1d64fe85b1dd231b60
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/9f20c85eb2870a1d64fe85b1dd231b60.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
SwiftDriver DHDeclarable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DHDeclarable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ DHDVStack.swift,\ DHDView+divider.swift,\ DHDView+spacer.swift,\ DHDView.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDVStack.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDView/DHDView+divider.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDView/DHDView+spacer.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDView/DHDView.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDVStack.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDView/DHDView+divider.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDView/DHDView+spacer.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDView/DHDView.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ DHDViewController.swift,\ DHDViewControllerContentRenderingMode.swift,\ DHDViewControlling.swift,\ DHDIdentifier.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewControllerContentRenderingMode.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewControlling.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/DHDIdentifier.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewController.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewControllerContentRenderingMode.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewControlling.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/DHDIdentifier.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UIStackView+arrangedSubviewAtIndex.swift,\ UIStackView+forEach.swift,\ UIStackView+removeAllArrangedSubviews.swift,\ UIView+Divider.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+arrangedSubviewAtIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+forEach.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+removeAllArrangedSubviews.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+Divider.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+arrangedSubviewAtIndex.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+forEach.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+removeAllArrangedSubviews.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+Divider.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UIView+Style.swift,\ UIView+as.swift,\ UIView+center.swift,\ UIView+declaredWithRedLines.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+Style.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+as.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+center.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+declaredWithRedLines.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+Style.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+as.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+center.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+declaredWithRedLines.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ DHDComponentable.swift,\ DHDStackViewComponent.swift,\ DHDViewComponent.swift,\ DHDTwoLabelRowComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/BaseClasses/DHDComponentable.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/BaseClasses/DHDStackViewComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/BaseClasses/DHDViewComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/DHDTwoLabelRowComponent.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/BaseClasses/DHDComponentable.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/BaseClasses/DHDStackViewComponent.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/BaseClasses/DHDViewComponent.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/DHDTwoLabelRowComponent.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ DHDLabel.swift,\ DHDScrollView.swift,\ DHDHStack.swift,\ DHDStack.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDLabel/DHDLabel.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDHStack.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDStack.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDLabel/DHDLabel.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDHStack.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDStack.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UIView+pin.swift,\ UIView+rounded.swift,\ UIView+tag.swift,\ UIViewController+as.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+pin.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+rounded.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+tag.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIViewController/UIViewController+as.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+pin.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+rounded.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+tag.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIViewController/UIViewController+as.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UIKit+DHDStringRepresentable.swift,\ UILabel+Style.swift,\ UIStackView+Layout.swift,\ UIStackView+Rrecursive.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIKit+DHDStringRepresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UILabel/UILabel+Style.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+Rrecursive.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIKit+DHDStringRepresentable.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UILabel/UILabel+Style.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+Layout.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+Rrecursive.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ DHDeclarable (in target 'DHDeclarable' from project 'DHDeclarable')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/BaseClasses/DHDComponentable.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/BaseClasses/DHDStackViewComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/BaseClasses/DHDViewComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDComponent/DHDTwoLabelRowComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDLabel/DHDLabel.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDScrollView/DHDScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDHStack.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDStack.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDStack/DHDVStack.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDView/DHDView+divider.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDView/DHDView+spacer.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDView/DHDView.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewControllerContentRenderingMode.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Classes/DHDViewController/DHDViewControlling.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/DHDIdentifier.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/DHDeclarable.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/Collection+optional.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/String/String+asLabel.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/String/String+inQuotes.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIKit+DHDStringRepresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UILabel/UILabel+Style.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+Rrecursive.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+arrangedSubviewAtIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+forEach.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIStackView/UIStackView+removeAllArrangedSubviews.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+Divider.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+Style.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+as.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+center.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+declaredWithRedLines.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+pin.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+rounded.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIView/UIView+tag.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/UIKit/UIViewController/UIViewController+as.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIView+Preview.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIViewController+Preview.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/PropertyWrappers/ResettableLazy.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Protocols/DHDStringRepresentable.swift -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DHDeclarable -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.4 -target-sdk-name appletvos18.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DHDeclarable.build/Debug-appletvos/DHDeclarable.build/Objects-normal/arm64/DHDeclarable.abi.json
EmitSwiftModule normal arm64 (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIView+Preview.swift:38:33: error: 'some' return types are only available in tvOS 13.0.0 or newer
func toPreview() -> some View {
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIView+Preview.swift:38:18: note: add @available attribute to enclosing instance method
func toPreview() -> some View {
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIView+Preview.swift:15:38: note: add @available attribute to enclosing extension
@available(iOS 13, *) public extension UIView {
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIView+Preview.swift:38:38: error: 'View' is only available in tvOS 13.0 or newer
func toPreview() -> some View {
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIView+Preview.swift:38:18: note: add @available attribute to enclosing instance method
func toPreview() -> some View {
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIView+Preview.swift:15:38: note: add @available attribute to enclosing extension
@available(iOS 13, *) public extension UIView {
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIViewController+Preview.swift:41:33: error: 'some' return types are only available in tvOS 13.0.0 or newer
func toPreview() -> some View {
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIViewController+Preview.swift:41:18: note: add @available attribute to enclosing instance method
func toPreview() -> some View {
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIViewController+Preview.swift:16:38: note: add @available attribute to enclosing extension
@available(iOS 13, *) public extension UIViewController {
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIViewController+Preview.swift:41:38: error: 'View' is only available in tvOS 13.0 or newer
func toPreview() -> some View {
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIViewController+Preview.swift:41:18: note: add @available attribute to enclosing instance method
func toPreview() -> some View {
^
/Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIViewController+Preview.swift:16:38: note: add @available attribute to enclosing extension
@available(iOS 13, *) public extension UIViewController {
^
SwiftCompile normal arm64 Compiling\ UIView+Preview.swift,\ UIViewController+Preview.swift,\ ResettableLazy.swift,\ DHDStringRepresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIView+Preview.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIViewController+Preview.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/PropertyWrappers/ResettableLazy.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Protocols/DHDStringRepresentable.swift (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIView+Preview.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Previews/UIViewController+Preview.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/PropertyWrappers/ResettableLazy.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Protocols/DHDStringRepresentable.swift (in target 'DHDeclarable' from project 'DHDeclarable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ DHDeclarable.swift,\ Collection+optional.swift,\ String+asLabel.swift,\ String+inQuotes.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/DHDeclarable.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/Collection+optional.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/String/String+asLabel.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/String/String+inQuotes.swift (in target 'DHDeclarable' from project 'DHDeclarable')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64 Emitting\ module\ for\ DHDeclarable (in target 'DHDeclarable' from project 'DHDeclarable')
EmitSwiftModule normal arm64 (in target 'DHDeclarable' from project 'DHDeclarable')
SwiftCompile normal arm64 Compiling\ DHDeclarable.swift,\ Collection+optional.swift,\ String+asLabel.swift,\ String+inQuotes.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/DHDeclarable.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/Collection+optional.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/String/String+asLabel.swift /Users/admin/builder/spi-builder-workspace/Sources/DHDeclarable/Extensions/String/String+inQuotes.swift (in target 'DHDeclarable' from project 'DHDeclarable')
Building workspace spi-builder-workspace with scheme DHDeclarable
(4 failures)
BUILD FAILURE 6.1 tvOS