Build Information
Successful build of swiftui-drag-and-drop, reference 0.2.0 (99532a), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 23:43:46 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: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hellojoelhuber/swiftui-drag-and-drop
* tag 0.2.0 -> FETCH_HEAD
HEAD is now at 99532a4 Merge pull request #3 from hellojoelhuber/onRotate-low-priority
Cloned https://github.com/hellojoelhuber/swiftui-drag-and-drop.git
Revision (git rev-parse @):
99532a459dfac08a6b2641b45320ddcc756de76c
SUCCESS checkout https://github.com/hellojoelhuber/swiftui-drag-and-drop.git at 0.2.0
========================================
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 DropReceivableObservableObject.swift
[4/9] Compiling DragAndDrop Utility+onRotate.swift
[5/9] Compiling DragAndDrop DropAreaViewModifier.swift
[6/9] Compiling DragAndDrop DropReceiver.swift
[7/9] Compiling DragAndDrop DragState.swift
[8/9] Emitting module DragAndDrop
[9/9] Compiling DragAndDrop DragableObject.swift
Build complete! (7.77s)
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.