The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-package-info with Swift 5.8 for tvOS using Xcode 14.3 at 1.5.0.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.35.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/marinofelipe/swift-package-info.git
Reference: 1.5.0
Initialized empty Git repository in /Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/marinofelipe/swift-package-info
 * tag               1.5.0      -> FETCH_HEAD
HEAD is now at f5c1031 Merge pull request #47 from marinofelipe/feat/revision
Cloned https://github.com/marinofelipe/swift-package-info.git
Revision (git rev-parse @):
f5c103178212565df1e6b3b3b93a9de3ddd45f57
SUCCESS checkout https://github.com/marinofelipe/swift-package-info.git at 1.5.0
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             5.8
Building package at path:  $workDir
https://github.com/marinofelipe/swift-package-info.git
Command line invocation:
    /Applications/Xcode-14.3.1.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
resolved source packages:
2024-04-21 08:15:26.879 xcodebuild[19823:11741707] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "1.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "xcodeproj",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.7.1",
            "upper_bound" : "8.8.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/XcodeProj.git"
    },
    {
      "identity" : "http_client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.4",
            "upper_bound" : "0.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/marinofelipe/http_client"
    },
    {
      "identity" : "swift-package-manager",
      "requirement" : {
        "revision" : [
          "swift-5.9.2-RELEASE"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-package-manager"
    }
  ],
  "manifest_display_name" : "swift-package-info",
  "name" : "swift-package-info",
  "path" : "/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "swift-package-info",
      "targets" : [
        "Run"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RunTests",
      "module_type" : "SwiftTarget",
      "name" : "RunTests",
      "path" : "Tests/RunTests",
      "sources" : [
        "RunTests.swift"
      ],
      "target_dependencies" : [
        "Run"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Run",
      "module_type" : "SwiftTarget",
      "name" : "Run",
      "path" : "Sources/Run",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "swift-package-info"
      ],
      "sources" : [
        "Subcommands/BinarySize.swift",
        "Subcommands/Dependencies.swift",
        "Subcommands/FullAnalyzes.swift",
        "Subcommands/Platforms.swift",
        "SwiftPackageInfo.swift",
        "TSCUtility+Run.swift"
      ],
      "target_dependencies" : [
        "App",
        "Reports",
        "Core"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ReportsTests",
      "module_type" : "SwiftTarget",
      "name" : "ReportsTests",
      "path" : "Tests/ReportsTests",
      "sources" : [
        "Generators/ConsoleReportGeneratorTests.swift",
        "Generators/JSONDumpReportGeneratorTests.swift"
      ],
      "target_dependencies" : [
        "Reports",
        "CoreTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Reports",
      "module_type" : "SwiftTarget",
      "name" : "Reports",
      "path" : "Sources/Reports",
      "product_memberships" : [
        "swift-package-info"
      ],
      "sources" : [
        "ExpressibleByArgument+Reports.swift",
        "Generators/ConsoleReportGenerator.swift",
        "Generators/JSONDumpReportGenerator.swift",
        "Generators/ReportGenerating.swift",
        "Report.swift",
        "ReportCell.swift",
        "ReportFormat.swift",
        "Reporting.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CoreTests",
      "module_type" : "SwiftTarget",
      "name" : "CoreTests",
      "path" : "Tests/CoreTests",
      "sources" : [
        "Helpers/FileManager+CoreTests.swift",
        "Models/SizeOnDiskTests.swift",
        "Models/SwiftPackageTests.swift",
        "ProvidedInfoTests.swift",
        "URLExtensionTests.swift"
      ],
      "target_dependencies" : [
        "Core",
        "CoreTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CoreTestSupport",
      "module_type" : "SwiftTarget",
      "name" : "CoreTestSupport",
      "path" : "Sources/CoreTestSupport",
      "sources" : [
        "Doubles/Fixtures/Fixture+ProvidedInfo.swift",
        "Doubles/Fixtures/Fixture+SwiftPackage.swift",
        "Doubles/Fixtures/Fixture.swift",
        "Doubles/Mocks/ProgressAnimationMock.swift",
        "Doubles/Mocks/TerminalControllerMock.swift",
        "Extensions/XCTest+TestSupport.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Core",
      "module_type" : "SwiftTarget",
      "name" : "Core",
      "path" : "Sources/Core",
      "product_dependencies" : [
        "ArgumentParser",
        "SwiftPM"
      ],
      "product_memberships" : [
        "swift-package-info"
      ],
      "sources" : [
        "Console.swift",
        "Extensions/AbsolutePath+Core.swift",
        "Extensions/Array+Core.swift",
        "Extensions/ExpressibleByArgument+Core.swift",
        "Extensions/JSONEncoder+Core.swift",
        "Extensions/KeyPath+Core.swift",
        "Extensions/Result+Core.swift",
        "Extensions/URL+Core.swift",
        "InfoProvider.swift",
        "Models/PackageModel.swift",
        "Models/ResurceState.swift",
        "Models/SizeOnDisk.swift",
        "Models/SwiftPackage.swift",
        "PackageLoader.swift",
        "Shell.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AppTests",
      "module_type" : "SwiftTarget",
      "name" : "AppTests",
      "path" : "Tests/AppTests",
      "sources" : [
        "Fixtures/Fixture+PackageContent.swift",
        "Providers/BinarySizeProvider/BinarySizeProviderErrorTests.swift",
        "Providers/BinarySizeProvider/BinarySizeProviderTests.swift",
        "Providers/DependenciesProvider/DependenciesProviderTests.swift",
        "Providers/PlatformsProvider/PlatformsProviderTests.swift"
      ],
      "target_dependencies" : [
        "App",
        "CoreTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "App",
      "module_type" : "SwiftTarget",
      "name" : "App",
      "path" : "Sources/App",
      "product_dependencies" : [
        "XcodeProj",
        "CombineHTTPClient"
      ],
      "product_memberships" : [
        "swift-package-info"
      ],
      "sources" : [
        "Providers/BinarySizeProvider/AppManager.swift",
        "Providers/BinarySizeProvider/BinarySizeProvider.swift",
        "Providers/BinarySizeProvider/SizeMeasurer.swift",
        "Providers/DependenciesProvider/DependenciesProvider.swift",
        "Providers/PlatformsProvider/PlatformsProvider.swift",
        "Services/SwiftPackageService/SwiftPackageService.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "MeasurementApp",
    "schemes" : [
      "MeasurementApp"
    ],
    "targets" : [
      "MeasurementApp"
    ]
  }
}
2024-04-21 08:15:27.847 xcodebuild[19980:11742198] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme MeasurementApp -destination generic/platform=tvos
Command line invocation:
    /Applications/Xcode-14.3.1.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipPackagePluginValidation -derivedDataPath /Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme MeasurementApp -destination generic/platform=tvos
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
2024-04-21 08:15:28.409 xcodebuild[20016:11742403] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
2024-04-21 08:15:28.524 xcodebuild[20016:11742403] Writing error result bundle to /var/folders/wy/f1cgtw1s2dq35nvlg5tpg7t00000gp/T/ResultBundle_2024-21-04_08-15-0028.xcresult
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
		{ generic:1, platform:tvos }
	Available destinations for the "MeasurementApp" scheme:
		{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:00008103-000604DE26D2001E }
		{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }
		{ platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator Device }
		{ platform:iOS Simulator, id:B593AF77-34C5-4560-8F1F-65466FED7914, OS:16.4, name:iPad (10th generation) }
		{ platform:iOS Simulator, id:B593AF77-34C5-4560-8F1F-65466FED7914, OS:16.4, name:iPad (10th generation) }
		{ platform:iOS Simulator, id:A9DE8D1B-0310-49A4-B622-1E633C90A205, OS:16.4, name:iPad Air (5th generation) }
		{ platform:iOS Simulator, id:A9DE8D1B-0310-49A4-B622-1E633C90A205, OS:16.4, name:iPad Air (5th generation) }
		{ platform:iOS Simulator, id:2FD551FE-4EC6-44B8-B36D-A35245C29418, OS:16.4, name:iPad Pro (11-inch) (4th generation) }
		{ platform:iOS Simulator, id:2FD551FE-4EC6-44B8-B36D-A35245C29418, OS:16.4, name:iPad Pro (11-inch) (4th generation) }
		{ platform:iOS Simulator, id:E9C43580-96AD-442D-9284-19C2B6906564, OS:16.4, name:iPad Pro (12.9-inch) (6th generation) }
		{ platform:iOS Simulator, id:E9C43580-96AD-442D-9284-19C2B6906564, OS:16.4, name:iPad Pro (12.9-inch) (6th generation) }
		{ platform:iOS Simulator, id:CF782CD6-C15D-49A1-BF0C-2EC827A08EDE, OS:16.4, name:iPad mini (6th generation) }
		{ platform:iOS Simulator, id:CF782CD6-C15D-49A1-BF0C-2EC827A08EDE, OS:16.4, name:iPad mini (6th generation) }
		{ platform:iOS Simulator, id:3D3EDD70-2D7E-43E6-B859-5FF3FCC1F94F, OS:16.4, name:iPhone 14 }
		{ platform:iOS Simulator, id:3D3EDD70-2D7E-43E6-B859-5FF3FCC1F94F, OS:16.4, name:iPhone 14 }
		{ platform:iOS Simulator, id:E8AFDE33-07D4-4B52-9531-7F97737CADFC, OS:16.4, name:iPhone 14 Plus }
		{ platform:iOS Simulator, id:E8AFDE33-07D4-4B52-9531-7F97737CADFC, OS:16.4, name:iPhone 14 Plus }
		{ platform:iOS Simulator, id:7AAB4D2C-A90B-4012-BABC-597A94CAEFE1, OS:16.4, name:iPhone 14 Pro }
		{ platform:iOS Simulator, id:7AAB4D2C-A90B-4012-BABC-597A94CAEFE1, OS:16.4, name:iPhone 14 Pro }
		{ platform:iOS Simulator, id:206E489F-45E5-4701-A773-8671C9FA7AC6, OS:16.4, name:iPhone 14 Pro Max }
		{ platform:iOS Simulator, id:206E489F-45E5-4701-A773-8671C9FA7AC6, OS:16.4, name:iPhone 14 Pro Max }
		{ platform:iOS Simulator, id:FC5FA71F-A7B8-402C-9021-7F04CCF0C656, OS:16.4, name:iPhone SE (3rd generation) }
		{ platform:iOS Simulator, id:FC5FA71F-A7B8-402C-9021-7F04CCF0C656, OS:16.4, name:iPhone SE (3rd generation) }
Command line invocation:
    /Applications/Xcode-14.3.1.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipPackagePluginValidation -derivedDataPath /Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme MeasurementApp -destination generic/platform=tvos
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
2024-04-21 08:15:30.006 xcodebuild[20044:11742644] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
2024-04-21 08:15:30.109 xcodebuild[20044:11742644] Writing error result bundle to /var/folders/wy/f1cgtw1s2dq35nvlg5tpg7t00000gp/T/ResultBundle_2024-21-04_08-15-0030.xcresult
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
		{ generic:1, platform:tvos }
	Available destinations for the "MeasurementApp" scheme:
		{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:00008103-000604DE26D2001E }
		{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }
		{ platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator Device }
		{ platform:iOS Simulator, id:B593AF77-34C5-4560-8F1F-65466FED7914, OS:16.4, name:iPad (10th generation) }
		{ platform:iOS Simulator, id:B593AF77-34C5-4560-8F1F-65466FED7914, OS:16.4, name:iPad (10th generation) }
		{ platform:iOS Simulator, id:A9DE8D1B-0310-49A4-B622-1E633C90A205, OS:16.4, name:iPad Air (5th generation) }
		{ platform:iOS Simulator, id:A9DE8D1B-0310-49A4-B622-1E633C90A205, OS:16.4, name:iPad Air (5th generation) }
		{ platform:iOS Simulator, id:2FD551FE-4EC6-44B8-B36D-A35245C29418, OS:16.4, name:iPad Pro (11-inch) (4th generation) }
		{ platform:iOS Simulator, id:2FD551FE-4EC6-44B8-B36D-A35245C29418, OS:16.4, name:iPad Pro (11-inch) (4th generation) }
		{ platform:iOS Simulator, id:E9C43580-96AD-442D-9284-19C2B6906564, OS:16.4, name:iPad Pro (12.9-inch) (6th generation) }
		{ platform:iOS Simulator, id:E9C43580-96AD-442D-9284-19C2B6906564, OS:16.4, name:iPad Pro (12.9-inch) (6th generation) }
		{ platform:iOS Simulator, id:CF782CD6-C15D-49A1-BF0C-2EC827A08EDE, OS:16.4, name:iPad mini (6th generation) }
		{ platform:iOS Simulator, id:CF782CD6-C15D-49A1-BF0C-2EC827A08EDE, OS:16.4, name:iPad mini (6th generation) }
		{ platform:iOS Simulator, id:3D3EDD70-2D7E-43E6-B859-5FF3FCC1F94F, OS:16.4, name:iPhone 14 }
		{ platform:iOS Simulator, id:3D3EDD70-2D7E-43E6-B859-5FF3FCC1F94F, OS:16.4, name:iPhone 14 }
		{ platform:iOS Simulator, id:E8AFDE33-07D4-4B52-9531-7F97737CADFC, OS:16.4, name:iPhone 14 Plus }
		{ platform:iOS Simulator, id:E8AFDE33-07D4-4B52-9531-7F97737CADFC, OS:16.4, name:iPhone 14 Plus }
		{ platform:iOS Simulator, id:7AAB4D2C-A90B-4012-BABC-597A94CAEFE1, OS:16.4, name:iPhone 14 Pro }
		{ platform:iOS Simulator, id:7AAB4D2C-A90B-4012-BABC-597A94CAEFE1, OS:16.4, name:iPhone 14 Pro }
		{ platform:iOS Simulator, id:206E489F-45E5-4701-A773-8671C9FA7AC6, OS:16.4, name:iPhone 14 Pro Max }
		{ platform:iOS Simulator, id:206E489F-45E5-4701-A773-8671C9FA7AC6, OS:16.4, name:iPhone 14 Pro Max }
		{ platform:iOS Simulator, id:FC5FA71F-A7B8-402C-9021-7F04CCF0C656, OS:16.4, name:iPhone SE (3rd generation) }
		{ platform:iOS Simulator, id:FC5FA71F-A7B8-402C-9021-7F04CCF0C656, OS:16.4, name:iPhone SE (3rd generation) }
BUILD FAILURE 5.8 tvOS

Build Machine: Mac 5