The Swift Package Index logo.Swift Package Index

Build Information

Successful build of LicenseKit, reference main (dcf971), with Swift 6.3 for macOS (SPM) on 17 May 2026 00:46:30 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/naviapps/license-kit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "license-kit",
      "name": "LicenseKit",
      "url": "https://github.com/naviapps/license-kit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/license-kit",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/naviapps/license-kit.git
[1/181] Fetching license-kit
Fetched https://github.com/naviapps/license-kit.git from cache (0.74s)
Creating working copy for https://github.com/naviapps/license-kit.git
Working copy of https://github.com/naviapps/license-kit.git resolved at main (dcf9711)
warning: '.resolve-product-dependencies': dependency 'license-kit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/naviapps/license-kit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/20] Compiling LicenseKit String+LicenseKit.swift
[4/20] Compiling LicenseKit LicenseKeyNormalizer.swift
[5/20] Compiling LicenseKit LicenseManager.swift
[6/20] Compiling LicenseKit LicenseRefresh.swift
[7/20] Compiling LicenseKit LicenseSource.swift
[8/20] Compiling LicenseKit LicenseValidationResult.swift
[9/21] Compiling LicenseKit LicenseActivation.swift
[10/21] Compiling LicenseKit LicenseActivationRequest.swift
[11/21] Emitting module LicenseKit
[12/21] Compiling LicenseKit LicenseError.swift
[13/21] Compiling LicenseKit LicensePlan.swift
[14/21] Compiling LicenseKit LicenseStateStore.swift
[15/21] Compiling LicenseKit KeychainLicenseActivationStorage.swift
[16/21] Compiling LicenseKit LicenseRefreshPolicy.swift
[17/21] Compiling LicenseKit LicenseState.swift
[18/21] Compiling LicenseKit LicenseStateSnapshot.swift
[19/21] Compiling LicenseKit LicenseStorage.swift
[20/21] Compiling LicenseKit UserDefaultsLicenseStateSnapshotStorage.swift
[21/21] Compiling LicenseKit LicenseProvider.swift
Build complete! (7.24s)
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"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/naviapps/license-kit/main
Repository:               naviapps/license-kit
Swift version used:       6.3
Target:                   LicenseKit
Extracting symbol information for 'LicenseKit'...
Finished extracting symbol information for 'LicenseKit'. (29.47s)
Building documentation for 'LicenseKit'...
Finished building documentation for 'LicenseKit' (0.74s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/naviapps/license-kit/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2287] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.10s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.5.0 (3.34s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3722] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.03s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.75s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.5.0
Building for debugging...
[0/8] Write sources
[2/8] Write snippet-extract-tool-entitlement.plist
[3/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/54] Compiling Snippets SnippetLanguage.swift
[7/54] Compiling Snippets SnippetParser.swift
[8/54] Compiling SymbolKit SemanticVersion.swift
[9/54] Compiling SymbolKit AccessControl.swift
[10/54] Compiling SymbolKit Availability.swift
[11/54] Compiling SymbolKit AvailabilityItem.swift
[12/54] Compiling SymbolKit Domain.swift
[13/58] Compiling SymbolKit Mixin+Equals.swift
[14/58] Compiling SymbolKit Mixin+Hash.swift
[15/58] Compiling SymbolKit Mixin.swift
[16/58] Compiling SymbolKit LineList.swift
[17/58] Compiling SymbolKit Position.swift
[18/58] Compiling SymbolKit SourceRange.swift
[19/58] Compiling SymbolKit Metadata.swift
[20/58] Compiling SymbolKit Module.swift
[21/58] Compiling SymbolKit OperatingSystem.swift
[22/58] Compiling SymbolKit Platform.swift
[23/58] Emitting module Snippets
[24/58] Compiling Snippets Snippet.swift
[25/58] Emitting module SymbolKit
[26/58] Compiling SymbolKit DeclarationFragments.swift
[27/58] Compiling SymbolKit Fragment.swift
[28/58] Compiling SymbolKit FragmentKind.swift
[29/58] Compiling SymbolKit FunctionParameter.swift
[30/58] Compiling SymbolKit FunctionSignature.swift
[31/58] Compiling SymbolKit GenericConstraint.swift
[32/58] Compiling SymbolKit GenericParameter.swift
[33/58] Compiling SymbolKit Generics.swift
[34/58] Compiling SymbolKit Namespace.swift
[35/58] Compiling SymbolKit Symbol.swift
[36/58] Compiling SymbolKit SymbolKind.swift
[37/58] Compiling SymbolKit SymbolGraph.swift
[38/58] Compiling SymbolKit GraphCollector.swift
[39/58] Compiling SymbolKit Relationship.swift
[40/58] Compiling SymbolKit RelationshipKind.swift
[41/58] Compiling SymbolKit SourceOrigin.swift
[42/58] Compiling SymbolKit GenericConstraints.swift
[43/58] Compiling SymbolKit Swift.swift
[44/58] Compiling SymbolKit Names.swift
[45/58] Compiling SymbolKit SPI.swift
[46/58] Compiling SymbolKit Snippet.swift
[47/58] Compiling SymbolKit Extension.swift
[48/58] Compiling SymbolKit Identifier.swift
[49/58] Compiling SymbolKit KindIdentifier.swift
[50/58] Compiling SymbolKit Location.swift
[51/58] Compiling SymbolKit Mutability.swift
[52/58] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[53/58] Compiling SymbolKit UnifiedSymbol.swift
[54/58] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[55/58] Compiling SymbolKit UnifiedSymbolGraph.swift
[56/62] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/62] Compiling snippet_extract URL+Status.swift
[58/62] Emitting module snippet_extract
[59/62] Compiling snippet_extract SnippetBuildCommand.swift
[59/62] Write Objects.LinkFileList
[60/62] Linking snippet-extract-tool
[61/62] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.54s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'LicenseKit' complete! (0.32s)
     600
5	/Users/admin/builder/spi-builder-workspace/.docs/naviapps/license-kit/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/naviapps/license-kit/main
File count: 600
Doc size:   5.0MB
Preparing doc bundle ...
Uploading prod-naviapps-license-kit-main-ac51b397.zip to s3://spi-docs-inbox/prod-naviapps-license-kit-main-ac51b397.zip
Copying... [13%]
Copying... [26%]
Copying... [33%]
Copying... [46%]
Copying... [53%]
Copying... [66%]
Copying... [73%]
Copying... [86%]
Copying... [93%]
Copying... [100%]
Done.