Build Information
Successful build of SwiftyStoreKit, reference master (48d4d4), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 10:37:28 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bizz84/SwiftyStoreKit.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bizz84/SwiftyStoreKit
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 48d4d4c Add Adapty alternative (#689)
Cloned https://github.com/bizz84/SwiftyStoreKit.git
Revision (git rev-parse @):
48d4d4c0b6a66732eb45e2f0104fb7d080c67a69
SUCCESS checkout https://github.com/bizz84/SwiftyStoreKit.git at master
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swiftystorekit",
"name": "SwiftyStoreKit",
"url": "https://github.com/bizz84/SwiftyStoreKit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftyStoreKit",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/bizz84/SwiftyStoreKit.git
[1/4262] Fetching swiftystorekit
Fetched https://github.com/bizz84/SwiftyStoreKit.git from cache (1.41s)
Creating working copy for https://github.com/bizz84/SwiftyStoreKit.git
Working copy of https://github.com/bizz84/SwiftyStoreKit.git resolved at master (48d4d4c)
warning: '.resolve-product-dependencies': dependency 'swiftystorekit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/bizz84/SwiftyStoreKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/17] Compiling SwiftyStoreKit PaymentsController.swift
[4/17] Compiling SwiftyStoreKit ProductsInfoController.swift
[5/17] Compiling SwiftyStoreKit SKProductDiscount+LocalizedPrice.swift
[6/17] Compiling SwiftyStoreKit RestorePurchasesController.swift
[7/17] Compiling SwiftyStoreKit AppleReceiptValidator.swift
[8/17] Compiling SwiftyStoreKit CompleteTransactionsController.swift
[9/17] Compiling SwiftyStoreKit OS.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyStoreKit/PaymentQueueController.swift:81:1: warning: extension declares a conformance of imported type 'SKPaymentTransactionState' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'StoreKit' introduce this conformance in the future
79 | }
80 |
81 | extension SKPaymentTransactionState: CustomDebugStringConvertible {
| |- warning: extension declares a conformance of imported type 'SKPaymentTransactionState' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'StoreKit' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
82 |
83 | public var debugDescription: String {
[10/17] Compiling SwiftyStoreKit PaymentQueueController.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyStoreKit/PaymentQueueController.swift:81:1: warning: extension declares a conformance of imported type 'SKPaymentTransactionState' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'StoreKit' introduce this conformance in the future
79 | }
80 |
81 | extension SKPaymentTransactionState: CustomDebugStringConvertible {
| |- warning: extension declares a conformance of imported type 'SKPaymentTransactionState' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'StoreKit' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
82 |
83 | public var debugDescription: String {
[11/17] Compiling SwiftyStoreKit SwiftyStoreKit+Types.swift
[12/17] Emitting module SwiftyStoreKit
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyStoreKit/PaymentQueueController.swift:81:1: warning: extension declares a conformance of imported type 'SKPaymentTransactionState' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'StoreKit' introduce this conformance in the future
79 | }
80 |
81 | extension SKPaymentTransactionState: CustomDebugStringConvertible {
| |- warning: extension declares a conformance of imported type 'SKPaymentTransactionState' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'StoreKit' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
82 |
83 | public var debugDescription: String {
[13/17] Compiling SwiftyStoreKit InAppProductQueryRequest.swift
[14/17] Compiling SwiftyStoreKit InAppReceipt.swift
[15/17] Compiling SwiftyStoreKit SKProduct+LocalizedPrice.swift
[16/17] Compiling SwiftyStoreKit InAppReceiptRefreshRequest.swift
[17/17] Compiling SwiftyStoreKit InAppReceiptVerificator.swift
[18/18] Compiling SwiftyStoreKit SwiftyStoreKit.swift
Build complete! (10.85s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftyStoreKit",
"name" : "SwiftyStoreKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "6.2"
}
],
"products" : [
{
"name" : "SwiftyStoreKit",
"targets" : [
"SwiftyStoreKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftyStoreKitTests",
"module_type" : "SwiftTarget",
"name" : "SwiftyStoreKitTests",
"path" : "Tests/SwiftyStoreKitTests",
"sources" : [
"CompleteTransactionsControllerTests.swift",
"InAppReceiptTests.swift",
"InAppReceiptVerificatorTests.swift",
"PaymentQueueControllerTests.swift",
"PaymentQueueSpy.swift",
"PaymentTransactionObserverFake.swift",
"PaymentsControllerTests.swift",
"ProductsInfoControllerTests.swift",
"RestorePurchasesControllerTests.swift",
"TestPaymentTransaction.swift",
"TestProduct.swift"
],
"target_dependencies" : [
"SwiftyStoreKit"
],
"type" : "test"
},
{
"c99name" : "SwiftyStoreKit",
"module_type" : "SwiftTarget",
"name" : "SwiftyStoreKit",
"path" : "Sources/SwiftyStoreKit",
"product_memberships" : [
"SwiftyStoreKit"
],
"sources" : [
"AppleReceiptValidator.swift",
"CompleteTransactionsController.swift",
"InAppProductQueryRequest.swift",
"InAppReceipt.swift",
"InAppReceiptRefreshRequest.swift",
"InAppReceiptVerificator.swift",
"OS.swift",
"PaymentQueueController.swift",
"PaymentsController.swift",
"ProductsInfoController.swift",
"RestorePurchasesController.swift",
"SKProduct+LocalizedPrice.swift",
"SKProductDiscount+LocalizedPrice.swift",
"SwiftyStoreKit+Types.swift",
"SwiftyStoreKit.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.