The Swift Package Index logo.Swift Package Index

Build Information

Successful build of YPersistence, reference 1.1.0 (7de3f7), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 15:03:57 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/codeandtheory/ypersistence-ios.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/codeandtheory/ypersistence-ios
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at 7de3f7c [1346] Mark functionality for records (#14)
Cloned https://github.com/codeandtheory/ypersistence-ios.git
Revision (git rev-parse @):
7de3f7c4ef82dabd8db12406cfb5b7c004caef45
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/codeandtheory/ypersistence-ios.git at 1.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/codeandtheory/ypersistence-ios.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/20] Compiling YPersistence RecordToModel.swift
[4/20] Compiling YPersistence SyncRecord.swift
[5/21] Compiling YPersistence ModelRepresentable.swift
[6/21] Compiling YPersistence RecordFromModel.swift
[7/21] Compiling YPersistence SortColumn.swift
[8/21] Emitting module YPersistence
[9/21] Compiling YPersistence CoreModel.swift
[10/21] Compiling YPersistence DataRecord.swift
[11/21] Compiling YPersistence SortInfo.swift
[12/21] Compiling YPersistence PersistenceManager+Clear.swift
[13/21] Compiling YPersistence PersistenceManager+Delete.swift
[14/21] Compiling YPersistence PersistenceManager+Fetch.swift
[15/21] Compiling YPersistence PersistenceManager+Save.swift
[16/21] Compiling YPersistence PersistenceManager+Sync.swift
[17/21] Compiling YPersistence PersistenceManager.swift
[18/21] Compiling YPersistence NSManagedObjectModel+init.swift
[19/21] Compiling YPersistence PersistenceManager+BulkDelete.swift
[20/21] Compiling YPersistence DispatchQueue+executeOnMain.swift
[21/21] Compiling YPersistence NSManagedObjectContext+SaveChanges.swift
Build complete! (3.94s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "YPersistence",
  "name" : "YPersistence",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "YPersistence",
      "targets" : [
        "YPersistence"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "YPersistenceTests",
      "module_type" : "SwiftTarget",
      "name" : "YPersistenceTests",
      "path" : "Tests/YPersistenceTests",
      "sources" : [
        "DataModel/Human/ManagedFruit.swift",
        "DataModel/Human/ManagedGroceryProduct.swift",
        "DataModel/Machine/_ManagedFruit.swift",
        "DataModel/Machine/_ManagedGroceryProduct.swift",
        "DataModel/Mocks/Fruit.swift",
        "DataModel/Mocks/GroceryProduct.swift",
        "Extensions/DispatchQueue+executeOnMainTests.swift",
        "Extensions/NSManagedObjectContext+SaveChangesTests.swift",
        "Extensions/NSManagedObjectModel+initTests.swift",
        "Manager/PersistenceManager+BulkDeleteTests.swift",
        "Manager/PersistenceManager+ClearTests.swift",
        "Manager/PersistenceManager+DeleteTests.swift",
        "Manager/PersistenceManager+FetchTests.swift",
        "Manager/PersistenceManager+SaveTests.swift",
        "Manager/PersistenceManager+SyncTests.swift",
        "Manager/PersistenceManagerBaseTests.swift",
        "Manager/PersistenceManagerTests.swift",
        "Protocols/DataRecordTests.swift",
        "Protocols/SyncRecordTests.swift",
        "SortColumnTests.swift",
        "SortInfoTests.swift"
      ],
      "target_dependencies" : [
        "YPersistence"
      ],
      "type" : "test"
    },
    {
      "c99name" : "YPersistence",
      "module_type" : "SwiftTarget",
      "name" : "YPersistence",
      "path" : "Sources/YPersistence",
      "product_memberships" : [
        "YPersistence"
      ],
      "sources" : [
        "Extensions/DispatchQueue+executeOnMain.swift",
        "Extensions/NSManagedObjectContext+SaveChanges.swift",
        "Extensions/NSManagedObjectModel+init.swift",
        "Manager/PersistenceManager+BulkDelete.swift",
        "Manager/PersistenceManager+Clear.swift",
        "Manager/PersistenceManager+Delete.swift",
        "Manager/PersistenceManager+Fetch.swift",
        "Manager/PersistenceManager+Save.swift",
        "Manager/PersistenceManager+Sync.swift",
        "Manager/PersistenceManager.swift",
        "Protocols/CoreModel.swift",
        "Protocols/DataRecord.swift",
        "Protocols/ModelRepresentable.swift",
        "Protocols/RecordFromModel.swift",
        "Protocols/RecordToModel.swift",
        "Protocols/SyncRecord.swift",
        "SortColumn.swift",
        "SortInfo.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.