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

Successful build of JSQCoreDataKit, reference main (84f382), with Swift 5.10 for macOS (SPM) on 10 Mar 2025 20:57:49 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.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.10
Building package at path:  $PWD
https://github.com/jessesquires/JSQCoreDataKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/15] Compiling JSQCoreDataKit ModelFileExtension.swift
[4/16] Compiling JSQCoreDataKit StoreType.swift
[5/16] Compiling JSQCoreDataKit FetchedResultsCoordinator.swift
[6/16] Compiling JSQCoreDataKit NSManagedObjectContext+Extensions.swift
[7/16] Compiling JSQCoreDataKit FetchedResultsSupplementaryConfiguration.swift
[8/16] Compiling JSQCoreDataKit FetchedResultsDiffableDataSource.swift
[9/16] Compiling JSQCoreDataKit Migrate.swift
[10/16] Compiling JSQCoreDataKit CoreDataEntityProtocol.swift
[11/16] Compiling JSQCoreDataKit CoreDataModel.swift
[12/16] Emitting module JSQCoreDataKit
[13/16] Compiling JSQCoreDataKit CoreDataStack.swift
[14/16] Compiling JSQCoreDataKit CoreDataStackProvider.swift
[15/16] Compiling JSQCoreDataKit FetchedResultsCellConfiguration.swift
[16/16] Compiling JSQCoreDataKit FetchedResultsController.swift
Build complete! (7.37s)
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.