The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of StoreKitTheKit, reference main (ff13ed), with Swift 6.1 for macOS (SPM) on 8 Aug 2025 19:08:29 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nicolaischneider/StoreKitTheKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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
[1/497] Fetching storekitthekit
Fetched https://github.com/nicolaischneider/StoreKitTheKit.git from cache (0.76s)
Creating working copy for https://github.com/nicolaischneider/StoreKitTheKit.git
Working copy of https://github.com/nicolaischneider/StoreKitTheKit.git resolved at main (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+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
[4/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
[5/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
[6/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
[7/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
[8/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
[9/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
[10/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
[11/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
[12/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
[13/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
[14/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
[15/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
[16/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
[17/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
[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! (9.11s)
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.