The Swift Package Index logo.Swift Package Index

Build Information

Failed to build OBSwiftSocket with Swift 5.7 for tvOS using Xcode 14.2 at 1.0.2.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.33.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/edonv/OBSwiftSocket.git
Reference: 1.0.2
Initialized empty Git repository in /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/edonv/OBSwiftSocket
 * tag               1.0.2      -> FETCH_HEAD
HEAD is now at 3223d9c Added empty privacy manifest
Cloned https://github.com/edonv/OBSwiftSocket.git
Revision (git rev-parse @):
3223d9c120c4dbbcbc11a81fd94b0969a112ece0
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/edonv/OBSwiftSocket.git at 1.0.2
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             5.7
Building package at path:  $workDir
https://github.com/edonv/OBSwiftSocket.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/edonv/JSONValue.git (cached)
Fetching from https://github.com/edonv/WSPublisher.git (cached)
Fetching from https://github.com/edonv/CommonExtensions.git (cached)
Fetching from https://github.com/edonv/AsyncCompatibilityKit.git (cached)
Fetching from https://github.com/hirotakan/MessagePacker.git (cached)
Cloning local copy of package ‘JSONValue’
Checking out main of package ‘JSONValue’
Cloning local copy of package ‘MessagePacker’
Checking out 0.4.7 of package ‘MessagePacker’
Cloning local copy of package ‘WSPublisher’
Checking out main of package ‘WSPublisher’
Cloning local copy of package ‘CommonExtensions’
Checking out main of package ‘CommonExtensions’
Cloning local copy of package ‘AsyncCompatibilityKit’
Checking out main of package ‘AsyncCompatibilityKit’
Resolved source packages:
  WSPublisher: https://github.com/edonv/WSPublisher.git @ main
  OBSwiftSocket: /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
  JSONValue: https://github.com/edonv/JSONValue.git @ main
  CommonExtensions: https://github.com/edonv/CommonExtensions.git @ main
  AsyncCompatibilityKit: https://github.com/edonv/AsyncCompatibilityKit.git @ main
  MessagePacker: https://github.com/hirotakan/MessagePacker.git @ 0.4.7
resolved source packages: WSPublisher, OBSwiftSocket, JSONValue, CommonExtensions, AsyncCompatibilityKit, MessagePacker
{
  "dependencies" : [
    {
      "identity" : "jsonvalue",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/edonv/JSONValue.git"
    },
    {
      "identity" : "wspublisher",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/edonv/WSPublisher.git"
    },
    {
      "identity" : "messagepacker",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hirotakan/MessagePacker.git"
    },
    {
      "identity" : "commonextensions",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/edonv/CommonExtensions.git"
    },
    {
      "identity" : "asynccompatibilitykit",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/edonv/AsyncCompatibilityKit.git"
    }
  ],
  "manifest_display_name" : "OBSwiftSocket",
  "name" : "OBSwiftSocket",
  "path" : "/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "OBSwiftSocket",
      "targets" : [
        "OBSwiftSocket"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Scripts",
      "targets" : [
        "Scripts"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Scripts",
      "module_type" : "SwiftTarget",
      "name" : "Scripts",
      "path" : "Sources/Scripts",
      "product_dependencies" : [
        "JSONValue"
      ],
      "product_memberships" : [
        "Scripts"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Scripts/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Misc Symbol Links.swift",
        "main.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "OBSwiftSocketTests",
      "module_type" : "SwiftTarget",
      "name" : "OBSwiftSocketTests",
      "path" : "Tests/OBSwiftSocketTests",
      "product_dependencies" : [
        "CombineExtensions"
      ],
      "sources" : [
        "OBSwiftSocketTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "OBSwiftSocket"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OBSwiftSocket",
      "module_type" : "SwiftTarget",
      "name" : "OBSwiftSocket",
      "path" : "Sources/OBSwiftSocket",
      "product_dependencies" : [
        "JSONValue",
        "WSPublisher",
        "MessagePacker",
        "AsyncCompatibilityKit",
        "CombineExtensions"
      ],
      "product_memberships" : [
        "OBSwiftSocket"
      ],
      "sources" : [
        "Extensions/Misc Extensions.swift",
        "Extensions/PropertyWrappers.swift",
        "Extensions/SessionManager Extensions.swift",
        "Extensions/WSPublisher Extensions.swift",
        "Generated/Types.swift",
        "Helper Types/ColorComponents.swift",
        "OBS-WS Base Types.swift",
        "PublisherStore.swift",
        "SessionManager.swift",
        "StateManager.swift",
        "Subtypes/Event Subtypes.swift",
        "Subtypes/General Input Settings.swift",
        "Subtypes/Input Settings/AudioCapture.swift",
        "Subtypes/Input Settings/BrowserSource.swift",
        "Subtypes/Input Settings/ColorSource.swift",
        "Subtypes/Input Settings/DisplayCapture.swift",
        "Subtypes/Input Settings/GameCapture.swift",
        "Subtypes/Input Settings/ImageSource.swift",
        "Subtypes/Input Settings/MediaSource.swift",
        "Subtypes/Input Settings/Slideshow.swift",
        "Subtypes/Input Settings/TextSource.swift",
        "Subtypes/Input Settings/VLCSource.swift",
        "Subtypes/Input Settings/VideoInput.swift",
        "Subtypes/Input Settings/WindowCapture.swift",
        "Subtypes/Request Subtypes.swift",
        "Subtypes/Transform.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "CombineExtensions",
      "CommonExtensions-Package",
      "FoundationExtensions",
      "OBSwiftSocket",
      "OBSwiftSocket-Package",
      "Scripts",
      "SwiftUIExtensions"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -derivedDataPath $workDir/.derivedData build -scheme OBSwiftSocket-Package -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 OBSwiftSocket-Package -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:
  CommonExtensions: https://github.com/edonv/CommonExtensions.git @ main
  AsyncCompatibilityKit: https://github.com/edonv/AsyncCompatibilityKit.git @ main
  MessagePacker: https://github.com/hirotakan/MessagePacker.git @ 0.4.7
  JSONValue: https://github.com/edonv/JSONValue.git @ main
  WSPublisher: https://github.com/edonv/WSPublisher.git @ main
  OBSwiftSocket: /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: 57734ff7d9b07b2b33a72a4cfd21a8b5
Build description path: /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/57734ff7d9b07b2b33a72a4cfd21a8b5-desc.xcbuild
note: Building targets in dependency order
error: The package product 'WSPublisher' requires minimum platform version 13.0 for the tvOS platform, but this target supports 11.0 (in target 'OBSwiftSocket' from project 'OBSwiftSocket')
error: The package product 'WSPublisher' requires minimum platform version 13.0 for the tvOS platform, but this target supports 11.0 (in target 'OBSwiftSocketTests' from project 'OBSwiftSocket')
** 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 OBSwiftSocket-Package -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:
  JSONValue: https://github.com/edonv/JSONValue.git @ main
  WSPublisher: https://github.com/edonv/WSPublisher.git @ main
  CommonExtensions: https://github.com/edonv/CommonExtensions.git @ main
  AsyncCompatibilityKit: https://github.com/edonv/AsyncCompatibilityKit.git @ main
  MessagePacker: https://github.com/hirotakan/MessagePacker.git @ 0.4.7
  OBSwiftSocket: /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
Prepare packages
Computing target dependency graph and provisioning inputs
Create build description
Build description signature: 57734ff7d9b07b2b33a72a4cfd21a8b5
Build description path: /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/57734ff7d9b07b2b33a72a4cfd21a8b5-desc.xcbuild
note: Building targets in dependency order
error: The package product 'WSPublisher' requires minimum platform version 13.0 for the tvOS platform, but this target supports 11.0 (in target 'OBSwiftSocket' from project 'OBSwiftSocket')
error: The package product 'WSPublisher' requires minimum platform version 13.0 for the tvOS platform, but this target supports 11.0 (in target 'OBSwiftSocketTests' from project 'OBSwiftSocket')
** BUILD FAILED **
BUILD FAILURE 5.7 tvOS