The Swift Package Index logo.Swift Package Index

Build Information

Successful build of XcelPayGateSDK, reference v1.0.0 (a422f2), with Swift 6.2 for macOS (SPM) on 28 Nov 2025 09:00:33 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/etranzact-global-reloaded/xcel-paygate-sdk-swift.git
Reference: v1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/etranzact-global-reloaded/xcel-paygate-sdk-swift
 * tag               v1.0.0     -> FETCH_HEAD
HEAD is now at a422f2c Update repository URLs to correct GitHub location
Cloned https://github.com/etranzact-global-reloaded/xcel-paygate-sdk-swift.git
Revision (git rev-parse @):
a422f2c74b12fed4448647643eb9e2c966a6e942
SUCCESS checkout https://github.com/etranzact-global-reloaded/xcel-paygate-sdk-swift.git at v1.0.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": "xcel-paygate-sdk-swift",
      "name": "XcelPayGateSDK",
      "url": "https://github.com/etranzact-global-reloaded/xcel-paygate-sdk-swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/xcel-paygate-sdk-swift",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/etranzact-global-reloaded/xcel-paygate-sdk-swift.git
[1/49] Fetching xcel-paygate-sdk-swift
Fetched https://github.com/etranzact-global-reloaded/xcel-paygate-sdk-swift.git from cache (0.68s)
Creating working copy for https://github.com/etranzact-global-reloaded/xcel-paygate-sdk-swift.git
Working copy of https://github.com/etranzact-global-reloaded/xcel-paygate-sdk-swift.git resolved at v1.0.0 (a422f2c)
warning: '.resolve-product-dependencies': dependency 'xcel-paygate-sdk-swift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/etranzact-global-reloaded/xcel-paygate-sdk-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/14] Compiling XcelPayGateSDK CheckoutService.swift
[4/14] Compiling XcelPayGateSDK XcelPayGateClient.swift
[5/14] Compiling XcelPayGateSDK MerchantModels.swift
[6/14] Emitting module XcelPayGateSDK
[7/14] Compiling XcelPayGateSDK PaymentWebView.swift
[8/14] Compiling XcelPayGateSDK PaymentModels.swift
[9/14] Compiling XcelPayGateSDK WalletModels.swift
[10/14] Compiling XcelPayGateSDK PaymentURLParser.swift
[11/14] Compiling XcelPayGateSDK XcelPayGateConfig.swift
[12/14] Compiling XcelPayGateSDK PaymentReceipt.swift
[13/14] Compiling XcelPayGateSDK PaymentView.swift
[14/14] Compiling XcelPayGateSDK XcelWalletService.swift
[15/15] Compiling XcelPayGateSDK XcelPayGateSDK.swift
Build complete! (10.24s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "XcelPayGateSDK",
  "name" : "XcelPayGateSDK",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "XcelPayGateSDK",
      "targets" : [
        "XcelPayGateSDK"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XcelPayGateSDKTests",
      "module_type" : "SwiftTarget",
      "name" : "XcelPayGateSDKTests",
      "path" : "Tests/XcelPayGateSDKTests",
      "sources" : [
        "XcelPayGateSDKTests.swift"
      ],
      "target_dependencies" : [
        "XcelPayGateSDK"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XcelPayGateSDK",
      "module_type" : "SwiftTarget",
      "name" : "XcelPayGateSDK",
      "path" : "Sources/XcelPayGateSDK",
      "product_memberships" : [
        "XcelPayGateSDK"
      ],
      "sources" : [
        "API/XcelPayGateClient.swift",
        "Models/MerchantModels.swift",
        "Models/PaymentModels.swift",
        "Models/WalletModels.swift",
        "Models/XcelPayGateConfig.swift",
        "Services/CheckoutService.swift",
        "Services/XcelWalletService.swift",
        "Utilities/PaymentReceipt.swift",
        "Utilities/PaymentURLParser.swift",
        "Views/PaymentView.swift",
        "Views/PaymentWebView.swift",
        "XcelPayGateSDK.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.