Build Information
Successful build of StoreKitTheKit, reference 1.2.2 (e1d142
), with Swift 6.1 for macOS (SPM) on 5 May 2025 05:57:55 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: 1.2.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nicolaischneider/StoreKitTheKit
* tag 1.2.2 -> FETCH_HEAD
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 1.2.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
[1/232] Fetching storekitthekit
Fetched https://github.com/nicolaischneider/StoreKitTheKit.git from cache (0.82s)
Creating working copy for https://github.com/nicolaischneider/StoreKitTheKit.git
Working copy of https://github.com/nicolaischneider/StoreKitTheKit.git resolved at 1.2.2 (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 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
[4/14] 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
[5/14] 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
[6/14] 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
[7/14] 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
[8/14] 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
[9/14] 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
[10/14] 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
[11/14] 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/14] 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
[13/14] 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
[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.60s)
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.