Build Information
Successful build of SKHelper, reference 1.1.4 (67dff4
), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 18:47:12 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/russell-archer/SKHelper.git
Reference: 1.1.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/russell-archer/SKHelper
* tag 1.1.4 -> FETCH_HEAD
HEAD is now at 67dff45 Added OnTransaction(update) view modifier; refactored support files
Updating files: 88% (8453/9539)
Updating files: 89% (8490/9539)
Updating files: 90% (8586/9539)
Updating files: 91% (8681/9539)
Updating files: 92% (8776/9539)
Updating files: 93% (8872/9539)
Updating files: 94% (8967/9539)
Updating files: 95% (9063/9539)
Updating files: 96% (9158/9539)
Updating files: 97% (9253/9539)
Updating files: 98% (9349/9539)
Updating files: 99% (9444/9539)
Updating files: 100% (9539/9539)
Updating files: 100% (9539/9539), done.
Cloned https://github.com/russell-archer/SKHelper.git
Revision (git rev-parse @):
67dff4569331cc57520c778de213888a8e8e943f
SUCCESS checkout https://github.com/russell-archer/SKHelper.git at 1.1.4
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/russell-archer/SKHelper.git
https://github.com/russell-archer/SKHelper.git
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin.git"
}
],
"manifest_display_name" : "SKHelper",
"name" : "SKHelper",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.6"
}
],
"products" : [
{
"name" : "SKHelper",
"targets" : [
"SKHelper"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SKHelper",
"module_type" : "SwiftTarget",
"name" : "SKHelper",
"path" : "Sources/SKHelper",
"product_memberships" : [
"SKHelper"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/SKHelper/Resources/PrivacyInfo.xcprivacy",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/SKHelper/Resources/images/skhelper-logo-small.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/SKHelper/Resources/images/skhelper-logo.png",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Core/SKHelper+Extensions.swift",
"Core/SKHelper.swift",
"Core/SKHelperConfiguration.swift",
"Core/SKHelperConstants.swift",
"Core/SKHelperLog.swift",
"Core/SKHelperNotification.swift",
"Core/SKHelperProduct.swift",
"Core/SKHelperPurchaseInfo.swift",
"Core/SKHelperSubscriptionInfo.swift",
"Styles/SKHelperButtons.swift",
"Styles/SKHelperProductViewStyle.swift",
"Styles/SKHelperTapGesture.swift",
"Support/SKHelperEntitlementState.swift",
"Support/SKHelperPurchaseState.swift",
"Support/SKHelperSubscriptionState.swift",
"Support/SKHelperTransactionUpdateReason.swift",
"Support/SKHelperUnwrappedVerificationResult.swift",
"ViewModifiers/OnSubscriptionChange.swift",
"ViewModifiers/OnTransaction.swift",
"Views/SKHelperManagePurchaseView.swift",
"Views/SKHelperProductView.swift",
"Views/SKHelperPurchaseInfoFieldText.swift",
"Views/SKHelperPurchaseInfoFieldView.swift",
"Views/SKHelperPurchaseInfoMain.swift",
"Views/SKHelperPurchaseInfoManage.swift",
"Views/SKHelperPurchasesView.swift",
"Views/SKHelperSheetBarView.swift",
"Views/SKHelperStoreView.swift",
"Views/SKHelperSubscriptionInfoMain.swift",
"Views/SKHelperSubscriptionInfoManage.swift",
"Views/SKHelperSubscriptionStoreView.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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/7] Copying skhelper-logo-small.png
[2/7] Write sources
[2/7] Copying skhelper-logo.png
[3/7] Copying PrivacyInfo.xcprivacy
[6/7] Write swift-version-2F0A5646E1D333AE.txt
[8/37] Emitting module SKHelper
[9/40] Compiling SKHelper SKHelperLog.swift
[10/40] Compiling SKHelper SKHelperNotification.swift
[11/40] Compiling SKHelper SKHelperProduct.swift
[12/40] Compiling SKHelper SKHelperPurchaseInfo.swift
[13/40] Compiling SKHelper SKHelperSubscriptionInfoManage.swift
[14/40] Compiling SKHelper SKHelperSubscriptionStoreView.swift
[15/40] Compiling SKHelper resource_bundle_accessor.swift
[16/40] Compiling SKHelper SKHelperTapGesture.swift
[17/40] Compiling SKHelper SKHelperEntitlementState.swift
[18/40] Compiling SKHelper SKHelperPurchaseState.swift
[19/40] Compiling SKHelper OnSubscriptionChange.swift
/Users/admin/builder/spi-builder-workspace/Sources/SKHelper/ViewModifiers/OnSubscriptionChange.swift:9:8: warning: public import of 'StoreKit' was not used in public declarations or inlinable code
7 |
8 | public import SwiftUI
9 | public import StoreKit
| `- warning: public import of 'StoreKit' was not used in public declarations or inlinable code
10 |
11 | /// The `OnSubscriptionChange` ViewModifier allows you to be notified of changes to the status of all subscriptions.
/Users/admin/builder/spi-builder-workspace/Sources/SKHelper/ViewModifiers/OnTransaction.swift:9:8: warning: public import of 'StoreKit' was not used in public declarations or inlinable code
7 |
8 | public import SwiftUI
9 | public import StoreKit
| `- warning: public import of 'StoreKit' was not used in public declarations or inlinable code
10 |
11 | /// The `OnTransaction` ViewModifier allows you to be notified of purchase transactions and other transaction updates.
[20/40] Compiling SKHelper OnTransaction.swift
/Users/admin/builder/spi-builder-workspace/Sources/SKHelper/ViewModifiers/OnSubscriptionChange.swift:9:8: warning: public import of 'StoreKit' was not used in public declarations or inlinable code
7 |
8 | public import SwiftUI
9 | public import StoreKit
| `- warning: public import of 'StoreKit' was not used in public declarations or inlinable code
10 |
11 | /// The `OnSubscriptionChange` ViewModifier allows you to be notified of changes to the status of all subscriptions.
/Users/admin/builder/spi-builder-workspace/Sources/SKHelper/ViewModifiers/OnTransaction.swift:9:8: warning: public import of 'StoreKit' was not used in public declarations or inlinable code
7 |
8 | public import SwiftUI
9 | public import StoreKit
| `- warning: public import of 'StoreKit' was not used in public declarations or inlinable code
10 |
11 | /// The `OnTransaction` ViewModifier allows you to be notified of purchase transactions and other transaction updates.
[21/40] Compiling SKHelper SKHelperManagePurchaseView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SKHelper/ViewModifiers/OnSubscriptionChange.swift:9:8: warning: public import of 'StoreKit' was not used in public declarations or inlinable code
7 |
8 | public import SwiftUI
9 | public import StoreKit
| `- warning: public import of 'StoreKit' was not used in public declarations or inlinable code
10 |
11 | /// The `OnSubscriptionChange` ViewModifier allows you to be notified of changes to the status of all subscriptions.
/Users/admin/builder/spi-builder-workspace/Sources/SKHelper/ViewModifiers/OnTransaction.swift:9:8: warning: public import of 'StoreKit' was not used in public declarations or inlinable code
7 |
8 | public import SwiftUI
9 | public import StoreKit
| `- warning: public import of 'StoreKit' was not used in public declarations or inlinable code
10 |
11 | /// The `OnTransaction` ViewModifier allows you to be notified of purchase transactions and other transaction updates.
[22/40] Compiling SKHelper SKHelperProductView.swift
[23/40] Compiling SKHelper SKHelperPurchaseInfoFieldText.swift
[24/40] Compiling SKHelper SKHelperPurchaseInfoFieldView.swift
[25/40] Compiling SKHelper SKHelperSubscriptionState.swift
[26/40] Compiling SKHelper SKHelperTransactionUpdateReason.swift
[27/40] Compiling SKHelper SKHelperUnwrappedVerificationResult.swift
[28/40] Compiling SKHelper SKHelperPurchaseInfoMain.swift
[29/40] Compiling SKHelper SKHelperPurchaseInfoManage.swift
[30/40] Compiling SKHelper SKHelperPurchasesView.swift
[31/40] Compiling SKHelper SKHelperSheetBarView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SKHelper/Views/SKHelperStoreView.swift:111:77: warning: result of call to 'purchaseCompletion(for:with:)' is unused
109 | }
110 | .productViewStyle(.automatic)
111 | .onInAppPurchaseCompletion { product, result in await store.purchaseCompletion(for: product, with: try? result.get()) }
| `- warning: result of call to 'purchaseCompletion(for:with:)' is unused
112 | #if os(iOS)
113 | .storeButton(.visible, for: .restorePurchases, .policies, .redeemCode)
[32/40] Compiling SKHelper SKHelperStoreView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SKHelper/Views/SKHelperStoreView.swift:111:77: warning: result of call to 'purchaseCompletion(for:with:)' is unused
109 | }
110 | .productViewStyle(.automatic)
111 | .onInAppPurchaseCompletion { product, result in await store.purchaseCompletion(for: product, with: try? result.get()) }
| `- warning: result of call to 'purchaseCompletion(for:with:)' is unused
112 | #if os(iOS)
113 | .storeButton(.visible, for: .restorePurchases, .policies, .redeemCode)
[33/40] Compiling SKHelper SKHelperSubscriptionInfoMain.swift
/Users/admin/builder/spi-builder-workspace/Sources/SKHelper/Views/SKHelperStoreView.swift:111:77: warning: result of call to 'purchaseCompletion(for:with:)' is unused
109 | }
110 | .productViewStyle(.automatic)
111 | .onInAppPurchaseCompletion { product, result in await store.purchaseCompletion(for: product, with: try? result.get()) }
| `- warning: result of call to 'purchaseCompletion(for:with:)' is unused
112 | #if os(iOS)
113 | .storeButton(.visible, for: .restorePurchases, .policies, .redeemCode)
[34/40] Compiling SKHelper SKHelper+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:8: warning: public import of 'SwiftUI' was not used in public declarations or inlinable code
6 | //
7 |
8 | public import SwiftUI
| `- warning: public import of 'SwiftUI' was not used in public declarations or inlinable code
9 | public import StoreKit
10 |
[35/40] Compiling SKHelper SKHelper.swift
/Users/admin/builder/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:8: warning: public import of 'SwiftUI' was not used in public declarations or inlinable code
6 | //
7 |
8 | public import SwiftUI
| `- warning: public import of 'SwiftUI' was not used in public declarations or inlinable code
9 | public import StoreKit
10 |
[36/40] Compiling SKHelper SKHelperConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:8: warning: public import of 'SwiftUI' was not used in public declarations or inlinable code
6 | //
7 |
8 | public import SwiftUI
| `- warning: public import of 'SwiftUI' was not used in public declarations or inlinable code
9 | public import StoreKit
10 |
[37/40] Compiling SKHelper SKHelperConstants.swift
/Users/admin/builder/spi-builder-workspace/Sources/SKHelper/Core/SKHelper+Extensions.swift:8:8: warning: public import of 'SwiftUI' was not used in public declarations or inlinable code
6 | //
7 |
8 | public import SwiftUI
| `- warning: public import of 'SwiftUI' was not used in public declarations or inlinable code
9 | public import StoreKit
10 |
[38/40] Compiling SKHelper SKHelperSubscriptionInfo.swift
[39/40] Compiling SKHelper SKHelperButtons.swift
[40/40] Compiling SKHelper SKHelperProductViewStyle.swift
Build complete! (22.29s)
Fetching https://github.com/apple/swift-docc-plugin.git
[1/2049] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin.git from cache (1.18s)
Computing version for https://github.com/apple/swift-docc-plugin.git
Computed https://github.com/apple/swift-docc-plugin.git at 1.4.3 (2.17s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.75s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.44s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin.git
Working copy of https://github.com/apple/swift-docc-plugin.git resolved at 1.4.3
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin.git"
}
],
"manifest_display_name" : "SKHelper",
"name" : "SKHelper",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.6"
}
],
"products" : [
{
"name" : "SKHelper",
"targets" : [
"SKHelper"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SKHelper",
"module_type" : "SwiftTarget",
"name" : "SKHelper",
"path" : "Sources/SKHelper",
"product_memberships" : [
"SKHelper"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/SKHelper/Resources/PrivacyInfo.xcprivacy",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/SKHelper/Resources/images/skhelper-logo-small.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/SKHelper/Resources/images/skhelper-logo.png",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Core/SKHelper+Extensions.swift",
"Core/SKHelper.swift",
"Core/SKHelperConfiguration.swift",
"Core/SKHelperConstants.swift",
"Core/SKHelperLog.swift",
"Core/SKHelperNotification.swift",
"Core/SKHelperProduct.swift",
"Core/SKHelperPurchaseInfo.swift",
"Core/SKHelperSubscriptionInfo.swift",
"Styles/SKHelperButtons.swift",
"Styles/SKHelperProductViewStyle.swift",
"Styles/SKHelperTapGesture.swift",
"Support/SKHelperEntitlementState.swift",
"Support/SKHelperPurchaseState.swift",
"Support/SKHelperSubscriptionState.swift",
"Support/SKHelperTransactionUpdateReason.swift",
"Support/SKHelperUnwrappedVerificationResult.swift",
"ViewModifiers/OnSubscriptionChange.swift",
"ViewModifiers/OnTransaction.swift",
"Views/SKHelperManagePurchaseView.swift",
"Views/SKHelperProductView.swift",
"Views/SKHelperPurchaseInfoFieldText.swift",
"Views/SKHelperPurchaseInfoFieldView.swift",
"Views/SKHelperPurchaseInfoMain.swift",
"Views/SKHelperPurchaseInfoManage.swift",
"Views/SKHelperPurchasesView.swift",
"Views/SKHelperSheetBarView.swift",
"Views/SKHelperStoreView.swift",
"Views/SKHelperSubscriptionInfoMain.swift",
"Views/SKHelperSubscriptionInfoManage.swift",
"Views/SKHelperSubscriptionStoreView.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.