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 1.4.0 (0febcd), with Swift 6.1 for macOS (SPM) on 24 Apr 2025 20:07:32 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.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/appcron/acinteractor.git
Reference: 1.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/appcron/acinteractor
 * tag               1.4.0      -> FETCH_HEAD
HEAD is now at 0febcd0 Merge pull request #25 from AppCron/register-interactor-with-request-type
Cloned https://github.com/appcron/acinteractor.git
Revision (git rev-parse @):
0febcd0cb312963c34fc774f5225e1ca59e9194f
SUCCESS checkout https://github.com/appcron/acinteractor.git at 1.4.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": "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.81s)
Creating working copy for https://github.com/appcron/acinteractor.git
Working copy of https://github.com/appcron/acinteractor.git resolved at 1.4.0 (0febcd0)
warning: '.resolve-product-dependencies': dependency 'acinteractor' 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/appcron/acinteractor.git
https://github.com/appcron/acinteractor.git
{
  "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" : "4.2"
}
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 ACInteractor InteractorStatusGateway.swift
[4/11] Compiling ACInteractor LazyInteractor.swift
[5/11] Compiling ACInteractor InteractorRequest.swift
[6/11] Compiling ACInteractor InteractorSpy.swift
[7/11] Compiling ACInteractor InteractorStatusInMemoryGateway.swift
[8/11] Compiling ACInteractor InteractorError.swift
[9/11] Compiling ACInteractor Interactor.swift
[10/11] Emitting module ACInteractor
[11/11] Compiling ACInteractor InteractorExecutor.swift
Build complete! (5.03s)
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" : "4.2"
}
Done.