Build Information
Successful build of JSQCoreDataKit, reference main (84f382
), with Swift 5.9 for macOS (SPM) on 10 Mar 2025 20:57:50 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
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: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/jessesquires/JSQCoreDataKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/13] Compiling JSQCoreDataKit FetchedResultsSupplementaryConfiguration.swift
[2/14] Compiling JSQCoreDataKit StoreType.swift
[3/14] Compiling JSQCoreDataKit FetchedResultsCoordinator.swift
[4/14] Compiling JSQCoreDataKit NSManagedObjectContext+Extensions.swift
[5/14] Compiling JSQCoreDataKit ModelFileExtension.swift
[6/14] Compiling JSQCoreDataKit FetchedResultsDiffableDataSource.swift
[7/14] Compiling JSQCoreDataKit CoreDataStack.swift
[8/14] Compiling JSQCoreDataKit CoreDataStackProvider.swift
[9/14] Compiling JSQCoreDataKit Migrate.swift
[10/14] Compiling JSQCoreDataKit CoreDataEntityProtocol.swift
[11/14] Compiling JSQCoreDataKit CoreDataModel.swift
[12/14] Emitting module JSQCoreDataKit
[13/14] Compiling JSQCoreDataKit FetchedResultsCellConfiguration.swift
[14/14] Compiling JSQCoreDataKit FetchedResultsController.swift
Build complete! (7.91s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyInfo.xcprivacy
Build complete.
{
"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"
}
Done.