The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swiftui-drag-and-drop 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/hellojoelhuber/swiftui-drag-and-drop.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/hellojoelhuber/swiftui-drag-and-drop
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 29f99bd Update README.md
Cloned https://github.com/hellojoelhuber/swiftui-drag-and-drop.git
Revision (git rev-parse @):
29f99bdbf87437399b75d6220d0fe6fef97b0785
SUCCESS checkout https://github.com/hellojoelhuber/swiftui-drag-and-drop.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swiftui-drag-and-drop",
      "name": "swiftui-drag-and-drop",
      "url": "https://github.com/hellojoelhuber/swiftui-drag-and-drop.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftui-drag-and-drop",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/hellojoelhuber/swiftui-drag-and-drop.git
[1/48] Fetching swiftui-drag-and-drop
Fetched https://github.com/hellojoelhuber/swiftui-drag-and-drop.git (10.32s)
Creating working copy for https://github.com/hellojoelhuber/swiftui-drag-and-drop.git
Working copy of https://github.com/hellojoelhuber/swiftui-drag-and-drop.git resolved at main
warning: '.resolve-product-dependencies': dependency 'swiftui-drag-and-drop' is not used by any target
Found 0 product dependencies
========================================
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/7] Compiling DragAndDrop Utility+onRotate.swift
[2/7] Compiling DragAndDrop DropReceivableObservableObject.swift
[3/7] Compiling DragAndDrop DropReceiver.swift
[4/7] Compiling DragAndDrop DragState.swift
[5/7] Compiling DragAndDrop DropAreaViewModifier.swift
[6/7] Emitting module DragAndDrop
[7/7] Compiling DragAndDrop DragableObject.swift
Build complete! (39.87s)
Build complete.
Done.