The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftCoreData, reference main (c2bca9), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 00:56:44 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/xiiagency/SwiftCoreData.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/xiiagency/SwiftCoreData
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c2bca96 [SCD-5] Make package public (#6)
Cloned https://github.com/xiiagency/SwiftCoreData.git
Revision (git rev-parse @):
c2bca96fd8bc376088b4b2c9d54a1acb0b656c3d
SUCCESS checkout https://github.com/xiiagency/SwiftCoreData.git at main
Fetching https://github.com/xiiagency/SwiftFoundationExtensions
Fetching https://github.com/xiiagency/SwiftConcurrency
[1/27] Fetching swiftconcurrency
[28/94] Fetching swiftconcurrency, swiftfoundationextensions
Fetched https://github.com/xiiagency/SwiftConcurrency from cache (0.59s)
Fetched https://github.com/xiiagency/SwiftFoundationExtensions from cache (0.59s)
Computing version for https://github.com/xiiagency/SwiftFoundationExtensions
Computed https://github.com/xiiagency/SwiftFoundationExtensions at 1.0.0 (1.25s)
Computing version for https://github.com/xiiagency/SwiftConcurrency
Computed https://github.com/xiiagency/SwiftConcurrency at 1.0.0 (0.65s)
Creating working copy for https://github.com/xiiagency/SwiftConcurrency
Working copy of https://github.com/xiiagency/SwiftConcurrency resolved at 1.0.0
Creating working copy for https://github.com/xiiagency/SwiftFoundationExtensions
Working copy of https://github.com/xiiagency/SwiftFoundationExtensions resolved at 1.0.0
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swiftcoredata",
      "name": "SwiftCoreData",
      "url": "https://github.com/xiiagency/SwiftCoreData.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftCoreData",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "swiftconcurrency",
          "name": "SwiftConcurrency",
          "url": "https://github.com/xiiagency/SwiftConcurrency",
          "version": "1.0.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftConcurrency",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        },
        {
          "identity": "swiftfoundationextensions",
          "name": "SwiftFoundationExtensions",
          "url": "https://github.com/xiiagency/SwiftFoundationExtensions",
          "version": "1.0.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftFoundationExtensions",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/xiiagency/SwiftCoreData.git
[1/55] Fetching swiftcoredata
Fetched https://github.com/xiiagency/SwiftCoreData.git from cache (0.65s)
Fetching https://github.com/xiiagency/SwiftConcurrency from cache
Fetching https://github.com/xiiagency/SwiftFoundationExtensions from cache
Fetched https://github.com/xiiagency/SwiftConcurrency from cache (0.45s)
Fetched https://github.com/xiiagency/SwiftFoundationExtensions from cache (0.45s)
Computing version for https://github.com/xiiagency/SwiftFoundationExtensions
Computed https://github.com/xiiagency/SwiftFoundationExtensions at 1.0.0 (0.52s)
Computing version for https://github.com/xiiagency/SwiftConcurrency
Computed https://github.com/xiiagency/SwiftConcurrency at 1.0.0 (0.03s)
Creating working copy for https://github.com/xiiagency/SwiftConcurrency
Working copy of https://github.com/xiiagency/SwiftConcurrency resolved at 1.0.0
Creating working copy for https://github.com/xiiagency/SwiftCoreData.git
Working copy of https://github.com/xiiagency/SwiftCoreData.git resolved at main (c2bca96)
Creating working copy for https://github.com/xiiagency/SwiftFoundationExtensions
Working copy of https://github.com/xiiagency/SwiftFoundationExtensions resolved at 1.0.0
warning: '.resolve-product-dependencies': dependency 'swiftcoredata' is not used by any target
Found 2 product dependencies
  - SwiftConcurrency
  - SwiftFoundationExtensions
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/xiiagency/SwiftCoreData.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version--6988338F2F200930.txt
[5/20] Compiling SwiftFoundationExtensions Comparable+Extensions.swift
[6/21] Compiling SwiftFoundationExtensions AsyncSequence+Extensions.swift
[7/21] Compiling SwiftFoundationExtensions Collection+Extensions.swift
[8/21] Compiling SwiftFoundationExtensions Sequence+Extensions.swift
[9/21] Compiling SwiftFoundationExtensions Date+Extensions.swift
[10/21] Emitting module SwiftFoundationExtensions
[11/21] Compiling SwiftFoundationExtensions Dictionary+Extensions.swift
[12/21] Compiling SwiftFoundationExtensions EnumeratedSequence+Extensions.swift
[13/21] Compiling SwiftFoundationExtensions Error+Extensions.swift
[14/21] Emitting module SwiftConcurrency
[15/21] Compiling SwiftFoundationExtensions ElapsedTimer.swift
[16/21] Compiling SwiftFoundationExtensions ErrorWithTrace.swift
[17/21] Compiling SwiftFoundationExtensions BundleInformation.swift
[18/21] Compiling SwiftFoundationExtensions Logger+Extensions.swift
[19/21] Compiling SwiftConcurrency ParallelProcessing.swift
[20/21] Compiling SwiftConcurrency Task+Extensions.swift
[21/21] Compiling SwiftFoundationExtensions Double+Extensions.swift
[22/34] Compiling SwiftCoreData NSManagedObjectContext+Extensions.swift
[23/34] Compiling SwiftCoreData NSPersistentContainer+Extensions+operations.swift
[24/34] Compiling SwiftCoreData NSPersistentContainer+Extensions+initialization.swift
[25/34] Compiling SwiftCoreData CreateFetchRequest.swift
[26/34] Compiling SwiftCoreData CoreDataStoreConfiguration.swift
[27/34] Compiling SwiftCoreData NSPersistentCloudKitContainer+Extensions.swift
[28/34] Compiling SwiftCoreData StorageRecord.swift
[29/34] Compiling SwiftCoreData CoreDataError.swift
[30/34] Compiling SwiftCoreData NSManagedObject+Extensions.swift
[31/34] Emitting module SwiftCoreData
[32/34] Compiling SwiftCoreData StorageRecords.swift
[33/34] Compiling SwiftCoreData ManagedObjectContextProvider.swift
[34/34] Compiling SwiftCoreData StorageOptionalRecord.swift
[35/35] Compiling SwiftCoreData StorageRecordsController.swift
Build complete! (14.03s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftconcurrency",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "1.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/xiiagency/SwiftConcurrency"
    },
    {
      "identity" : "swiftfoundationextensions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "1.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/xiiagency/SwiftFoundationExtensions"
    }
  ],
  "manifest_display_name" : "SwiftCoreData",
  "name" : "SwiftCoreData",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftCoreData",
      "targets" : [
        "SwiftCoreData"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftCoreData",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCoreData",
      "path" : "Sources/SwiftCoreData",
      "product_dependencies" : [
        "SwiftConcurrency",
        "SwiftFoundationExtensions"
      ],
      "product_memberships" : [
        "SwiftCoreData"
      ],
      "sources" : [
        "CoreDataError.swift",
        "NSManagedObject+Extensions.swift",
        "initialization/CoreDataStoreConfiguration.swift",
        "initialization/NSPersistentCloudKitContainer+Extensions.swift",
        "initialization/NSPersistentContainer+Extensions+initialization.swift",
        "operations/CreateFetchRequest.swift",
        "operations/NSManagedObjectContext+Extensions.swift",
        "operations/NSPersistentContainer+Extensions+operations.swift",
        "propertyWrappers/ManagedObjectContextProvider.swift",
        "propertyWrappers/StorageOptionalRecord.swift",
        "propertyWrappers/StorageRecord.swift",
        "propertyWrappers/StorageRecords.swift",
        "propertyWrappers/StorageRecordsController.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.