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 master (e1c010), with Swift 6.1 for macOS (SPM) on 24 Apr 2025 20:02:30 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: 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.78s)
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.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" : "5.0"
}
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 InteractorExecutor.swift
[5/11] Compiling ACInteractor InteractorError.swift
[6/11] Compiling ACInteractor InteractorStatusInMemoryGateway.swift
[7/11] Emitting module ACInteractor
[8/11] Compiling ACInteractor LazyInteractor.swift
[9/11] Compiling ACInteractor InteractorSpy.swift
[10/11] Compiling ACInteractor Interactor.swift
[11/11] Compiling ACInteractor InteractorRequest.swift
Build complete! (5.10s)
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.