The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PluginInterface, reference 0.0.1 (a06e39), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 13:07:08 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Lopdo/SwiftPlugins-PluginInterface.git
Reference: 0.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Lopdo/SwiftPlugins-PluginInterface
 * tag               0.0.1      -> FETCH_HEAD
HEAD is now at a06e392 Make sayHi method open
Cloned https://github.com/Lopdo/SwiftPlugins-PluginInterface.git
Revision (git rev-parse @):
a06e392a50c8a739fac296f426a1cd7d38863485
SUCCESS checkout https://github.com/Lopdo/SwiftPlugins-PluginInterface.git at 0.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Lopdo/SwiftPlugins-PluginInterface.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version-1EA4D86E10B52AF.txt
[3/6] Compiling PluginInterface PluginInterface.swift
[4/6] Emitting module PluginInterface
[4/6] Write Objects.LinkFileList
[5/6] Linking libPluginInterface.dylib
Build complete! (0.86s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PluginInterface",
  "name" : "PluginInterface",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "PluginInterface",
      "targets" : [
        "PluginInterface"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PluginInterface",
      "module_type" : "SwiftTarget",
      "name" : "PluginInterface",
      "path" : "Sources/PluginInterface",
      "product_memberships" : [
        "PluginInterface"
      ],
      "sources" : [
        "PluginInterface.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.