The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CoreDataService, reference 0.3.0 (bef59e), with Swift 6.2 for macOS (SPM) on 23 Jun 2025 23:05:05 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/IhorIlin/CoreDataService.git
Reference: 0.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/IhorIlin/CoreDataService
 * tag               0.3.0      -> FETCH_HEAD
HEAD is now at bef59e2 Merge pull request #1 from IhorIlin/develop
Cloned https://github.com/IhorIlin/CoreDataService.git
Revision (git rev-parse @):
bef59e2b3ddde02eca381b21c43cf895fcf7604a
SUCCESS checkout https://github.com/IhorIlin/CoreDataService.git at 0.3.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/IhorIlin/CoreDataService.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/11] Compiling CoreDataService CoreDataStack.swift
[4/11] Compiling CoreDataService CoreDataService.swift
[5/11] Compiling CoreDataService DefaultCoreDataStack.swift
[6/11] Compiling CoreDataService CoreDataConfigurable.swift
[7/11] Compiling CoreDataService CoreDataError.swift
[8/11] Compiling CoreDataService CoreDataRepresentable.swift
[9/11] Compiling CoreDataService DefaultCoreDataConfiguration.swift
[10/11] Emitting module CoreDataService
[11/11] Compiling CoreDataService DefaultCoreDataService.swift
Build complete! (4.78s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CoreDataService",
  "name" : "CoreDataService",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "CoreDataService",
      "targets" : [
        "CoreDataService"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CoreDataServiceTests",
      "module_type" : "SwiftTarget",
      "name" : "CoreDataServiceTests",
      "path" : "Tests/CoreDataServiceTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CoreDataServiceTests/Resources/TestModel.momd/TestModel.mom",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CoreDataServiceTests/Resources/TestModel.momd/VersionInfo.plist",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "CoreDataServiceTests.swift",
        "Model/User.swift",
        "Model/UserEntity+Properties.swift",
        "Model/UserEntity.swift"
      ],
      "target_dependencies" : [
        "CoreDataService"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CoreDataService",
      "module_type" : "SwiftTarget",
      "name" : "CoreDataService",
      "path" : "Sources/CoreDataService",
      "product_memberships" : [
        "CoreDataService"
      ],
      "sources" : [
        "Configurations/DefaultCoreDataConfiguration.swift",
        "Core/DefaultCoreDataService.swift",
        "Core/DefaultCoreDataStack.swift",
        "Errors/CoreDataError.swift",
        "Protocols/CoreDataConfigurable.swift",
        "Protocols/CoreDataRepresentable.swift",
        "Protocols/CoreDataService.swift",
        "Protocols/CoreDataStack.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.