The Swift Package Index logo.Swift Package Index

Build Information

Successful build of StoreKitTheKit, reference 1.5.2 (ff13ed), with Swift 6.1 for macOS (SPM) on 8 Aug 2025 19:07:27 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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nicolaischneider/StoreKitTheKit.git
Reference: 1.5.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nicolaischneider/StoreKitTheKit
 * tag               1.5.2      -> FETCH_HEAD
HEAD is now at ff13ed4 udpated podspec file
Cloned https://github.com/nicolaischneider/StoreKitTheKit.git
Revision (git rev-parse @):
ff13ed4cc4485cd2bbb0faa2f68eb3eb8b442ea2
SUCCESS checkout https://github.com/nicolaischneider/StoreKitTheKit.git at 1.5.2
========================================
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",
  "dependencies": [
    {
      "identity": "storekitthekit",
      "name": "StoreKitTheKit",
      "url": "https://github.com/nicolaischneider/StoreKitTheKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/StoreKitTheKit",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/nicolaischneider/StoreKitTheKit.git
[5/497] Fetching storekitthekit
Fetched https://github.com/nicolaischneider/StoreKitTheKit.git from cache (0.89s)
Creating working copy for https://github.com/nicolaischneider/StoreKitTheKit.git
Working copy of https://github.com/nicolaischneider/StoreKitTheKit.git resolved at 1.5.2 (ff13ed4)
warning: '.resolve-product-dependencies': dependency 'storekitthekit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/nicolaischneider/StoreKitTheKit.git
https://github.com/nicolaischneider/StoreKitTheKit.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "StoreKitTheKit",
  "name" : "StoreKitTheKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "StoreKitTheKit",
      "targets" : [
        "StoreKitTheKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StoreKitTheKit",
      "module_type" : "SwiftTarget",
      "name" : "StoreKitTheKit",
      "path" : "Sources/StoreKitTheKit",
      "product_memberships" : [
        "StoreKitTheKit"
      ],
      "sources" : [
        "Extensions/LoggerExtension.swift",
        "LocalStore/LocalStoreManager.swift",
        "Purchasable/Purchasable.swift",
        "Purchasable/SubscriptionPeriodLength.swift",
        "StoreKitTheKit/Error/StoreError.swift",
        "StoreKitTheKit/States/PurchaseState.swift",
        "StoreKitTheKit/States/StoreAvailability.swift",
        "StoreKitTheKit/States/StoreKitTheKitState.swift",
        "StoreKitTheKit/States/SubscriptionInfo.swift",
        "StoreKitTheKit/StoreKitTheKit+Access.swift",
        "StoreKitTheKit/StoreKitTheKit+Formatting.swift",
        "StoreKitTheKit/StoreKitTheKit+Purchase.swift",
        "StoreKitTheKit/StoreKitTheKit+StoreSetup.swift",
        "StoreKitTheKit/StoreKitTheKit+Subscription.swift",
        "StoreKitTheKit/StoreKitTheKit.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/17] Compiling StoreKitTheKit StoreKitTheKit+Subscription.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[4/18] Compiling StoreKitTheKit StoreKitTheKit+Purchase.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[5/18] Compiling StoreKitTheKit StoreKitTheKit+Formatting.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[6/18] Compiling StoreKitTheKit SubscriptionInfo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[7/18] Compiling StoreKitTheKit StoreKitTheKit+Access.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[8/18] Compiling StoreKitTheKit StoreError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[9/18] Compiling StoreKitTheKit PurchaseState.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[10/18] Compiling StoreKitTheKit Purchasable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[11/18] Compiling StoreKitTheKit SubscriptionPeriodLength.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[12/18] Compiling StoreKitTheKit LoggerExtension.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[13/18] Compiling StoreKitTheKit LocalStoreManager.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[14/18] Emitting module StoreKitTheKit
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[15/18] Compiling StoreKitTheKit StoreAvailability.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[16/18] Compiling StoreKitTheKit StoreKitTheKitState.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[17/18] Compiling StoreKitTheKit StoreKitTheKit+StoreSetup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[18/18] Compiling StoreKitTheKit StoreKitTheKit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Build complete! (8.85s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "StoreKitTheKit",
  "name" : "StoreKitTheKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "StoreKitTheKit",
      "targets" : [
        "StoreKitTheKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StoreKitTheKit",
      "module_type" : "SwiftTarget",
      "name" : "StoreKitTheKit",
      "path" : "Sources/StoreKitTheKit",
      "product_memberships" : [
        "StoreKitTheKit"
      ],
      "sources" : [
        "Extensions/LoggerExtension.swift",
        "LocalStore/LocalStoreManager.swift",
        "Purchasable/Purchasable.swift",
        "Purchasable/SubscriptionPeriodLength.swift",
        "StoreKitTheKit/Error/StoreError.swift",
        "StoreKitTheKit/States/PurchaseState.swift",
        "StoreKitTheKit/States/StoreAvailability.swift",
        "StoreKitTheKit/States/StoreKitTheKitState.swift",
        "StoreKitTheKit/States/SubscriptionInfo.swift",
        "StoreKitTheKit/StoreKitTheKit+Access.swift",
        "StoreKitTheKit/StoreKitTheKit+Formatting.swift",
        "StoreKitTheKit/StoreKitTheKit+Purchase.swift",
        "StoreKitTheKit/StoreKitTheKit+StoreSetup.swift",
        "StoreKitTheKit/StoreKitTheKit+Subscription.swift",
        "StoreKitTheKit/StoreKitTheKit.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.