The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of LicenseProvider, reference main (ed4107), with Swift 6.0 for macOS (SPM) on 9 Sep 2025 05:33:50 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/zunda-pixel/LicenseProvider.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/zunda-pixel/LicenseProvider
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ed4107e Bump actions/checkout from 4 to 5 (#28)
Cloned https://github.com/zunda-pixel/LicenseProvider.git
Revision (git rev-parse @):
ed4107ed13a44c00a112de87ca33cc3ba779ad60
SUCCESS checkout https://github.com/zunda-pixel/LicenseProvider.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/zunda-pixel/LicenseProvider.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin LicenseProviderPlugin
Building for debugging...
[1/7] Write sources
[2/7] Write LicenseProviderExec-entitlement.plist
[3/7] Write swift-version-5BDAB9E9C0126B9D.txt
[5/11] Compiling LicenseProviderExec WorkSpace.swift
[6/11] Compiling LicenseProviderExec main.swift
[7/11] Compiling LicenseProviderExec WorkSpacePackage.swift
[8/11] Emitting module LicenseProviderExec
[8/11] Write Objects.LinkFileList
[9/11] Linking LicenseProviderExec
[10/11] Applying LicenseProviderExec
Build complete! (9.80s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "LicenseProvider",
  "name" : "LicenseProvider",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "LicenseProviderPlugin",
      "targets" : [
        "LicenseProviderPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "LicenseProviderExec",
      "targets" : [
        "LicenseProviderExec"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LicenseProviderPlugin",
      "module_type" : "PluginTarget",
      "name" : "LicenseProviderPlugin",
      "path" : "Plugins/LicenseProviderPlugin",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "LicenseProviderPlugin"
      ],
      "sources" : [
        "LicenseProviderPlugin.swift"
      ],
      "target_dependencies" : [
        "LicenseProviderExec"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "LicenseProviderExec",
      "module_type" : "SwiftTarget",
      "name" : "LicenseProviderExec",
      "path" : "Sources/LicenseProviderExec",
      "product_memberships" : [
        "LicenseProviderPlugin",
        "LicenseProviderExec"
      ],
      "sources" : [
        "WorkSpace.swift",
        "WorkSpacePackage.swift",
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
Done.