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 CoreDataService, reference 0.3.0 (bef59e), with Swift 6.1 for macOS (SPM) on 5 May 2025 12:18:00 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.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.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/IhorIlin/CoreDataService.git
Reference: 0.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/IhorIlin/CoreDataService
 * tag               0.3.0      -> FETCH_HEAD
HEAD is now at bef59e2 Merge pull request #1 from IhorIlin/develop
Cloned https://github.com/IhorIlin/CoreDataService.git
Revision (git rev-parse @):
bef59e2b3ddde02eca381b21c43cf895fcf7604a
SUCCESS checkout https://github.com/IhorIlin/CoreDataService.git at 0.3.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": "coredataservice",
      "name": "CoreDataService",
      "url": "https://github.com/IhorIlin/CoreDataService.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CoreDataService",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/IhorIlin/CoreDataService.git
[1/153] Fetching coredataservice
Fetched https://github.com/IhorIlin/CoreDataService.git from cache (0.61s)
Creating working copy for https://github.com/IhorIlin/CoreDataService.git
Working copy of https://github.com/IhorIlin/CoreDataService.git resolved at 0.3.0 (bef59e2)
warning: '.resolve-product-dependencies': dependency 'coredataservice' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/IhorIlin/CoreDataService.git
https://github.com/IhorIlin/CoreDataService.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CoreDataService",
  "name" : "CoreDataService",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "CoreDataService",
      "targets" : [
        "CoreDataService"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CoreDataServiceTests",
      "module_type" : "SwiftTarget",
      "name" : "CoreDataServiceTests",
      "path" : "Tests/CoreDataServiceTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CoreDataServiceTests/Resources/TestModel.momd/TestModel.mom",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CoreDataServiceTests/Resources/TestModel.momd/VersionInfo.plist",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "CoreDataServiceTests.swift",
        "Model/User.swift",
        "Model/UserEntity+Properties.swift",
        "Model/UserEntity.swift"
      ],
      "target_dependencies" : [
        "CoreDataService"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CoreDataService",
      "module_type" : "SwiftTarget",
      "name" : "CoreDataService",
      "path" : "Sources/CoreDataService",
      "product_memberships" : [
        "CoreDataService"
      ],
      "sources" : [
        "Configurations/DefaultCoreDataConfiguration.swift",
        "Core/DefaultCoreDataService.swift",
        "Core/DefaultCoreDataStack.swift",
        "Errors/CoreDataError.swift",
        "Protocols/CoreDataConfigurable.swift",
        "Protocols/CoreDataRepresentable.swift",
        "Protocols/CoreDataService.swift",
        "Protocols/CoreDataStack.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.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-2F0A5646E1D333AE.txt
[3/11] Compiling CoreDataService CoreDataConfigurable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[4/11] Compiling CoreDataService CoreDataRepresentable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[5/11] Compiling CoreDataService CoreDataStack.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[6/11] Compiling CoreDataService DefaultCoreDataStack.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[7/11] Compiling CoreDataService CoreDataError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[8/11] Compiling CoreDataService DefaultCoreDataService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[9/11] Compiling CoreDataService DefaultCoreDataConfiguration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[10/11] Emitting module CoreDataService
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[11/11] Compiling CoreDataService CoreDataService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Build complete! (5.40s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CoreDataService",
  "name" : "CoreDataService",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "CoreDataService",
      "targets" : [
        "CoreDataService"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CoreDataServiceTests",
      "module_type" : "SwiftTarget",
      "name" : "CoreDataServiceTests",
      "path" : "Tests/CoreDataServiceTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CoreDataServiceTests/Resources/TestModel.momd/TestModel.mom",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CoreDataServiceTests/Resources/TestModel.momd/VersionInfo.plist",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "CoreDataServiceTests.swift",
        "Model/User.swift",
        "Model/UserEntity+Properties.swift",
        "Model/UserEntity.swift"
      ],
      "target_dependencies" : [
        "CoreDataService"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CoreDataService",
      "module_type" : "SwiftTarget",
      "name" : "CoreDataService",
      "path" : "Sources/CoreDataService",
      "product_memberships" : [
        "CoreDataService"
      ],
      "sources" : [
        "Configurations/DefaultCoreDataConfiguration.swift",
        "Core/DefaultCoreDataService.swift",
        "Core/DefaultCoreDataStack.swift",
        "Errors/CoreDataError.swift",
        "Protocols/CoreDataConfigurable.swift",
        "Protocols/CoreDataRepresentable.swift",
        "Protocols/CoreDataService.swift",
        "Protocols/CoreDataStack.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.