The Swift Package Index logo.Swift Package Index

Build Information

Successful build of XcelPayGateSDK, reference main (52b093), with Swift 6.0 for macOS (SPM) on 28 Nov 2025 09:01:12 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/etranzact-global-reloaded/xcel-paygate-sdk-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 52b093c Add Swift Package Index badges to README
Cloned https://github.com/etranzact-global-reloaded/xcel-paygate-sdk-swift.git
Revision (git rev-parse @):
52b093c1278ff5dedc2b878d0d8dd2f7cac21c91
SUCCESS checkout https://github.com/etranzact-global-reloaded/xcel-paygate-sdk-swift.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/etranzact-global-reloaded/xcel-paygate-sdk-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/14] Compiling XcelPayGateSDK XcelPayGateConfig.swift
[4/14] Compiling XcelPayGateSDK XcelPayGateClient.swift
[5/14] Compiling XcelPayGateSDK MerchantModels.swift
[6/14] Compiling XcelPayGateSDK PaymentModels.swift
[7/14] Compiling XcelPayGateSDK WalletModels.swift
[8/15] Compiling XcelPayGateSDK XcelPayGateSDK.swift
[9/15] Compiling XcelPayGateSDK CheckoutService.swift
[10/15] Compiling XcelPayGateSDK PaymentURLParser.swift
[11/15] Compiling XcelPayGateSDK PaymentView.swift
[12/15] Compiling XcelPayGateSDK PaymentReceipt.swift
[13/15] Emitting module XcelPayGateSDK
/Users/admin/builder/spi-builder-workspace/Sources/XcelPayGateSDK/Views/PaymentWebView.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'WebKit'
  1 | import SwiftUI
  2 | import WebKit
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'WebKit'
  3 |
  4 | #if canImport(UIKit)
[14/15] Compiling XcelPayGateSDK XcelWalletService.swift
[15/15] Compiling XcelPayGateSDK PaymentWebView.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcelPayGateSDK/Views/PaymentWebView.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'WebKit'
  1 | import SwiftUI
  2 | import WebKit
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'WebKit'
  3 |
  4 | #if canImport(UIKit)
Build complete! (9.84s)
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.