The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build SwiftGraph with Swift 5.8 for tvOS using Xcode 14.3.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.38.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/davecom/SwiftGraph.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/davecom/SwiftGraph
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 7ee1dd9 Merge pull request #85 from TizianoCoroneo/tiziano/indegree-outdegree
Cloned https://github.com/davecom/SwiftGraph.git
Revision (git rev-parse @):
7ee1dd9e836713b5bb101517314ce63f1ac3a256
SUCCESS checkout https://github.com/davecom/SwiftGraph.git at master
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             5.8
Building package at path:  $workDir
https://github.com/davecom/SwiftGraph.git
Command line invocation:
    /Applications/Xcode-14.3.1.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
resolved source packages:
2024-05-05 07:53:24.825 xcodebuild[31953:5928027] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftGraph",
  "name" : "SwiftGraph",
  "path" : "/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftGraph",
      "targets" : [
        "SwiftGraph"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftGraphTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftGraphTests",
      "path" : "Tests/SwiftGraphTests",
      "sources" : [
        "Constructors/ConstructorsTests.swift",
        "CycleTests.swift",
        "DijkstraGraphTests.swift",
        "EdgeListTests.swift",
        "MSTTests.swift",
        "SwiftGraphCodableTests.swift",
        "SwiftGraphReversedTests.swift",
        "SwiftGraphSearchTests.swift",
        "SwiftGraphSortTests.swift",
        "SwiftGraphTests.swift",
        "UnionTests.swift",
        "UniqueElementsGraph/UniqueElementsGraphContainerEdgeTests.swift",
        "UniqueElementsGraph/UniqueElementsGraphHashableInitTests.swift",
        "UniqueElementsGraph/UniqueElementsGraphHashableTests.swift",
        "UniqueElementsGraph/UniqueElementsGraphInitTests.swift",
        "UniqueElementsGraph/UniqueElementsGraphTests.swift",
        "UniqueElementsGraph/WeightedUniqueElementsGraphTests.swift",
        "UnweightedGraphTests.swift",
        "Utils/ArraysHaveSameElements.swift",
        "WeightedGraphTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SwiftGraph"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftGraphPerformanceTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftGraphPerformanceTests",
      "path" : "Tests/SwiftGraphPerformanceTests",
      "sources" : [
        "ConstructorsPerformanceTests.swift",
        "SearchPerformanceTests.swift",
        "UnionPerformanceTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SwiftGraph"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftGraph",
      "module_type" : "SwiftTarget",
      "name" : "SwiftGraph",
      "path" : "Sources/SwiftGraph",
      "product_memberships" : [
        "SwiftGraph"
      ],
      "sources" : [
        "Constructors.swift",
        "Cycle.swift",
        "Edge.swift",
        "Graph.swift",
        "MST.swift",
        "Queue.swift",
        "Reversed.swift",
        "Search.swift",
        "Sort.swift",
        "Stack.swift",
        "SwiftPriorityQueue.swift",
        "Union.swift",
        "UniqueElementsGraph.swift",
        "UnweightedEdge.swift",
        "UnweightedGraph.swift",
        "WeightedEdge.swift",
        "WeightedGraph.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Performance Tests",
      "Release"
    ],
    "name" : "SwiftGraph",
    "schemes" : [
      "SwiftGraph",
      "SwiftGraphPerformanceTests",
      "SwiftGraphSampleApp"
    ],
    "targets" : [
      "SwiftGraph",
      "SwiftGraphTests",
      "SwiftGraphPerformanceTests",
      "SwiftGraphSampleApp"
    ]
  }
}
2024-05-05 07:53:26.332 xcodebuild[31977:5928159] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "SwiftGraph"
    ]
  }
}
2024-05-05 07:53:26.842 xcodebuild[31979:5928188] 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 SwiftGraph -destination generic/platform=tvos
Command line invocation:
    /Applications/Xcode-14.3.1.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipPackagePluginValidation -derivedDataPath /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme SwiftGraph -destination generic/platform=tvos
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  SwiftGraph: /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
Resolve Package Graph
2024-05-05 07:53:27.817 xcodebuild[31984:5928232] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
2024-05-05 07:53:28.313 xcodebuild[31984:5928232] Writing error result bundle to /var/folders/n8/pp_chp6x3jlfy1n94r6hdjv40000gn/T/ResultBundle_2024-05-05_07-53-0028.xcresult
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
		{ generic:1, platform:tvos }
	Available destinations for the "SwiftGraph" scheme:
		{ platform:macOS, arch:arm64, id:0000FE00-F826A02F5534A97C }
		{ platform:macOS, arch:x86_64, id:0000FE00-F826A02F5534A97C }
		{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:0000FE00-F826A02F5534A97C }
		{ platform:macOS, arch:x86_64, variant:Mac Catalyst, id:0000FE00-F826A02F5534A97C }
		{ platform:macOS, arch:arm64, variant:DriverKit, id:0000FE00-F826A02F5534A97C }
		{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0000FE00-F826A02F5534A97C }
		{ platform:DriverKit, name:Any DriverKit Host }
		{ 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:macOS, name:Any Mac }
		{ platform:macOS, variant:Mac Catalyst, name:Any Mac }
		{ platform:iOS Simulator, id:6C4FD8C4-7064-4EE6-9250-7FA4A4D7E4DC, OS:16.4, name:iPad (10th generation) }
		{ platform:iOS Simulator, id:6C4FD8C4-7064-4EE6-9250-7FA4A4D7E4DC, OS:16.4, name:iPad (10th generation) }
		{ platform:iOS Simulator, id:2D0C4921-726D-4497-9E62-7AA79D0A0882, OS:16.4, name:iPad Air (5th generation) }
		{ platform:iOS Simulator, id:2D0C4921-726D-4497-9E62-7AA79D0A0882, OS:16.4, name:iPad Air (5th generation) }
		{ platform:iOS Simulator, id:DDB20DA7-234B-4DE2-8EA1-B4E08EC1D29A, OS:16.4, name:iPad Pro (11-inch) (4th generation) }
		{ platform:iOS Simulator, id:DDB20DA7-234B-4DE2-8EA1-B4E08EC1D29A, OS:16.4, name:iPad Pro (11-inch) (4th generation) }
		{ platform:iOS Simulator, id:16E18003-D123-4D8D-9F55-45961CCB414C, OS:16.4, name:iPad Pro (12.9-inch) (6th generation) }
		{ platform:iOS Simulator, id:16E18003-D123-4D8D-9F55-45961CCB414C, OS:16.4, name:iPad Pro (12.9-inch) (6th generation) }
		{ platform:iOS Simulator, id:CA7B5066-6534-4A4D-9CD7-52EC794D316D, OS:16.4, name:iPad mini (6th generation) }
		{ platform:iOS Simulator, id:CA7B5066-6534-4A4D-9CD7-52EC794D316D, OS:16.4, name:iPad mini (6th generation) }
		{ platform:iOS Simulator, id:CEFF2531-9FD2-452C-9265-D58431222920, OS:16.4, name:iPhone 14 }
		{ platform:iOS Simulator, id:CEFF2531-9FD2-452C-9265-D58431222920, OS:16.4, name:iPhone 14 }
		{ platform:iOS Simulator, id:6DDEF2AD-0F89-4710-82F7-713D6FDC5A9B, OS:16.4, name:iPhone 14 Plus }
		{ platform:iOS Simulator, id:6DDEF2AD-0F89-4710-82F7-713D6FDC5A9B, OS:16.4, name:iPhone 14 Plus }
		{ platform:iOS Simulator, id:A2C7E825-C98E-4484-AF47-9A701A54410C, OS:16.4, name:iPhone 14 Pro }
		{ platform:iOS Simulator, id:A2C7E825-C98E-4484-AF47-9A701A54410C, OS:16.4, name:iPhone 14 Pro }
		{ platform:iOS Simulator, id:B914BBFB-42BF-4167-8425-D556F74D1C65, OS:16.4, name:iPhone 14 Pro Max }
		{ platform:iOS Simulator, id:B914BBFB-42BF-4167-8425-D556F74D1C65, OS:16.4, name:iPhone 14 Pro Max }
		{ platform:iOS Simulator, id:68B081AC-C635-4FE1-89F2-CFFBC264F385, OS:16.4, name:iPhone SE (3rd generation) }
		{ platform:iOS Simulator, id:68B081AC-C635-4FE1-89F2-CFFBC264F385, OS:16.4, name:iPhone SE (3rd generation) }
	Ineligible destinations for the "SwiftGraph" scheme:
		{ platform:tvOS, id:dvtdevice-DVTiOSDevicePlaceholder-appletvos:placeholder, name:Any tvOS Device, error:tvOS 16.4 is not installed. To use with Xcode, first download and install the platform }
		{ platform:watchOS, id:dvtdevice-DVTiOSDevicePlaceholder-watchos:placeholder, name:Any watchOS Device, error:watchOS 9.4 is not installed. To use with Xcode, first download and install the platform }
Command line invocation:
    /Applications/Xcode-14.3.1.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipPackagePluginValidation -derivedDataPath /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme SwiftGraph -destination generic/platform=tvos
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  SwiftGraph: /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
2024-05-05 07:53:29.776 xcodebuild[31989:5928276] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
2024-05-05 07:53:29.892 xcodebuild[31989:5928276] Writing error result bundle to /var/folders/n8/pp_chp6x3jlfy1n94r6hdjv40000gn/T/ResultBundle_2024-05-05_07-53-0029.xcresult
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
		{ generic:1, platform:tvos }
	Available destinations for the "SwiftGraph" scheme:
		{ platform:macOS, arch:arm64, id:0000FE00-F826A02F5534A97C }
		{ platform:macOS, arch:x86_64, id:0000FE00-F826A02F5534A97C }
		{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:0000FE00-F826A02F5534A97C }
		{ platform:macOS, arch:x86_64, variant:Mac Catalyst, id:0000FE00-F826A02F5534A97C }
		{ platform:macOS, arch:arm64, variant:DriverKit, id:0000FE00-F826A02F5534A97C }
		{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0000FE00-F826A02F5534A97C }
		{ platform:DriverKit, name:Any DriverKit Host }
		{ 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:macOS, name:Any Mac }
		{ platform:macOS, variant:Mac Catalyst, name:Any Mac }
		{ platform:iOS Simulator, id:6C4FD8C4-7064-4EE6-9250-7FA4A4D7E4DC, OS:16.4, name:iPad (10th generation) }
		{ platform:iOS Simulator, id:6C4FD8C4-7064-4EE6-9250-7FA4A4D7E4DC, OS:16.4, name:iPad (10th generation) }
		{ platform:iOS Simulator, id:2D0C4921-726D-4497-9E62-7AA79D0A0882, OS:16.4, name:iPad Air (5th generation) }
		{ platform:iOS Simulator, id:2D0C4921-726D-4497-9E62-7AA79D0A0882, OS:16.4, name:iPad Air (5th generation) }
		{ platform:iOS Simulator, id:DDB20DA7-234B-4DE2-8EA1-B4E08EC1D29A, OS:16.4, name:iPad Pro (11-inch) (4th generation) }
		{ platform:iOS Simulator, id:DDB20DA7-234B-4DE2-8EA1-B4E08EC1D29A, OS:16.4, name:iPad Pro (11-inch) (4th generation) }
		{ platform:iOS Simulator, id:16E18003-D123-4D8D-9F55-45961CCB414C, OS:16.4, name:iPad Pro (12.9-inch) (6th generation) }
		{ platform:iOS Simulator, id:16E18003-D123-4D8D-9F55-45961CCB414C, OS:16.4, name:iPad Pro (12.9-inch) (6th generation) }
		{ platform:iOS Simulator, id:CA7B5066-6534-4A4D-9CD7-52EC794D316D, OS:16.4, name:iPad mini (6th generation) }
		{ platform:iOS Simulator, id:CA7B5066-6534-4A4D-9CD7-52EC794D316D, OS:16.4, name:iPad mini (6th generation) }
		{ platform:iOS Simulator, id:CEFF2531-9FD2-452C-9265-D58431222920, OS:16.4, name:iPhone 14 }
		{ platform:iOS Simulator, id:CEFF2531-9FD2-452C-9265-D58431222920, OS:16.4, name:iPhone 14 }
		{ platform:iOS Simulator, id:6DDEF2AD-0F89-4710-82F7-713D6FDC5A9B, OS:16.4, name:iPhone 14 Plus }
		{ platform:iOS Simulator, id:6DDEF2AD-0F89-4710-82F7-713D6FDC5A9B, OS:16.4, name:iPhone 14 Plus }
		{ platform:iOS Simulator, id:A2C7E825-C98E-4484-AF47-9A701A54410C, OS:16.4, name:iPhone 14 Pro }
		{ platform:iOS Simulator, id:A2C7E825-C98E-4484-AF47-9A701A54410C, OS:16.4, name:iPhone 14 Pro }
		{ platform:iOS Simulator, id:B914BBFB-42BF-4167-8425-D556F74D1C65, OS:16.4, name:iPhone 14 Pro Max }
		{ platform:iOS Simulator, id:B914BBFB-42BF-4167-8425-D556F74D1C65, OS:16.4, name:iPhone 14 Pro Max }
		{ platform:iOS Simulator, id:68B081AC-C635-4FE1-89F2-CFFBC264F385, OS:16.4, name:iPhone SE (3rd generation) }
		{ platform:iOS Simulator, id:68B081AC-C635-4FE1-89F2-CFFBC264F385, OS:16.4, name:iPhone SE (3rd generation) }
	Ineligible destinations for the "SwiftGraph" scheme:
		{ platform:tvOS, id:dvtdevice-DVTiOSDevicePlaceholder-appletvos:placeholder, name:Any tvOS Device, error:tvOS 16.4 is not installed. To use with Xcode, first download and install the platform }
		{ platform:watchOS, id:dvtdevice-DVTiOSDevicePlaceholder-watchos:placeholder, name:Any watchOS Device, error:watchOS 9.4 is not installed. To use with Xcode, first download and install the platform }
BUILD FAILURE 5.8 tvOS