The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SketchX with Swift 5.10 for tvOS using Xcode 15.3 at v1.0.9.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme SketchX-Package -destination generic/platform=tvos

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/elegantchaos/SketchX.git
Reference: v1.0.9
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/elegantchaos/SketchX
 * tag               v1.0.9     -> FETCH_HEAD
HEAD is now at 8446d91 changed --pages to be an option
Cloned https://github.com/elegantchaos/SketchX.git
Revision (git rev-parse @):
8446d91994b541cfad9d37c3bd318f4e50f5ff37
SUCCESS checkout https://github.com/elegantchaos/SketchX.git at v1.0.9
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             5.10
Building package at path:  $workDir
https://github.com/elegantchaos/SketchX.git
Command line invocation:
    /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
resolved source packages:
2024-02-14 00:34:11.741 xcodebuild[93710:4487798] Requested but did not find extension point with identifier Xcode.DVTDeviceFoundation.Aspect for extension Xcode.IDEiOSSupportCore.Aspect.NBDD of plug-in com.apple.dt.IDE.IDEiOSSupportCore
2024-02-14 00:34:12.044 xcodebuild[93710:4487798] [MT] DVTPlugInQuery: Requested but did not find extension point with identifier 'Xcode.DVTDeviceFoundation.CompatibleDeviceFamilyPair'. This is programmer error; code should only request extension points that are defined by itself or its dependencies.
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "SketchX",
    "schemes" : [
      "SketchX",
      "SketchX-Package"
    ],
    "targets" : [
      "Arguments",
      "ArgumentsPackageDescription",
      "CommandShell",
      "CommandShellPackageDescription",
      "Docopt",
      "DocoptPackageDescription",
      "Logger",
      "LoggerPackageDescription",
      "Runner",
      "RunnerPackageDescription",
      "SketchX",
      "SketchXPackageDescription",
      "SketchXPackageTests",
      "SketchXTests",
      "sketchx"
    ]
  }
}
2024-02-14 00:34:12.321 xcodebuild[93760:4487934] Requested but did not find extension point with identifier Xcode.DVTDeviceFoundation.Aspect for extension Xcode.IDEiOSSupportCore.Aspect.NBDD of plug-in com.apple.dt.IDE.IDEiOSSupportCore
2024-02-14 00:34:12.615 xcodebuild[93760:4487934] [MT] DVTPlugInQuery: Requested but did not find extension point with identifier 'Xcode.DVTDeviceFoundation.CompatibleDeviceFamilyPair'. This is programmer error; code should only request extension points that are defined by itself or its dependencies.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme SketchX-Package -destination generic/platform=tvos
Command line invocation:
    /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme SketchX-Package -destination generic/platform=tvos
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
    Target 'SketchX' in project 'SketchX'
        ➜ Explicit dependency on target 'CommandShell' in project 'SketchX'
        ➜ Explicit dependency on target 'Arguments' in project 'SketchX'
        ➜ Explicit dependency on target 'Logger' in project 'SketchX'
        ➜ Explicit dependency on target 'Docopt' in project 'SketchX'
        ➜ Explicit dependency on target 'Runner' in project 'SketchX'
    Target 'Runner' in project 'SketchX' (no dependencies)
    Target 'CommandShell' in project 'SketchX'
        ➜ Explicit dependency on target 'Arguments' in project 'SketchX'
        ➜ Explicit dependency on target 'Logger' in project 'SketchX'
        ➜ Explicit dependency on target 'Docopt' in project 'SketchX'
    Target 'Arguments' in project 'SketchX'
        ➜ Explicit dependency on target 'Logger' in project 'SketchX'
        ➜ Explicit dependency on target 'Docopt' in project 'SketchX'
    Target 'Docopt' in project 'SketchX' (no dependencies)
    Target 'Logger' in project 'SketchX' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -v
ExecuteExternalTool /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 2bdd3f4e7449bbede53bdb1783ddeaf0
Build description path: /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/2bdd3f4e7449bbede53bdb1783ddeaf0.xcbuilddata
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/SketchX.xcodeproj: error: Signing for "SketchX" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'SketchX' from project 'SketchX')
2024-02-14 00:34:12.892 xcodebuild[93772:4488027] Requested but did not find extension point with identifier Xcode.DVTDeviceFoundation.Aspect for extension Xcode.IDEiOSSupportCore.Aspect.NBDD of plug-in com.apple.dt.IDE.IDEiOSSupportCore
2024-02-14 00:34:13.190 xcodebuild[93772:4488027] [MT] DVTPlugInQuery: Requested but did not find extension point with identifier 'Xcode.DVTDeviceFoundation.CompatibleDeviceFamilyPair'. This is programmer error; code should only request extension points that are defined by itself or its dependencies.
** BUILD FAILED **
Command line invocation:
    /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme SketchX-Package -destination generic/platform=tvos
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
    Target 'SketchX' in project 'SketchX'
        ➜ Explicit dependency on target 'CommandShell' in project 'SketchX'
        ➜ Explicit dependency on target 'Arguments' in project 'SketchX'
        ➜ Explicit dependency on target 'Logger' in project 'SketchX'
        ➜ Explicit dependency on target 'Docopt' in project 'SketchX'
        ➜ Explicit dependency on target 'Runner' in project 'SketchX'
    Target 'Runner' in project 'SketchX' (no dependencies)
    Target 'CommandShell' in project 'SketchX'
        ➜ Explicit dependency on target 'Arguments' in project 'SketchX'
        ➜ Explicit dependency on target 'Logger' in project 'SketchX'
        ➜ Explicit dependency on target 'Docopt' in project 'SketchX'
    Target 'Arguments' in project 'SketchX'
        ➜ Explicit dependency on target 'Logger' in project 'SketchX'
        ➜ Explicit dependency on target 'Docopt' in project 'SketchX'
    Target 'Docopt' in project 'SketchX' (no dependencies)
    Target 'Logger' in project 'SketchX' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/SketchX.xcodeproj: error: Signing for "SketchX" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'SketchX' from project 'SketchX')
2024-02-14 00:34:13.948 xcodebuild[93789:4488161] Requested but did not find extension point with identifier Xcode.DVTDeviceFoundation.Aspect for extension Xcode.IDEiOSSupportCore.Aspect.NBDD of plug-in com.apple.dt.IDE.IDEiOSSupportCore
2024-02-14 00:34:14.213 xcodebuild[93789:4488161] [MT] DVTPlugInQuery: Requested but did not find extension point with identifier 'Xcode.DVTDeviceFoundation.CompatibleDeviceFamilyPair'. This is programmer error; code should only request extension points that are defined by itself or its dependencies.
** BUILD FAILED **
BUILD FAILURE 5.10 tvOS

Build Machine: Mac 7