Build Information
Successful build of FluidMenuBarExtra, reference 1.5.1 (3ce81b), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 03:50:49 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wadetregaskis/FluidMenuBarExtra.git
Reference: 1.5.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/wadetregaskis/FluidMenuBarExtra
* tag 1.5.1 -> FETCH_HEAD
HEAD is now at 3ce81bd Clipping against the left edge of the screen is now handled correctly too (in addition to the right edge).
Cloned https://github.com/wadetregaskis/FluidMenuBarExtra.git
Revision (git rev-parse @):
3ce81bd0e5ab0ae5b027076482f4bd86be30162c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/wadetregaskis/FluidMenuBarExtra.git at 1.5.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/wadetregaskis/FluidMenuBarExtra.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/9] Compiling FluidMenuBarExtra UpdateSizeAction.swift
[4/9] Compiling FluidMenuBarExtra FluidMenuBarExtraWindow.swift
[5/9] Compiling FluidMenuBarExtra FluidMenuBarExtra.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluidMenuBarExtra/FluidMenuBarExtra.swift:36:25: warning: generic parameter 'Content' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
33 | ///
34 | /// See also the bundled demo application for a more detailed example.
35 | public struct FluidMenuBarExtra<Content: View>: Scene {
| `- note: 'Content' previously declared here
36 | private class State<Content: View>: ObservableObject {
| `- warning: generic parameter 'Content' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
37 | var statusItem: FluidMenuBarExtraStatusItem? = nil
38 | }
[6/9] Compiling FluidMenuBarExtra RootViewModifier.swift
[7/9] Emitting module FluidMenuBarExtra
/Users/admin/builder/spi-builder-workspace/Sources/FluidMenuBarExtra/FluidMenuBarExtra.swift:36:25: warning: generic parameter 'Content' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
33 | ///
34 | /// See also the bundled demo application for a more detailed example.
35 | public struct FluidMenuBarExtra<Content: View>: Scene {
| `- note: 'Content' previously declared here
36 | private class State<Content: View>: ObservableObject {
| `- warning: generic parameter 'Content' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
37 | var statusItem: FluidMenuBarExtraStatusItem? = nil
38 | }
[8/9] Compiling FluidMenuBarExtra EventMonitor.swift
[9/9] Compiling FluidMenuBarExtra FluidMenuBarExtraStatusItem.swift
Build complete! (6.98s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "FluidMenuBarExtra",
"name" : "FluidMenuBarExtra",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "FluidMenuBarExtra",
"targets" : [
"FluidMenuBarExtra"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FluidMenuBarExtra",
"module_type" : "SwiftTarget",
"name" : "FluidMenuBarExtra",
"path" : "Sources/FluidMenuBarExtra",
"product_memberships" : [
"FluidMenuBarExtra"
],
"sources" : [
"EventMonitor.swift",
"FluidMenuBarExtra.swift",
"FluidMenuBarExtraStatusItem.swift",
"FluidMenuBarExtraWindow.swift",
"RootViewModifier.swift",
"UpdateSizeAction.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.