The Swift Package Index logo.Swift Package Index

Build Information

Successful build of XcelPayGateSDK, reference main (52b093), with Swift 6.1 for macOS (SPM) on 28 Nov 2025 09:10:34 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.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.1
Building package at path:  $PWD
https://github.com/etranzact-global-reloaded/xcel-paygate-sdk-swift.git
https://github.com/etranzact-global-reloaded/xcel-paygate-sdk-swift.git
{
  "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"
}
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/14] Compiling XcelPayGateSDK XcelWalletService.swift
[4/14] Compiling XcelPayGateSDK PaymentView.swift
[5/15] Compiling XcelPayGateSDK PaymentReceipt.swift
[6/15] Compiling XcelPayGateSDK CheckoutService.swift
[7/15] Compiling XcelPayGateSDK PaymentURLParser.swift
[8/15] Compiling XcelPayGateSDK XcelPayGateConfig.swift
[9/15] Emitting module XcelPayGateSDK
/Users/admin/builder/spi-builder-workspace/Sources/XcelPayGateSDK/Views/PaymentWebView.swift:122:21: warning: instance method 'webView(_:decidePolicyFor:decisionHandler:)' nearly matches optional requirement 'webView(_:decidePolicyFor:decisionHandler:)' of protocol 'WKNavigationDelegate'
120 |         }
121 |
122 |         public func webView(_ webView: WKWebView, decidePolicyFor navigationAction: WKNavigationAction, decisionHandler: @escaping (WKNavigationActionPolicy) -> Void) {
    |                     |- warning: instance method 'webView(_:decidePolicyFor:decisionHandler:)' nearly matches optional requirement 'webView(_:decidePolicyFor:decisionHandler:)' of protocol 'WKNavigationDelegate'
    |                     |- note: candidate has non-matching type '(WKWebView, WKNavigationAction, @escaping (WKNavigationActionPolicy) -> Void) -> ()'
    |                     `- note: move 'webView(_:decidePolicyFor:decisionHandler:)' to an extension to silence this warning
123 |             if let url = navigationAction.request.url {
124 |                 parent.onNavigationChange?(url)
WebKit.WKNavigationDelegate.webView:3:28: note: requirement 'webView(_:decidePolicyFor:decisionHandler:)' declared here
1 | protocol WKNavigationDelegate {
2 | @available(macOS 10.10, *)
3 |   @MainActor optional func webView(_ webView: WKWebView, decidePolicyFor navigationAction: WKNavigationAction, decisionHandler: @escaping @MainActor @Sendable (WKNavigationActionPolicy) -> Void)}
  |                            `- note: requirement 'webView(_:decidePolicyFor:decisionHandler:)' declared here
4 |
[10/15] Compiling XcelPayGateSDK PaymentWebView.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcelPayGateSDK/Views/PaymentWebView.swift:122:21: warning: instance method 'webView(_:decidePolicyFor:decisionHandler:)' nearly matches optional requirement 'webView(_:decidePolicyFor:decisionHandler:)' of protocol 'WKNavigationDelegate'
120 |         }
121 |
122 |         public func webView(_ webView: WKWebView, decidePolicyFor navigationAction: WKNavigationAction, decisionHandler: @escaping (WKNavigationActionPolicy) -> Void) {
    |                     |- warning: instance method 'webView(_:decidePolicyFor:decisionHandler:)' nearly matches optional requirement 'webView(_:decidePolicyFor:decisionHandler:)' of protocol 'WKNavigationDelegate'
    |                     |- note: candidate has non-matching type '(WKWebView, WKNavigationAction, @escaping (WKNavigationActionPolicy) -> Void) -> ()'
    |                     `- note: move 'webView(_:decidePolicyFor:decisionHandler:)' to an extension to silence this warning
123 |             if let url = navigationAction.request.url {
124 |                 parent.onNavigationChange?(url)
WebKit.WKNavigationDelegate.webView:3:28: note: requirement 'webView(_:decidePolicyFor:decisionHandler:)' declared here
1 | protocol WKNavigationDelegate {
2 | @available(macOS 10.10, *)
3 |   @MainActor optional func webView(_ webView: WKWebView, decidePolicyFor navigationAction: WKNavigationAction, decisionHandler: @escaping @MainActor @Sendable (WKNavigationActionPolicy) -> Void)}
  |                            `- note: requirement 'webView(_:decidePolicyFor:decisionHandler:)' declared here
4 |
[11/15] Compiling XcelPayGateSDK XcelPayGateClient.swift
[12/15] Compiling XcelPayGateSDK MerchantModels.swift
[13/15] Compiling XcelPayGateSDK PaymentModels.swift
[14/15] Compiling XcelPayGateSDK WalletModels.swift
[15/15] Compiling XcelPayGateSDK XcelPayGateSDK.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcelPayGateSDK/XcelPayGateSDK.swift:13:23: warning: sending 'config' risks causing data races; this is an error in the Swift 6 language mode
11 |     /// - Parameter config: XCEL PayGate configuration
12 |     public init(config: XcelPayGateConfig) {
13 |         self.client = XcelPayGateClient(config: config)
   |                       |- warning: sending 'config' risks causing data races; this is an error in the Swift 6 language mode
   |                       `- note: sending main actor-isolated 'config' to actor-isolated callee risks causing data races between actor-isolated and main actor-isolated uses
14 |         self.checkout = CheckoutService(client: client)
15 |         self.wallet = XcelWalletService(client: client)
Build complete! (9.02s)
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.