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 0.16.4 (9ce911), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 01:49:56 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: 0.16.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bizz84/SwiftyStoreKit
 * tag               0.16.4     -> FETCH_HEAD
HEAD is now at 9ce9116 Merge pull request #651 from jamestapping/patch-2
Cloned https://github.com/bizz84/SwiftyStoreKit.git
Revision (git rev-parse @):
9ce911639680113dac9b554d6243e406a9758ebe
SUCCESS checkout https://github.com/bizz84/SwiftyStoreKit.git at 0.16.4
========================================
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] 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 {
[4/18] Compiling SwiftyStoreKit SKProductDiscount+LocalizedPrice.swift
[5/18] Compiling SwiftyStoreKit PaymentsController.swift
[6/18] Compiling SwiftyStoreKit ProductsInfoController.swift
[7/18] Compiling SwiftyStoreKit RestorePurchasesController.swift
[8/18] Compiling SwiftyStoreKit InAppReceiptRefreshRequest.swift
[9/18] Compiling SwiftyStoreKit InAppReceiptVerificator.swift
[10/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 {
[11/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 {
[12/18] Compiling SwiftyStoreKit AppleReceiptValidator.swift
[13/18] Compiling SwiftyStoreKit CompleteTransactionsController.swift
[14/18] Compiling SwiftyStoreKit InAppProductQueryRequest.swift
[15/18] Compiling SwiftyStoreKit InAppReceipt.swift
[16/18] Compiling SwiftyStoreKit SKProduct+LocalizedPrice.swift
[17/18] Compiling SwiftyStoreKit SwiftyStoreKit+Types.swift
[18/18] Compiling SwiftyStoreKit SwiftyStoreKit.swift
Build complete! (8.42s)
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.