The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AFBilling, reference 1.1.0 (7cd449), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 12:38:04 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/BeAppOnline/AFBilling.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/BeAppOnline/AFBilling
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at 7cd4491 make adjust event passable
Cloned https://github.com/BeAppOnline/AFBilling.git
Revision (git rev-parse @):
7cd449151ad622b4bc0a9b47bcf0ea16fc6326c5
SUCCESS checkout https://github.com/BeAppOnline/AFBilling.git at 1.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/BeAppOnline/AFBilling.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/16] Compiling Cancellable Cancellable.swift
[6/16] Emitting module Cancellable
[7/16] Compiling AFNetworks DefaultSessionManager.swift
[8/17] Compiling AFNetworks DefaultDataTransferErrorResolver.swift
[9/17] Compiling AFNetworks DefaultNetworkService.swift
[10/17] Compiling AFNetworks NetworkConfig.swift
[11/17] Compiling AFNetworks DefaultNetworkErrorLogger.swift
[12/17] Emitting module AFNetworks
[13/17] Compiling AFNetworks DefaultDataTransferErrorLogger.swift
[14/17] Compiling AFNetworks DataTransfer Service + ErrorResolver + ErrorLogger.swift
[15/17] Compiling AFNetworks DefaultDataTransferService.swift
[16/17] Compiling AFNetworks Endpoint.swift
[17/17] Compiling AFNetworks NetworkService + SessionManager + ErrorLogger.swift
[18/27] Compiling AFBilling RepositoryTask.swift
[19/27] Compiling AFBilling InAppPurchaseBillingRepository.swift
[20/27] Compiling AFBilling IAPRepository.swift
[21/27] Compiling AFBilling DefaultIAPRepository.swift
[22/27] Compiling AFBilling Cancellable.swift
[23/27] Compiling AFBilling AppConifgurations.swift
[24/27] Compiling AFBilling DefaultAdjustEvent.swift
[25/27] Compiling AFBilling IAPManager.swift
[26/27] Emitting module AFBilling
[27/27] Compiling AFBilling AdjustEventsRepository.swift
Build complete! (12.53s)
Fetching https://github.com/BeAppOnline/Cancellable.git
Fetching https://github.com/afdetails/AFNetwork.git
[1/24] Fetching cancellable
Fetched https://github.com/BeAppOnline/Cancellable.git from cache (0.63s)
[1/133] Fetching afnetwork
Fetched https://github.com/afdetails/AFNetwork.git from cache (0.75s)
Computing version for https://github.com/BeAppOnline/Cancellable.git
Computed https://github.com/BeAppOnline/Cancellable.git at 1.0.0 (1.27s)
Computing version for https://github.com/afdetails/AFNetwork.git
Computed https://github.com/afdetails/AFNetwork.git at 1.0.5 (0.48s)
Creating working copy for https://github.com/BeAppOnline/Cancellable.git
Working copy of https://github.com/BeAppOnline/Cancellable.git resolved at 1.0.0
Creating working copy for https://github.com/afdetails/AFNetwork.git
Working copy of https://github.com/afdetails/AFNetwork.git resolved at 1.0.5
Build complete.
{
  "dependencies" : [
    {
      "identity" : "afnetwork",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.5",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/afdetails/AFNetwork.git"
    },
    {
      "identity" : "cancellable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/BeAppOnline/Cancellable.git"
    }
  ],
  "manifest_display_name" : "AFBilling",
  "name" : "AFBilling",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "AFBilling",
      "targets" : [
        "AFBilling"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AFBillingTests",
      "module_type" : "SwiftTarget",
      "name" : "AFBillingTests",
      "path" : "Tests/AFBillingTests",
      "product_dependencies" : [
        "AFNetworks"
      ],
      "sources" : [
        "AFBillingTests.swift",
        "UseCase/AFBillingUseCase.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "AFBilling"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AFBilling",
      "module_type" : "SwiftTarget",
      "name" : "AFBilling",
      "path" : "Sources/AFBilling",
      "product_dependencies" : [
        "AFNetworks",
        "Cancellable"
      ],
      "product_memberships" : [
        "AFBilling"
      ],
      "sources" : [
        "Adjust/AdjustEventsRepository.swift",
        "Adjust/DefaultAdjustEvent.swift",
        "Cancellable/Cancellable.swift",
        "Configuration/AppConifgurations.swift",
        "Manager/IAPManager.swift",
        "Repositories/DefaultIAPRepository.swift",
        "Repositories/IAPRepository.swift",
        "Repositories/InAppPurchaseBillingRepository.swift",
        "Utils/RepositoryTask.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.