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 TMLPersistentContainer, reference main (8ed644), with Swift 6.2 for macOS (SPM) on 27 Oct 2025 22:38:10 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/johnfairh/TMLPersistentContainer.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/johnfairh/TMLPersistentContainer
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8ed6442 Update for Xcode26 (#28)
Cloned https://github.com/johnfairh/TMLPersistentContainer.git
Revision (git rev-parse @):
8ed64420272613d56e5d2eda025ad4f86b591bcb
SUCCESS checkout https://github.com/johnfairh/TMLPersistentContainer.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "tmlpersistentcontainer",
      "name": "TMLPersistentContainer",
      "url": "https://github.com/johnfairh/TMLPersistentContainer.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/TMLPersistentContainer",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/johnfairh/TMLPersistentContainer.git
[1/1280] Fetching tmlpersistentcontainer
Fetched https://github.com/johnfairh/TMLPersistentContainer.git from cache (1.82s)
Creating working copy for https://github.com/johnfairh/TMLPersistentContainer.git
Working copy of https://github.com/johnfairh/TMLPersistentContainer.git resolved at main (8ed6442)
warning: '.resolve-product-dependencies': dependency 'tmlpersistentcontainer' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/johnfairh/TMLPersistentContainer.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/15] Compiling TMLPersistentContainer PersistentCloudKitContainer.swift
[4/15] Compiling TMLPersistentContainer NSPersistentStoreDescription+Metadata.swift
[5/15] Compiling TMLPersistentContainer PersistentContainer+Migration.swift
[6/16] Compiling TMLPersistentContainer ModelVersionOrder.swift
[7/16] Compiling TMLPersistentContainer ModelVersionGraph.swift
[8/16] Compiling TMLPersistentContainer MigrationError.swift
[9/16] Compiling TMLPersistentContainer ModelVersionEdge.swift
[10/16] Compiling TMLPersistentContainer LogMessage.swift
[11/16] Compiling TMLPersistentContainer MigrationDelegate.swift
[12/16] Emitting module TMLPersistentContainer
[13/16] Compiling TMLPersistentContainer Graph.swift
[14/16] Compiling TMLPersistentContainer Helpers.swift
[15/16] Compiling TMLPersistentContainer ModelVersionNode.swift
[16/16] Compiling TMLPersistentContainer PersistentContainer.swift
Build complete! (6.05s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "TMLPersistentContainer",
  "name" : "TMLPersistentContainer",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "TMLPersistentContainer",
      "targets" : [
        "TMLPersistentContainer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TMLPersistentContainer",
      "module_type" : "SwiftTarget",
      "name" : "TMLPersistentContainer",
      "path" : "Sources",
      "product_memberships" : [
        "TMLPersistentContainer"
      ],
      "sources" : [
        "Graph.swift",
        "Helpers.swift",
        "LogMessage.swift",
        "MigrationDelegate.swift",
        "MigrationError.swift",
        "ModelVersionEdge.swift",
        "ModelVersionGraph.swift",
        "ModelVersionNode.swift",
        "ModelVersionOrder.swift",
        "NSPersistentStoreDescription+Metadata.swift",
        "PersistentCloudKitContainer.swift",
        "PersistentContainer+Migration.swift",
        "PersistentContainer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.