The Swift Package Index logo.Swift Package Index

Build Information

Successful build of StoreKitHelper, reference v2.6.0 (19dfe3), with Swift 6.3 for macOS (SPM) on 24 Apr 2026 15:06:04 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jaywcjlove/StoreKitHelper.git
Reference: v2.6.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jaywcjlove/StoreKitHelper
 * tag               v2.6.0     -> FETCH_HEAD
HEAD is now at 19dfe37 ci: update workflows config.
Cloned https://github.com/jaywcjlove/StoreKitHelper.git
Revision (git rev-parse @):
19dfe3710c4e52ac4b07999d221fa859fa56b767
SUCCESS checkout https://github.com/jaywcjlove/StoreKitHelper.git at v2.6.0
========================================
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": "storekithelper",
      "name": "StoreKitHelper",
      "url": "https://github.com/jaywcjlove/StoreKitHelper.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/StoreKitHelper",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/jaywcjlove/StoreKitHelper.git
[1/810] Fetching storekithelper
Fetched https://github.com/jaywcjlove/StoreKitHelper.git from cache (0.80s)
Creating working copy for https://github.com/jaywcjlove/StoreKitHelper.git
Working copy of https://github.com/jaywcjlove/StoreKitHelper.git resolved at v2.6.0 (19dfe37)
warning: '.resolve-product-dependencies': dependency 'storekithelper' 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/jaywcjlove/StoreKitHelper.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/10] Write sources
[0/10] Copying Localizable.strings
[5/10] Copying Info.plist
[5/10] Copying Localizable.strings
[9/10] Write swift-version--6988338F2F200930.txt
[11/25] Compiling StoreKitHelper StoreKitHelperSelectionView.swift
[12/25] Compiling StoreKitHelper UIApplication.swift
[13/25] Compiling StoreKitHelper View.swift
[14/25] Compiling StoreKitHelper StoreKitError.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKitHelper/StoreKitError.swift:59:32: warning: immutable value 'message' was never used; consider replacing with '_' or removing it [#no-usage]
57 |         case .purchasePending:
58 |             return StoreKitHelperL18n.localized(key: "purchase_pending", locale: locale)
59 |         case .unknownError(let message):
   |                                `- warning: immutable value 'message' was never used; consider replacing with '_' or removing it [#no-usage]
60 |             return StoreKitHelperL18n.localized(key: "unknown_error", locale: locale)
61 |         }
[15/25] Compiling StoreKitHelper TermsOfServiceView.swift
[16/25] Compiling StoreKitHelper Environment.swift
[17/25] Emitting module StoreKitHelper
[18/25] Compiling StoreKitHelper Notification.swift
[19/25] Compiling StoreKitHelper String.swift
[20/25] Compiling StoreKitHelper StoreKitHelperView.swift
[21/25] Compiling StoreKitHelper PurchasePopupButton.swift
[22/25] Compiling StoreKitHelper RestorePurchasesButton.swift
[23/25] Compiling StoreKitHelper NotifyAlert.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKitHelper/Comps/ProductsLoad.swift:35:17: warning: initialization of immutable value 'info' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
33 |     public var body: some View {
34 |         ZStack {
35 |             let info = showError(error: store.storeError)
   |                 `- warning: initialization of immutable value 'info' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
36 |             if showError(error: store.storeError) == true {
37 |                 VStack(alignment: .leading, spacing: 6) {
[24/25] Compiling StoreKitHelper ProductsLoad.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKitHelper/Comps/ProductsLoad.swift:35:17: warning: initialization of immutable value 'info' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
33 |     public var body: some View {
34 |         ZStack {
35 |             let info = showError(error: store.storeError)
   |                 `- warning: initialization of immutable value 'info' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
36 |             if showError(error: store.storeError) == true {
37 |                 VStack(alignment: .leading, spacing: 6) {
[25/25] Compiling StoreKitHelper StoreKitHelper.swift
[26/26] Compiling StoreKitHelper resource_bundle_accessor.swift
Build complete! (10.32s)
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" : "StoreKitHelperTests",
      "module_type" : "SwiftTarget",
      "name" : "StoreKitHelperTests",
      "path" : "Tests/StoreKitHelperTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/StoreKitHelperTests/Configuration.storekit",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "StoreKitHelperTests.swift"
      ],
      "target_dependencies" : [
        "StoreKitHelper"
      ],
      "type" : "test"
    },
    {
      "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" : [
        "Comps/NotifyAlert.swift",
        "Comps/ProductsLoad.swift",
        "Comps/PurchasePopupButton.swift",
        "Comps/RestorePurchasesButton.swift",
        "Comps/TermsOfServiceView.swift",
        "Extensions/Environment.swift",
        "Extensions/Notification.swift",
        "Extensions/String.swift",
        "Extensions/UIApplication.swift",
        "Extensions/View.swift",
        "StoreKitError.swift",
        "StoreKitHelper.swift",
        "Views/StoreKitHelperSelectionView.swift",
        "Views/StoreKitHelperView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Done.