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 9.0.3 (de9737), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 12:15:53 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jessesquires/JSQCoreDataKit.git
Reference: 9.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jessesquires/JSQCoreDataKit
 * tag               9.0.3      -> FETCH_HEAD
HEAD is now at de97371 [9.0.3] gen docs
Cloned https://github.com/jessesquires/JSQCoreDataKit.git
Revision (git rev-parse @):
de9737128e0f8e1864963f7b867a696b723f1a9a
SUCCESS checkout https://github.com/jessesquires/JSQCoreDataKit.git at 9.0.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/jessesquires/JSQCoreDataKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/10] Compiling JSQCoreDataKit StoreType.swift
[4/10] Compiling JSQCoreDataKit NSManagedObjectContext+Extensions.swift
[5/10] Compiling JSQCoreDataKit Migrate.swift
[6/10] Compiling JSQCoreDataKit CoreDataStackProvider.swift
[7/10] Compiling JSQCoreDataKit CoreDataEntityProtocol.swift
[8/10] Compiling JSQCoreDataKit CoreDataModel.swift
[9/10] Emitting module JSQCoreDataKit
[10/10] Compiling JSQCoreDataKit CoreDataStack.swift
Build complete! (4.34s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "JSQCoreDataKit",
  "name" : "JSQCoreDataKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    },
    {
      "name" : "macos",
      "version" : "10.12"
    }
  ],
  "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",
        "Migrate.swift",
        "NSManagedObjectContext+Extensions.swift",
        "StoreType.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.