Build Information
Successful build of FilePicker, reference 0.0.4 (b8a85b
), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 05:32:36 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/0xWDG/FilePicker.git
Reference: 0.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xWDG/FilePicker
* tag 0.0.4 -> FETCH_HEAD
HEAD is now at b8a85bd Fix saving
Cloned https://github.com/0xWDG/FilePicker.git
Revision (git rev-parse @):
b8a85bdea42cb8992cc474850a66d2b8b3febf01
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/0xWDG/FilePicker.git at 0.0.4
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/0xWDG/FilePicker.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/5] Compiling FilePicker FilePickerUIRepresentable.swift
[4/5] Compiling FilePicker View+filePicker.swift
/Users/admin/builder/spi-builder-workspace/Sources/FilePicker/View+filePicker.swift:150:25: warning: initialization of immutable value 'status' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
148 | ProgressView()
149 | .task {
150 | let status = await withCheckedContinuation { continuation in
| `- warning: initialization of immutable value 'status' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
151 | let panel = NSSavePanel()
152 | panel.nameFieldStringValue = fileName
[5/5] Emitting module FilePicker
Build complete! (7.32s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "FilePicker",
"name" : "FilePicker",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "FilePicker",
"targets" : [
"FilePicker"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FilePickerTests",
"module_type" : "SwiftTarget",
"name" : "FilePickerTests",
"path" : "Tests/FilePickerTests",
"sources" : [
"FilePickerTests.swift"
],
"target_dependencies" : [
"FilePicker"
],
"type" : "test"
},
{
"c99name" : "FilePicker",
"module_type" : "SwiftTarget",
"name" : "FilePicker",
"path" : "Sources/FilePicker",
"product_memberships" : [
"FilePicker"
],
"sources" : [
"FilePickerUIRepresentable.swift",
"View+filePicker.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Done.