Build Information
Successful build of SKManager, reference 26.3.22 (2f46fb), with Swift 6.0 for macOS (SPM) on 22 Mar 2026 08:34:04 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/markbattistella/SKManager.git
Reference: 26.3.22
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/markbattistella/SKManager
* tag 26.3.22 -> FETCH_HEAD
HEAD is now at 2f46fbb 2026-03-22
Cloned https://github.com/markbattistella/SKManager.git
Revision (git rev-parse @):
2f46fbb8a00298b80d0051efd38b7b8599ed9e65
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/markbattistella/SKManager.git at 26.3.22
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/markbattistella/SKManager.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/26] Emitting module SimpleLogger
[5/28] Compiling SimpleLogger Data+Ext.swift
[6/28] Compiling SimpleLogger gzip+Error.swift
[7/28] Compiling SimpleLogger Category+Architecture.swift
[8/28] Compiling SimpleLogger Category+Commerce.swift
[9/28] Compiling SimpleLogger Category+Miscellaneous.swift
[10/28] Compiling SimpleLogger Category+Network.swift
[11/28] Compiling SimpleLogger Category+Performance.swift
[12/28] Compiling SimpleLogger Category+Persistence.swift
[13/28] Compiling SimpleLogger LoggerReader.swift
[14/28] Compiling SimpleLogger CompressionLevel.swift
[15/28] Compiling SimpleLogger Category+UI.swift
[16/28] Compiling SimpleLogger Category+Utilities.swift
[17/28] Compiling SimpleLogger Logger+Export.swift
[18/28] Compiling SimpleLogger Logger+Filter.swift
[19/28] Compiling SimpleLogger Logger+Init.swift
[20/28] Compiling SimpleLogger LoggerCategory.swift
[21/28] Compiling SimpleLogger LoggerRepresentation.swift
[22/28] Compiling SimpleLogger Category+Security.swift
[23/28] Compiling SimpleLogger Category+System.swift
[24/28] Compiling SimpleLogger Category+Testing.swift
[25/28] Compiling SimpleLogger Duration+Ext.swift
[26/28] Compiling SimpleLogger LoggerExporter.swift
[27/28] Compiling SimpleLogger LoggerManager.swift
[28/28] Compiling SimpleLogger LoggerQuery.swift
[29/44] Compiling SKManager StoreProductRepresentable.swift
[30/45] Compiling SKManager TierCapabilities.swift
[31/45] Compiling SKManager StoreIdentifiable.swift
[32/45] Compiling SKManager ProductTierRepresentable.swift
[33/45] Compiling SKManager StoreRules.swift
[34/45] Compiling SKManager EntitlementProvider.swift
[35/45] Compiling SKManager SubscriptionEntitlement.swift
[36/45] Compiling SKManager PurchaseOutcome.swift
[37/45] Emitting module SKManager
[38/45] Compiling SKManager StoreConfig.swift
[39/45] Compiling SKManager StoreError.swift
[40/45] Compiling SKManager EntitlementManager.swift
[41/45] Compiling SKManager StoreManager.swift
[42/45] Compiling SKManager CapabilityRule.swift
[43/45] Compiling SKManager LifetimeEntitlement.swift
[44/45] Compiling SKManager LoggerCategory+Ext.swift
[45/45] Compiling SKManager ConsumableManager.swift
Build complete! (14.44s)
Fetching https://github.com/markbattistella/SimpleLogger
[1/213] Fetching simplelogger
Fetched https://github.com/markbattistella/SimpleLogger from cache (0.79s)
Computing version for https://github.com/markbattistella/SimpleLogger
Computed https://github.com/markbattistella/SimpleLogger at 26.3.22 (0.45s)
Creating working copy for https://github.com/markbattistella/SimpleLogger
Working copy of https://github.com/markbattistella/SimpleLogger resolved at 26.3.22
Build complete.
{
"dependencies" : [
{
"identity" : "simplelogger",
"requirement" : {
"range" : [
{
"lower_bound" : "26.0.0",
"upper_bound" : "27.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/markbattistella/SimpleLogger"
}
],
"manifest_display_name" : "SKManager",
"name" : "SKManager",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "SKManager",
"targets" : [
"SKManager"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SKManagerTests",
"module_type" : "SwiftTarget",
"name" : "SKManagerTests",
"path" : "Tests/SKManagerTests",
"sources" : [
"CapabilityRuleTests.swift",
"Fixtures/MockItem.swift",
"Fixtures/MockTier.swift",
"StoreConfigTests.swift",
"StoreRulesTests.swift"
],
"target_dependencies" : [
"SKManager"
],
"type" : "test"
},
{
"c99name" : "SKManager",
"module_type" : "SwiftTarget",
"name" : "SKManager",
"path" : "Sources/SKManager",
"product_dependencies" : [
"SimpleLogger"
],
"product_memberships" : [
"SKManager"
],
"sources" : [
"Extensions/LoggerCategory+Ext.swift",
"Managers/ConsumableManager.swift",
"Managers/EntitlementManager.swift",
"Managers/StoreManager.swift",
"Models/CapabilityRule.swift",
"Models/ProductTypes/LifetimeEntitlement.swift",
"Models/ProductTypes/SubscriptionEntitlement.swift",
"Models/PurchaseOutcome.swift",
"Models/StoreConfig.swift",
"Models/StoreError.swift",
"Models/StoreRules.swift",
"Protocols/EntitlementProvider.swift",
"Protocols/ProductTierRepresentable.swift",
"Protocols/StoreIdentifiable.swift",
"Protocols/StoreProductRepresentable.swift",
"Protocols/TierCapabilities.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.