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 (223cf9), with Swift 6.0 for macOS (SPM) on 4 Jun 2025 11:32:40 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.63.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 223cf92 Create release.yml (#26)
Cloned https://github.com/zunda-pixel/LicenseProvider.git
Revision (git rev-parse @):
223cf9207a64918b783acafc7992c727e9fa2d91
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 main.swift
[6/11] Compiling LicenseProviderExec WorkSpace.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.67s)
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.