The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PluginImplementation with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lopdo/swiftplugins-pluginimplementation.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/lopdo/swiftplugins-pluginimplementation
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at db25afd Add basic plugin implementation
Cloned https://github.com/lopdo/swiftplugins-pluginimplementation.git
Revision (git rev-parse @):
db25afd6517a81641dd2647855414f86ea500ed1
SUCCESS checkout https://github.com/lopdo/swiftplugins-pluginimplementation.git at master
Fetching https://github.com/Lopdo/SwiftPlugins-PluginInterface.git from cache
Fetched https://github.com/Lopdo/SwiftPlugins-PluginInterface.git (0.20s)
Computing version for https://github.com/Lopdo/SwiftPlugins-PluginInterface.git
Computed https://github.com/Lopdo/SwiftPlugins-PluginInterface.git at 0.0.1 (0.35s)
Creating working copy for https://github.com/Lopdo/SwiftPlugins-PluginInterface.git
Working copy of https://github.com/Lopdo/SwiftPlugins-PluginInterface.git resolved at 0.0.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swiftplugins-pluginimplementation",
      "name": "PluginImplementation",
      "url": "https://github.com/lopdo/swiftplugins-pluginimplementation.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftplugins-pluginimplementation",
      "dependencies": [
        {
          "identity": "swiftplugins-plugininterface",
          "name": "PluginInterface",
          "url": "https://github.com/Lopdo/SwiftPlugins-PluginInterface.git",
          "version": "0.0.1",
          "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftPlugins-PluginInterface",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/lopdo/swiftplugins-pluginimplementation.git
[1/12] Fetching swiftplugins-pluginimplementation
Fetched https://github.com/lopdo/swiftplugins-pluginimplementation.git (0.22s)
Fetching https://github.com/Lopdo/SwiftPlugins-PluginInterface.git from cache
Fetched https://github.com/Lopdo/SwiftPlugins-PluginInterface.git (0.18s)
Computing version for https://github.com/Lopdo/SwiftPlugins-PluginInterface.git
Computed https://github.com/Lopdo/SwiftPlugins-PluginInterface.git at 0.0.1 (0.01s)
Creating working copy for https://github.com/lopdo/swiftplugins-pluginimplementation.git
Working copy of https://github.com/lopdo/swiftplugins-pluginimplementation.git resolved at master
Creating working copy for https://github.com/Lopdo/SwiftPlugins-PluginInterface.git
Working copy of https://github.com/Lopdo/SwiftPlugins-PluginInterface.git resolved at 0.0.1
warning: '.resolve-product-dependencies': dependency 'swiftplugins-pluginimplementation' is not used by any target
Found 1 product dependencies
  - PluginInterface
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/4] Emitting module PluginInterface
[2/4] Compiling PluginInterface PluginInterface.swift
[2/4] Linking libPluginInterface.dylib
[4/6] Emitting module PluginImplementation
[5/6] Compiling PluginImplementation PluginImplementation.swift
[5/6] Linking libPluginImplementation.dylib
Build complete! (4.87s)
Build complete.
Done.