The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build KYLogger with Swift 6.1 for tvOS using Xcode 16.3.

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kjuly/KYLogger.git
Reference: 1.4.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Kjuly/KYLogger
 * tag               1.4.1      -> FETCH_HEAD
HEAD is now at 4af59f6 KYLogger.podspec: Set spec.version=1.4.1
Cloned https://github.com/Kjuly/KYLogger.git
Revision (git rev-parse @):
4af59f622b9ebd06ff9f42b55adbb25d207336ad
SUCCESS checkout https://github.com/Kjuly/KYLogger.git at 1.4.1
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Kjuly/KYLogger.git
https://github.com/Kjuly/KYLogger.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "KYLogger",
  "name" : "KYLogger",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.5"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "KYLogger",
      "targets" : [
        "KYLogger",
        "KYLoggerObjC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KYLoggerTests",
      "module_type" : "SwiftTarget",
      "name" : "KYLoggerTests",
      "path" : "KYLoggerTests",
      "sources" : [
        "KYFileLogger/KYFileLoggerConfigTests.swift",
        "KYFileLogger/KYFileLoggerErrorTests.swift",
        "KYFileLogger/KYFileLoggerTests.swift",
        "KYFileLogger/KYFileLogger_FolderNFileTests.swift",
        "KYFileLogger/KYFileLogger_LogDetailsTests.swift",
        "KYFileLogger/KYFileLogger_SessionTests.swift",
        "KYLogger/KYLoggerTests.swift"
      ],
      "target_dependencies" : [
        "KYLogger"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KYLoggerObjC",
      "module_type" : "ClangTarget",
      "name" : "KYLoggerObjC",
      "path" : "KYLogger/SourcesObjC",
      "product_memberships" : [
        "KYLogger"
      ],
      "sources" : [
        "KYLoggerObjC.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "KYLogger",
      "module_type" : "SwiftTarget",
      "name" : "KYLogger",
      "path" : "KYLogger/Sources",
      "product_memberships" : [
        "KYLogger"
      ],
      "sources" : [
        "KYFileLogger/KYFileLogger+FolderNFile.swift",
        "KYFileLogger/KYFileLogger+LogDetails.swift",
        "KYFileLogger/KYFileLogger+Session.swift",
        "KYFileLogger/KYFileLogger.swift",
        "KYFileLogger/KYFileLoggerConfig.swift",
        "KYFileLogger/KYFileLoggerError.swift",
        "KYLogger/KYLog.swift",
        "KYLogger/KYLogType.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "KYLogger",
  "name" : "KYLogger",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.5"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "KYLogger",
      "targets" : [
        "KYLogger",
        "KYLoggerObjC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KYLoggerTests",
      "module_type" : "SwiftTarget",
      "name" : "KYLoggerTests",
      "path" : "KYLoggerTests",
      "sources" : [
        "KYFileLogger/KYFileLoggerConfigTests.swift",
        "KYFileLogger/KYFileLoggerErrorTests.swift",
        "KYFileLogger/KYFileLoggerTests.swift",
        "KYFileLogger/KYFileLogger_FolderNFileTests.swift",
        "KYFileLogger/KYFileLogger_LogDetailsTests.swift",
        "KYFileLogger/KYFileLogger_SessionTests.swift",
        "KYLogger/KYLoggerTests.swift"
      ],
      "target_dependencies" : [
        "KYLogger"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KYLoggerObjC",
      "module_type" : "ClangTarget",
      "name" : "KYLoggerObjC",
      "path" : "KYLogger/SourcesObjC",
      "product_memberships" : [
        "KYLogger"
      ],
      "sources" : [
        "KYLoggerObjC.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "KYLogger",
      "module_type" : "SwiftTarget",
      "name" : "KYLogger",
      "path" : "KYLogger/Sources",
      "product_memberships" : [
        "KYLogger"
      ],
      "sources" : [
        "KYFileLogger/KYFileLogger+FolderNFile.swift",
        "KYFileLogger/KYFileLogger+LogDetails.swift",
        "KYFileLogger/KYFileLogger+Session.swift",
        "KYFileLogger/KYFileLogger.swift",
        "KYFileLogger/KYFileLoggerConfig.swift",
        "KYFileLogger/KYFileLoggerError.swift",
        "KYLogger/KYLog.swift",
        "KYLogger/KYLogType.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "KYLogger",
    "schemes" : [
      "KYLogger"
    ],
    "targets" : [
      "KYLogger",
      "KYLoggerTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme KYLogger -destination generic/platform=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.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 KYLogger -destination generic/platform=tvOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
2025-05-01 01:43:42.089 xcodebuild[570:3228] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-01-05_01-43-0042.xcresult
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
		{ generic:1, platform:tvOS }
	Available destinations for the "KYLogger" scheme:
		{ platform:macOS, arch:arm64, id:5d1b9acae204d74e8e6e3d9ba1c5891791cbb819, name:My Mac }
		{ platform:macOS, arch:x86_64, id:5d1b9acae204d74e8e6e3d9ba1c5891791cbb819, name:My Mac }
		{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:5d1b9acae204d74e8e6e3d9ba1c5891791cbb819, name:My Mac }
		{ platform:macOS, arch:x86_64, variant:Mac Catalyst, id:5d1b9acae204d74e8e6e3d9ba1c5891791cbb819, 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, name:Any Mac }
		{ platform:macOS, variant:Mac Catalyst, name:Any Mac }
		{ platform:watchOS, id:dvtdevice-DVTiOSDevicePlaceholder-watchos:placeholder, name:Any watchOS Device }
		{ platform:watchOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-watchsimulator:placeholder, name:Any watchOS Simulator Device }
INFRASTRUCTURE ERROR (status: destinationUnavailable