Build Information
Successful build of FilePicker, reference main (6a4d56
), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 05:33:13 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xWDG/FilePicker
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 6a4d568 Fix typo in readme
Cloned https://github.com/0xWDG/FilePicker.git
Revision (git rev-parse @):
6a4d568640fab419952eb903ddc42b2eff52ef38
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/0xWDG/FilePicker.git at main
========================================
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 View+filePicker.swift
[4/5] Emitting module FilePicker
[5/5] Compiling FilePicker FilePickerUIRepresentable.swift
Build complete! (7.67s)
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.