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 ACInteractor, reference master (e1c010), with Swift 6.0 for macOS (SPM) on 26 Nov 2024 20:04:32 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.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/appcron/acinteractor.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/appcron/acinteractor
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at e1c0103 Added missing public initializers.
Cloned https://github.com/appcron/acinteractor.git
Revision (git rev-parse @):
e1c0103af9581e449a7487791c8b81ae4bc42a99
SUCCESS checkout https://github.com/appcron/acinteractor.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": "acinteractor",
      "name": "ACInteractor",
      "url": "https://github.com/appcron/acinteractor.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/acinteractor",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/appcron/acinteractor.git
[1/801] Fetching acinteractor
Fetched https://github.com/appcron/acinteractor.git from cache (0.75s)
Creating working copy for https://github.com/appcron/acinteractor.git
Working copy of https://github.com/appcron/acinteractor.git resolved at master (e1c0103)
warning: '.resolve-product-dependencies': dependency 'acinteractor' 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/appcron/acinteractor.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 -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/11] Compiling ACInteractor LazyInteractor.swift
[4/11] Compiling ACInteractor InteractorStatusGateway.swift
[5/11] Compiling ACInteractor InteractorRequest.swift
[6/11] Compiling ACInteractor InteractorExecutor.swift
[7/11] Compiling ACInteractor InteractorError.swift
[8/11] Compiling ACInteractor Interactor.swift
[9/11] Emitting module ACInteractor
[10/11] Compiling ACInteractor InteractorStatusInMemoryGateway.swift
[11/11] Compiling ACInteractor InteractorSpy.swift
Build complete! (11.59s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ACInteractor",
  "name" : "ACInteractor",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ACInteractor",
      "targets" : [
        "ACInteractor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ACInteractorTests",
      "module_type" : "SwiftTarget",
      "name" : "ACInteractorTests",
      "path" : "Tests/ACInteractorTests",
      "sources" : [
        "InteractorErrorTests.swift",
        "InteractorExecutorTests.swift",
        "InteractorRequestTests.swift",
        "InteractorSpyTests.swift",
        "InteractorStatusInMemoryGatewayTests.swift",
        "LazyInteractorTests.swift",
        "TestInteractors.swift"
      ],
      "target_dependencies" : [
        "ACInteractor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ACInteractor",
      "module_type" : "SwiftTarget",
      "name" : "ACInteractor",
      "path" : "Sources/ACInteractor",
      "product_memberships" : [
        "ACInteractor"
      ],
      "sources" : [
        "Interactor.swift",
        "InteractorError.swift",
        "InteractorExecutor.swift",
        "InteractorRequest.swift",
        "InteractorSpy.swift",
        "InteractorStatusGateway.swift",
        "InteractorStatusInMemoryGateway.swift",
        "LazyInteractor.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.