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, reference 0.1.0 (863b30), with Swift 6.0 for macOS (SPM) on 30 Nov 2024 00:02:05 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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Gamec/core-data-publisher.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Gamec/core-data-publisher
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 863b307 Package.swift update
Cloned https://github.com/Gamec/core-data-publisher.git
Revision (git rev-parse @):
863b30759bc5e975f6375ebfe21082762245fe7b
SUCCESS checkout https://github.com/Gamec/core-data-publisher.git at 0.1.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",
  "dependencies": [
    {
      "identity": "core-data-publisher",
      "name": "core-data-publisher",
      "url": "https://github.com/Gamec/core-data-publisher.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/core-data-publisher",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Gamec/core-data-publisher.git
[1/46] Fetching core-data-publisher
Fetched https://github.com/Gamec/core-data-publisher.git from cache (0.71s)
Creating working copy for https://github.com/Gamec/core-data-publisher.git
Working copy of https://github.com/Gamec/core-data-publisher.git resolved at 0.1.0 (863b307)
warning: '.resolve-product-dependencies': dependency 'core-data-publisher' 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/Gamec/core-data-publisher.git
{
  "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"
}
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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/6] Compiling CoreDataPublisher NSManagedObjectContext+Publisher.swift
[4/6] Compiling CoreDataPublisher FetchedResultsSubscription.swift
[5/6] Compiling CoreDataPublisher FetchedResultsPublisher.swift
[6/6] Emitting module CoreDataPublisher
Build complete! (6.50s)
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.