The Swift Package Index logo.Swift Package Index

Build Information

Successful build of StoreKitHelper, reference main (e44500), with Swift 6.2 for macOS (SPM) on 24 Apr 2026 14:52:07 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.3.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: 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 e44500b refactor: remove unused unknown error binding
Cloned https://github.com/jaywcjlove/StoreKitHelper.git
Revision (git rev-parse @):
e44500be990881ccd38afc1be9687c8390df1715
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.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/10] Write sources
[1/10] Copying Localizable.strings
[4/10] Copying Info.plist
[7/10] Copying Localizable.strings
[9/10] Write swift-version--3CB7CFEC50E0D141.txt
[11/25] Compiling StoreKitHelper StoreKitError.swift
[12/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) {
[13/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) {
[14/25] Compiling StoreKitHelper StoreKitHelper.swift
[15/25] Compiling StoreKitHelper StoreKitHelperView.swift
[16/25] Compiling StoreKitHelper Notification.swift
[17/25] Compiling StoreKitHelper String.swift
[18/25] Emitting module StoreKitHelper
[19/25] Compiling StoreKitHelper PurchasePopupButton.swift
[20/25] Compiling StoreKitHelper RestorePurchasesButton.swift
[21/25] Compiling StoreKitHelper UIApplication.swift
[22/25] Compiling StoreKitHelper View.swift
[23/25] Compiling StoreKitHelper StoreKitHelperSelectionView.swift
[24/25] Compiling StoreKitHelper TermsOfServiceView.swift
[25/25] Compiling StoreKitHelper Environment.swift
[26/26] Compiling StoreKitHelper resource_bundle_accessor.swift
Build complete! (10.07s)
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.