The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of trash, reference master (e03185), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 08:17:18 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/aerobounce/trash.swift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/aerobounce/trash.swift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at e03185a Declare Never
Cloned https://github.com/aerobounce/trash.swift.git
Revision (git rev-parse @):
e03185a417893ad4bd455648e237fde43ea0c56f
SUCCESS checkout https://github.com/aerobounce/trash.swift.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/aerobounce/trash.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[1/6] Write trash-entitlement.plist
[2/6] Write swift-version-1EA4D86E10B52AF.txt
[4/8] Emitting module trash
[5/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
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
34 |         (result: inout NSAppleEventDescriptor, element: (index: Int, fileURL: URL)) in
35 |             /// UTF-8 encoded full path with native path separators
[5/8] Write Objects.LinkFileList
[6/8] Linking trash
[7/8] Applying trash
Build complete! (3.89s)
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.