The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CoreDataService, reference main (4e51a8), with Swift 6.2 for macOS (SPM) on 23 Jun 2025 23:04: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/IhorIlin/CoreDataService.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/IhorIlin/CoreDataService
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4e51a8d Add .docc
Cloned https://github.com/IhorIlin/CoreDataService.git
Revision (git rev-parse @):
4e51a8d86cc7030825c8953a42558cbaac5b9e0b
SUCCESS checkout https://github.com/IhorIlin/CoreDataService.git at main
========================================
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 CoreDataConfigurable.swift
[4/11] Compiling CoreDataService CoreDataError.swift
[5/11] Compiling CoreDataService CoreDataStack.swift
[6/11] Compiling CoreDataService CoreDataService.swift
[7/11] Compiling CoreDataService CoreDataRepresentable.swift
[8/11] Compiling CoreDataService DefaultCoreDataStack.swift
[9/11] Emitting module CoreDataService
[10/11] Compiling CoreDataService DefaultCoreDataConfiguration.swift
[11/11] Compiling CoreDataService DefaultCoreDataService.swift
Build complete! (4.40s)
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.