The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of CoreDataModelDescription, reference 0.0.11 (e0b793), with Swift 6.0 for macOS (SPM) on 2 Nov 2024 00:02:38 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dmytro-anokhin/core-data-model-description.git
Reference: 0.0.11
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dmytro-anokhin/core-data-model-description
 * tag               0.0.11     -> FETCH_HEAD
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 0.0.11
========================================
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": "core-data-model-description",
      "name": "CoreDataModelDescription",
      "url": "https://github.com/dmytro-anokhin/core-data-model-description.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/core-data-model-description",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/dmytro-anokhin/core-data-model-description.git
[1/230] Fetching core-data-model-description
Fetched https://github.com/dmytro-anokhin/core-data-model-description.git from cache (0.67s)
Creating working copy for https://github.com/dmytro-anokhin/core-data-model-description.git
Working copy of https://github.com/dmytro-anokhin/core-data-model-description.git resolved at 0.0.11 (e0b7930)
warning: '.resolve-product-dependencies': dependency 'core-data-model-description' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/dmytro-anokhin/core-data-model-description.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/10] Compiling CoreDataModelDescription KeyPath+Extensions.swift
[4/10] Compiling CoreDataModelDescription CoreDataRelationshipDescription.swift
[5/10] Compiling CoreDataModelDescription CoreDataFetchedPropertyDescription.swift
[6/10] Compiling CoreDataModelDescription CoreDataModelDescription.swift
[7/10] Compiling CoreDataModelDescription CoreDataFetchIndexDescription.swift
[8/10] Compiling CoreDataModelDescription CoreDataEntityDescription.swift
[9/10] Emitting module CoreDataModelDescription
[10/10] Compiling CoreDataModelDescription CoreDataAttributeDescription.swift
Build complete! (8.63s)
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.