The Swift Package Index logo.Swift Package Index

Build Information

Successful build of LicenseKit, reference v1.2.0 (dcf971), with Swift 6.0 for macOS (SPM) on 16 May 2026 18:46:39 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build 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.0
Building package at path:  $PWD
https://github.com/naviapps/license-kit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/20] Compiling LicenseKit UserDefaultsLicenseStateSnapshotStorage.swift
[4/21] Compiling LicenseKit LicenseSource.swift
[5/21] Compiling LicenseKit LicenseValidationResult.swift
[6/21] Compiling LicenseKit LicenseActivation.swift
[7/21] Compiling LicenseKit LicenseActivationRequest.swift
[8/21] Compiling LicenseKit String+LicenseKit.swift
[9/21] Compiling LicenseKit LicenseKeyNormalizer.swift
[10/21] Emitting module LicenseKit
[11/21] Compiling LicenseKit LicenseError.swift
[12/21] Compiling LicenseKit LicensePlan.swift
[13/21] Compiling LicenseKit LicenseStateSnapshot.swift
[14/21] Compiling LicenseKit LicenseStorage.swift
[15/21] Compiling LicenseKit LicenseManager.swift
[16/21] Compiling LicenseKit LicenseRefresh.swift
[17/21] Compiling LicenseKit LicenseStateStore.swift
[18/21] Compiling LicenseKit KeychainLicenseActivationStorage.swift
[19/21] Compiling LicenseKit LicenseRefreshPolicy.swift
[20/21] Compiling LicenseKit LicenseState.swift
[21/21] Compiling LicenseKit LicenseProvider.swift
Build complete! (5.67s)
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.