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 StoreKitTheKit, reference main (e1d142), with Swift 6.1 for macOS (SPM) on 5 May 2025 05:59: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 -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.61.3
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 e1d1421 updated readme
Cloned https://github.com/nicolaischneider/StoreKitTheKit.git
Revision (git rev-parse @):
e1d1421e084470f40f44cdca3005ae60a4f3937e
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
[5/232] Fetching storekitthekit
Fetched https://github.com/nicolaischneider/StoreKitTheKit.git from cache (0.79s)
Creating working copy for https://github.com/nicolaischneider/StoreKitTheKit.git
Working copy of https://github.com/nicolaischneider/StoreKitTheKit.git resolved at main (e1d1421)
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",
        "StoreKitTheKit/Error/StoreError.swift",
        "StoreKitTheKit/States/PurchaseState.swift",
        "StoreKitTheKit/States/StoreAvailability.swift",
        "StoreKitTheKit/StoreKitTheKit+Access.swift",
        "StoreKitTheKit/StoreKitTheKit+Formatting.swift",
        "StoreKitTheKit/StoreKitTheKit+Purchase.swift",
        "StoreKitTheKit/StoreKitTheKit+StoreSetup.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/13] 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
[4/13] 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
[5/13] 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
[6/13] 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
[7/13] 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
[8/13] 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
[9/13] 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
[10/13] 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
[11/13] 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
[12/13] 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
[13/13] 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
[14/14] 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! (7.90s)
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",
        "StoreKitTheKit/Error/StoreError.swift",
        "StoreKitTheKit/States/PurchaseState.swift",
        "StoreKitTheKit/States/StoreAvailability.swift",
        "StoreKitTheKit/StoreKitTheKit+Access.swift",
        "StoreKitTheKit/StoreKitTheKit+Formatting.swift",
        "StoreKitTheKit/StoreKitTheKit+Purchase.swift",
        "StoreKitTheKit/StoreKitTheKit+StoreSetup.swift",
        "StoreKitTheKit/StoreKitTheKit.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.