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 JSQCoreDataKit, reference main (84f382), with Swift 5.9 for tvOS using Xcode 15.2 on 10 Mar 2025 20:57:59 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme JSQCoreDataKit -destination generic/platform=tvOS

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jessesquires/JSQCoreDataKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jessesquires/JSQCoreDataKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 84f382e Bump cocoapods from 1.15.2 to 1.16.2 (#283)
Cloned https://github.com/jessesquires/JSQCoreDataKit.git
Revision (git rev-parse @):
84f382e959c2b238e996a7c29e5254069485467f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/jessesquires/JSQCoreDataKit.git at main
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             5.9
Building package at path:  $PWD
https://github.com/jessesquires/JSQCoreDataKit.git
Command line invocation:
    /Applications/Xcode-15.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" : "JSQCoreDataKit",
  "name" : "JSQCoreDataKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "macos",
      "version" : "10.14"
    }
  ],
  "products" : [
    {
      "name" : "JSQCoreDataKit",
      "targets" : [
        "JSQCoreDataKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "JSQCoreDataKit",
      "module_type" : "SwiftTarget",
      "name" : "JSQCoreDataKit",
      "path" : "Sources",
      "product_memberships" : [
        "JSQCoreDataKit"
      ],
      "sources" : [
        "CoreDataEntityProtocol.swift",
        "CoreDataModel.swift",
        "CoreDataStack.swift",
        "CoreDataStackProvider.swift",
        "FetchedResultsCellConfiguration.swift",
        "FetchedResultsController.swift",
        "FetchedResultsCoordinator.swift",
        "FetchedResultsDiffableDataSource.swift",
        "FetchedResultsSupplementaryConfiguration.swift",
        "Migrate.swift",
        "ModelFileExtension.swift",
        "NSManagedObjectContext+Extensions.swift",
        "StoreType.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "JSQCoreDataKit",
    "schemes" : [
      "JSQCoreDataKit"
    ],
    "targets" : [
      "JSQCoreDataKit",
      "JSQCoreDataKitTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme JSQCoreDataKit -destination generic/platform=tvOS
Command line invocation:
    /Applications/Xcode-15.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 JSQCoreDataKit -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
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'JSQCoreDataKitTests' in project 'JSQCoreDataKit'
        ➜ Explicit dependency on target 'ExampleModel' in project 'ExampleModel'
        ➜ Explicit dependency on target 'JSQCoreDataKit' in project 'JSQCoreDataKit'
    Target 'ExampleModel' in project 'ExampleModel'
        ➜ Implicit dependency on target 'JSQCoreDataKit' in project 'JSQCoreDataKit' via file 'JSQCoreDataKit.framework' in build phase 'Link Binary'
    Target 'JSQCoreDataKit' in project 'JSQCoreDataKit' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
Build description signature: 336260daa799cd18f49cf92e695dbccb
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/336260daa799cd18f49cf92e695dbccb.xcbuilddata
/Users/admin/builder/spi-builder-workspace/JSQCoreDataKit.xcodeproj: error: Signing for "JSQCoreDataKitTests" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'JSQCoreDataKitTests' from project 'JSQCoreDataKit')
note: Run script build phase 'SwiftLint' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'JSQCoreDataKit' from project 'JSQCoreDataKit')
** BUILD FAILED **
Command line invocation:
    /Applications/Xcode-15.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" : "JSQCoreDataKit",
  "name" : "JSQCoreDataKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "macos",
      "version" : "10.14"
    }
  ],
  "products" : [
    {
      "name" : "JSQCoreDataKit",
      "targets" : [
        "JSQCoreDataKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "JSQCoreDataKit",
      "module_type" : "SwiftTarget",
      "name" : "JSQCoreDataKit",
      "path" : "Sources",
      "product_memberships" : [
        "JSQCoreDataKit"
      ],
      "sources" : [
        "CoreDataEntityProtocol.swift",
        "CoreDataModel.swift",
        "CoreDataStack.swift",
        "CoreDataStackProvider.swift",
        "FetchedResultsCellConfiguration.swift",
        "FetchedResultsController.swift",
        "FetchedResultsCoordinator.swift",
        "FetchedResultsDiffableDataSource.swift",
        "FetchedResultsSupplementaryConfiguration.swift",
        "Migrate.swift",
        "ModelFileExtension.swift",
        "NSManagedObjectContext+Extensions.swift",
        "StoreType.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "JSQCoreDataKit",
    "schemes" : [
      "JSQCoreDataKit"
    ],
    "targets" : [
      "JSQCoreDataKit",
      "JSQCoreDataKitTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme JSQCoreDataKit -destination generic/platform=tvOS
Command line invocation:
    /Applications/Xcode-15.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 JSQCoreDataKit -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
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'JSQCoreDataKitTests' in project 'JSQCoreDataKit'
        ➜ Explicit dependency on target 'ExampleModel' in project 'ExampleModel'
        ➜ Explicit dependency on target 'JSQCoreDataKit' in project 'JSQCoreDataKit'
    Target 'ExampleModel' in project 'ExampleModel'
        ➜ Implicit dependency on target 'JSQCoreDataKit' in project 'JSQCoreDataKit' via file 'JSQCoreDataKit.framework' in build phase 'Link Binary'
    Target 'JSQCoreDataKit' in project 'JSQCoreDataKit' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
Build description signature: 336260daa799cd18f49cf92e695dbccb
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/336260daa799cd18f49cf92e695dbccb.xcbuilddata
/Users/admin/builder/spi-builder-workspace/JSQCoreDataKit.xcodeproj: error: Signing for "JSQCoreDataKitTests" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'JSQCoreDataKitTests' from project 'JSQCoreDataKit')
note: Run script build phase 'SwiftLint' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'JSQCoreDataKit' from project 'JSQCoreDataKit')
** BUILD FAILED **
BUILD FAILURE 5.9 tvOS