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 CoreDataModelDescription, reference master (e0b793), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 04:32:42 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/dmytro-anokhin/core-data-model-description.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dmytro-anokhin/core-data-model-description
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at e0b7930 Merge pull request #16 from munhitsu/ordered
Cloned https://github.com/dmytro-anokhin/core-data-model-description.git
Revision (git rev-parse @):
e0b79309bc4e993ae26af3a9d2fc6f2c2c9bf5ad
SUCCESS checkout https://github.com/dmytro-anokhin/core-data-model-description.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dmytro-anokhin/core-data-model-description.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 CoreDataModelDescription KeyPath+Extensions.swift
[4/10] Emitting module CoreDataModelDescription
[5/10] Compiling CoreDataModelDescription CoreDataModelDescription.swift
[6/10] Compiling CoreDataModelDescription CoreDataEntityDescription.swift
[7/10] Compiling CoreDataModelDescription CoreDataFetchIndexDescription.swift
[8/10] Compiling CoreDataModelDescription CoreDataRelationshipDescription.swift
[9/10] Compiling CoreDataModelDescription CoreDataFetchedPropertyDescription.swift
[10/10] Compiling CoreDataModelDescription CoreDataAttributeDescription.swift
Build complete! (3.79s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CoreDataModelDescription",
  "name" : "CoreDataModelDescription",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CoreDataModelDescription",
      "targets" : [
        "CoreDataModelDescription"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CoreDataModelDescriptionTests",
      "module_type" : "SwiftTarget",
      "name" : "CoreDataModelDescriptionTests",
      "path" : "Tests/CoreDataModelDescriptionTests",
      "sources" : [
        "CoreDataModelDescriptionTests.swift",
        "CoreDataModelRelationshipDescriptionTests.swift",
        "KeyPathExtensionTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "CoreDataModelDescription"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CoreDataModelDescription",
      "module_type" : "SwiftTarget",
      "name" : "CoreDataModelDescription",
      "path" : "Sources/CoreDataModelDescription",
      "product_memberships" : [
        "CoreDataModelDescription"
      ],
      "sources" : [
        "CoreDataAttributeDescription.swift",
        "CoreDataEntityDescription.swift",
        "CoreDataFetchIndexDescription.swift",
        "CoreDataFetchedPropertyDescription.swift",
        "CoreDataModelDescription.swift",
        "CoreDataRelationshipDescription.swift",
        "KeyPath+Extensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.