The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of ACInteractor, reference 1.4.0 (0febcd), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 21:37:23 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/appcron/acinteractor.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/11] Compiling ACInteractor InteractorStatusInMemoryGateway.swift
[4/11] Compiling ACInteractor InteractorStatusGateway.swift
[5/11] Compiling ACInteractor LazyInteractor.swift
[6/11] Compiling ACInteractor InteractorRequest.swift
[7/11] Compiling ACInteractor InteractorError.swift
[8/11] Compiling ACInteractor InteractorExecutor.swift
[9/11] Emitting module ACInteractor
[10/11] Compiling ACInteractor Interactor.swift
[11/11] Compiling ACInteractor InteractorSpy.swift
Build complete! (4.26s)
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.