Build Information
Failed to build JSQCoreDataKit, reference main (84f382
), with Swift 6.0 for iOS using Xcode 16.2 on 10 Mar 2025 20:59:03 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme JSQCoreDataKit -destination generic/platform=iOS
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: iOS
Swift version: 6.0
Building package at path: $PWD
https://github.com/jessesquires/JSQCoreDataKit.git
https://github.com/jessesquires/JSQCoreDataKit.git
{
"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"
}
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" : "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-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme JSQCoreDataKit -destination generic/platform=iOS 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 JSQCoreDataKit -destination generic/platform=iOS "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
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-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/momc --dry-run --action generate --swift-version 5.0 --sdkroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk --iphoneos-deployment-target 14.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-iphoneos/ExampleModel.build/DerivedSources/CoreDataGenerated/ExampleModel
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 953b3999d2e528ce03f88cf5045a16c5
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/953b3999d2e528ce03f88cf5045a16c5.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 **
The following build commands failed:
Building project JSQCoreDataKit with scheme JSQCoreDataKit
(1 failure)
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" : "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-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme JSQCoreDataKit -destination generic/platform=iOS
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 JSQCoreDataKit -destination generic/platform=iOS
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-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/momc --dry-run --action generate --swift-version 5.0 --sdkroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk --iphoneos-deployment-target 14.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-iphoneos/ExampleModel.build/DerivedSources/CoreDataGenerated/ExampleModel
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 25945d50491bcc9e7be5b733ceed5a31
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/25945d50491bcc9e7be5b733ceed5a31.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 **
The following build commands failed:
Building project JSQCoreDataKit with scheme JSQCoreDataKit
(1 failure)
BUILD FAILURE 6.0 iOS