The Swift Package Index logo.Swift Package Index

Build Information

Successful build of trash with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.19.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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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 into spi-builder-workspace
cdbb2ec19c5efea2dd196276924c96a1be0b2ff4
SUCCESS checkout https://github.com/aerobounce/trash.swift.git at 1.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Building for debugging...
[1/3] Compiling trash main.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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
    let fileList: NSAppleEventDescriptor = fileURLs.enumerated().reduce(into: .init(listDescriptor: ())) {
                                                                                                         ^
[2/3] Emitting module trash
[2/3] Linking trash
Build complete! (3.70s)
Build complete.
Done.