The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AFBilling with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/BeAppOnline/AFBilling.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/BeAppOnline/AFBilling
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
Fetching https://github.com/afdetails/AFNetwork.git
Fetching https://github.com/BeAppOnline/Cancellable.git
[1/133] Fetching afnetwork
[8/157] Fetching afnetwork, cancellable
Fetched https://github.com/BeAppOnline/Cancellable.git (0.42s)
Fetched https://github.com/afdetails/AFNetwork.git (0.43s)
Computing version for https://github.com/BeAppOnline/Cancellable.git
Computed https://github.com/BeAppOnline/Cancellable.git at 1.0.0 (0.83s)
Computing version for https://github.com/afdetails/AFNetwork.git
Computed https://github.com/afdetails/AFNetwork.git at 1.0.5 (0.77s)
Creating working copy for https://github.com/afdetails/AFNetwork.git
Working copy of https://github.com/afdetails/AFNetwork.git resolved at 1.0.5
Creating working copy for https://github.com/BeAppOnline/Cancellable.git
Working copy of https://github.com/BeAppOnline/Cancellable.git resolved at 1.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "afbilling",
      "name": "AFBilling",
      "url": "https://github.com/BeAppOnline/AFBilling.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AFBilling",
      "dependencies": [
        {
          "identity": "afnetwork",
          "name": "AFNetworks",
          "url": "https://github.com/afdetails/AFNetwork.git",
          "version": "1.0.5",
          "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AFNetwork",
          "dependencies": [
          ]
        },
        {
          "identity": "cancellable",
          "name": "Cancellable",
          "url": "https://github.com/BeAppOnline/Cancellable.git",
          "version": "1.0.0",
          "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Cancellable",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/BeAppOnline/AFBilling.git
[1/160] Fetching afbilling
Fetched https://github.com/BeAppOnline/AFBilling.git (0.35s)
Fetching https://github.com/BeAppOnline/Cancellable.git from cache
Fetching https://github.com/afdetails/AFNetwork.git from cache
Fetched https://github.com/afdetails/AFNetwork.git (0.27s)
Fetched https://github.com/BeAppOnline/Cancellable.git (0.28s)
Computing version for https://github.com/BeAppOnline/Cancellable.git
Computed https://github.com/BeAppOnline/Cancellable.git at 1.0.0 (0.04s)
Computing version for https://github.com/afdetails/AFNetwork.git
Computed https://github.com/afdetails/AFNetwork.git at 1.0.5 (0.04s)
Creating working copy for https://github.com/BeAppOnline/AFBilling.git
Working copy of https://github.com/BeAppOnline/AFBilling.git resolved at master
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
warning: '.resolve-product-dependencies': dependency 'afbilling' is not used by any target
Found 2 product dependencies
  - AFNetworks
  - Cancellable
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/12] Emitting module Cancellable
[2/12] Compiling Cancellable Cancellable.swift
[3/12] Compiling AFNetworks NetworkConfig.swift
[4/12] Compiling AFNetworks DefaultSessionManager.swift
[5/12] Compiling AFNetworks DefaultNetworkService.swift
[6/12] Compiling AFNetworks DefaultNetworkErrorLogger.swift
[7/13] Emitting module AFNetworks
[8/13] Compiling AFNetworks DataTransfer Service + ErrorResolver + ErrorLogger.swift
[9/13] Compiling AFNetworks DefaultDataTransferErrorLogger.swift
[10/13] Compiling AFNetworks Endpoint.swift
[11/13] Compiling AFNetworks DefaultDataTransferErrorResolver.swift
[12/13] Compiling AFNetworks DefaultDataTransferService.swift
[13/13] Compiling AFNetworks NetworkService + SessionManager + ErrorLogger.swift
[14/22] Compiling AFBilling InAppPurchaseBillingRepository.swift
[15/23] Compiling AFBilling IAPRepository.swift
[16/23] Compiling AFBilling DefaultIAPRepository.swift
[17/23] Compiling AFBilling AppConifgurations.swift
[18/23] Compiling AFBilling AdjustEventsRepository.swift
[19/23] Compiling AFBilling DefaultAdjustEvent.swift
[20/23] Compiling AFBilling Cancellable.swift
[21/23] Emitting module AFBilling
[22/23] Compiling AFBilling IAPManager.swift
[23/23] Compiling AFBilling RepositoryTask.swift
Build complete! (21.31s)
Build complete.
Done.