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 KYPhotoLibrary with Swift 5.8 for tvOS using Xcode 14.3.

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.57.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kjuly/KYPhotoLibrary.git
Reference: 2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Kjuly/KYPhotoLibrary
 * tag               2.0.0      -> FETCH_HEAD
HEAD is now at 28e87c3 KYPhotoLibrary.podspec: Set version to 2.0.0
Cloned https://github.com/Kjuly/KYPhotoLibrary.git
Revision (git rev-parse @):
28e87c3bd67a3a33e3620a30e81111e96a363892
SUCCESS checkout https://github.com/Kjuly/KYPhotoLibrary.git at 2.0.0
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             5.8
Building package at path:  $PWD
https://github.com/Kjuly/KYPhotoLibrary.git
Command line invocation:
    /Applications/Xcode-14.3.1.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/Kjuly/KYUnitTestResourceManager.git
Creating working copy of package ‘KYUnitTestResourceManager’
Checking out main of package ‘KYUnitTestResourceManager’
Resolved source packages:
  KYUnitTestResourceManager: https://github.com/Kjuly/KYUnitTestResourceManager.git @ main
resolved source packages: KYUnitTestResourceManager
2024-11-16 03:13:21.135 xcodebuild[466:2474] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
{
  "dependencies" : [
  ],
  "manifest_display_name" : "KYPhotoLibrary",
  "name" : "KYPhotoLibrary",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.5"
    }
  ],
  "products" : [
    {
      "name" : "KYPhotoLibrary",
      "targets" : [
        "KYPhotoLibrary"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KYPhotoLibraryTests",
      "module_type" : "SwiftTarget",
      "name" : "KYPhotoLibraryTests",
      "path" : "KYPhotoLibraryTests",
      "sources" : [
        "GenericExtensions/AVFileType_KYPhotoLibraryTests.swift",
        "GenericExtensions/URL_KYPhotoLibraryTests.swift",
        "GenericExtensions/UTType_KYPhotoLibraryTests.swift",
        "KYPhotoLibraryTests.swift"
      ],
      "target_dependencies" : [
        "KYPhotoLibrary"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KYPhotoLibrary",
      "module_type" : "SwiftTarget",
      "name" : "KYPhotoLibrary",
      "path" : "KYPhotoLibrary/Sources",
      "product_memberships" : [
        "KYPhotoLibrary"
      ],
      "sources" : [
        "Asset/AssetRequestActor.swift",
        "Asset/KYPhotoLibrary+AssetChange.swift",
        "Asset/KYPhotoLibrary+AssetQuery.swift",
        "Asset/KYPhotoLibrary+AssetResource.swift",
        "Asset/KYPhotoLibrary+AssetURL.swift",
        "Asset/KYPhotoLibrary+Thumbnail.swift",
        "AssetExportOptions/KYPhotoLibraryExportOptions+OutputURL.swift",
        "AssetExportOptions/KYPhotoLibraryExportOptions.swift",
        "Debug/KYPhotoLibraryLogger.swift",
        "GenericExtensions/AVFileType+KYPhotoLibrary.swift",
        "GenericExtensions/TimeInterval+KYPhotoLibrary.swift",
        "GenericExtensions/UIDevice+KYPhotoLibrary.swift",
        "GenericExtensions/URL+KYPhotoLibrary.swift",
        "GenericExtensions/UTType+KYPhotoLibrary.swift",
        "Image/KYPhotoLibrary+Image.swift",
        "Image/KYPhotoLibrary+ImageExport.swift",
        "KYPhotoLibrary+Album.swift",
        "KYPhotoLibrary.swift",
        "KYPhotoLibraryConfiguration.swift",
        "KYPhotoLibraryDebug.swift",
        "Video/KYPhotoLibrary+Video.swift",
        "Video/KYPhotoLibrary+VideoExport.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "KYPhotoLibrary",
    "schemes" : [
      "KYPhotoLibrary"
    ],
    "targets" : [
      "KYPhotoLibrary",
      "KYPhotoLibraryTests"
    ]
  }
}
2024-11-16 03:13:31.511 xcodebuild[581:2971] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme KYPhotoLibrary -destination generic/platform=tvOS
Command line invocation:
    /Applications/Xcode-14.3.1.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme KYPhotoLibrary -destination generic/platform=tvOS
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  KYUnitTestResourceManager: https://github.com/Kjuly/KYUnitTestResourceManager.git @ main
2024-11-16 03:13:32.139 xcodebuild[582:3003] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
2024-11-16 03:13:32.808 xcodebuild[582:3003] Writing error result bundle to /var/folders/w2/nm7r2v151xdbgh0vg5l65j6c0000gn/T/ResultBundle_2024-16-11_03-13-0032.xcresult
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
		{ generic:1, platform:tvOS }
	Available destinations for the "KYPhotoLibrary" scheme:
		{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:0000FE00-13D622F2AD547C02 }
		{ platform:macOS, arch:x86_64, variant:Mac Catalyst, id:0000FE00-13D622F2AD547C02 }
		{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0000FE00-13D622F2AD547C02 }
		{ 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, variant:Mac Catalyst, name:Any Mac }
		{ platform:iOS Simulator, id:4DD3641A-8F6D-45FE-8192-CD8532CE13C2, OS:16.4, name:iPad (10th generation) }
		{ platform:iOS Simulator, id:4DD3641A-8F6D-45FE-8192-CD8532CE13C2, OS:16.4, name:iPad (10th generation) }
		{ platform:iOS Simulator, id:7C422CA3-1CBD-4DC6-815D-9894C8564368, OS:16.4, name:iPad Air (5th generation) }
		{ platform:iOS Simulator, id:7C422CA3-1CBD-4DC6-815D-9894C8564368, OS:16.4, name:iPad Air (5th generation) }
		{ platform:iOS Simulator, id:FF0F1FFB-5CE5-4F5D-92E6-83A914269D7F, OS:16.4, name:iPad Pro (11-inch) (4th generation) }
		{ platform:iOS Simulator, id:FF0F1FFB-5CE5-4F5D-92E6-83A914269D7F, OS:16.4, name:iPad Pro (11-inch) (4th generation) }
		{ platform:iOS Simulator, id:F37D0220-A1C3-43EE-A122-518151DE6BB4, OS:16.4, name:iPad Pro (12.9-inch) (6th generation) }
		{ platform:iOS Simulator, id:F37D0220-A1C3-43EE-A122-518151DE6BB4, OS:16.4, name:iPad Pro (12.9-inch) (6th generation) }
		{ platform:iOS Simulator, id:5C8E79C6-DE15-4A1B-BF7A-A1FCFF5BADA8, OS:16.4, name:iPad mini (6th generation) }
		{ platform:iOS Simulator, id:5C8E79C6-DE15-4A1B-BF7A-A1FCFF5BADA8, OS:16.4, name:iPad mini (6th generation) }
		{ platform:iOS Simulator, id:E4DDCDF4-0CA1-42FB-A543-6E6670018049, OS:16.4, name:iPhone 14 }
		{ platform:iOS Simulator, id:E4DDCDF4-0CA1-42FB-A543-6E6670018049, OS:16.4, name:iPhone 14 }
		{ platform:iOS Simulator, id:C7E51D03-DEF9-4402-BB7E-D0CD8C0B4A61, OS:16.4, name:iPhone 14 Plus }
		{ platform:iOS Simulator, id:C7E51D03-DEF9-4402-BB7E-D0CD8C0B4A61, OS:16.4, name:iPhone 14 Plus }
		{ platform:iOS Simulator, id:96A5B0CE-DBCF-4AFD-A73C-A57DCEE3B1DB, OS:16.4, name:iPhone 14 Pro }
		{ platform:iOS Simulator, id:96A5B0CE-DBCF-4AFD-A73C-A57DCEE3B1DB, OS:16.4, name:iPhone 14 Pro }
		{ platform:iOS Simulator, id:1B5DBC05-FF0B-40F5-AD3D-97A5C09A56DC, OS:16.4, name:iPhone 14 Pro Max }
		{ platform:iOS Simulator, id:1B5DBC05-FF0B-40F5-AD3D-97A5C09A56DC, OS:16.4, name:iPhone 14 Pro Max }
		{ platform:iOS Simulator, id:163DB6E8-D481-4A03-A409-3952F8A88A1A, OS:16.4, name:iPhone SE (3rd generation) }
		{ platform:iOS Simulator, id:163DB6E8-D481-4A03-A409-3952F8A88A1A, OS:16.4, name:iPhone SE (3rd generation) }
INFRASTRUCTURE ERROR (status: destinationUnavailable