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.0 for tvOS using Xcode 16.2.

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kjuly/KYLogger.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Kjuly/KYLogger
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.0
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.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" : [
  ],
  "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.2.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.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 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"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
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-04-13 11:01:44.013 xcodebuild[573:3365] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-13-04_11-01-0044.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:7fad1eb2a8faea7b92d3cdb56672541e5d38f87e, name:My Mac }
		{ platform:macOS, arch:x86_64, id:7fad1eb2a8faea7b92d3cdb56672541e5d38f87e, name:My Mac }
		{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:7fad1eb2a8faea7b92d3cdb56672541e5d38f87e, name:My Mac }
		{ platform:macOS, arch:x86_64, variant:Mac Catalyst, id:7fad1eb2a8faea7b92d3cdb56672541e5d38f87e, 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