The Swift Package Index logo.Swift Package Index

Build Information

Successful build of LicenseKitSetapp, reference 0.1.0 (6182a7), with Swift 6.0 for macOS (SPM) on 17 May 2026 09:14:44 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-setapp.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/naviapps/license-kit-setapp
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 6182a77 Prepare 0.1.0 release
Cloned https://github.com/naviapps/license-kit-setapp.git
Revision (git rev-parse @):
6182a77a1017b638c82c37871a4ed2f070c7064b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/naviapps/license-kit-setapp.git at 0.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/naviapps/license-kit-setapp.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/21] Compiling LicenseKit LicenseStateStore.swift
[5/21] Compiling LicenseKit KeychainLicenseActivationStorage.swift
[6/21] Emitting module LicenseKit
[7/21] Compiling LicenseKit LicenseError.swift
[8/21] Compiling LicenseKit LicensePlan.swift
[9/21] Compiling LicenseKit String+LicenseKit.swift
[10/21] Compiling LicenseKit LicenseKeyNormalizer.swift
[11/21] Compiling LicenseKit LicenseSource.swift
[12/21] Compiling LicenseKit LicenseValidationResult.swift
[13/21] Compiling LicenseKit LicenseActivation.swift
[14/21] Compiling LicenseKit LicenseActivationRequest.swift
[15/21] Compiling LicenseKit LicenseManager.swift
[16/21] Compiling LicenseKit LicenseRefresh.swift
[17/21] Compiling LicenseKit LicenseStateSnapshot.swift
[18/21] Compiling LicenseKit LicenseStorage.swift
[19/21] Compiling LicenseKit LicenseRefreshPolicy.swift
[20/21] Compiling LicenseKit LicenseState.swift
[21/21] Compiling LicenseKit UserDefaultsLicenseStateSnapshotStorage.swift
[22/22] Compiling LicenseKit LicenseProvider.swift
[23/24] Emitting module LicenseKitSetapp
[24/24] Compiling LicenseKitSetapp SetappLicenseProvider.swift
Build complete! (8.47s)
Fetching https://github.com/naviapps/license-kit.git
[1/181] Fetching license-kit
Fetched https://github.com/naviapps/license-kit.git from cache (0.72s)
Computing version for https://github.com/naviapps/license-kit.git
Computed https://github.com/naviapps/license-kit.git at 1.2.0 (0.47s)
Creating working copy for https://github.com/naviapps/license-kit.git
Working copy of https://github.com/naviapps/license-kit.git resolved at 1.2.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "license-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/naviapps/license-kit.git"
    }
  ],
  "manifest_display_name" : "LicenseKitSetapp",
  "name" : "LicenseKitSetapp",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "LicenseKitSetapp",
      "targets" : [
        "LicenseKitSetapp"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "LicenseKitSetappTests",
      "module_type" : "SwiftTarget",
      "name" : "LicenseKitSetappTests",
      "path" : "Tests/LicenseKitSetappTests",
      "product_dependencies" : [
        "LicenseKit"
      ],
      "sources" : [
        "SetappLicenseProviderTests.swift"
      ],
      "target_dependencies" : [
        "LicenseKitSetapp"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LicenseKitSetapp",
      "module_type" : "SwiftTarget",
      "name" : "LicenseKitSetapp",
      "path" : "Sources/LicenseKitSetapp",
      "product_dependencies" : [
        "LicenseKit"
      ],
      "product_memberships" : [
        "LicenseKitSetapp"
      ],
      "sources" : [
        "SetappLicenseProvider.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.