The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Chat with Swift 5.7 for tvOS using Xcode 14.2 at main.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-14.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -derivedDataPath $workDir/.derivedData build -scheme Chat -destination generic/platform=tvos

Build Log

========================================
RunAll
========================================
Builder version: 4.30.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/exyte/Chat.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/exyte/Chat
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4b3f976 Bump version
Cloned https://github.com/exyte/Chat.git
Revision (git rev-parse @):
4b3f976ffab79aa186a607bcab323074508e8637
SUCCESS checkout https://github.com/exyte/Chat.git at main
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             5.7
Building package at path:  $workDir
https://github.com/exyte/Chat.git
Command line invocation:
    /Applications/Xcode-14.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/exyte/ActivityIndicatorView (cached)
Fetching from https://github.com/exyte/MediaPicker.git (cached)
Fetching from https://github.com/exyte/FloatingButton (cached)
Fetching from https://github.com/siteline/swiftui-introspect (cached)
Cloning local copy of package ‘ActivityIndicatorView’
Checking out 1.1.1 of package ‘ActivityIndicatorView’
Cloning local copy of package ‘FloatingButton’
Checking out 1.3.0 of package ‘FloatingButton’
Cloning local copy of package ‘swiftui-introspect’
Checking out 1.1.3 of package ‘swiftui-introspect’
Cloning local copy of package ‘MediaPicker’
Checking out 2.2.2 of package ‘MediaPicker’
Resolved source packages:
  swiftui-introspect: https://github.com/siteline/swiftui-introspect @ 1.1.3
  Chat: /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
  FloatingButton: https://github.com/exyte/FloatingButton @ 1.3.0
  ActivityIndicatorView: https://github.com/exyte/ActivityIndicatorView @ 1.1.1
  ExyteMediaPicker: https://github.com/exyte/MediaPicker.git @ 2.2.2
resolved source packages: swiftui-introspect, Chat, FloatingButton, ActivityIndicatorView, ExyteMediaPicker
{
  "dependencies" : [
    {
      "identity" : "swiftui-introspect",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/siteline/swiftui-introspect"
    },
    {
      "identity" : "mediapicker",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/exyte/MediaPicker.git"
    },
    {
      "identity" : "floatingbutton",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/exyte/FloatingButton"
    },
    {
      "identity" : "activityindicatorview",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/exyte/ActivityIndicatorView"
    }
  ],
  "manifest_display_name" : "Chat",
  "name" : "Chat",
  "path" : "/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "ExyteChat",
      "targets" : [
        "ExyteChat"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ExyteChatTests",
      "module_type" : "SwiftTarget",
      "name" : "ExyteChatTests",
      "path" : "Tests/ExyteChatTests",
      "sources" : [
        "ExampleChatTests.swift"
      ],
      "target_dependencies" : [
        "ExyteChat"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ExyteChat",
      "module_type" : "SwiftTarget",
      "name" : "ExyteChat",
      "path" : "Sources/ExyteChat",
      "product_dependencies" : [
        "SwiftUIIntrospect",
        "ExyteMediaPicker",
        "FloatingButton",
        "ActivityIndicatorView"
      ],
      "product_memberships" : [
        "ExyteChat"
      ],
      "sources" : [
        "ChatView/Attachments/ActivityIndicator.swift",
        "ChatView/Attachments/AttachmentCell.swift",
        "ChatView/Attachments/AttachmentsEditor.swift",
        "ChatView/Attachments/AttachmentsGrid.swift",
        "ChatView/Attachments/AttachmentsPage.swift",
        "ChatView/Attachments/FullscreenMediaPages.swift",
        "ChatView/Attachments/FullscreenMediaPagesViewModel.swift",
        "ChatView/Attachments/Video/VideoView.swift",
        "ChatView/Attachments/Video/VideoViewModel.swift",
        "ChatView/ChatNavigationModifier.swift",
        "ChatView/ChatView.swift",
        "ChatView/ChatViewModel.swift",
        "ChatView/InputView/InputView.swift",
        "ChatView/InputView/InputViewModel.swift",
        "ChatView/InputView/TextInputView.swift",
        "ChatView/MessageView/AvatarView.swift",
        "ChatView/MessageView/ChatMessageView.swift",
        "ChatView/MessageView/MessageMenu.swift",
        "ChatView/MessageView/MessageStatusView.swift",
        "ChatView/MessageView/MessageTextView.swift",
        "ChatView/MessageView/MessageTimeView.swift",
        "ChatView/MessageView/MessageView.swift",
        "ChatView/Recording/RecordIndicator.swift",
        "ChatView/Recording/RecordWaveform.swift",
        "ChatView/Recording/Recorder.swift",
        "ChatView/Recording/RecordingPlayer.swift",
        "ChatView/UIList.swift",
        "Extensions/AVPlayer+State.swift",
        "Extensions/Array+Extentions.swift",
        "Extensions/AsyncMap.swift",
        "Extensions/Bundle+.swift",
        "Extensions/CachedAsyncImage.swift",
        "Extensions/Collection+Safe.swift",
        "Extensions/Color+Hex.swift",
        "Extensions/CustomFocus.swift",
        "Extensions/Date+.swift",
        "Extensions/DateFormatter+.swift",
        "Extensions/FileManager+.swift",
        "Extensions/FrameGetter.swift",
        "Extensions/NetworkMonitor.swift",
        "Extensions/Placeholder.swift",
        "Extensions/SafeAreaInsets.swift",
        "Extensions/String+Size.swift",
        "Extensions/URLCache+ImageCache.swift",
        "Extensions/View+.swift",
        "Extensions/View+StatusBar.swift",
        "Extensions/View+fullscreenCover.swift",
        "GlobalState/GlobalFocusState.swift",
        "GlobalState/KeyboardState.swift",
        "GlobalState/PaginationState.swift",
        "Model/Attachment.swift",
        "Model/Draft.swift",
        "Model/Focusable.swift",
        "Model/Message.swift",
        "Model/MessageRow.swift",
        "Model/MessagesSection.swift",
        "Model/User.swift",
        "Theme/ChatTheme.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Chat",
      "FloatingButton"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Chat",
      "FloatingButton"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -derivedDataPath $workDir/.derivedData build -scheme Chat -destination generic/platform=tvos
Command line invocation:
    /Applications/Xcode-14.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -derivedDataPath /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme Chat -destination generic/platform=tvos
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  ExyteMediaPicker: https://github.com/exyte/MediaPicker.git @ 2.2.2
  swiftui-introspect: https://github.com/siteline/swiftui-introspect @ 1.1.3
  FloatingButton: https://github.com/exyte/FloatingButton @ 1.3.0
  ActivityIndicatorView: https://github.com/exyte/ActivityIndicatorView @ 1.1.1
  Chat: /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
Resolve Package Graph
Prepare packages
Computing target dependency graph and provisioning inputs
Create build description
Build description signature: 88495475459048960feb3a2cd7295523
Build description path: /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/88495475459048960feb3a2cd7295523-desc.xcbuild
note: Building targets in dependency order
error: The package product 'SwiftUIIntrospect' requires minimum platform version 13.0 for the tvOS platform, but this target supports 11.0 (in target 'ExyteChat' from project 'Chat')
error: The package product 'FloatingButton' requires minimum platform version 14.0 for the tvOS platform, but this target supports 11.0 (in target 'ExyteChat' from project 'Chat')
error: The package product 'ActivityIndicatorView' requires minimum platform version 13.0 for the tvOS platform, but this target supports 11.0 (in target 'ExyteChat' from project 'Chat')
error: The package product 'SwiftUIIntrospect' requires minimum platform version 13.0 for the tvOS platform, but this target supports 11.0 (in target 'ExyteChatTests' from project 'Chat')
error: The package product 'FloatingButton' requires minimum platform version 14.0 for the tvOS platform, but this target supports 11.0 (in target 'ExyteChatTests' from project 'Chat')
error: The package product 'ActivityIndicatorView' requires minimum platform version 13.0 for the tvOS platform, but this target supports 11.0 (in target 'ExyteChatTests' from project 'Chat')
Resolve Package Graph
** BUILD FAILED **
Command line invocation:
    /Applications/Xcode-14.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -derivedDataPath /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme Chat -destination generic/platform=tvos
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  swiftui-introspect: https://github.com/siteline/swiftui-introspect @ 1.1.3
  Chat: /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
  ActivityIndicatorView: https://github.com/exyte/ActivityIndicatorView @ 1.1.1
  FloatingButton: https://github.com/exyte/FloatingButton @ 1.3.0
  ExyteMediaPicker: https://github.com/exyte/MediaPicker.git @ 2.2.2
Prepare packages
Computing target dependency graph and provisioning inputs
Create build description
Build description signature: 88495475459048960feb3a2cd7295523
Build description path: /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/88495475459048960feb3a2cd7295523-desc.xcbuild
note: Building targets in dependency order
error: The package product 'SwiftUIIntrospect' requires minimum platform version 13.0 for the tvOS platform, but this target supports 11.0 (in target 'ExyteChatTests' from project 'Chat')
error: The package product 'FloatingButton' requires minimum platform version 14.0 for the tvOS platform, but this target supports 11.0 (in target 'ExyteChatTests' from project 'Chat')
error: The package product 'ActivityIndicatorView' requires minimum platform version 13.0 for the tvOS platform, but this target supports 11.0 (in target 'ExyteChatTests' from project 'Chat')
error: The package product 'SwiftUIIntrospect' requires minimum platform version 13.0 for the tvOS platform, but this target supports 11.0 (in target 'ExyteChat' from project 'Chat')
error: The package product 'FloatingButton' requires minimum platform version 14.0 for the tvOS platform, but this target supports 11.0 (in target 'ExyteChat' from project 'Chat')
error: The package product 'ActivityIndicatorView' requires minimum platform version 13.0 for the tvOS platform, but this target supports 11.0 (in target 'ExyteChat' from project 'Chat')
** BUILD FAILED **
BUILD FAILURE 5.7 tvOS