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 StoreKitHelper, reference main (9f89ff), with Swift 6.2 (beta) for macOS (SPM) on 24 Jun 2025 21:53:16 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/jaywcjlove/StoreKitHelper.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jaywcjlove/StoreKitHelper
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9f89ffa doc: Update README.md
Cloned https://github.com/jaywcjlove/StoreKitHelper.git
Revision (git rev-parse @):
9f89ffa3f6aad48fb975d5f886694f72118c14a0
SUCCESS checkout https://github.com/jaywcjlove/StoreKitHelper.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/jaywcjlove/StoreKitHelper.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/10] Write sources
[1/10] Copying Localizable.strings
[2/10] Copying Info.plist
[3/10] Copying Localizable.strings
[9/10] Write swift-version-1EA4D86E10B52AF.txt
[11/29] Emitting module StoreKitHelper
[12/31] Compiling StoreKitHelper PurchasePopupButton.swift
[13/31] Compiling StoreKitHelper RestorePurchasesButton.swift
[14/31] Compiling StoreKitHelper StoreContext.swift
[15/31] Compiling StoreKitHelper StoreServiceError.swift
[16/31] Compiling StoreKitHelper Utils.swift
[17/31] Compiling StoreKitHelper ValidatableTransaction.swift
[18/31] Compiling StoreKitHelper Environment.swift
[19/31] Compiling StoreKitHelper ProductsContentWrapper.swift
[20/31] Compiling StoreKitHelper StoreKitHelperSelectionView.swift
[21/31] Compiling StoreKitHelper StoreKitHelperView.swift
[22/31] Compiling StoreKitHelper String.swift
[23/31] Compiling StoreKitHelper InAppProduct.swift
[24/31] Compiling StoreKitHelper StoreContext+CheckReceipt.swift
[25/31] Compiling StoreKitHelper StoreContext+Products.swift
[26/31] Compiling StoreKitHelper ProductsLoadList.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKitHelper/Views/ProductsLoadList.swift:76:46: warning: capture of non-sendable type 'Content.Type' in an isolated closure
74 |             Task {
75 |                 do {
76 |                     let products = try await store.getProducts()
   |                                              `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
77 |                     if products.count == 0, store.products.count == 0 {
78 |                         loading = .unavailable
/Users/admin/builder/spi-builder-workspace/Sources/StoreKitHelper/Views/ProductsLoadList.swift:25:32: warning: capture of non-sendable type 'Content.Type' in an isolated closure
23 |
24 |     @State private var viewHeight: CGFloat? = nil
25 |     public var body: some View {
   |                                `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
26 |         ZStack {
27 |             if loading == .unavailable {
[27/31] Compiling StoreKitHelper ProductsUnavailableView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKitHelper/Views/ProductsLoadList.swift:76:46: warning: capture of non-sendable type 'Content.Type' in an isolated closure
74 |             Task {
75 |                 do {
76 |                     let products = try await store.getProducts()
   |                                              `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
77 |                     if products.count == 0, store.products.count == 0 {
78 |                         loading = .unavailable
/Users/admin/builder/spi-builder-workspace/Sources/StoreKitHelper/Views/ProductsLoadList.swift:25:32: warning: capture of non-sendable type 'Content.Type' in an isolated closure
23 |
24 |     @State private var viewHeight: CGFloat? = nil
25 |     public var body: some View {
   |                                `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
26 |         ZStack {
27 |             if loading == .unavailable {
[28/31] Compiling StoreKitHelper Product.swift
[29/31] Compiling StoreKitHelper ProductID.swift
[30/31] Compiling StoreKitHelper TermsOfServiceView.swift
[31/31] Compiling StoreKitHelper resource_bundle_accessor.swift
Build complete! (8.42s)
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "StoreKitHelper",
  "name" : "StoreKitHelper",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "StoreKitHelper",
      "targets" : [
        "StoreKitHelper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StoreKitHelper",
      "module_type" : "SwiftTarget",
      "name" : "StoreKitHelper",
      "path" : "Sources/StoreKitHelper",
      "product_memberships" : [
        "StoreKitHelper"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/StoreKitHelper/Resources/de.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "de"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/StoreKitHelper/Resources/en.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/StoreKitHelper/Resources/fr.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "fr"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/StoreKitHelper/Resources/ja.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "ja"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/StoreKitHelper/Resources/ko.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "ko"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/StoreKitHelper/Resources/zh-Hans.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "zh-hans"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/StoreKitHelper/Resources/zh-Hant.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "zh-hant"
            }
          }
        }
      ],
      "sources" : [
        "Extensions/String.swift",
        "Products/InAppProduct.swift",
        "Products/Product.swift",
        "Products/ProductID.swift",
        "StoreContext+CheckReceipt.swift",
        "StoreContext+Products.swift",
        "StoreContext.swift",
        "StoreServiceError.swift",
        "Utils.swift",
        "ValidatableTransaction.swift",
        "Views/Environment.swift",
        "Views/ProductsContentWrapper.swift",
        "Views/ProductsLoadList.swift",
        "Views/ProductsUnavailableView.swift",
        "Views/PurchasePopupButton.swift",
        "Views/RestorePurchasesButton.swift",
        "Views/StoreKitHelperSelectionView.swift",
        "Views/StoreKitHelperView.swift",
        "Views/TermsOfServiceView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.