Build Information
Successful build of trash, reference 1.0.1 (cdbb2e), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 19:21:32 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/aerobounce/trash.swift.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/aerobounce/trash.swift
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at cdbb2ec Add tag badge and some tweaks
Cloned https://github.com/aerobounce/trash.swift.git
Revision (git rev-parse @):
cdbb2ec19c5efea2dd196276924c96a1be0b2ff4
SUCCESS checkout https://github.com/aerobounce/trash.swift.git at 1.0.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "trash.swift",
"name": "trash",
"url": "https://github.com/aerobounce/trash.swift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/trash.swift",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/aerobounce/trash.swift.git
[1/39] Fetching trash.swift
Fetched https://github.com/aerobounce/trash.swift.git from cache (0.77s)
Creating working copy for https://github.com/aerobounce/trash.swift.git
Working copy of https://github.com/aerobounce/trash.swift.git resolved at 1.0.1 (cdbb2ec)
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/aerobounce/trash.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write trash-entitlement.plist
[1/6] Write sources
[2/6] Write swift-version--6988338F2F200930.txt
[4/8] Compiling trash main.swift
/Users/admin/builder/spi-builder-workspace/Sources/trash/main.swift:33:106: warning: tuple conversion from '(offset: Int, element: URL)' to '(index: Int, fileURL: URL)' mismatches labels; this will be an error in a future Swift language mode
31 | returnID: AEReturnID(kAutoGenerateReturnID),
32 | transactionID: AETransactionID(kAnyTransactionID))
33 | let fileList: NSAppleEventDescriptor = fileURLs.enumerated().reduce(into: .init(listDescriptor: ())) {
| `- warning: tuple conversion from '(offset: Int, element: URL)' to '(index: Int, fileURL: URL)' mismatches labels; this will be an error in a future Swift language mode
34 | (result: inout NSAppleEventDescriptor, element: (index: Int, fileURL: URL)) in
35 | /// UTF-8 encoded full path with native path separators
[5/8] Emitting module trash
[5/8] Write Objects.LinkFileList
[6/8] Linking trash
[7/8] Applying trash
Build complete! (4.31s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "trash",
"name" : "trash",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "trash",
"targets" : [
"trash"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "trash",
"module_type" : "SwiftTarget",
"name" : "trash",
"path" : "Sources/trash",
"product_memberships" : [
"trash"
],
"sources" : [
"main.swift"
],
"type" : "executable"
}
],
"tools_version" : "5.5"
}
Done.