Build Information
Failed to build SwifterUI, reference main (6e6a78
), with Swift 6.1 for tvOS using Xcode 16.3 on 12 Jun 2025 11:56:57 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwifterUI -destination generic/platform=tvOS
Build Log
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:177:50: error: 'Configuration' is only available in tvOS 15.0 or newer
func configuration(_ builder: () -> UIButton.Configuration, state: UIButton.State = .normal) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:177:10: note: add @available attribute to enclosing instance method
func configuration(_ builder: () -> UIButton.Configuration, state: UIButton.State = .normal) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:170:8: note: add @available attribute to enclosing extension
public extension UIButton {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:183:50: error: 'Configuration' is only available in tvOS 15.0 or newer
func configuration(_ configuration: UIButton.Configuration, state: UIButton.State = .normal) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:183:10: note: add @available attribute to enclosing instance method
func configuration(_ configuration: UIButton.Configuration, state: UIButton.State = .normal) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:170:8: note: add @available attribute to enclosing extension
public extension UIButton {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:224:56: error: 'UIConfigurationTextAttributesTransformer' is only available in tvOS 15.0 or newer
func titleTextAttributesTransformer(_ transformer: UIConfigurationTextAttributesTransformer) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:224:10: note: add @available attribute to enclosing instance method
func titleTextAttributesTransformer(_ transformer: UIConfigurationTextAttributesTransformer) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:201:8: note: add @available attribute to enclosing extension
public extension UIButton.Configuration {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:231:35: error: 'AttributedString' is only available in tvOS 15 or newer
func attributedTitle(_ title: AttributedString) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:231:10: note: add @available attribute to enclosing instance method
func attributedTitle(_ title: AttributedString) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:201:8: note: add @available attribute to enclosing extension
public extension UIButton.Configuration {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:247:38: error: 'AttributedString' is only available in tvOS 15 or newer
func attributedSubTitle(_ title: AttributedString) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:247:10: note: add @available attribute to enclosing instance method
func attributedSubTitle(_ title: AttributedString) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:201:8: note: add @available attribute to enclosing extension
public extension UIButton.Configuration {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:271:59: error: 'UIConfigurationTextAttributesTransformer' is only available in tvOS 15.0 or newer
func subtitleTextAttributesTransformer(_ transformer: UIConfigurationTextAttributesTransformer) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:271:10: note: add @available attribute to enclosing instance method
func subtitleTextAttributesTransformer(_ transformer: UIConfigurationTextAttributesTransformer) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:201:8: note: add @available attribute to enclosing extension
public extension UIButton.Configuration {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:321:35: error: 'UIBackgroundConfiguration' is only available in tvOS 14.0 or newer
func background(_ background: UIBackgroundConfiguration) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:321:10: note: add @available attribute to enclosing instance method
func background(_ background: UIBackgroundConfiguration) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:201:8: note: add @available attribute to enclosing extension
public extension UIButton.Configuration {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:328:41: error: 'UIBackgroundConfiguration' is only available in tvOS 14.0 or newer
func background(_ background: () -> UIBackgroundConfiguration) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:328:10: note: add @available attribute to enclosing instance method
func background(_ background: () -> UIBackgroundConfiguration) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:201:8: note: add @available attribute to enclosing extension
public extension UIButton.Configuration {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:342:47: error: 'Configuration' is only available in tvOS 15.0 or newer
func titleAlignment(_ alignment: UIButton.Configuration.TitleAlignment) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:342:10: note: add @available attribute to enclosing instance method
func titleAlignment(_ alignment: UIButton.Configuration.TitleAlignment) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:201:8: note: add @available attribute to enclosing extension
public extension UIButton.Configuration {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:356:59: error: 'UIConfigurationColorTransformer' is only available in tvOS 14.0 or newer
func activityIndicatorColorTransformer(_ transformer: UIConfigurationColorTransformer) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:356:10: note: add @available attribute to enclosing instance method
func activityIndicatorColorTransformer(_ transformer: UIConfigurationColorTransformer) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:201:8: note: add @available attribute to enclosing extension
public extension UIButton.Configuration {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:364:42: error: 'Configuration' is only available in tvOS 15.0 or newer
func indicator(_ indicator: UIButton.Configuration.Indicator) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:364:10: note: add @available attribute to enclosing instance method
func indicator(_ indicator: UIButton.Configuration.Indicator) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:201:8: note: add @available attribute to enclosing extension
public extension UIButton.Configuration {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:372:51: error: 'UIConfigurationColorTransformer' is only available in tvOS 14.0 or newer
func indicatorColorTransformer(_ transformer: UIConfigurationColorTransformer) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:372:10: note: add @available attribute to enclosing instance method
func indicatorColorTransformer(_ transformer: UIConfigurationColorTransformer) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:201:8: note: add @available attribute to enclosing extension
public extension UIButton.Configuration {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:386:40: error: 'Configuration' is only available in tvOS 15.0 or newer
func cornerStyle(_ style: UIButton.Configuration.CornerStyle) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:386:10: note: add @available attribute to enclosing instance method
func cornerStyle(_ style: UIButton.Configuration.CornerStyle) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:201:8: note: add @available attribute to enclosing extension
public extension UIButton.Configuration {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:400:38: error: 'Configuration' is only available in tvOS 15.0 or newer
func buttonSize(_ size: UIButton.Configuration.Size) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:400:10: note: add @available attribute to enclosing instance method
func buttonSize(_ size: UIButton.Configuration.Size) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:201:8: note: add @available attribute to enclosing extension
public extension UIButton.Configuration {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:407:42: error: 'Configuration' is only available in tvOS 15.0 or newer
func macIdiomStyle(_ style: UIButton.Configuration.MacIdiomStyle) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:407:10: note: add @available attribute to enclosing instance method
func macIdiomStyle(_ style: UIButton.Configuration.MacIdiomStyle) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:201:8: note: add @available attribute to enclosing extension
public extension UIButton.Configuration {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:414:47: error: 'UIConfigurationColorTransformer' is only available in tvOS 14.0 or newer
func imageColorTransformer(_ transformer: UIConfigurationColorTransformer) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:414:10: note: add @available attribute to enclosing instance method
func imageColorTransformer(_ transformer: UIConfigurationColorTransformer) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:201:8: note: add @available attribute to enclosing extension
public extension UIButton.Configuration {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:201:27: error: 'Configuration' is only available in tvOS 15.0 or newer
public extension UIButton.Configuration {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:201:8: note: add @available attribute to enclosing extension
public extension UIButton.Configuration {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:431:36: error: 'Configuration' is only available in tvOS 15.0 or newer
func merging(_ other: UIButton.Configuration) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:431:10: note: add @available attribute to enclosing instance method
func merging(_ other: UIButton.Configuration) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:430:9: note: add @available attribute to enclosing extension
private extension UIButton.Configuration {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:430:28: error: 'Configuration' is only available in tvOS 15.0 or newer
private extension UIButton.Configuration {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:430:9: note: add @available attribute to enclosing extension
private extension UIButton.Configuration {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:514:46: error: 'Configuration' is only available in tvOS 15.0 or newer
var stateConfigurations: [UInt: UIButton.Configuration] {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:514:9: note: add @available attribute to enclosing property
var stateConfigurations: [UInt: UIButton.Configuration] {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:456:9: note: add @available attribute to enclosing extension
private extension UIButton {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:50:40: error: value of type 'UIColor' has no member 'image'
self.setBackgroundImage(color?.image(), for: state)
~~~~~~ ^~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:173:14: error: 'init(configuration:primaryAction:)' is only available in tvOS 15.0 or newer
self.init(configuration: configuration())
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:173:14: note: add 'if #available' version check
self.init(configuration: configuration())
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:172:17: note: add @available attribute to enclosing initializer
convenience init(configuration: () -> UIButton.Configuration) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:170:8: note: add @available attribute to enclosing extension
public extension UIButton {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:186:18: error: 'configuration' is only available in tvOS 15.0 or newer
self.configuration = configuration
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:186:18: note: add 'if #available' version check
self.configuration = configuration
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:183:10: note: add @available attribute to enclosing instance method
func configuration(_ configuration: UIButton.Configuration, state: UIButton.State = .normal) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:170:8: note: add @available attribute to enclosing extension
public extension UIButton {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:195:14: error: 'configurationUpdateHandler' is only available in tvOS 15.0 or newer
self.configurationUpdateHandler = handler
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:195:14: note: add 'if #available' version check
self.configurationUpdateHandler = handler
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:194:10: note: add @available attribute to enclosing instance method
func configurationUpdateHandler(_ handler: @escaping (UIButton) -> Void) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:170:8: note: add @available attribute to enclosing extension
public extension UIButton {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:203:31: error: 'Configuration' is only available in tvOS 15.0 or newer
var config = UIButton.Configuration.plain()
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:203:31: note: add 'if #available' version check
var config = UIButton.Configuration.plain()
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:202:17: note: add @available attribute to enclosing static method
static func plain(title: String, subtitle: String = "") -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:201:8: note: add @available attribute to enclosing extension
public extension UIButton.Configuration {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:210:31: error: 'Configuration' is only available in tvOS 15.0 or newer
var config = UIButton.Configuration.filled()
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:210:31: note: add 'if #available' version check
var config = UIButton.Configuration.filled()
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:209:17: note: add @available attribute to enclosing static method
static func filled(title: String, subtitle: String = "") -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:201:8: note: add @available attribute to enclosing extension
public extension UIButton.Configuration {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:240:31: error: 'AttributedString' is only available in tvOS 15 or newer
var attributedTitle = AttributedString(title)
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:240:31: note: add 'if #available' version check
var attributedTitle = AttributedString(title)
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:238:10: note: add @available attribute to enclosing instance method
func attributedTitle(_ title: String, font: UIFont) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:201:8: note: add @available attribute to enclosing extension
public extension UIButton.Configuration {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:240:31: error: 'init(_:attributes:)' is only available in tvOS 15 or newer
var attributedTitle = AttributedString(title)
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:240:31: note: add 'if #available' version check
var attributedTitle = AttributedString(title)
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:238:10: note: add @available attribute to enclosing instance method
func attributedTitle(_ title: String, font: UIFont) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:201:8: note: add @available attribute to enclosing extension
public extension UIButton.Configuration {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:241:9: error: 'subscript(dynamicMember:)' is only available in tvOS 15 or newer
attributedTitle.font = font
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:241:9: note: add 'if #available' version check
attributedTitle.font = font
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:238:10: note: add @available attribute to enclosing instance method
func attributedTitle(_ title: String, font: UIFont) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:201:8: note: add @available attribute to enclosing extension
public extension UIButton.Configuration {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:241:9: error: setter for 'subscript(dynamicMember:)' is only available in tvOS 15 or newer
attributedTitle.font = font
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:241:9: note: add 'if #available' version check
attributedTitle.font = font
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:238:10: note: add @available attribute to enclosing instance method
func attributedTitle(_ title: String, font: UIFont) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:201:8: note: add @available attribute to enclosing extension
public extension UIButton.Configuration {
^
<unknown>:0: error: 'subscript(dynamicMember:)' is only available in tvOS 15 or newer
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:256:31: error: 'AttributedString' is only available in tvOS 15 or newer
var attributedTitle = AttributedString(title)
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:256:31: note: add 'if #available' version check
var attributedTitle = AttributedString(title)
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:254:10: note: add @available attribute to enclosing instance method
func attributedSubTitle(_ title: String, font: UIFont) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:201:8: note: add @available attribute to enclosing extension
public extension UIButton.Configuration {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:256:31: error: 'init(_:attributes:)' is only available in tvOS 15 or newer
var attributedTitle = AttributedString(title)
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:256:31: note: add 'if #available' version check
var attributedTitle = AttributedString(title)
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:254:10: note: add @available attribute to enclosing instance method
func attributedSubTitle(_ title: String, font: UIFont) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:201:8: note: add @available attribute to enclosing extension
public extension UIButton.Configuration {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:257:9: error: 'subscript(dynamicMember:)' is only available in tvOS 15 or newer
attributedTitle.font = font
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:257:9: note: add 'if #available' version check
attributedTitle.font = font
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:254:10: note: add @available attribute to enclosing instance method
func attributedSubTitle(_ title: String, font: UIFont) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:201:8: note: add @available attribute to enclosing extension
public extension UIButton.Configuration {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:257:9: error: setter for 'subscript(dynamicMember:)' is only available in tvOS 15 or newer
attributedTitle.font = font
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:257:9: note: add 'if #available' version check
attributedTitle.font = font
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:254:10: note: add @available attribute to enclosing instance method
func attributedSubTitle(_ title: String, font: UIFont) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:201:8: note: add @available attribute to enclosing extension
public extension UIButton.Configuration {
^
<unknown>:0: error: 'subscript(dynamicMember:)' is only available in tvOS 15 or newer
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:366:19: error: 'indicator' is only available in tvOS 16.0 or newer
newConfig.indicator = indicator
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:366:19: note: add 'if #available' version check
newConfig.indicator = indicator
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:364:10: note: add @available attribute to enclosing instance method
func indicator(_ indicator: UIButton.Configuration.Indicator) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:201:8: note: add @available attribute to enclosing extension
public extension UIButton.Configuration {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:374:19: error: 'indicatorColorTransformer' is only available in tvOS 16.0 or newer
newConfig.indicatorColorTransformer = transformer
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:374:19: note: add 'if #available' version check
newConfig.indicatorColorTransformer = transformer
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:372:10: note: add @available attribute to enclosing instance method
func indicatorColorTransformer(_ transformer: UIConfigurationColorTransformer) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:201:8: note: add @available attribute to enclosing extension
public extension UIButton.Configuration {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:449:33: warning: conformance of 'UIButton.Configuration.TitleAlignment' to 'Equatable' is only available in tvOS 15.0 or newer; this is an error in the Swift 6 language mode
if other.titleAlignment != .automatic { merged.titleAlignment = other.titleAlignment }
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:449:33: note: add 'if #available' version check
if other.titleAlignment != .automatic { merged.titleAlignment = other.titleAlignment }
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:431:10: note: add @available attribute to enclosing instance method
func merging(_ other: UIButton.Configuration) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:430:9: note: add @available attribute to enclosing extension
private extension UIButton.Configuration {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:462:63: error: ambiguous use of 'configuration(_:state:)'
if normalConfig == nil, let buttonConfig = button.configuration {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:177:10: note: found this candidate
func configuration(_ builder: () -> UIButton.Configuration, state: UIButton.State = .normal) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:183:10: note: found this candidate
func configuration(_ configuration: UIButton.Configuration, state: UIButton.State = .normal) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:488:39: warning: comparing non-optional value of type '@MainActor @Sendable (@escaping (UIButton) -> Void) -> UIButton' to 'nil' always returns true
if configurationUpdateHandler != nil {
~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:489:13: error: 'configurationUpdateHandler' is only available in tvOS 15.0 or newer
configurationUpdateHandler = configurationUpdateHandler
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:489:13: note: add 'if #available' version check
configurationUpdateHandler = configurationUpdateHandler
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:483:10: note: add @available attribute to enclosing instance method
func setInnerConfigurationHandler(_ handler: @escaping (UIButton) -> Void) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:456:9: note: add @available attribute to enclosing extension
private extension UIButton {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:489:42: error: 'configurationUpdateHandler' is only available in tvOS 15.0 or newer
configurationUpdateHandler = configurationUpdateHandler
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:489:42: note: add 'if #available' version check
configurationUpdateHandler = configurationUpdateHandler
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:483:10: note: add @available attribute to enclosing instance method
func setInnerConfigurationHandler(_ handler: @escaping (UIButton) -> Void) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:456:9: note: add @available attribute to enclosing extension
private extension UIButton {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:495:43: error: cannot reference instance method 'configurationUpdateHandler' as a property; remove 'setter:'
let originalSelector1 = #selector(setter: UIButton.configurationUpdateHandler)
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:495:33: error: argument of '#selector' refers to instance method 'configurationUpdateHandler' that is not exposed to Objective-C
let originalSelector1 = #selector(setter: UIButton.configurationUpdateHandler)
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:194:10: note: add '@objc' to expose this instance method to Objective-C
func configurationUpdateHandler(_ handler: @escaping (UIButton) -> Void) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:516:105: error: 'Configuration' is only available in tvOS 15.0 or newer
objc_getAssociatedObject(self, &AssociatedKeys.buttonConfigurationsKey) as? [UInt: UIButton.Configuration] ?? [:]
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:516:105: note: add 'if #available' version check
objc_getAssociatedObject(self, &AssociatedKeys.buttonConfigurationsKey) as? [UInt: UIButton.Configuration] ?? [:]
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:514:9: note: add @available attribute to enclosing property
var stateConfigurations: [UInt: UIButton.Configuration] {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift:456:9: note: add @available attribute to enclosing extension
private extension UIButton {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
<unknown>:0: error: 'subscript(dynamicMember:)' is only available in tvOS 15 or newer
<unknown>:0: error: 'subscript(dynamicMember:)' is only available in tvOS 15 or newer
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift:44:39: error: 'UICollectionViewDragDelegate' is unavailable in tvOS
func dragDelegate(_ dragDelegate: UICollectionViewDragDelegate?) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:539:11: note: 'UICollectionViewDragDelegate' has been explicitly marked unavailable here
@protocol UICollectionViewDragDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift:50:39: error: 'UICollectionViewDropDelegate' is unavailable in tvOS
func dropDelegate(_ dropDelegate: UICollectionViewDropDelegate?) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:586:11: note: 'UICollectionViewDropDelegate' has been explicitly marked unavailable here
@protocol UICollectionViewDropDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift:62:56: error: 'ReorderingCadence' is unavailable in tvOS
func reorderingCadence(_ cadence: UICollectionView.ReorderingCadence) -> Self {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:36:28: note: 'ReorderingCadence' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UICollectionViewReorderingCadence) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift:70:76: error: 'SelfSizingInvalidation' is only available in tvOS 16.0 or newer
func selfSizingInvalidation(_ selfSizingInvalidation: UICollectionView.SelfSizingInvalidation) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift:70:10: note: add @available attribute to enclosing instance method
func selfSizingInvalidation(_ selfSizingInvalidation: UICollectionView.SelfSizingInvalidation) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift:11:8: note: add @available attribute to enclosing extension
public extension UICollectionView {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift:45:14: error: 'dragDelegate' is unavailable in tvOS
self.dragDelegate = dragDelegate
^~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:374:73: note: 'dragDelegate' has been explicitly marked unavailable here
@property (nonatomic, weak, nullable) id <UICollectionViewDragDelegate> dragDelegate API_AVAILABLE(ios(11.0)) API_UNAVAILABLE(tvos, watchos);
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift:51:14: error: 'dropDelegate' is unavailable in tvOS
self.dropDelegate = dropDelegate
^~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:375:73: note: 'dropDelegate' has been explicitly marked unavailable here
@property (nonatomic, weak, nullable) id <UICollectionViewDropDelegate> dropDelegate API_AVAILABLE(ios(11.0)) API_UNAVAILABLE(tvos, watchos);
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift:57:14: error: 'dragInteractionEnabled' is unavailable in tvOS
self.dragInteractionEnabled = enabled
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:382:28: note: 'dragInteractionEnabled' has been explicitly marked unavailable here
@property (nonatomic) BOOL dragInteractionEnabled API_AVAILABLE(ios(11.0)) API_UNAVAILABLE(tvos, watchos);
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift:63:14: error: 'reorderingCadence' is unavailable in tvOS
self.reorderingCadence = cadence
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:389:57: note: 'reorderingCadence' has been explicitly marked unavailable here
@property (nonatomic) UICollectionViewReorderingCadence reorderingCadence API_AVAILABLE(ios(11.0)) API_UNAVAILABLE(tvos, watchos);
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift:71:14: error: 'selfSizingInvalidation' is only available in tvOS 16.0 or newer
self.selfSizingInvalidation = selfSizingInvalidation
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift:71:14: note: add 'if #available' version check
self.selfSizingInvalidation = selfSizingInvalidation
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift:70:10: note: add @available attribute to enclosing instance method
func selfSizingInvalidation(_ selfSizingInvalidation: UICollectionView.SelfSizingInvalidation) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift:11:8: note: add @available attribute to enclosing extension
public extension UICollectionView {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift:98:14: error: 'allowsSelectionDuringEditing' is only available in tvOS 14.0 or newer
self.allowsSelectionDuringEditing = editing
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift:98:14: note: add 'if #available' version check
self.allowsSelectionDuringEditing = editing
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift:97:10: note: add @available attribute to enclosing instance method
func allowsSelectionDuringEditing(_ editing: Bool) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift:11:8: note: add @available attribute to enclosing extension
public extension UICollectionView {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift:104:14: error: 'allowsMultipleSelectionDuringEditing' is only available in tvOS 14.0 or newer
self.allowsMultipleSelectionDuringEditing = multipleSelection
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift:104:14: note: add 'if #available' version check
self.allowsMultipleSelectionDuringEditing = multipleSelection
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift:103:10: note: add @available attribute to enclosing instance method
func allowsMultipleSelectionDuringEditing(_ multipleSelection: Bool) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift:11:8: note: add @available attribute to enclosing extension
public extension UICollectionView {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift:111:14: error: 'selectionFollowsFocus' is unavailable in tvOS
self.selectionFollowsFocus = follows
^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:488:28: note: 'selectionFollowsFocus' has been explicitly marked unavailable here
@property (nonatomic) BOOL selectionFollowsFocus API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, tvos);
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift:117:14: error: 'isEditing' is only available in tvOS 14.0 or newer
self.isEditing = isEditing
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift:117:14: note: add 'if #available' version check
self.isEditing = isEditing
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift:116:10: note: add @available attribute to enclosing instance method
func editing(_ isEditing: Bool) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift:11:8: note: add @available attribute to enclosing extension
public extension UICollectionView {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift:126:14: error: 'allowsFocus' is only available in tvOS 15.0 or newer
self.allowsFocus = allows
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift:126:14: note: add 'if #available' version check
self.allowsFocus = allows
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift:125:10: note: add @available attribute to enclosing instance method
func allowsFocus(_ allows: Bool) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift:11:8: note: add @available attribute to enclosing extension
public extension UICollectionView {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift:133:14: error: 'allowsFocusDuringEditing' is only available in tvOS 15.0 or newer
self.allowsFocusDuringEditing = allows
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift:133:14: note: add 'if #available' version check
self.allowsFocusDuringEditing = allows
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift:132:10: note: add @available attribute to enclosing instance method
func allowsFocusDuringEditing(_ allows: Bool) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift:11:8: note: add @available attribute to enclosing extension
public extension UICollectionView {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewCell+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
<unknown>:0: error: 'subscript(dynamicMember:)' is only available in tvOS 15 or newer
<unknown>:0: error: 'subscript(dynamicMember:)' is only available in tvOS 15 or newer
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewCell+SwiftlyUI.swift:56:48: error: 'UIContentConfiguration' is only available in tvOS 14.0 or newer
func contentConfiguration(_ configuration: UIContentConfiguration) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewCell+SwiftlyUI.swift:56:10: note: add @available attribute to enclosing instance method
func contentConfiguration(_ configuration: UIContentConfiguration) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewCell+SwiftlyUI.swift:12:8: note: add @available attribute to enclosing extension
public extension UICollectionViewCell {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewCell+SwiftlyUI.swift:63:51: error: 'UIBackgroundConfiguration' is only available in tvOS 14.0 or newer
func backgroundConfiguration(_ configuration: UIBackgroundConfiguration?) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewCell+SwiftlyUI.swift:63:10: note: add @available attribute to enclosing instance method
func backgroundConfiguration(_ configuration: UIBackgroundConfiguration?) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewCell+SwiftlyUI.swift:12:8: note: add @available attribute to enclosing extension
public extension UICollectionViewCell {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewCell+SwiftlyUI.swift:71:69: error: 'ConfigurationUpdateHandler' is only available in tvOS 15.0 or newer
func configurationUpdateHandler(_ handler: UICollectionViewCell.ConfigurationUpdateHandler?) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewCell+SwiftlyUI.swift:71:10: note: add @available attribute to enclosing instance method
func configurationUpdateHandler(_ handler: UICollectionViewCell.ConfigurationUpdateHandler?) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewCell+SwiftlyUI.swift:12:8: note: add @available attribute to enclosing extension
public extension UICollectionViewCell {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewCell+SwiftlyUI.swift:23:14: error: 'automaticallyUpdatesContentConfiguration' is only available in tvOS 14.0 or newer
self.automaticallyUpdatesContentConfiguration = updates
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewCell+SwiftlyUI.swift:23:14: note: add 'if #available' version check
self.automaticallyUpdatesContentConfiguration = updates
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewCell+SwiftlyUI.swift:22:10: note: add @available attribute to enclosing instance method
func automaticallyUpdatesContentConfiguration(_ updates: Bool) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewCell+SwiftlyUI.swift:12:8: note: add @available attribute to enclosing extension
public extension UICollectionViewCell {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewCell+SwiftlyUI.swift:30:14: error: 'automaticallyUpdatesBackgroundConfiguration' is only available in tvOS 14.0 or newer
self.automaticallyUpdatesBackgroundConfiguration = updates
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewCell+SwiftlyUI.swift:30:14: note: add 'if #available' version check
self.automaticallyUpdatesBackgroundConfiguration = updates
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewCell+SwiftlyUI.swift:29:10: note: add @available attribute to enclosing instance method
func automaticallyUpdatesBackgroundConfiguration(_ updates: Bool) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewCell+SwiftlyUI.swift:12:8: note: add @available attribute to enclosing extension
public extension UICollectionViewCell {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewCell+SwiftlyUI.swift:57:14: error: 'contentConfiguration' is only available in tvOS 14.0 or newer
self.contentConfiguration = configuration
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewCell+SwiftlyUI.swift:57:14: note: add 'if #available' version check
self.contentConfiguration = configuration
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewCell+SwiftlyUI.swift:56:10: note: add @available attribute to enclosing instance method
func contentConfiguration(_ configuration: UIContentConfiguration) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewCell+SwiftlyUI.swift:12:8: note: add @available attribute to enclosing extension
public extension UICollectionViewCell {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewCell+SwiftlyUI.swift:64:14: error: 'backgroundConfiguration' is only available in tvOS 14.0 or newer
self.backgroundConfiguration = configuration
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewCell+SwiftlyUI.swift:64:14: note: add 'if #available' version check
self.backgroundConfiguration = configuration
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewCell+SwiftlyUI.swift:63:10: note: add @available attribute to enclosing instance method
func backgroundConfiguration(_ configuration: UIBackgroundConfiguration?) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewCell+SwiftlyUI.swift:12:8: note: add @available attribute to enclosing extension
public extension UICollectionViewCell {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewCell+SwiftlyUI.swift:72:14: error: 'configurationUpdateHandler' is only available in tvOS 15.0 or newer
self.configurationUpdateHandler = handler
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewCell+SwiftlyUI.swift:72:14: note: add 'if #available' version check
self.configurationUpdateHandler = handler
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewCell+SwiftlyUI.swift:71:10: note: add @available attribute to enclosing instance method
func configurationUpdateHandler(_ handler: UICollectionViewCell.ConfigurationUpdateHandler?) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewCell+SwiftlyUI.swift:12:8: note: add @available attribute to enclosing extension
public extension UICollectionViewCell {
^
SwiftCompile normal arm64 Compiling\ UICollectionViewFlowLayout+SwiftlyUI.swift,\ UIColor+SwiftlyUI.swift,\ UIControl+SwiftlyUI.swift,\ UIDatePicker+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewFlowLayout+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIColor+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIControl+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIDatePicker+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewFlowLayout+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIColor+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIControl+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIDatePicker+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIDatePicker+SwiftlyUI.swift:13:33: error: 'UIDatePicker' is unavailable in tvOS
func datePickerMode(_ mode: UIDatePicker.Mode) -> Self {
^~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDatePicker.h:40:12: note: 'UIDatePicker' has been explicitly marked unavailable here
@interface UIDatePicker : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIDatePicker+SwiftlyUI.swift:68:44: error: 'UIDatePickerStyle' is unavailable in tvOS
func preferredDatePickerStyle(_ style: UIDatePickerStyle) -> Self {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDatePicker.h:28:28: note: 'UIDatePickerStyle' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIDatePickerStyle) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIDatePicker+SwiftlyUI.swift:11:18: error: 'UIDatePicker' is unavailable in tvOS
public extension UIDatePicker {
^~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDatePicker.h:40:12: note: 'UIDatePicker' has been explicitly marked unavailable here
@interface UIDatePicker : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIDatePicker+SwiftlyUI.swift:69:14: error: 'preferredDatePickerStyle' is unavailable in tvOS
self.preferredDatePickerStyle = style
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDatePicker.h:57:60: note: 'preferredDatePickerStyle' has been explicitly marked unavailable here
@property (nonatomic, readwrite, assign) UIDatePickerStyle preferredDatePickerStyle API_AVAILABLE(ios(13.4)) API_UNAVAILABLE(tvos, watchos);
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIDatePicker+SwiftlyUI.swift:76:14: error: 'roundsToMinuteInterval' is only available in tvOS 15.0 or newer
self.roundsToMinuteInterval = rounds
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIDatePicker+SwiftlyUI.swift:76:14: note: add 'if #available' version check
self.roundsToMinuteInterval = rounds
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIDatePicker+SwiftlyUI.swift:75:10: note: add @available attribute to enclosing instance method
func roundsToMinuteInterval(_ rounds: Bool) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIDatePicker+SwiftlyUI.swift:11:8: note: add @available attribute to enclosing extension
public extension UIDatePicker {
^
SwiftCompile normal arm64 Compiling\ UISwitch+SwiftlyUI.swift,\ UITableView+SwiftlyUI.swift,\ UITableViewCell+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISwitch+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIBackgroundConfiguration+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewCell+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewFlowLayout+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIColor+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIControl+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIDatePicker+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIFont+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIImage+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIImageView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIInputView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UILabel+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIPickerView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIRefreshControl+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISegmentedControl+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISlider+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStepper+SwiftlyUI.swift -primary-file /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISwitch+SwiftlyUI.swift -primary-file /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift -primary-file /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIVisualEffectView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/CAGradientLayer-SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIImage-SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-appletvos/SwiftlyUI.build/Objects-normal/arm64/supplementaryOutputs-7 -target arm64-apple-tvos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -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 -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/SwifterUI.build/Debug-appletvos/SwiftlyUI.build/Objects-normal/arm64/SwiftlyUI_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/SwifterUI.build/Debug-appletvos/SwiftlyUI.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/SwifterUI.build/Debug-appletvos/SwiftlyUI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-appletvos/SwiftlyUI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-appletvos/SwiftlyUI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftlyUI -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 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-appletvos/SwiftlyUI.build/Objects-normal/arm64/UISwitch+SwiftlyUI.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-appletvos/SwiftlyUI.build/Objects-normal/arm64/UITableView+SwiftlyUI.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-appletvos/SwiftlyUI.build/Objects-normal/arm64/UITableViewCell+SwiftlyUI.o -index-unit-output-path /SwifterUI.build/Debug-appletvos/SwiftlyUI.build/Objects-normal/arm64/UISwitch+SwiftlyUI.o -index-unit-output-path /SwifterUI.build/Debug-appletvos/SwiftlyUI.build/Objects-normal/arm64/UITableView+SwiftlyUI.o -index-unit-output-path /SwifterUI.build/Debug-appletvos/SwiftlyUI.build/Objects-normal/arm64/UITableViewCell+SwiftlyUI.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISwitch+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISwitch+SwiftlyUI.swift:39:34: error: 'UISwitch' is unavailable in tvOS
func preferredStyle(_ style: UISwitch.Style) -> Self {
^~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwitch.h:23:12: note: 'UISwitch' has been explicitly marked unavailable here
@interface UISwitch : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISwitch+SwiftlyUI.swift:11:18: error: 'UISwitch' is unavailable in tvOS
public extension UISwitch {
^~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwitch.h:23:12: note: 'UISwitch' has been explicitly marked unavailable here
@interface UISwitch : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISwitch+SwiftlyUI.swift:40:14: error: 'preferredStyle' is unavailable in tvOS
self.preferredStyle = style
^~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwitch.h:39:36: note: 'preferredStyle' has been explicitly marked unavailable here
@property(nonatomic) UISwitchStyle preferredStyle API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(tvos, watchos);
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:31:39: error: 'UITableViewDragDelegate' is unavailable in tvOS
func dragDelegate(_ dragDelegate: UITableViewDragDelegate?) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:608:11: note: 'UITableViewDragDelegate' has been explicitly marked unavailable here
@protocol UITableViewDragDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:37:39: error: 'UITableViewDropDelegate' is unavailable in tvOS
func dropDelegate(_ dropDelegate: UITableViewDropDelegate?) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:648:11: note: 'UITableViewDropDelegate' has been explicitly marked unavailable here
@protocol UITableViewDropDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:113:71: error: 'SelfSizingInvalidation' is only available in tvOS 16.0 or newer
func selfSizingInvalidation(_ selfSizingInvalidation: UITableView.SelfSizingInvalidation) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:113:10: note: add @available attribute to enclosing instance method
func selfSizingInvalidation(_ selfSizingInvalidation: UITableView.SelfSizingInvalidation) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:11:8: note: add @available attribute to enclosing extension
public extension UITableView {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:179:50: error: 'SeparatorStyle' is unavailable in tvOS
func separatorStyle(_ style: UITableViewCell.SeparatorStyle) -> Self {
^~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:32:28: note: 'SeparatorStyle' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITableViewCellSeparatorStyle) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:251:45: error: 'UITableViewContentHuggingElements' is only available in tvOS 18.0 or newer
func contentHuggingElements(_ elements: UITableViewContentHuggingElements) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:251:10: note: add @available attribute to enclosing instance method
func contentHuggingElements(_ elements: UITableViewContentHuggingElements) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:11:8: note: add @available attribute to enclosing extension
public extension UITableView {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:32:14: error: 'dragDelegate' is unavailable in tvOS
self.dragDelegate = dragDelegate
^~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:360:68: note: 'dragDelegate' has been explicitly marked unavailable here
@property (nonatomic, weak, nullable) id <UITableViewDragDelegate> dragDelegate API_AVAILABLE(ios(11.0)) API_UNAVAILABLE(tvos, watchos);
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:38:14: error: 'dropDelegate' is unavailable in tvOS
self.dropDelegate = dropDelegate
^~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:361:68: note: 'dropDelegate' has been explicitly marked unavailable here
@property (nonatomic, weak, nullable) id <UITableViewDropDelegate> dropDelegate API_AVAILABLE(ios(11.0)) API_UNAVAILABLE(tvos, watchos);
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:81:14: error: 'fillerRowHeight' is only available in tvOS 15.0 or newer
self.fillerRowHeight = fillerRowHeight
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:81:14: note: add 'if #available' version check
self.fillerRowHeight = fillerRowHeight
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:80:10: note: add @available attribute to enclosing instance method
func fillerRowHeight(_ fillerRowHeight: CGFloat) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:11:8: note: add @available attribute to enclosing extension
public extension UITableView {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:88:14: error: 'sectionHeaderTopPadding' is only available in tvOS 15.0 or newer
self.sectionHeaderTopPadding = sectionHeaderTopPadding
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:88:14: note: add 'if #available' version check
self.sectionHeaderTopPadding = sectionHeaderTopPadding
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:87:10: note: add @available attribute to enclosing instance method
func sectionHeaderTopPadding(_ sectionHeaderTopPadding: CGFloat) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:11:8: note: add @available attribute to enclosing extension
public extension UITableView {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:95:14: error: 'isPrefetchingEnabled' is only available in tvOS 15.0 or newer
self.isPrefetchingEnabled = isPrefetchingEnabled
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:95:14: note: add 'if #available' version check
self.isPrefetchingEnabled = isPrefetchingEnabled
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:94:10: note: add @available attribute to enclosing instance method
func prefetchingEnabled(_ isPrefetchingEnabled: Bool) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:11:8: note: add @available attribute to enclosing extension
public extension UITableView {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:114:14: error: 'selfSizingInvalidation' is only available in tvOS 16.0 or newer
self.selfSizingInvalidation = selfSizingInvalidation
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:114:14: note: add 'if #available' version check
self.selfSizingInvalidation = selfSizingInvalidation
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:113:10: note: add @available attribute to enclosing instance method
func selfSizingInvalidation(_ selfSizingInvalidation: UITableView.SelfSizingInvalidation) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:11:8: note: add @available attribute to enclosing extension
public extension UITableView {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:180:14: error: 'separatorStyle' is unavailable in tvOS
self.separatorStyle = style
^~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:469:53: note: 'separatorStyle' has been explicitly marked unavailable here
@property (nonatomic) UITableViewCellSeparatorStyle separatorStyle API_UNAVAILABLE(tvos); // default is UITableViewCellSeparatorStyleSingleLine
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:186:14: error: 'separatorColor' is unavailable in tvOS
self.separatorColor = color
^~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:470:50: note: 'separatorColor' has been explicitly marked unavailable here
@property (nonatomic, strong, nullable) UIColor *separatorColor UI_APPEARANCE_SELECTOR API_UNAVAILABLE(tvos); // default is the standard separator gray
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:192:14: error: 'separatorEffect' is unavailable in tvOS
self.separatorEffect = effect
^~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:471:55: note: 'separatorEffect' has been explicitly marked unavailable here
@property (nonatomic, copy, nullable) UIVisualEffect *separatorEffect API_AVAILABLE(ios(8.0)) UI_APPEARANCE_SELECTOR API_UNAVAILABLE(tvos); // effect to apply to table separators
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:229:14: error: 'selectionFollowsFocus' is unavailable in tvOS
self.selectionFollowsFocus = follows
^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:498:28: note: 'selectionFollowsFocus' has been explicitly marked unavailable here
@property (nonatomic) BOOL selectionFollowsFocus API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, tvos);
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:237:14: error: 'allowsFocus' is only available in tvOS 15.0 or newer
self.allowsFocus = allows
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:237:14: note: add 'if #available' version check
self.allowsFocus = allows
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:236:10: note: add @available attribute to enclosing instance method
func allowsFocus(_ allows: Bool) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:11:8: note: add @available attribute to enclosing extension
public extension UITableView {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:244:14: error: 'allowsFocusDuringEditing' is only available in tvOS 15.0 or newer
self.allowsFocusDuringEditing = allows
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:244:14: note: add 'if #available' version check
self.allowsFocusDuringEditing = allows
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:243:10: note: add @available attribute to enclosing instance method
func allowsFocusDuringEditing(_ allows: Bool) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:11:8: note: add @available attribute to enclosing extension
public extension UITableView {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:252:14: error: 'contentHuggingElements' is only available in tvOS 18.0 or newer
self.contentHuggingElements = elements
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:252:14: note: add 'if #available' version check
self.contentHuggingElements = elements
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:251:10: note: add @available attribute to enclosing instance method
func contentHuggingElements(_ elements: UITableViewContentHuggingElements) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:11:8: note: add @available attribute to enclosing extension
public extension UITableView {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:137:48: error: 'UIContentConfiguration' is only available in tvOS 14.0 or newer
func contentConfiguration(_ configuration: UIContentConfiguration) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:137:10: note: add @available attribute to enclosing instance method
func contentConfiguration(_ configuration: UIContentConfiguration) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:11:8: note: add @available attribute to enclosing extension
public extension UITableViewCell {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:144:51: error: 'UIBackgroundConfiguration' is only available in tvOS 14.0 or newer
func backgroundConfiguration(_ configuration: UIBackgroundConfiguration?) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:144:10: note: add @available attribute to enclosing instance method
func backgroundConfiguration(_ configuration: UIBackgroundConfiguration?) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:11:8: note: add @available attribute to enclosing extension
public extension UITableViewCell {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:152:64: error: 'ConfigurationUpdateHandler' is only available in tvOS 15.0 or newer
func configurationUpdateHandler(_ handler: UITableViewCell.ConfigurationUpdateHandler?) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:152:10: note: add @available attribute to enclosing instance method
func configurationUpdateHandler(_ handler: UITableViewCell.ConfigurationUpdateHandler?) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:11:8: note: add @available attribute to enclosing extension
public extension UITableViewCell {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:16:14: error: 'automaticallyUpdatesContentConfiguration' is only available in tvOS 14.0 or newer
self.automaticallyUpdatesContentConfiguration = updates
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:16:14: note: add 'if #available' version check
self.automaticallyUpdatesContentConfiguration = updates
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:15:10: note: add @available attribute to enclosing instance method
func automaticallyUpdatesContentConfiguration(_ updates: Bool) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:11:8: note: add @available attribute to enclosing extension
public extension UITableViewCell {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:23:14: error: 'automaticallyUpdatesBackgroundConfiguration' is only available in tvOS 14.0 or newer
self.automaticallyUpdatesBackgroundConfiguration = updates
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:23:14: note: add 'if #available' version check
self.automaticallyUpdatesBackgroundConfiguration = updates
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:22:10: note: add @available attribute to enclosing instance method
func automaticallyUpdatesBackgroundConfiguration(_ updates: Bool) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:11:8: note: add @available attribute to enclosing extension
public extension UITableViewCell {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:113:14: error: 'separatorInset' is unavailable in tvOS
self.separatorInset = inset
^~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:160:55: note: 'separatorInset' has been explicitly marked unavailable here
@property (nonatomic) UIEdgeInsets separatorInset API_AVAILABLE(ios(7.0)) UI_APPEARANCE_SELECTOR API_UNAVAILABLE(tvos); // allows customization of the separator frame
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:131:14: error: 'userInteractionEnabledWhileDragging' is unavailable in tvOS
self.userInteractionEnabledWhileDragging = enabled
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:183:28: note: 'userInteractionEnabledWhileDragging' has been explicitly marked unavailable here
@property (nonatomic) BOOL userInteractionEnabledWhileDragging API_AVAILABLE(ios(11.0)) API_UNAVAILABLE(tvos, watchos);
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:138:14: error: 'contentConfiguration' is only available in tvOS 14.0 or newer
self.contentConfiguration = configuration
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:138:14: note: add 'if #available' version check
self.contentConfiguration = configuration
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:137:10: note: add @available attribute to enclosing instance method
func contentConfiguration(_ configuration: UIContentConfiguration) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:11:8: note: add @available attribute to enclosing extension
public extension UITableViewCell {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:145:14: error: 'backgroundConfiguration' is only available in tvOS 14.0 or newer
self.backgroundConfiguration = configuration
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:145:14: note: add 'if #available' version check
self.backgroundConfiguration = configuration
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:144:10: note: add @available attribute to enclosing instance method
func backgroundConfiguration(_ configuration: UIBackgroundConfiguration?) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:11:8: note: add @available attribute to enclosing extension
public extension UITableViewCell {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:153:14: error: 'configurationUpdateHandler' is only available in tvOS 15.0 or newer
self.configurationUpdateHandler = handler
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:153:14: note: add 'if #available' version check
self.configurationUpdateHandler = handler
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:152:10: note: add @available attribute to enclosing instance method
func configurationUpdateHandler(_ handler: UITableViewCell.ConfigurationUpdateHandler?) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:11:8: note: add @available attribute to enclosing extension
public extension UITableViewCell {
^
SwiftCompile normal arm64 Compiling\ UIImage-SwiftlyUI.swift,\ UIKitPreviewable-SwiftlyUI.swift,\ UIView-SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIImage-SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIImage-SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UITextField+SwiftlyUI.swift,\ UITextView+SwiftlyUI.swift,\ UIView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:373:32: error: 'UIFocusEffect' is unavailable in tvOS
func focusEffect(_ effect: UIFocusEffect?) -> Self {
^~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFocusEffect.h:18:12: note: 'UIFocusEffect' has been explicitly marked unavailable here
@interface UIFocusEffect : NSObject <NSCopying>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:290:14: error: 'isMultipleTouchEnabled' is unavailable in tvOS
self.isMultipleTouchEnabled = isEnabled
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:200:57: note: 'isMultipleTouchEnabled' has been explicitly marked unavailable here
@property(nonatomic,getter=isMultipleTouchEnabled) BOOL multipleTouchEnabled API_UNAVAILABLE(tvos); // default is NO
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:296:14: error: 'isExclusiveTouch' is unavailable in tvOS
self.isExclusiveTouch = isExclusive
^~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:201:57: note: 'isExclusiveTouch' has been explicitly marked unavailable here
@property(nonatomic,getter=isExclusiveTouch) BOOL exclusiveTouch API_UNAVAILABLE(tvos); // default is NO
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:345:14: error: 'anchorPoint' is only available in tvOS 16.0 or newer
self.anchorPoint = point
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:345:14: note: add 'if #available' version check
self.anchorPoint = point
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:344:10: note: add @available attribute to enclosing instance method
func anchorPoint(_ point: CGPoint) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:46:8: note: add @available attribute to enclosing extension
public extension UIView {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:353:14: error: 'minimumContentSizeCategory' is only available in tvOS 15.0 or newer
self.minimumContentSizeCategory = category
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:353:14: note: add 'if #available' version check
self.minimumContentSizeCategory = category
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:352:10: note: add @available attribute to enclosing instance method
func minimumContentSizeCategory(_ category: UIContentSizeCategory?) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:46:8: note: add @available attribute to enclosing extension
public extension UIView {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:360:14: error: 'maximumContentSizeCategory' is only available in tvOS 15.0 or newer
self.maximumContentSizeCategory = category
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:360:14: note: add 'if #available' version check
self.maximumContentSizeCategory = category
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:359:10: note: add @available attribute to enclosing instance method
func maximumContentSizeCategory(_ category: UIContentSizeCategory?) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:46:8: note: add @available attribute to enclosing extension
public extension UIView {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:367:14: error: 'focusGroupPriority' is unavailable in tvOS
self.focusGroupPriority = priority
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:164:55: note: 'focusGroupPriority' has been explicitly marked unavailable here
@property (nonatomic, readwrite) UIFocusGroupPriority focusGroupPriority API_AVAILABLE(ios(15.0)) API_UNAVAILABLE(tvos, watchos);
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:374:14: error: 'focusEffect' is unavailable in tvOS
self.focusEffect = effect
^~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:167:65: note: 'focusEffect' has been explicitly marked unavailable here
@property (nonatomic, readwrite, nullable, copy) UIFocusEffect *focusEffect API_AVAILABLE(ios(15.0)) API_UNAVAILABLE(tvos, watchos);
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:382:14: error: 'focusGroupIdentifier' is unavailable in tvOS
self.focusGroupIdentifier = identifier
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:160:60: note: 'focusGroupIdentifier' has been explicitly marked unavailable here
@property (nonatomic, readwrite, nullable, copy) NSString *focusGroupIdentifier API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(tvos, watchos);
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:2329:20: error: 'UIPinchGestureRecognizer' is unavailable in tvOS
return UIPinchGestureRecognizer()
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPinchGestureRecognizer.h:20:12: note: 'UIPinchGestureRecognizer' has been explicitly marked unavailable here
@interface UIPinchGestureRecognizer : UIGestureRecognizer
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift:2331:20: error: 'UIRotationGestureRecognizer' is unavailable in tvOS
return UIRotationGestureRecognizer()
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIRotationGestureRecognizer.h:20:12: note: 'UIRotationGestureRecognizer' has been explicitly marked unavailable here
@interface UIRotationGestureRecognizer : UIGestureRecognizer
^
SwiftCompile normal arm64 Compiling\ UISlider+SwiftlyUI.swift,\ UIStackView+SwiftlyUI.swift,\ UIStepper+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISlider+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStepper+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISlider+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISlider+SwiftlyUI.swift:11:18: error: 'UISlider' is unavailable in tvOS
public extension UISlider {
^~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISlider.h:19:12: note: 'UISlider' has been explicitly marked unavailable here
@interface UISlider : UIControl <NSCoding>
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStepper+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStepper+SwiftlyUI.swift:11:18: error: 'UIStepper' is unavailable in tvOS
public extension UIStepper {
^~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStepper.h:18:12: note: 'UIStepper' has been explicitly marked unavailable here
@interface UIStepper : UIControl
^
SwiftCompile normal arm64 Compiling\ UIRefreshControl+SwiftlyUI.swift,\ UIScrollView+SwiftlyUI.swift,\ UISegmentedControl+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIRefreshControl+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISegmentedControl+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIBackgroundConfiguration+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewCell+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewFlowLayout+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIColor+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIControl+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIDatePicker+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIFont+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIImage+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIImageView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIInputView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UILabel+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIPickerView+SwiftlyUI.swift -primary-file /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIRefreshControl+SwiftlyUI.swift -primary-file /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift -primary-file /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISegmentedControl+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISlider+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStepper+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISwitch+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIVisualEffectView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/CAGradientLayer-SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIImage-SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-appletvos/SwiftlyUI.build/Objects-normal/arm64/supplementaryOutputs-5 -target arm64-apple-tvos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -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 -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/SwifterUI.build/Debug-appletvos/SwiftlyUI.build/Objects-normal/arm64/SwiftlyUI_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/SwifterUI.build/Debug-appletvos/SwiftlyUI.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/SwifterUI.build/Debug-appletvos/SwiftlyUI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-appletvos/SwiftlyUI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-appletvos/SwiftlyUI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftlyUI -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 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-appletvos/SwiftlyUI.build/Objects-normal/arm64/UIRefreshControl+SwiftlyUI.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-appletvos/SwiftlyUI.build/Objects-normal/arm64/UIScrollView+SwiftlyUI.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-appletvos/SwiftlyUI.build/Objects-normal/arm64/UISegmentedControl+SwiftlyUI.o -index-unit-output-path /SwifterUI.build/Debug-appletvos/SwiftlyUI.build/Objects-normal/arm64/UIRefreshControl+SwiftlyUI.o -index-unit-output-path /SwifterUI.build/Debug-appletvos/SwiftlyUI.build/Objects-normal/arm64/UIScrollView+SwiftlyUI.o -index-unit-output-path /SwifterUI.build/Debug-appletvos/SwiftlyUI.build/Objects-normal/arm64/UISegmentedControl+SwiftlyUI.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIRefreshControl+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIRefreshControl+SwiftlyUI.swift:11:18: error: 'UIRefreshControl' is unavailable in tvOS
public extension UIRefreshControl {
^~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIRefreshControl.h:16:12: note: 'UIRefreshControl' has been explicitly marked unavailable here
@interface UIRefreshControl : UIControl
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:175:36: error: 'UIRefreshControl' is unavailable in tvOS
func refreshControl(_ control: UIRefreshControl?) -> Self {
^~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIRefreshControl.h:16:12: note: 'UIRefreshControl' has been explicitly marked unavailable here
@interface UIRefreshControl : UIControl
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:68:14: error: 'isPagingEnabled' is unavailable in tvOS
self.isPagingEnabled = enabled
^~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:114:59: note: 'isPagingEnabled' has been explicitly marked unavailable here
@property(nonatomic,getter=isPagingEnabled) BOOL pagingEnabled API_UNAVAILABLE(tvos);// default NO. if YES, stop on multiples of view bounds
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:164:14: error: 'scrollsToTop' is unavailable in tvOS
self.scrollsToTop = enabled
^~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:214:28: note: 'scrollsToTop' has been explicitly marked unavailable here
@property (nonatomic) BOOL scrollsToTop API_UNAVAILABLE(tvos);
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:176:14: error: 'refreshControl' is unavailable in tvOS
self.refreshControl = control
^~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:233:59: note: 'refreshControl' has been explicitly marked unavailable here
@property (nonatomic, strong, nullable) UIRefreshControl *refreshControl API_AVAILABLE(ios(10.0)) API_UNAVAILABLE(tvos, watchos);
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:183:14: error: 'contentAlignmentPoint' is only available in tvOS 17.4 or newer
self.contentAlignmentPoint = point
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:183:14: note: add 'if #available' version check
self.contentAlignmentPoint = point
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:182:10: note: add @available attribute to enclosing instance method
func contentAlignmentPoint(_ point: CGPoint) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:11:8: note: add @available attribute to enclosing extension
public extension UIScrollView {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:190:14: error: 'bouncesHorizontally' is only available in tvOS 17.4 or newer
self.bouncesHorizontally = enabled
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:190:14: note: add 'if #available' version check
self.bouncesHorizontally = enabled
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:189:10: note: add @available attribute to enclosing instance method
func bouncesHorizontally(_ enabled: Bool) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:11:8: note: add @available attribute to enclosing extension
public extension UIScrollView {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:197:14: error: 'bouncesVertically' is only available in tvOS 17.4 or newer
self.bouncesVertically = enabled
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:197:14: note: add 'if #available' version check
self.bouncesVertically = enabled
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:196:10: note: add @available attribute to enclosing instance method
func bouncesVertically(_ enabled: Bool) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:11:8: note: add @available attribute to enclosing extension
public extension UIScrollView {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:204:14: error: 'transfersHorizontalScrollingToParent' is only available in tvOS 17.4 or newer
self.transfersHorizontalScrollingToParent = enabled
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:204:14: note: add 'if #available' version check
self.transfersHorizontalScrollingToParent = enabled
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:203:10: note: add @available attribute to enclosing instance method
func transfersHorizontalScrollingToParent(_ enabled: Bool) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:11:8: note: add @available attribute to enclosing extension
public extension UIScrollView {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:211:14: error: 'transfersVerticalScrollingToParent' is only available in tvOS 17.4 or newer
self.transfersVerticalScrollingToParent = enabled
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:211:14: note: add 'if #available' version check
self.transfersVerticalScrollingToParent = enabled
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:210:10: note: add @available attribute to enclosing instance method
func transfersVerticalScrollingToParent(_ enabled: Bool) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:11:8: note: add @available attribute to enclosing extension
public extension UIScrollView {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift:218:14: error: 'allowsKeyboardScrolling' is unavailable in tvOS
self.allowsKeyboardScrolling = enabled
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:237:36: note: 'allowsKeyboardScrolling' has been explicitly marked unavailable here
@property (nonatomic, assign) BOOL allowsKeyboardScrolling API_AVAILABLE(ios(17.0)) API_UNAVAILABLE(watchos) API_UNAVAILABLE(tvos);
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISegmentedControl+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UIInputView+SwiftlyUI.swift,\ UILabel+SwiftlyUI.swift,\ UIPickerView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIInputView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UILabel+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIPickerView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIInputView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UILabel+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIPickerView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIPickerView+SwiftlyUI.swift:14:31: error: 'UIPickerViewDelegate' is unavailable in tvOS
func delegate(_ delegate: UIPickerViewDelegate?) -> Self {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPickerView.h:59:11: note: 'UIPickerViewDelegate' has been explicitly marked unavailable here
@protocol UIPickerViewDelegate<NSObject>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIPickerView+SwiftlyUI.swift:20:35: error: 'UIPickerViewDataSource' is unavailable in tvOS
func dataSource(_ dataSource: UIPickerViewDataSource?) -> Self {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPickerView.h:48:11: note: 'UIPickerViewDataSource' has been explicitly marked unavailable here
@protocol UIPickerViewDataSource<NSObject>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIPickerView+SwiftlyUI.swift:11:18: error: 'UIPickerView' is unavailable in tvOS
public extension UIPickerView {
^~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPickerView.h:19:12: note: 'UIPickerView' has been explicitly marked unavailable here
@interface UIPickerView : UIView <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIPickerView+SwiftlyUI.swift:28:14: warning: 'showsSelectionIndicator' was deprecated in tvOS 13.0: This property has no effect on iOS 7 and later.
self.showsSelectionIndicator = shows
^
SwiftCompile normal arm64 Compiling\ UIVisualEffectView+SwiftlyUI.swift,\ CAGradientLayer-SwiftlyUI.swift,\ ForEach-SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIVisualEffectView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/CAGradientLayer-SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIVisualEffectView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/CAGradientLayer-SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftlyUI (in target 'SwiftlyUI' from project 'SwifterUI')
Command SwiftEmitModule failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIFont+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIImageView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal arm64 Compiling\ UIFont+SwiftlyUI.swift,\ UIImage+SwiftlyUI.swift,\ UIImageView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIFont+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIImage+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIImageView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIBackgroundConfiguration+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewCell+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIDatePicker+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal arm64 Compiling\ UISwitch+SwiftlyUI.swift,\ UITableView+SwiftlyUI.swift,\ UITableViewCell+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISwitch+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISwitch+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISlider+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStepper+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal arm64 Compiling\ UIRefreshControl+SwiftlyUI.swift,\ UIScrollView+SwiftlyUI.swift,\ UISegmentedControl+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIRefreshControl+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISegmentedControl+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIRefreshControl+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIPickerView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftlyUI (in target 'SwiftlyUI' from project 'SwifterUI')
Building workspace spi-builder-workspace with scheme SwifterUI
(21 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:
SwifterUI: /Users/admin/builder/spi-builder-workspace
resolved source packages: SwifterUI
{
"dependencies" : [
],
"manifest_display_name" : "SwifterUI",
"name" : "SwifterUI",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "SwiftlyUI",
"targets" : [
"SwiftlyUI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftlyUI",
"module_type" : "SwiftTarget",
"name" : "SwiftlyUI",
"path" : "SwiftlyUI",
"product_memberships" : [
"SwiftlyUI"
],
"sources" : [
"Source/Core/UIBackgroundConfiguration+SwiftlyUI.swift",
"Source/Core/UIButton+SwiftlyUI.swift",
"Source/Core/UICollectionView+SwiftlyUI.swift",
"Source/Core/UICollectionViewCell+SwiftlyUI.swift",
"Source/Core/UICollectionViewFlowLayout+SwiftlyUI.swift",
"Source/Core/UIColor+SwiftlyUI.swift",
"Source/Core/UIControl+SwiftlyUI.swift",
"Source/Core/UIDatePicker+SwiftlyUI.swift",
"Source/Core/UIFont+SwiftlyUI.swift",
"Source/Core/UIImage+SwiftlyUI.swift",
"Source/Core/UIImageView+SwiftlyUI.swift",
"Source/Core/UIInputView+SwiftlyUI.swift",
"Source/Core/UILabel+SwiftlyUI.swift",
"Source/Core/UIPickerView+SwiftlyUI.swift",
"Source/Core/UIRefreshControl+SwiftlyUI.swift",
"Source/Core/UIScrollView+SwiftlyUI.swift",
"Source/Core/UISegmentedControl+SwiftlyUI.swift",
"Source/Core/UISlider+SwiftlyUI.swift",
"Source/Core/UIStackView+SwiftlyUI.swift",
"Source/Core/UIStepper+SwiftlyUI.swift",
"Source/Core/UISwitch+SwiftlyUI.swift",
"Source/Core/UITableView+SwiftlyUI.swift",
"Source/Core/UITableViewCell+SwiftlyUI.swift",
"Source/Core/UITextField+SwiftlyUI.swift",
"Source/Core/UITextView+SwiftlyUI.swift",
"Source/Core/UIView+SwiftlyUI.swift",
"Source/Core/UIVisualEffectView+SwiftlyUI.swift",
"Source/Extension/CAGradientLayer-SwiftlyUI.swift",
"Source/Extension/ForEach-SwiftlyUI.swift",
"Source/Extension/UIImage-SwiftlyUI.swift",
"Source/Extension/UIKitPreviewable-SwiftlyUI.swift",
"Source/Extension/UIView-SwiftlyUI.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"SwifterUI"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwifterUI -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 SwifterUI -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
SwifterUI: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'SwiftlyUI' in project 'SwifterUI'
➜ Explicit dependency on target 'SwiftlyUI' in project 'SwifterUI'
Target 'SwiftlyUI' in project 'SwifterUI' (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: 30607f9df65aacf271f3d2c1dafd41aa
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/30607f9df65aacf271f3d2c1dafd41aa.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 SwiftlyUI normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftlyUI' from project 'SwifterUI')
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 SwiftlyUI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-appletvos/SwiftlyUI.build/Objects-normal/arm64/SwiftlyUI.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-tvos13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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/SwifterUI.build/Debug-appletvos/SwiftlyUI.build/Objects-normal/arm64/SwiftlyUI-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/SwifterUI.build/Debug-appletvos/SwiftlyUI.build/Objects-normal/arm64/SwiftlyUI.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/SwifterUI.build/Debug-appletvos/SwiftlyUI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-appletvos/SwiftlyUI.build/Objects-normal/arm64/SwiftlyUI_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/SwifterUI.build/Debug-appletvos/SwiftlyUI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-appletvos/SwiftlyUI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-appletvos/SwiftlyUI.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/SwifterUI.build/Debug-appletvos/SwiftlyUI.build/Objects-normal/arm64/SwiftlyUI-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ UIBackgroundConfiguration+SwiftlyUI.swift,\ UIButton+SwiftlyUI.swift,\ UICollectionView+SwiftlyUI.swift,\ UICollectionViewCell+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIBackgroundConfiguration+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewCell+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIBackgroundConfiguration+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewCell+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UIInputView+SwiftlyUI.swift,\ UILabel+SwiftlyUI.swift,\ UIPickerView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIInputView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UILabel+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIPickerView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIInputView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UILabel+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIPickerView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UIFont+SwiftlyUI.swift,\ UIImage+SwiftlyUI.swift,\ UIImageView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIFont+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIImage+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIImageView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIBackgroundConfiguration+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewCell+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewFlowLayout+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIColor+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIControl+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIDatePicker+SwiftlyUI.swift -primary-file /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIFont+SwiftlyUI.swift -primary-file /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIImage+SwiftlyUI.swift -primary-file /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIImageView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIInputView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UILabel+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIPickerView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIRefreshControl+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISegmentedControl+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISlider+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStepper+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISwitch+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIVisualEffectView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/CAGradientLayer-SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIImage-SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-appletvos/SwiftlyUI.build/Objects-normal/arm64/supplementaryOutputs-3 -target arm64-apple-tvos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -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 -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/SwifterUI.build/Debug-appletvos/SwiftlyUI.build/Objects-normal/arm64/SwiftlyUI_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/SwifterUI.build/Debug-appletvos/SwiftlyUI.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/SwifterUI.build/Debug-appletvos/SwiftlyUI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-appletvos/SwiftlyUI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-appletvos/SwiftlyUI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftlyUI -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 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-appletvos/SwiftlyUI.build/Objects-normal/arm64/UIFont+SwiftlyUI.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-appletvos/SwiftlyUI.build/Objects-normal/arm64/UIImage+SwiftlyUI.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-appletvos/SwiftlyUI.build/Objects-normal/arm64/UIImageView+SwiftlyUI.o -index-unit-output-path /SwifterUI.build/Debug-appletvos/SwiftlyUI.build/Objects-normal/arm64/UIFont+SwiftlyUI.o -index-unit-output-path /SwifterUI.build/Debug-appletvos/SwiftlyUI.build/Objects-normal/arm64/UIImage+SwiftlyUI.o -index-unit-output-path /SwifterUI.build/Debug-appletvos/SwiftlyUI.build/Objects-normal/arm64/UIImageView+SwiftlyUI.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIFont+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIFont+SwiftlyUI.swift:61:52: error: 'largeTitle' is unavailable in tvOS
return UIFont.preferredFont(forTextStyle: .largeTitle)
^~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFontDescriptor.h:175:36: note: 'largeTitle' has been explicitly marked unavailable here
UIKIT_EXTERN UIFontTextStyle const UIFontTextStyleLargeTitle API_AVAILABLE(ios(11.0), watchos(5.0)) API_UNAVAILABLE(tvos);
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIImage+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIImageView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIImageView+SwiftlyUI.swift:64:30: error: type 'UIImage' has no member 'gradient'
self.image = UIImage.gradient(colors: colors, direction: direction, size: size)
~~~~~~~ ^~~~~~~~
SwiftCompile normal arm64 Compiling\ UISwitch+SwiftlyUI.swift,\ UITableView+SwiftlyUI.swift,\ UITableViewCell+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISwitch+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIBackgroundConfiguration+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIButton+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewCell+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewFlowLayout+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIColor+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIControl+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIDatePicker+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIFont+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIImage+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIImageView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIInputView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UILabel+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIPickerView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIRefreshControl+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISegmentedControl+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISlider+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStepper+SwiftlyUI.swift -primary-file /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISwitch+SwiftlyUI.swift -primary-file /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift -primary-file /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIVisualEffectView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/CAGradientLayer-SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIImage-SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-appletvos/SwiftlyUI.build/Objects-normal/arm64/supplementaryOutputs-7 -target arm64-apple-tvos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -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 -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/SwifterUI.build/Debug-appletvos/SwiftlyUI.build/Objects-normal/arm64/SwiftlyUI_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/SwifterUI.build/Debug-appletvos/SwiftlyUI.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/SwifterUI.build/Debug-appletvos/SwiftlyUI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-appletvos/SwiftlyUI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-appletvos/SwiftlyUI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftlyUI -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 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-appletvos/SwiftlyUI.build/Objects-normal/arm64/UISwitch+SwiftlyUI.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-appletvos/SwiftlyUI.build/Objects-normal/arm64/UITableView+SwiftlyUI.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterUI.build/Debug-appletvos/SwiftlyUI.build/Objects-normal/arm64/UITableViewCell+SwiftlyUI.o -index-unit-output-path /SwifterUI.build/Debug-appletvos/SwiftlyUI.build/Objects-normal/arm64/UISwitch+SwiftlyUI.o -index-unit-output-path /SwifterUI.build/Debug-appletvos/SwiftlyUI.build/Objects-normal/arm64/UITableView+SwiftlyUI.o -index-unit-output-path /SwifterUI.build/Debug-appletvos/SwiftlyUI.build/Objects-normal/arm64/UITableViewCell+SwiftlyUI.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISwitch+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISwitch+SwiftlyUI.swift:39:34: error: 'UISwitch' is unavailable in tvOS
func preferredStyle(_ style: UISwitch.Style) -> Self {
^~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwitch.h:23:12: note: 'UISwitch' has been explicitly marked unavailable here
@interface UISwitch : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISwitch+SwiftlyUI.swift:11:18: error: 'UISwitch' is unavailable in tvOS
public extension UISwitch {
^~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwitch.h:23:12: note: 'UISwitch' has been explicitly marked unavailable here
@interface UISwitch : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISwitch+SwiftlyUI.swift:40:14: error: 'preferredStyle' is unavailable in tvOS
self.preferredStyle = style
^~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwitch.h:39:36: note: 'preferredStyle' has been explicitly marked unavailable here
@property(nonatomic) UISwitchStyle preferredStyle API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(tvos, watchos);
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:31:39: error: 'UITableViewDragDelegate' is unavailable in tvOS
func dragDelegate(_ dragDelegate: UITableViewDragDelegate?) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:608:11: note: 'UITableViewDragDelegate' has been explicitly marked unavailable here
@protocol UITableViewDragDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:37:39: error: 'UITableViewDropDelegate' is unavailable in tvOS
func dropDelegate(_ dropDelegate: UITableViewDropDelegate?) -> Self {
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:648:11: note: 'UITableViewDropDelegate' has been explicitly marked unavailable here
@protocol UITableViewDropDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:113:71: error: 'SelfSizingInvalidation' is only available in tvOS 16.0 or newer
func selfSizingInvalidation(_ selfSizingInvalidation: UITableView.SelfSizingInvalidation) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:113:10: note: add @available attribute to enclosing instance method
func selfSizingInvalidation(_ selfSizingInvalidation: UITableView.SelfSizingInvalidation) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:11:8: note: add @available attribute to enclosing extension
public extension UITableView {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:179:50: error: 'SeparatorStyle' is unavailable in tvOS
func separatorStyle(_ style: UITableViewCell.SeparatorStyle) -> Self {
^~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:32:28: note: 'SeparatorStyle' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UITableViewCellSeparatorStyle) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:251:45: error: 'UITableViewContentHuggingElements' is only available in tvOS 18.0 or newer
func contentHuggingElements(_ elements: UITableViewContentHuggingElements) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:251:10: note: add @available attribute to enclosing instance method
func contentHuggingElements(_ elements: UITableViewContentHuggingElements) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:11:8: note: add @available attribute to enclosing extension
public extension UITableView {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:32:14: error: 'dragDelegate' is unavailable in tvOS
self.dragDelegate = dragDelegate
^~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:360:68: note: 'dragDelegate' has been explicitly marked unavailable here
@property (nonatomic, weak, nullable) id <UITableViewDragDelegate> dragDelegate API_AVAILABLE(ios(11.0)) API_UNAVAILABLE(tvos, watchos);
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:38:14: error: 'dropDelegate' is unavailable in tvOS
self.dropDelegate = dropDelegate
^~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:361:68: note: 'dropDelegate' has been explicitly marked unavailable here
@property (nonatomic, weak, nullable) id <UITableViewDropDelegate> dropDelegate API_AVAILABLE(ios(11.0)) API_UNAVAILABLE(tvos, watchos);
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:81:14: error: 'fillerRowHeight' is only available in tvOS 15.0 or newer
self.fillerRowHeight = fillerRowHeight
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:81:14: note: add 'if #available' version check
self.fillerRowHeight = fillerRowHeight
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:80:10: note: add @available attribute to enclosing instance method
func fillerRowHeight(_ fillerRowHeight: CGFloat) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:11:8: note: add @available attribute to enclosing extension
public extension UITableView {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:88:14: error: 'sectionHeaderTopPadding' is only available in tvOS 15.0 or newer
self.sectionHeaderTopPadding = sectionHeaderTopPadding
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:88:14: note: add 'if #available' version check
self.sectionHeaderTopPadding = sectionHeaderTopPadding
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:87:10: note: add @available attribute to enclosing instance method
func sectionHeaderTopPadding(_ sectionHeaderTopPadding: CGFloat) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:11:8: note: add @available attribute to enclosing extension
public extension UITableView {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:95:14: error: 'isPrefetchingEnabled' is only available in tvOS 15.0 or newer
self.isPrefetchingEnabled = isPrefetchingEnabled
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:95:14: note: add 'if #available' version check
self.isPrefetchingEnabled = isPrefetchingEnabled
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:94:10: note: add @available attribute to enclosing instance method
func prefetchingEnabled(_ isPrefetchingEnabled: Bool) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:11:8: note: add @available attribute to enclosing extension
public extension UITableView {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:114:14: error: 'selfSizingInvalidation' is only available in tvOS 16.0 or newer
self.selfSizingInvalidation = selfSizingInvalidation
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:114:14: note: add 'if #available' version check
self.selfSizingInvalidation = selfSizingInvalidation
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:113:10: note: add @available attribute to enclosing instance method
func selfSizingInvalidation(_ selfSizingInvalidation: UITableView.SelfSizingInvalidation) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:11:8: note: add @available attribute to enclosing extension
public extension UITableView {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:180:14: error: 'separatorStyle' is unavailable in tvOS
self.separatorStyle = style
^~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:469:53: note: 'separatorStyle' has been explicitly marked unavailable here
@property (nonatomic) UITableViewCellSeparatorStyle separatorStyle API_UNAVAILABLE(tvos); // default is UITableViewCellSeparatorStyleSingleLine
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:186:14: error: 'separatorColor' is unavailable in tvOS
self.separatorColor = color
^~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:470:50: note: 'separatorColor' has been explicitly marked unavailable here
@property (nonatomic, strong, nullable) UIColor *separatorColor UI_APPEARANCE_SELECTOR API_UNAVAILABLE(tvos); // default is the standard separator gray
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:192:14: error: 'separatorEffect' is unavailable in tvOS
self.separatorEffect = effect
^~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:471:55: note: 'separatorEffect' has been explicitly marked unavailable here
@property (nonatomic, copy, nullable) UIVisualEffect *separatorEffect API_AVAILABLE(ios(8.0)) UI_APPEARANCE_SELECTOR API_UNAVAILABLE(tvos); // effect to apply to table separators
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:229:14: error: 'selectionFollowsFocus' is unavailable in tvOS
self.selectionFollowsFocus = follows
^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:498:28: note: 'selectionFollowsFocus' has been explicitly marked unavailable here
@property (nonatomic) BOOL selectionFollowsFocus API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(watchos, tvos);
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:237:14: error: 'allowsFocus' is only available in tvOS 15.0 or newer
self.allowsFocus = allows
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:237:14: note: add 'if #available' version check
self.allowsFocus = allows
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:236:10: note: add @available attribute to enclosing instance method
func allowsFocus(_ allows: Bool) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:11:8: note: add @available attribute to enclosing extension
public extension UITableView {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:244:14: error: 'allowsFocusDuringEditing' is only available in tvOS 15.0 or newer
self.allowsFocusDuringEditing = allows
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:244:14: note: add 'if #available' version check
self.allowsFocusDuringEditing = allows
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:243:10: note: add @available attribute to enclosing instance method
func allowsFocusDuringEditing(_ allows: Bool) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:11:8: note: add @available attribute to enclosing extension
public extension UITableView {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:252:14: error: 'contentHuggingElements' is only available in tvOS 18.0 or newer
self.contentHuggingElements = elements
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:252:14: note: add 'if #available' version check
self.contentHuggingElements = elements
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:251:10: note: add @available attribute to enclosing instance method
func contentHuggingElements(_ elements: UITableViewContentHuggingElements) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift:11:8: note: add @available attribute to enclosing extension
public extension UITableView {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:137:48: error: 'UIContentConfiguration' is only available in tvOS 14.0 or newer
func contentConfiguration(_ configuration: UIContentConfiguration) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:137:10: note: add @available attribute to enclosing instance method
func contentConfiguration(_ configuration: UIContentConfiguration) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:11:8: note: add @available attribute to enclosing extension
public extension UITableViewCell {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:144:51: error: 'UIBackgroundConfiguration' is only available in tvOS 14.0 or newer
func backgroundConfiguration(_ configuration: UIBackgroundConfiguration?) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:144:10: note: add @available attribute to enclosing instance method
func backgroundConfiguration(_ configuration: UIBackgroundConfiguration?) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:11:8: note: add @available attribute to enclosing extension
public extension UITableViewCell {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:152:64: error: 'ConfigurationUpdateHandler' is only available in tvOS 15.0 or newer
func configurationUpdateHandler(_ handler: UITableViewCell.ConfigurationUpdateHandler?) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:152:10: note: add @available attribute to enclosing instance method
func configurationUpdateHandler(_ handler: UITableViewCell.ConfigurationUpdateHandler?) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:11:8: note: add @available attribute to enclosing extension
public extension UITableViewCell {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:16:14: error: 'automaticallyUpdatesContentConfiguration' is only available in tvOS 14.0 or newer
self.automaticallyUpdatesContentConfiguration = updates
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:16:14: note: add 'if #available' version check
self.automaticallyUpdatesContentConfiguration = updates
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:15:10: note: add @available attribute to enclosing instance method
func automaticallyUpdatesContentConfiguration(_ updates: Bool) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:11:8: note: add @available attribute to enclosing extension
public extension UITableViewCell {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:23:14: error: 'automaticallyUpdatesBackgroundConfiguration' is only available in tvOS 14.0 or newer
self.automaticallyUpdatesBackgroundConfiguration = updates
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:23:14: note: add 'if #available' version check
self.automaticallyUpdatesBackgroundConfiguration = updates
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:22:10: note: add @available attribute to enclosing instance method
func automaticallyUpdatesBackgroundConfiguration(_ updates: Bool) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:11:8: note: add @available attribute to enclosing extension
public extension UITableViewCell {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:113:14: error: 'separatorInset' is unavailable in tvOS
self.separatorInset = inset
^~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:160:55: note: 'separatorInset' has been explicitly marked unavailable here
@property (nonatomic) UIEdgeInsets separatorInset API_AVAILABLE(ios(7.0)) UI_APPEARANCE_SELECTOR API_UNAVAILABLE(tvos); // allows customization of the separator frame
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:131:14: error: 'userInteractionEnabledWhileDragging' is unavailable in tvOS
self.userInteractionEnabledWhileDragging = enabled
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:183:28: note: 'userInteractionEnabledWhileDragging' has been explicitly marked unavailable here
@property (nonatomic) BOOL userInteractionEnabledWhileDragging API_AVAILABLE(ios(11.0)) API_UNAVAILABLE(tvos, watchos);
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:138:14: error: 'contentConfiguration' is only available in tvOS 14.0 or newer
self.contentConfiguration = configuration
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:138:14: note: add 'if #available' version check
self.contentConfiguration = configuration
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:137:10: note: add @available attribute to enclosing instance method
func contentConfiguration(_ configuration: UIContentConfiguration) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:11:8: note: add @available attribute to enclosing extension
public extension UITableViewCell {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:145:14: error: 'backgroundConfiguration' is only available in tvOS 14.0 or newer
self.backgroundConfiguration = configuration
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:145:14: note: add 'if #available' version check
self.backgroundConfiguration = configuration
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:144:10: note: add @available attribute to enclosing instance method
func backgroundConfiguration(_ configuration: UIBackgroundConfiguration?) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:11:8: note: add @available attribute to enclosing extension
public extension UITableViewCell {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:153:14: error: 'configurationUpdateHandler' is only available in tvOS 15.0 or newer
self.configurationUpdateHandler = handler
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:153:14: note: add 'if #available' version check
self.configurationUpdateHandler = handler
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:152:10: note: add @available attribute to enclosing instance method
func configurationUpdateHandler(_ handler: UITableViewCell.ConfigurationUpdateHandler?) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift:11:8: note: add @available attribute to enclosing extension
public extension UITableViewCell {
^
SwiftCompile normal arm64 Compiling\ UICollectionViewFlowLayout+SwiftlyUI.swift,\ UIColor+SwiftlyUI.swift,\ UIControl+SwiftlyUI.swift,\ UIDatePicker+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewFlowLayout+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIColor+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIControl+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIDatePicker+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UICollectionViewFlowLayout+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIColor+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIControl+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIDatePicker+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIDatePicker+SwiftlyUI.swift:13:33: error: 'UIDatePicker' is unavailable in tvOS
func datePickerMode(_ mode: UIDatePicker.Mode) -> Self {
^~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDatePicker.h:40:12: note: 'UIDatePicker' has been explicitly marked unavailable here
@interface UIDatePicker : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIDatePicker+SwiftlyUI.swift:68:44: error: 'UIDatePickerStyle' is unavailable in tvOS
func preferredDatePickerStyle(_ style: UIDatePickerStyle) -> Self {
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDatePicker.h:28:28: note: 'UIDatePickerStyle' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIDatePickerStyle) {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIDatePicker+SwiftlyUI.swift:11:18: error: 'UIDatePicker' is unavailable in tvOS
public extension UIDatePicker {
^~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDatePicker.h:40:12: note: 'UIDatePicker' has been explicitly marked unavailable here
@interface UIDatePicker : UIControl <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIDatePicker+SwiftlyUI.swift:69:14: error: 'preferredDatePickerStyle' is unavailable in tvOS
self.preferredDatePickerStyle = style
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDatePicker.h:57:60: note: 'preferredDatePickerStyle' has been explicitly marked unavailable here
@property (nonatomic, readwrite, assign) UIDatePickerStyle preferredDatePickerStyle API_AVAILABLE(ios(13.4)) API_UNAVAILABLE(tvos, watchos);
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIDatePicker+SwiftlyUI.swift:76:14: error: 'roundsToMinuteInterval' is only available in tvOS 15.0 or newer
self.roundsToMinuteInterval = rounds
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIDatePicker+SwiftlyUI.swift:76:14: note: add 'if #available' version check
self.roundsToMinuteInterval = rounds
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIDatePicker+SwiftlyUI.swift:75:10: note: add @available attribute to enclosing instance method
func roundsToMinuteInterval(_ rounds: Bool) -> Self {
^
/Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIDatePicker+SwiftlyUI.swift:11:8: note: add @available attribute to enclosing extension
public extension UIDatePicker {
^
SwiftCompile normal arm64 Compiling\ UIRefreshControl+SwiftlyUI.swift,\ UIScrollView+SwiftlyUI.swift,\ UISegmentedControl+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIRefreshControl+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISegmentedControl+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIRefreshControl+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIScrollView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISegmentedControl+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UITextField+SwiftlyUI.swift,\ UITextView+SwiftlyUI.swift,\ UIView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextField+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITextView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftlyUI (in target 'SwiftlyUI' from project 'SwifterUI')
EmitSwiftModule normal arm64 (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UIImage-SwiftlyUI.swift,\ UIKitPreviewable-SwiftlyUI.swift,\ UIView-SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIImage-SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIImage-SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIKitPreviewable-SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/UIView-SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UIVisualEffectView+SwiftlyUI.swift,\ CAGradientLayer-SwiftlyUI.swift,\ ForEach-SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIVisualEffectView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/CAGradientLayer-SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIVisualEffectView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/CAGradientLayer-SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Extension/ForEach-SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UISlider+SwiftlyUI.swift,\ UIStackView+SwiftlyUI.swift,\ UIStepper+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISlider+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStepper+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64 Compiling\ UIFont+SwiftlyUI.swift,\ UIImage+SwiftlyUI.swift,\ UIImageView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIFont+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIImage+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIImageView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIFont+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIImageView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal arm64 Compiling\ UISwitch+SwiftlyUI.swift,\ UITableView+SwiftlyUI.swift,\ UITableViewCell+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISwitch+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISwitch+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableView+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UITableViewCell+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIDatePicker+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
SwiftCompile normal arm64 Compiling\ UISlider+SwiftlyUI.swift,\ UIStackView+SwiftlyUI.swift,\ UIStepper+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UISlider+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStackView+SwiftlyUI.swift /Users/admin/builder/spi-builder-workspace/SwiftlyUI/Source/Core/UIStepper+SwiftlyUI.swift (in target 'SwiftlyUI' from project 'SwifterUI')
Building workspace spi-builder-workspace with scheme SwifterUI
(10 failures)
BUILD FAILURE 6.1 tvOS