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.10 for watchOS using Xcode 15.4 on 10 Mar 2025 20:58:38 UTC.

Build Command

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

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:         watchOS
Swift version:             5.10
Building package at path:  $PWD
https://github.com/jessesquires/JSQCoreDataKit.git
Command line invocation:
    /Applications/Xcode-15.4.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.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme JSQCoreDataKit -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-15.4.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=watchOS
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
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -v
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/usr/bin/momc --dry-run --action generate --swift-version 5.0 --sdkroot /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk --watchos-deployment-target 6.0 --module ExampleModel /Users/admin/builder/spi-builder-workspace/Example/ExampleModel/ExampleModel/ExampleModel.xcdatamodeld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExampleModel.build/Debug-watchos/ExampleModel.build/DerivedSources/CoreDataGenerated/ExampleModel
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk -x c -c /dev/null
Build description signature: 07a2f188652dca8ba0e7591991e06efa
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/07a2f188652dca8ba0e7591991e06efa.xcbuilddata
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')
/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')
** BUILD FAILED **
Command line invocation:
    /Applications/Xcode-15.4.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.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme JSQCoreDataKit -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-15.4.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=watchOS
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
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -v
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/usr/bin/momc --dry-run --action generate --swift-version 5.0 --sdkroot /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk --watchos-deployment-target 6.0 --module ExampleModel /Users/admin/builder/spi-builder-workspace/Example/ExampleModel/ExampleModel/ExampleModel.xcdatamodeld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExampleModel.build/Debug-watchos/ExampleModel.build/DerivedSources/CoreDataGenerated/ExampleModel
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.5.sdk -x c -c /dev/null
Build description signature: 07a2f188652dca8ba0e7591991e06efa
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/07a2f188652dca8ba0e7591991e06efa.xcbuilddata
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')
/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')
** BUILD FAILED **
BUILD FAILURE 5.10 watchOS