Build Information
Failed to build StoreKitHelper, reference v1.5.7 (d1f441), with Swift 6.1 for macOS (SPM) on 1 Nov 2025 14:00:11 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jaywcjlove/StoreKitHelper.git
Reference: v1.5.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jaywcjlove/StoreKitHelper
* tag v1.5.7 -> FETCH_HEAD
HEAD is now at d1f4416 fix: fix glassEffect crash issue on iOS 26.
Cloned https://github.com/jaywcjlove/StoreKitHelper.git
Revision (git rev-parse @):
d1f4416c1865b8d22d0a53195ffb757ad0585080
SUCCESS checkout https://github.com/jaywcjlove/StoreKitHelper.git at v1.5.7
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/jaywcjlove/StoreKitHelper.git
https://github.com/jaywcjlove/StoreKitHelper.git
{
"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",
"Extensions/View.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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/10] Write sources
[1/10] Copying Localizable.strings
[4/10] Copying Info.plist
[5/10] Copying Localizable.strings
[9/10] Write swift-version-2F0A5646E1D333AE.txt
[11/30] Emitting module StoreKitHelper
[12/32] Compiling StoreKitHelper TermsOfServiceView.swift
[13/32] Compiling StoreKitHelper resource_bundle_accessor.swift
[14/32] Compiling StoreKitHelper PurchasePopupButton.swift
[15/32] Compiling StoreKitHelper RestorePurchasesButton.swift
[16/32] Compiling StoreKitHelper StoreKitHelperSelectionView.swift
[17/32] Compiling StoreKitHelper StoreKitHelperView.swift
[18/32] Compiling StoreKitHelper Utils.swift
[19/32] Compiling StoreKitHelper ValidatableTransaction.swift
[20/32] Compiling StoreKitHelper Environment.swift
[21/32] Compiling StoreKitHelper ProductsContentWrapper.swift
[22/32] Compiling StoreKitHelper String.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKitHelper/Extensions/View.swift:15:18: error: value of type 'some View' has no member 'glassEffect'
13 | self.buttonStyle(.plain)
14 | .padding(.vertical, 5)
15 | .glassEffect(.regular.interactive(), in: .capsule)
| `- error: value of type 'some View' has no member 'glassEffect'
16 | } else {
17 | self
/Users/admin/builder/spi-builder-workspace/Sources/StoreKitHelper/Extensions/View.swift:15:31: error: cannot infer contextual base in reference to member 'regular'
13 | self.buttonStyle(.plain)
14 | .padding(.vertical, 5)
15 | .glassEffect(.regular.interactive(), in: .capsule)
| `- error: cannot infer contextual base in reference to member 'regular'
16 | } else {
17 | self
/Users/admin/builder/spi-builder-workspace/Sources/StoreKitHelper/Extensions/View.swift:15:59: error: cannot infer contextual base in reference to member 'capsule'
13 | self.buttonStyle(.plain)
14 | .padding(.vertical, 5)
15 | .glassEffect(.regular.interactive(), in: .capsule)
| `- error: cannot infer contextual base in reference to member 'capsule'
16 | } else {
17 | self
[23/32] Compiling StoreKitHelper View.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKitHelper/Extensions/View.swift:15:18: error: value of type 'some View' has no member 'glassEffect'
13 | self.buttonStyle(.plain)
14 | .padding(.vertical, 5)
15 | .glassEffect(.regular.interactive(), in: .capsule)
| `- error: value of type 'some View' has no member 'glassEffect'
16 | } else {
17 | self
/Users/admin/builder/spi-builder-workspace/Sources/StoreKitHelper/Extensions/View.swift:15:31: error: cannot infer contextual base in reference to member 'regular'
13 | self.buttonStyle(.plain)
14 | .padding(.vertical, 5)
15 | .glassEffect(.regular.interactive(), in: .capsule)
| `- error: cannot infer contextual base in reference to member 'regular'
16 | } else {
17 | self
/Users/admin/builder/spi-builder-workspace/Sources/StoreKitHelper/Extensions/View.swift:15:59: error: cannot infer contextual base in reference to member 'capsule'
13 | self.buttonStyle(.plain)
14 | .padding(.vertical, 5)
15 | .glassEffect(.regular.interactive(), in: .capsule)
| `- error: cannot infer contextual base in reference to member 'capsule'
16 | } else {
17 | self
[24/32] Compiling StoreKitHelper InAppProduct.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKitHelper/Extensions/View.swift:15:18: error: value of type 'some View' has no member 'glassEffect'
13 | self.buttonStyle(.plain)
14 | .padding(.vertical, 5)
15 | .glassEffect(.regular.interactive(), in: .capsule)
| `- error: value of type 'some View' has no member 'glassEffect'
16 | } else {
17 | self
/Users/admin/builder/spi-builder-workspace/Sources/StoreKitHelper/Extensions/View.swift:15:31: error: cannot infer contextual base in reference to member 'regular'
13 | self.buttonStyle(.plain)
14 | .padding(.vertical, 5)
15 | .glassEffect(.regular.interactive(), in: .capsule)
| `- error: cannot infer contextual base in reference to member 'regular'
16 | } else {
17 | self
/Users/admin/builder/spi-builder-workspace/Sources/StoreKitHelper/Extensions/View.swift:15:59: error: cannot infer contextual base in reference to member 'capsule'
13 | self.buttonStyle(.plain)
14 | .padding(.vertical, 5)
15 | .glassEffect(.regular.interactive(), in: .capsule)
| `- error: cannot infer contextual base in reference to member 'capsule'
16 | } else {
17 | self
[25/32] Compiling StoreKitHelper StoreContext+CheckReceipt.swift
[26/32] Compiling StoreKitHelper StoreContext+Products.swift
[27/32] Compiling StoreKitHelper StoreContext.swift
[28/32] Compiling StoreKitHelper StoreServiceError.swift
[29/32] Compiling StoreKitHelper Product.swift
[30/32] Compiling StoreKitHelper ProductID.swift
[31/32] Compiling StoreKitHelper ProductsLoadList.swift
[32/32] Compiling StoreKitHelper ProductsUnavailableView.swift
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/21] Compiling StoreKitHelper String.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKitHelper/Extensions/View.swift:15:18: error: value of type 'some View' has no member 'glassEffect'
13 | self.buttonStyle(.plain)
14 | .padding(.vertical, 5)
15 | .glassEffect(.regular.interactive(), in: .capsule)
| `- error: value of type 'some View' has no member 'glassEffect'
16 | } else {
17 | self
/Users/admin/builder/spi-builder-workspace/Sources/StoreKitHelper/Extensions/View.swift:15:31: error: cannot infer contextual base in reference to member 'regular'
13 | self.buttonStyle(.plain)
14 | .padding(.vertical, 5)
15 | .glassEffect(.regular.interactive(), in: .capsule)
| `- error: cannot infer contextual base in reference to member 'regular'
16 | } else {
17 | self
/Users/admin/builder/spi-builder-workspace/Sources/StoreKitHelper/Extensions/View.swift:15:59: error: cannot infer contextual base in reference to member 'capsule'
13 | self.buttonStyle(.plain)
14 | .padding(.vertical, 5)
15 | .glassEffect(.regular.interactive(), in: .capsule)
| `- error: cannot infer contextual base in reference to member 'capsule'
16 | } else {
17 | self
[3/21] Compiling StoreKitHelper View.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKitHelper/Extensions/View.swift:15:18: error: value of type 'some View' has no member 'glassEffect'
13 | self.buttonStyle(.plain)
14 | .padding(.vertical, 5)
15 | .glassEffect(.regular.interactive(), in: .capsule)
| `- error: value of type 'some View' has no member 'glassEffect'
16 | } else {
17 | self
/Users/admin/builder/spi-builder-workspace/Sources/StoreKitHelper/Extensions/View.swift:15:31: error: cannot infer contextual base in reference to member 'regular'
13 | self.buttonStyle(.plain)
14 | .padding(.vertical, 5)
15 | .glassEffect(.regular.interactive(), in: .capsule)
| `- error: cannot infer contextual base in reference to member 'regular'
16 | } else {
17 | self
/Users/admin/builder/spi-builder-workspace/Sources/StoreKitHelper/Extensions/View.swift:15:59: error: cannot infer contextual base in reference to member 'capsule'
13 | self.buttonStyle(.plain)
14 | .padding(.vertical, 5)
15 | .glassEffect(.regular.interactive(), in: .capsule)
| `- error: cannot infer contextual base in reference to member 'capsule'
16 | } else {
17 | self
[4/21] Compiling StoreKitHelper InAppProduct.swift
/Users/admin/builder/spi-builder-workspace/Sources/StoreKitHelper/Extensions/View.swift:15:18: error: value of type 'some View' has no member 'glassEffect'
13 | self.buttonStyle(.plain)
14 | .padding(.vertical, 5)
15 | .glassEffect(.regular.interactive(), in: .capsule)
| `- error: value of type 'some View' has no member 'glassEffect'
16 | } else {
17 | self
/Users/admin/builder/spi-builder-workspace/Sources/StoreKitHelper/Extensions/View.swift:15:31: error: cannot infer contextual base in reference to member 'regular'
13 | self.buttonStyle(.plain)
14 | .padding(.vertical, 5)
15 | .glassEffect(.regular.interactive(), in: .capsule)
| `- error: cannot infer contextual base in reference to member 'regular'
16 | } else {
17 | self
/Users/admin/builder/spi-builder-workspace/Sources/StoreKitHelper/Extensions/View.swift:15:59: error: cannot infer contextual base in reference to member 'capsule'
13 | self.buttonStyle(.plain)
14 | .padding(.vertical, 5)
15 | .glassEffect(.regular.interactive(), in: .capsule)
| `- error: cannot infer contextual base in reference to member 'capsule'
16 | } else {
17 | self
[5/23] Emitting module StoreKitHelper
[6/23] Compiling StoreKitHelper Utils.swift
[7/23] Compiling StoreKitHelper ValidatableTransaction.swift
[8/23] Compiling StoreKitHelper Product.swift
[9/23] Compiling StoreKitHelper ProductID.swift
[10/23] Compiling StoreKitHelper StoreContext.swift
[11/23] Compiling StoreKitHelper StoreServiceError.swift
[12/23] Compiling StoreKitHelper PurchasePopupButton.swift
[13/23] Compiling StoreKitHelper RestorePurchasesButton.swift
[14/23] Compiling StoreKitHelper Environment.swift
[15/23] Compiling StoreKitHelper ProductsContentWrapper.swift
[16/23] Compiling StoreKitHelper StoreContext+CheckReceipt.swift
[17/23] Compiling StoreKitHelper StoreContext+Products.swift
[18/23] Compiling StoreKitHelper ProductsLoadList.swift
[19/23] Compiling StoreKitHelper ProductsUnavailableView.swift
[20/23] Compiling StoreKitHelper TermsOfServiceView.swift
[21/23] Compiling StoreKitHelper resource_bundle_accessor.swift
[22/23] Compiling StoreKitHelper StoreKitHelperSelectionView.swift
[23/23] Compiling StoreKitHelper StoreKitHelperView.swift
BUILD FAILURE 6.1 macosSpm