The Swift Package Index logo.Swift Package Index

Build Information

Failed to build UUSwiftCore with Swift 6.0 for tvOS using Xcode 16.2.

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SilverPineSoftware/UUSwiftCore.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SilverPineSoftware/UUSwiftCore
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0fc0fa4 More unit tests
Cloned https://github.com/SilverPineSoftware/UUSwiftCore.git
Revision (git rev-parse @):
0fc0fa495718f5310a8241d1764f55c0397000a1
SUCCESS checkout https://github.com/SilverPineSoftware/UUSwiftCore.git at main
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.0
Building package at path:  $PWD
https://github.com/SilverPineSoftware/UUSwiftCore.git
Command line invocation:
    /Applications/Xcode-16.2.0.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
resolved source packages:
{
  "dependencies" : [
    {
      "identity" : "uuswifttestcore",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.4",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SilverPineSoftware/UUSwiftTestCore.git"
    }
  ],
  "manifest_display_name" : "UUSwiftCore",
  "name" : "UUSwiftCore",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "UUSwiftCore",
      "targets" : [
        "UUSwiftCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4.2",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "UUSwiftCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "UUSwiftCoreTests",
      "path" : "Tests",
      "product_dependencies" : [
        "UUSwiftTestCore"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/zip_cmd_line.zip",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/zip_data.zip",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/zip_data_windows.zip",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Logging/UULoggerTests.swift",
        "UUArrayTests.swift",
        "UUCompressionTests.swift",
        "UUCoreDataTests.swift",
        "UUDataTests.swift",
        "UUJsonTests.swift",
        "UUNumberTests.swift",
        "UUStringTests.swift",
        "UUTimeMeasurementTests.swift",
        "UUTimerTests.swift"
      ],
      "target_dependencies" : [
        "UUSwiftCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "UUSwiftCore",
      "module_type" : "SwiftTarget",
      "name" : "UUSwiftCore",
      "path" : "UUSwiftCore",
      "product_memberships" : [
        "UUSwiftCore"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/UUSwiftCore/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Logging/UUConsoleLogWriter.swift",
        "Logging/UULog.swift",
        "Logging/UULogLevel.swift",
        "Logging/UULogWriter.swift",
        "Logging/UULogger+Ext.swift",
        "Logging/UULogger.swift",
        "Logging/UUPrintLogWriter.swift",
        "UUArray.swift",
        "UUCollection.swift",
        "UUColor.swift",
        "UUComparable.swift",
        "UUCompression.swift",
        "UUCoreData.swift",
        "UUData.swift",
        "UUDataCache.swift",
        "UUDate.swift",
        "UUDictionary.swift",
        "UUJson.swift",
        "UUKeychain.swift",
        "UULocalization.swift",
        "UUNumber.swift",
        "UUObject.swift",
        "UUObjectFactory.swift",
        "UURandom.swift",
        "UUString.swift",
        "UUSwiftCore.swift",
        "UUThread.swift",
        "UUTimeMeasurement.swift",
        "UUTimer.swift",
        "UUTypeAliases.swift",
        "UUURL.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "UUSwiftCore",
    "schemes" : [
      "UUSwiftCore"
    ],
    "targets" : [
      "UUSwiftCore"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme UUSwiftCore -destination generic/platform=tvOS
Command line invocation:
    /Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme UUSwiftCore -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
2026-02-11 21:33:32.490 xcodebuild[631:3683] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2026-11-02_21-33-0032.xcresult
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
		{ generic:1, platform:tvOS }
	Available destinations for the "UUSwiftCore" scheme:
		{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:1f9713a6a0de3115666b33ca3a0dcc80aff7c1ba, name:My Mac }
		{ platform:macOS, arch:x86_64, variant:Mac Catalyst, id:1f9713a6a0de3115666b33ca3a0dcc80aff7c1ba, name:My Mac }
		{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:1f9713a6a0de3115666b33ca3a0dcc80aff7c1ba, name:My Mac }
		{ 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:visionOS Simulator, variant:Designed for [iPad,iPhone], id:A47009C3-A5F9-43E0-AB83-50D1123445FF, OS:2.3, name:Apple Vision Pro }
		{ platform:iOS Simulator, id:76436B93-6F08-4C87-B885-B424838A33F2, OS:18.3.1, name:iPad (10th generation) }
		{ platform:iOS Simulator, id:76436B93-6F08-4C87-B885-B424838A33F2, OS:18.3.1, name:iPad (10th generation) }
		{ platform:iOS Simulator, id:480F6223-168A-4D04-B9AD-9A7A7DD3794C, OS:18.3.1, name:iPad (A16) }
		{ platform:iOS Simulator, id:480F6223-168A-4D04-B9AD-9A7A7DD3794C, OS:18.3.1, name:iPad (A16) }
		{ platform:iOS Simulator, id:CB510D30-AEAA-431C-B367-55BDB201AD64, OS:18.3.1, name:iPad Air 11-inch (M2) }
		{ platform:iOS Simulator, id:CB510D30-AEAA-431C-B367-55BDB201AD64, OS:18.3.1, name:iPad Air 11-inch (M2) }
		{ platform:iOS Simulator, id:B8768DBE-52AA-4F4B-88F1-5CDDF2C7BCC1, OS:18.3.1, name:iPad Air 11-inch (M3) }
		{ platform:iOS Simulator, id:B8768DBE-52AA-4F4B-88F1-5CDDF2C7BCC1, OS:18.3.1, name:iPad Air 11-inch (M3) }
		{ platform:iOS Simulator, id:BC978605-9CBB-45DF-9D63-1AF39A83A7A3, OS:18.3.1, name:iPad Air 13-inch (M2) }
		{ platform:iOS Simulator, id:BC978605-9CBB-45DF-9D63-1AF39A83A7A3, OS:18.3.1, name:iPad Air 13-inch (M2) }
		{ platform:iOS Simulator, id:58A3DAF4-CAB8-4DF2-BAF3-5275F342B6C3, OS:18.3.1, name:iPad Air 13-inch (M3) }
		{ platform:iOS Simulator, id:58A3DAF4-CAB8-4DF2-BAF3-5275F342B6C3, OS:18.3.1, name:iPad Air 13-inch (M3) }
		{ platform:iOS Simulator, id:75319040-9078-4BE5-96EE-E24EAD5685B6, OS:18.3.1, name:iPad Pro 11-inch (M4) }
		{ platform:iOS Simulator, id:75319040-9078-4BE5-96EE-E24EAD5685B6, OS:18.3.1, name:iPad Pro 11-inch (M4) }
		{ platform:iOS Simulator, id:C40A12D4-2784-4D3F-9A25-802DADAA9E30, OS:18.3.1, name:iPad Pro 13-inch (M4) }
		{ platform:iOS Simulator, id:C40A12D4-2784-4D3F-9A25-802DADAA9E30, OS:18.3.1, name:iPad Pro 13-inch (M4) }
		{ platform:iOS Simulator, id:F6F069B4-9FC6-4E56-B56D-0B3B3CEA9A68, OS:18.3.1, name:iPad mini (A17 Pro) }
		{ platform:iOS Simulator, id:F6F069B4-9FC6-4E56-B56D-0B3B3CEA9A68, OS:18.3.1, name:iPad mini (A17 Pro) }
		{ platform:iOS Simulator, id:D3125B1C-C605-4AB9-B073-5452743AB463, OS:18.3.1, name:iPhone 16 }
		{ platform:iOS Simulator, id:D3125B1C-C605-4AB9-B073-5452743AB463, OS:18.3.1, name:iPhone 16 }
		{ platform:iOS Simulator, id:31BE0FD2-CB6A-4603-B0AA-E5F11095F5AE, OS:18.3.1, name:iPhone 16 Plus }
		{ platform:iOS Simulator, id:31BE0FD2-CB6A-4603-B0AA-E5F11095F5AE, OS:18.3.1, name:iPhone 16 Plus }
		{ platform:iOS Simulator, id:3F70F745-FEF2-4BDA-8C2F-23A862D1DBD7, OS:18.3.1, name:iPhone 16 Pro }
		{ platform:iOS Simulator, id:3F70F745-FEF2-4BDA-8C2F-23A862D1DBD7, OS:18.3.1, name:iPhone 16 Pro }
		{ platform:iOS Simulator, id:CF3A649E-685B-456C-A1BA-D8FF3DA2AC95, OS:18.3.1, name:iPhone 16 Pro Max }
		{ platform:iOS Simulator, id:CF3A649E-685B-456C-A1BA-D8FF3DA2AC95, OS:18.3.1, name:iPhone 16 Pro Max }
		{ platform:iOS Simulator, id:832715B1-B3F4-4967-9063-0FB3E4548632, OS:18.3.1, name:iPhone 16e }
		{ platform:iOS Simulator, id:832715B1-B3F4-4967-9063-0FB3E4548632, OS:18.3.1, name:iPhone 16e }
		{ platform:iOS Simulator, id:6ECC8606-D7C2-48C9-A557-230425CEA9FA, OS:18.3.1, name:iPhone SE (3rd generation) }
		{ platform:iOS Simulator, id:6ECC8606-D7C2-48C9-A557-230425CEA9FA, OS:18.3.1, name:iPhone SE (3rd generation) }
INFRASTRUCTURE ERROR (status: destinationUnavailable