The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ObjectMapper with Swift 5.7 for tvOS using Xcode 14.2 at master.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.38.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tristanhimmelman/ObjectMapper.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/tristanhimmelman/ObjectMapper
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 6021c60 Merge pull request #1148 from kaulex99/patch-1
Cloned https://github.com/tristanhimmelman/ObjectMapper.git
Revision (git rev-parse @):
6021c6035e83a306047348666f6400dc61445d3b
SUCCESS checkout https://github.com/tristanhimmelman/ObjectMapper.git at master
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             5.7
Building package at path:  $workDir
https://github.com/tristanhimmelman/ObjectMapper.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
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ObjectMapper",
  "name" : "ObjectMapper",
  "path" : "/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "ObjectMapper",
      "targets" : [
        "ObjectMapper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "ObjectMapperTests",
      "module_type" : "SwiftTarget",
      "name" : "ObjectMapperTests",
      "path" : "Tests",
      "sources" : [
        "ObjectMapperTests/BasicTypes.swift",
        "ObjectMapperTests/BasicTypesTestsFromJSON.swift",
        "ObjectMapperTests/BasicTypesTestsToJSON.swift",
        "ObjectMapperTests/ClassClusterTests.swift",
        "ObjectMapperTests/CodableTests.swift",
        "ObjectMapperTests/CustomTransformTests.swift",
        "ObjectMapperTests/DataTransformTests.swift",
        "ObjectMapperTests/DictionaryTransformTests.swift",
        "ObjectMapperTests/GenericObjectsTests.swift",
        "ObjectMapperTests/IgnoreNilTests.swift",
        "ObjectMapperTests/ImmutableTests.swift",
        "ObjectMapperTests/MapContextTests.swift",
        "ObjectMapperTests/MappableExtensionsTests.swift",
        "ObjectMapperTests/MappableTypesWithTransformsTests.swift",
        "ObjectMapperTests/NSDecimalNumberTransformTests.swift",
        "ObjectMapperTests/NestedArrayTests.swift",
        "ObjectMapperTests/NestedKeysTests.swift",
        "ObjectMapperTests/NullableKeysFromJSONTests.swift",
        "ObjectMapperTests/ObjectMapperTests.swift",
        "ObjectMapperTests/PerformanceTests.swift",
        "ObjectMapperTests/ToObjectTests.swift",
        "ObjectMapperTests/URLTransformTests.swift"
      ],
      "target_dependencies" : [
        "ObjectMapper"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ObjectMapper",
      "module_type" : "SwiftTarget",
      "name" : "ObjectMapper",
      "path" : "Sources",
      "product_memberships" : [
        "ObjectMapper"
      ],
      "sources" : [
        "CodableTransform.swift",
        "CustomDateFormatTransform.swift",
        "DataTransform.swift",
        "DateFormatterTransform.swift",
        "DateTransform.swift",
        "DictionaryTransform.swift",
        "EnumOperators.swift",
        "EnumTransform.swift",
        "FromJSON.swift",
        "HexColorTransform.swift",
        "ISO8601DateTransform.swift",
        "ImmutableMappable.swift",
        "IntegerOperators.swift",
        "Map.swift",
        "MapError.swift",
        "Mappable.swift",
        "Mapper.swift",
        "NSDecimalNumberTransform.swift",
        "Operators.swift",
        "ToJSON.swift",
        "TransformOf.swift",
        "TransformOperators.swift",
        "TransformType.swift",
        "URLTransform.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "ObjectMapper",
    "schemes" : [
      "ObjectMapper-iOS",
      "ObjectMapper-Mac",
      "ObjectMapper-Mac-Static",
      "ObjectMapper-tvOS",
      "ObjectMapper-watchOS"
    ],
    "targets" : [
      "ObjectMapper-iOS",
      "ObjectMapper-macOS",
      "ObjectMapper-watchOS",
      "ObjectMapper-tvOS",
      "ObjectMapper-iOSTests",
      "ObjectMapper-macOSTests",
      "ObjectMapper-tvOSTests",
      "ObjectMapper-Mac-Static"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "ObjectMapper"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -derivedDataPath $workDir/.derivedData build -scheme ObjectMapper -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 ObjectMapper -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:
  ObjectMapper: /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
Resolve Package Graph
2024-05-02 17:49:20.173 xcodebuild[64570:15676984] Writing error result bundle to /var/folders/n8/pp_chp6x3jlfy1n94r6hdjv40000gn/T/ResultBundle_2024-02-05_17-49-0020.xcresult
xcodebuild: error: The run destination Any tvOS Device is not valid for Running the scheme 'ObjectMapper'.
	tvOS 16.1 is not installed. To use with Xcode, first download and install the platform
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 ObjectMapper -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:
  ObjectMapper: /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
2024-05-02 17:49:22.052 xcodebuild[64599:15677163] Writing error result bundle to /var/folders/n8/pp_chp6x3jlfy1n94r6hdjv40000gn/T/ResultBundle_2024-02-05_17-49-0022.xcresult
xcodebuild: error: The run destination Any tvOS Device is not valid for Running the scheme 'ObjectMapper'.
	tvOS 16.1 is not installed. To use with Xcode, first download and install the platform
BUILD FAILURE 5.7 tvOS