The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SKHelper, reference main (a04726), with Swift 6.0 for macOS (SPM) on 30 Apr 2025 19:59:47 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/russell-archer/SKHelper.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/russell-archer/SKHelper
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a047268 Updates quick start tutorials
Updating files:  73% (8289/11250)
Updating files:  74% (8325/11250)
Updating files:  75% (8438/11250)
Updating files:  76% (8550/11250)
Updating files:  77% (8663/11250)
Updating files:  78% (8775/11250)
Updating files:  79% (8888/11250)
Updating files:  80% (9000/11250)
Updating files:  81% (9113/11250)
Updating files:  82% (9225/11250)
Updating files:  83% (9338/11250)
Updating files:  84% (9450/11250)
Updating files:  85% (9563/11250)
Updating files:  86% (9675/11250)
Updating files:  87% (9788/11250)
Updating files:  88% (9900/11250)
Updating files:  89% (10013/11250)
Updating files:  90% (10125/11250)
Updating files:  91% (10238/11250)
Updating files:  92% (10350/11250)
Updating files:  93% (10463/11250)
Updating files:  94% (10575/11250)
Updating files:  95% (10688/11250)
Updating files:  96% (10800/11250)
Updating files:  97% (10913/11250)
Updating files:  98% (11025/11250)
Updating files:  99% (11138/11250)
Updating files: 100% (11250/11250)
Updating files: 100% (11250/11250), done.
Cloned https://github.com/russell-archer/SKHelper.git
Revision (git rev-parse @):
a0472686a77fd325ea384f0c5a11770332a00573
SUCCESS checkout https://github.com/russell-archer/SKHelper.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/russell-archer/SKHelper.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/7] Copying skhelper-logo.png
[2/7] Write sources
[3/7] Copying skhelper-logo-small.png
[4/7] Copying PrivacyInfo.xcprivacy
[6/7] Write swift-version-5BDAB9E9C0126B9D.txt
[8/39] Emitting module SKHelper
[9/42] Compiling SKHelper SKHelperEntitlementState.swift
[10/42] Compiling SKHelper SKHelperPurchaseState.swift
[11/42] Compiling SKHelper SKHelperSubscriptionState.swift
[12/42] Compiling SKHelper SKHelperTransactionUpdateReason.swift
[13/42] Compiling SKHelper SKHelperLog.swift
[14/42] Compiling SKHelper SKHelperNotification.swift
[15/42] Compiling SKHelper SKHelperProduct.swift
[16/42] Compiling SKHelper SKHelperPurchaseInfo.swift
[17/42] Compiling SKHelper SKHelperSubscriptionInfoManage.swift
[18/42] Compiling SKHelper SKHelperSubscriptionStoreView.swift
[19/42] Compiling SKHelper resource_bundle_accessor.swift
[20/42] Compiling SKHelper OnTransaction.swift
[21/42] Compiling SKHelper SKHelperManagePurchaseView.swift
[22/42] Compiling SKHelper SKHelperProductView.swift
[23/42] Compiling SKHelper SKHelperPurchaseInfoManage.swift
[24/42] Compiling SKHelper SKHelperPurchasesView.swift
[25/42] Compiling SKHelper SKHelperSheetBarView.swift
[26/42] Compiling SKHelper SKHelperStoreView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SKHelper/Views/SKHelperStoreView.swift:108:33: warning: result of call to 'requestProducts()' is unused
106 |                 if !hasRequestedProducts, !hasProducts {
107 |                     hasRequestedProducts = true
108 |                     await store.requestProducts()
    |                                 `- warning: result of call to 'requestProducts()' is unused
109 |                     hasProducts = store.hasProducts
110 |                 }
[27/42] Compiling SKHelper SKHelperStoreViewBody.swift
/Users/admin/builder/spi-builder-workspace/Sources/SKHelper/Views/SKHelperStoreView.swift:108:33: warning: result of call to 'requestProducts()' is unused
106 |                 if !hasRequestedProducts, !hasProducts {
107 |                     hasRequestedProducts = true
108 |                     await store.requestProducts()
    |                                 `- warning: result of call to 'requestProducts()' is unused
109 |                     hasProducts = store.hasProducts
110 |                 }
[28/42] Compiling SKHelper SKHelperSubscriptionInfoMain.swift
/Users/admin/builder/spi-builder-workspace/Sources/SKHelper/Views/SKHelperStoreView.swift:108:33: warning: result of call to 'requestProducts()' is unused
106 |                 if !hasRequestedProducts, !hasProducts {
107 |                     hasRequestedProducts = true
108 |                     await store.requestProducts()
    |                                 `- warning: result of call to 'requestProducts()' is unused
109 |                     hasProducts = store.hasProducts
110 |                 }
[29/42] Compiling SKHelper SKHelperSubscriptionInfo.swift
[30/42] Compiling SKHelper SKHelperButtons.swift
[31/42] Compiling SKHelper SKHelperProductViewStyle.swift
[32/42] Compiling SKHelper SKHelperTapGesture.swift
[33/42] Compiling SKHelper SKHelperPurchaseInfoFieldText.swift
[34/42] Compiling SKHelper SKHelperPurchaseInfoFieldView.swift
[35/42] Compiling SKHelper SKHelperPurchaseInfoMain.swift
[36/42] Compiling SKHelper SKHelper+Extensions.swift
[37/42] Compiling SKHelper SKHelper.swift
[38/42] Compiling SKHelper SKHelperConfiguration.swift
[39/42] Compiling SKHelper SKHelperConstants.swift
[40/42] Compiling SKHelper SKHelperUnwrappedVerificationResult.swift
[41/42] Compiling SKHelper OnProductsAvailable.swift
[42/42] Compiling SKHelper OnSubscriptionChange.swift
Build complete! (26.42s)
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.25s)
Computing version for https://github.com/apple/swift-docc-plugin.git
Computed https://github.com/apple/swift-docc-plugin.git at 1.4.3 (3.21s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3376] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.10s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.61s)
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
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
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/OnProductsAvailable.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/SKHelperStoreViewBody.swift",
        "Views/SKHelperSubscriptionInfoMain.swift",
        "Views/SKHelperSubscriptionInfoManage.swift",
        "Views/SKHelperSubscriptionStoreView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.