Build Information
Successful build of swiftui-drag-and-drop, reference main (29f99b), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 23:44:09 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
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/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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/hellojoelhuber/swiftui-drag-and-drop.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/9] Compiling DragAndDrop DropReceiver.swift
[4/9] Compiling DragAndDrop DropReceivableObservableObject.swift
[5/9] Compiling DragAndDrop Utility+onRotate.swift
[6/9] Compiling DragAndDrop DropAreaViewModifier.swift
[7/9] Emitting module DragAndDrop
[8/9] Compiling DragAndDrop DragableObject.swift
[9/9] Compiling DragAndDrop DragState.swift
Build complete! (6.99s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swiftui-drag-and-drop",
"name" : "swiftui-drag-and-drop",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "DragAndDrop",
"targets" : [
"DragAndDrop"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DragAndDropTests",
"module_type" : "SwiftTarget",
"name" : "DragAndDropTests",
"path" : "Tests/DragAndDropTests",
"sources" : [
"DragAndDropTests.swift"
],
"target_dependencies" : [
"DragAndDrop"
],
"type" : "test"
},
{
"c99name" : "DragAndDrop",
"module_type" : "SwiftTarget",
"name" : "DragAndDrop",
"path" : "Sources/DragAndDrop",
"product_memberships" : [
"DragAndDrop"
],
"sources" : [
"DragState.swift",
"DragableObject.swift",
"DropAreaViewModifier.swift",
"DropReceivableObservableObject.swift",
"DropReceiver.swift",
"Utility+onRotate.swift"
],
"type" : "library"
}
],
"tools_version" : "5.4"
}
Done.