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 master (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: 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
========================================
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
[7/230] Fetching core-data-model-description
Fetched https://github.com/dmytro-anokhin/core-data-model-description.git from cache (0.79s)
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 master (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 CoreDataAttributeDescription.swift
[4/10] Compiling CoreDataModelDescription KeyPath+Extensions.swift
[5/10] Compiling CoreDataModelDescription CoreDataEntityDescription.swift
[6/10] Emitting module CoreDataModelDescription
[7/10] Compiling CoreDataModelDescription CoreDataFetchedPropertyDescription.swift
[8/10] Compiling CoreDataModelDescription CoreDataModelDescription.swift
[9/10] Compiling CoreDataModelDescription CoreDataRelationshipDescription.swift
[10/10] Compiling CoreDataModelDescription CoreDataFetchIndexDescription.swift
Build complete! (8.95s)
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.