Build Information
Successful build of XcelPayGateSDK, reference v1.0.0 (a422f2), with Swift 6.0 for macOS (SPM) on 28 Nov 2025 09:10:33 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build 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
========================================
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 PaymentURLParser.swift
[4/14] Compiling XcelPayGateSDK PaymentReceipt.swift
[5/14] Compiling XcelPayGateSDK PaymentView.swift
[6/14] Compiling XcelPayGateSDK XcelWalletService.swift
[7/14] Compiling XcelPayGateSDK XcelPayGateConfig.swift
[8/14] Compiling XcelPayGateSDK CheckoutService.swift
[9/14] Compiling XcelPayGateSDK XcelPayGateClient.swift
[10/14] Compiling XcelPayGateSDK MerchantModels.swift
[11/14] Compiling XcelPayGateSDK PaymentModels.swift
[12/14] Compiling XcelPayGateSDK WalletModels.swift
[13/14] 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)
[14/14] 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)
[15/15] Compiling XcelPayGateSDK XcelPayGateSDK.swift
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.