The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SwiftyStoreKit, reference master (48d4d4), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 01:48:44 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/bizz84/SwiftyStoreKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/17] Compiling SwiftyStoreKit InAppProductQueryRequest.swift
[4/17] Compiling SwiftyStoreKit InAppReceipt.swift
[5/17] Compiling SwiftyStoreKit SKProductDiscount+LocalizedPrice.swift
[6/18] Compiling SwiftyStoreKit AppleReceiptValidator.swift
[7/18] Compiling SwiftyStoreKit CompleteTransactionsController.swift
[8/18] 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 {
[9/18] Compiling SwiftyStoreKit InAppReceiptRefreshRequest.swift
[10/18] Compiling SwiftyStoreKit InAppReceiptVerificator.swift
[11/18] 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 {
[12/18] 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 {
[13/18] Compiling SwiftyStoreKit RestorePurchasesController.swift
[14/18] Compiling SwiftyStoreKit SKProduct+LocalizedPrice.swift
[15/18] Compiling SwiftyStoreKit PaymentsController.swift
[16/18] Compiling SwiftyStoreKit ProductsInfoController.swift
[17/18] Compiling SwiftyStoreKit SwiftyStoreKit+Types.swift
[18/18] Compiling SwiftyStoreKit SwiftyStoreKit.swift
Build complete! (9.08s)
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.