This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 core-data-publisher with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Gamec/core-data-publisher.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Gamec/core-data-publisher
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at cf9774d Update README.md
Cloned https://github.com/Gamec/core-data-publisher.git
Revision (git rev-parse @):
cf9774d147573890c531e7858d2b45a0ba883e0d
SUCCESS checkout https://github.com/Gamec/core-data-publisher.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/Gamec/core-data-publisher.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a 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-6F35C1178C84523A.txt
[3/6] Compiling CoreDataPublisher NSManagedObjectContext+Publisher.swift
[4/6] Compiling CoreDataPublisher FetchedResultsPublisher.swift
[5/6] Emitting module CoreDataPublisher
[6/6] Compiling CoreDataPublisher FetchedResultsSubscription.swift
Build complete! (17.83s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "core-data-publisher",
  "name" : "core-data-publisher",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "CoreDataPublisher",
      "targets" : [
        "CoreDataPublisher"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CoreDataPublisherTests",
      "module_type" : "SwiftTarget",
      "name" : "CoreDataPublisherTests",
      "path" : "Tests/CoreDataPublisherTests",
      "sources" : [
        "CoreDataPublisherTests.swift"
      ],
      "target_dependencies" : [
        "CoreDataPublisher"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CoreDataPublisher",
      "module_type" : "SwiftTarget",
      "name" : "CoreDataPublisher",
      "path" : "Sources/CoreDataPublisher",
      "product_memberships" : [
        "CoreDataPublisher"
      ],
      "sources" : [
        "FetchedResultsPublisher.swift",
        "FetchedResultsSubscription.swift",
        "NSManagedObjectContext+Publisher.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.