Build Information
Successful build of XcelPayGateSDK, reference main (52b093), with Swift 6.2 for macOS (SPM) on 28 Nov 2025 09:07:20 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.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: 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
========================================
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.66s)
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 main (52b093c)
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 PaymentURLParser.swift
[4/14] Compiling XcelPayGateSDK XcelPayGateConfig.swift
[5/14] Compiling XcelPayGateSDK PaymentReceipt.swift
[6/14] Compiling XcelPayGateSDK PaymentModels.swift
[7/14] Compiling XcelPayGateSDK WalletModels.swift
[8/14] Compiling XcelPayGateSDK XcelWalletService.swift
[9/14] Compiling XcelPayGateSDK PaymentWebView.swift
[10/14] Compiling XcelPayGateSDK XcelPayGateClient.swift
[11/14] Compiling XcelPayGateSDK MerchantModels.swift
[12/14] Emitting module XcelPayGateSDK
[13/14] Compiling XcelPayGateSDK CheckoutService.swift
[14/14] Compiling XcelPayGateSDK PaymentView.swift
[15/15] Compiling XcelPayGateSDK XcelPayGateSDK.swift
Build complete! (9.93s)
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.