Build Information
Successful build of LicenseKit, reference v1.2.0 (dcf971), with Swift 6.2 for macOS (SPM) on 16 May 2026 22:44:02 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/naviapps/license-kit.git
Reference: v1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/naviapps/license-kit
* tag v1.2.0 -> FETCH_HEAD
HEAD is now at dcf9711 Prepare 1.2.0 release
Cloned https://github.com/naviapps/license-kit.git
Revision (git rev-parse @):
dcf97111c687da1e3817d6c2685c97984a819d33
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/naviapps/license-kit.git at v1.2.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/naviapps/license-kit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--3CB7CFEC50E0D141.txt
[3/20] Compiling LicenseKit LicenseStateSnapshot.swift
[4/20] Compiling LicenseKit LicenseStorage.swift
[5/20] Compiling LicenseKit UserDefaultsLicenseStateSnapshotStorage.swift
[6/20] Emitting module LicenseKit
[7/20] Compiling LicenseKit LicenseError.swift
[8/20] Compiling LicenseKit LicensePlan.swift
[9/20] Compiling LicenseKit LicenseActivation.swift
[10/20] Compiling LicenseKit LicenseActivationRequest.swift
[11/20] Compiling LicenseKit LicenseManager.swift
[12/20] Compiling LicenseKit LicenseRefresh.swift
[13/20] Compiling LicenseKit LicenseSource.swift
[14/20] Compiling LicenseKit LicenseValidationResult.swift
[15/20] Compiling LicenseKit LicenseRefreshPolicy.swift
[16/20] Compiling LicenseKit LicenseState.swift
[17/20] Compiling LicenseKit LicenseStateStore.swift
[18/20] Compiling LicenseKit KeychainLicenseActivationStorage.swift
[19/20] Compiling LicenseKit String+LicenseKit.swift
[20/20] Compiling LicenseKit LicenseKeyNormalizer.swift
[21/21] Compiling LicenseKit LicenseProvider.swift
Build complete! (5.93s)
Build complete.
{
"default_localization" : "en",
"dependencies" : [
],
"manifest_display_name" : "LicenseKit",
"name" : "LicenseKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "LicenseKit",
"targets" : [
"LicenseKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "LicenseKitTests",
"module_type" : "SwiftTarget",
"name" : "LicenseKitTests",
"path" : "Tests/LicenseKitTests",
"sources" : [
"LicenseKeyNormalizerTests.swift",
"LicenseManagerActivationTests.swift",
"LicenseManagerDeactivationTests.swift",
"LicenseManagerRefreshTests.swift",
"LicenseManagerRestoreTests.swift",
"LicenseRefreshPolicyTests.swift",
"LicenseStateStoreTests.swift",
"LicenseStorageTests.swift",
"LicenseValueTests.swift",
"TestDoubles.swift",
"UnavailableLicenseProviderTests.swift"
],
"target_dependencies" : [
"LicenseKit"
],
"type" : "test"
},
{
"c99name" : "LicenseKit",
"module_type" : "SwiftTarget",
"name" : "LicenseKit",
"path" : "Sources/LicenseKit",
"product_memberships" : [
"LicenseKit"
],
"sources" : [
"Core/LicenseActivation.swift",
"Core/LicenseActivationRequest.swift",
"Core/LicenseError.swift",
"Core/LicensePlan.swift",
"Core/LicenseSource.swift",
"Core/LicenseValidationResult.swift",
"Core/String+LicenseKit.swift",
"Management/LicenseKeyNormalizer.swift",
"Management/LicenseManager.swift",
"Management/LicenseRefresh.swift",
"Management/LicenseRefreshPolicy.swift",
"Management/LicenseState.swift",
"Management/LicenseStateStore.swift",
"Persistence/KeychainLicenseActivationStorage.swift",
"Persistence/LicenseStateSnapshot.swift",
"Persistence/LicenseStorage.swift",
"Persistence/UserDefaultsLicenseStateSnapshotStorage.swift",
"Providers/LicenseProvider.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Done.