Build Information
Failed to build MacControlCenterUI, reference main (8259a1), with Swift 6.1 for macOS (SPM) on 22 Apr 2026 02:51:05 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orchetect/MacControlCenterUI.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/orchetect/MacControlCenterUI
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 8259a12 Updated .swiftformat
Cloned https://github.com/orchetect/MacControlCenterUI.git
Revision (git rev-parse @):
8259a1273c1b6a76a5802db39adf8d264a33e6cb
SUCCESS checkout https://github.com/orchetect/MacControlCenterUI.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/orchetect/MacControlCenterUI.git
https://github.com/orchetect/MacControlCenterUI.git
{
"dependencies" : [
{
"identity" : "menubarextraaccess",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/orchetect/MenuBarExtraAccess"
}
],
"manifest_display_name" : "MacControlCenterUI",
"name" : "MacControlCenterUI",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "MacControlCenterUI",
"targets" : [
"MacControlCenterUI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MacControlCenterUI",
"module_type" : "SwiftTarget",
"name" : "MacControlCenterUI",
"path" : "Sources/MacControlCenterUI",
"product_dependencies" : [
"MenuBarExtraAccess"
],
"product_memberships" : [
"MacControlCenterUI"
],
"sources" : [
"API Evolution/API-2.4.0.swift",
"API Evolution/API-2.7.1.swift",
"Controls/MenuCircleButton/MenuCircleButton.swift",
"Controls/MenuCircleButton/MenuCircleButtonSize.swift",
"Controls/MenuCircleButton/MenuCircleButtonStyle.swift",
"Controls/MenuCircleButton/MenuCircleToggle.swift",
"Controls/MenuPanel.swift",
"Controls/MenuSlider/MenuSlider.swift",
"Controls/MenuSlider/MenuSliderImage/EmptySliderImage.swift",
"Controls/MenuSlider/MenuSliderImage/MenuSliderImage.swift",
"Controls/MenuSlider/MenuSliderImage/MenuSliderImageDescriptor.swift",
"Controls/MenuSlider/MenuSliderImage/MenuSliderImageUpdate.swift",
"Controls/MenuSlider/MenuSliderImage/MinMaxSliderImage.swift",
"Controls/MenuSlider/MenuSliderImage/StaticSliderImage.swift",
"Controls/MenuSlider/MenuSliderImage/VolumeMenuSliderImage.swift",
"Controls/MenuSlider/MenuSliderStyle/MenuSliderStyle.swift",
"Controls/MenuSlider/MenuVolumeSlider.swift",
"MacControlCenterUI.swift",
"Menu Abstracts/FullWidthMenuItem.swift",
"Menu Abstracts/HighlightingMenuDisclosureGroup.swift",
"Menu Abstracts/HighlightingMenuItem.swift",
"Menu Abstracts/HighlightingMenuStateItem.swift",
"Menu Abstracts/MenuBody.swift",
"Menu Internal/IsMenuBarExtraPresentedEnvironmentKey.swift",
"Menu Internal/Menu Constants.swift",
"Menu Internal/PaddedMenuItem.swift",
"Menu Items/MenuCommand.swift",
"Menu Items/MenuCommandStyle.swift",
"Menu Items/MenuDisclosureChevron.swift",
"Menu Items/MenuDisclosureGroup.swift",
"Menu Items/MenuDisclosureGroupStyle.swift",
"Menu Items/MenuDisclosureSection.swift",
"Menu Items/MenuHeader.swift",
"Menu Items/MenuList.swift",
"Menu Items/MenuListStateItem.swift",
"Menu Items/MenuScrollView.swift",
"Menu Items/MenuSection.swift",
"Menu Items/MenuSectionText.swift",
"Menu Items/MenuToggle.swift",
"Menu/MacControlCenterMenu.swift",
"Menu/MacControlCenterMenuBuilder.swift",
"Menu/MacControlCenterMenuItem.swift",
"Types/ControlVisibility.swift",
"Types/MenuItemSize.swift",
"Types/MenuWidth.swift",
"Utilities/Concurrency Extensions.swift",
"Utilities/ObservableScrollView.swift",
"Utilities/Utilities.swift",
"Utilities/VisualEffect.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/13] Compiling MenuBarExtraAccess Unused Code.swift
[5/14] Compiling MenuBarExtraAccess Utilities.swift
[6/14] Compiling MenuBarExtraAccess MenuBarExtraAccess.swift
[7/14] Compiling MenuBarExtraAccess MenuBarExtra Window Introspection.swift
[8/14] Compiling MenuBarExtraAccess MenuBarExtraUtils.swift
[9/14] Emitting module MenuBarExtraAccess
[10/14] Compiling MenuBarExtraAccess NSEvent Extensions.swift
[11/14] Compiling MenuBarExtraAccess NSControl Extensions.swift
[12/14] Compiling MenuBarExtraAccess NSWindow Extensions.swift
[13/14] Compiling MenuBarExtraAccess StatusItemIdentity.swift
[14/14] Compiling MenuBarExtraAccess NSStatusItem Extensions.swift
[15/60] Compiling MacControlCenterUI HighlightingMenuItem.swift
[16/60] Compiling MacControlCenterUI HighlightingMenuStateItem.swift
[17/60] Compiling MacControlCenterUI MenuBody.swift
[18/60] Compiling MacControlCenterUI IsMenuBarExtraPresentedEnvironmentKey.swift
[19/60] Compiling MacControlCenterUI Menu Constants.swift
[20/64] Compiling MacControlCenterUI PaddedMenuItem.swift
[21/64] Compiling MacControlCenterUI MenuCommand.swift
[22/64] Compiling MacControlCenterUI MenuCommandStyle.swift
[23/64] Compiling MacControlCenterUI MenuDisclosureChevron.swift
[24/64] Compiling MacControlCenterUI MenuDisclosureGroup.swift
[25/64] Compiling MacControlCenterUI API-2.4.0.swift
[26/64] Compiling MacControlCenterUI API-2.7.1.swift
[27/64] Compiling MacControlCenterUI MenuCircleButton.swift
[28/64] Compiling MacControlCenterUI MenuCircleButtonSize.swift
[29/64] Compiling MacControlCenterUI MenuCircleButtonStyle.swift
[30/64] Emitting module MacControlCenterUI
[31/64] Compiling MacControlCenterUI Concurrency Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Utilities/VisualEffect.swift:98:18: error: value of type 'some View' has no member 'windowResizeAnchor'
96 | if #available(macOS 26.0, *) {
97 | return backgroundStyle(.ultraThinMaterial /* .thinMaterial */ )
98 | .windowResizeAnchor(.topLeading) // helps with smooth menu window resize animations
| `- error: value of type 'some View' has no member 'windowResizeAnchor'
99 | } else {
100 | return background(VisualEffect.popoverWindow())
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Utilities/VisualEffect.swift:98:38: error: cannot infer contextual base in reference to member 'topLeading'
96 | if #available(macOS 26.0, *) {
97 | return backgroundStyle(.ultraThinMaterial /* .thinMaterial */ )
98 | .windowResizeAnchor(.topLeading) // helps with smooth menu window resize animations
| `- error: cannot infer contextual base in reference to member 'topLeading'
99 | } else {
100 | return background(VisualEffect.popoverWindow())
[32/64] Compiling MacControlCenterUI ObservableScrollView.swift
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Utilities/VisualEffect.swift:98:18: error: value of type 'some View' has no member 'windowResizeAnchor'
96 | if #available(macOS 26.0, *) {
97 | return backgroundStyle(.ultraThinMaterial /* .thinMaterial */ )
98 | .windowResizeAnchor(.topLeading) // helps with smooth menu window resize animations
| `- error: value of type 'some View' has no member 'windowResizeAnchor'
99 | } else {
100 | return background(VisualEffect.popoverWindow())
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Utilities/VisualEffect.swift:98:38: error: cannot infer contextual base in reference to member 'topLeading'
96 | if #available(macOS 26.0, *) {
97 | return backgroundStyle(.ultraThinMaterial /* .thinMaterial */ )
98 | .windowResizeAnchor(.topLeading) // helps with smooth menu window resize animations
| `- error: cannot infer contextual base in reference to member 'topLeading'
99 | } else {
100 | return background(VisualEffect.popoverWindow())
[33/64] Compiling MacControlCenterUI Utilities.swift
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Utilities/VisualEffect.swift:98:18: error: value of type 'some View' has no member 'windowResizeAnchor'
96 | if #available(macOS 26.0, *) {
97 | return backgroundStyle(.ultraThinMaterial /* .thinMaterial */ )
98 | .windowResizeAnchor(.topLeading) // helps with smooth menu window resize animations
| `- error: value of type 'some View' has no member 'windowResizeAnchor'
99 | } else {
100 | return background(VisualEffect.popoverWindow())
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Utilities/VisualEffect.swift:98:38: error: cannot infer contextual base in reference to member 'topLeading'
96 | if #available(macOS 26.0, *) {
97 | return backgroundStyle(.ultraThinMaterial /* .thinMaterial */ )
98 | .windowResizeAnchor(.topLeading) // helps with smooth menu window resize animations
| `- error: cannot infer contextual base in reference to member 'topLeading'
99 | } else {
100 | return background(VisualEffect.popoverWindow())
[34/64] Compiling MacControlCenterUI VisualEffect.swift
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Utilities/VisualEffect.swift:98:18: error: value of type 'some View' has no member 'windowResizeAnchor'
96 | if #available(macOS 26.0, *) {
97 | return backgroundStyle(.ultraThinMaterial /* .thinMaterial */ )
98 | .windowResizeAnchor(.topLeading) // helps with smooth menu window resize animations
| `- error: value of type 'some View' has no member 'windowResizeAnchor'
99 | } else {
100 | return background(VisualEffect.popoverWindow())
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Utilities/VisualEffect.swift:98:38: error: cannot infer contextual base in reference to member 'topLeading'
96 | if #available(macOS 26.0, *) {
97 | return backgroundStyle(.ultraThinMaterial /* .thinMaterial */ )
98 | .windowResizeAnchor(.topLeading) // helps with smooth menu window resize animations
| `- error: cannot infer contextual base in reference to member 'topLeading'
99 | } else {
100 | return background(VisualEffect.popoverWindow())
[35/64] Compiling MacControlCenterUI MenuDisclosureGroupStyle.swift
[36/64] Compiling MacControlCenterUI MenuDisclosureSection.swift
[37/64] Compiling MacControlCenterUI MenuHeader.swift
[38/64] Compiling MacControlCenterUI MenuList.swift
[39/64] Compiling MacControlCenterUI MenuListStateItem.swift
[40/64] Compiling MacControlCenterUI MacControlCenterMenuBuilder.swift
[41/64] Compiling MacControlCenterUI MacControlCenterMenuItem.swift
[42/64] Compiling MacControlCenterUI ControlVisibility.swift
[43/64] Compiling MacControlCenterUI MenuItemSize.swift
[44/64] Compiling MacControlCenterUI MenuWidth.swift
[45/64] Compiling MacControlCenterUI MenuSliderImageDescriptor.swift
[46/64] Compiling MacControlCenterUI MenuSliderImageUpdate.swift
[47/64] Compiling MacControlCenterUI MinMaxSliderImage.swift
[48/64] Compiling MacControlCenterUI StaticSliderImage.swift
[49/64] Compiling MacControlCenterUI VolumeMenuSliderImage.swift
[50/64] Compiling MacControlCenterUI MenuSliderStyle.swift
[51/64] Compiling MacControlCenterUI MenuVolumeSlider.swift
[52/64] Compiling MacControlCenterUI MacControlCenterUI.swift
[53/64] Compiling MacControlCenterUI FullWidthMenuItem.swift
[54/64] Compiling MacControlCenterUI HighlightingMenuDisclosureGroup.swift
[55/64] Compiling MacControlCenterUI MenuScrollView.swift
[56/64] Compiling MacControlCenterUI MenuSection.swift
[57/64] Compiling MacControlCenterUI MenuSectionText.swift
[58/64] Compiling MacControlCenterUI MenuToggle.swift
[59/64] Compiling MacControlCenterUI MacControlCenterMenu.swift
[60/64] Compiling MacControlCenterUI MenuCircleToggle.swift
[61/64] Compiling MacControlCenterUI MenuPanel.swift
[62/64] Compiling MacControlCenterUI MenuSlider.swift
[63/64] Compiling MacControlCenterUI EmptySliderImage.swift
[64/64] Compiling MacControlCenterUI MenuSliderImage.swift
Fetching https://github.com/orchetect/MenuBarExtraAccess
[1/625] Fetching menubarextraaccess
Fetched https://github.com/orchetect/MenuBarExtraAccess from cache (0.72s)
Computing version for https://github.com/orchetect/MenuBarExtraAccess
Computed https://github.com/orchetect/MenuBarExtraAccess at 1.3.0 (1.31s)
Creating working copy for https://github.com/orchetect/MenuBarExtraAccess
Working copy of https://github.com/orchetect/MenuBarExtraAccess resolved at 1.3.0
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/11] Compiling MenuBarExtraAccess Unused Code.swift
[3/12] Compiling MenuBarExtraAccess NSWindow Extensions.swift
[4/12] Compiling MenuBarExtraAccess NSControl Extensions.swift
[5/12] Compiling MenuBarExtraAccess NSEvent Extensions.swift
[6/12] Compiling MenuBarExtraAccess StatusItemIdentity.swift
[7/12] Compiling MenuBarExtraAccess NSStatusItem Extensions.swift
[8/12] Compiling MenuBarExtraAccess MenuBarExtraUtils.swift
[9/12] Emitting module MenuBarExtraAccess
[10/12] Compiling MenuBarExtraAccess MenuBarExtraAccess.swift
[11/12] Compiling MenuBarExtraAccess MenuBarExtra Window Introspection.swift
[12/12] Compiling MenuBarExtraAccess Utilities.swift
[13/58] Compiling MacControlCenterUI API-2.4.0.swift
[14/58] Compiling MacControlCenterUI API-2.7.1.swift
[15/58] Compiling MacControlCenterUI MenuCircleButton.swift
[16/58] Compiling MacControlCenterUI MenuCircleButtonSize.swift
[17/58] Compiling MacControlCenterUI MenuCircleButtonStyle.swift
[18/62] Emitting module MacControlCenterUI
[19/62] Compiling MacControlCenterUI HighlightingMenuItem.swift
[20/62] Compiling MacControlCenterUI HighlightingMenuStateItem.swift
[21/62] Compiling MacControlCenterUI MenuBody.swift
[22/62] Compiling MacControlCenterUI IsMenuBarExtraPresentedEnvironmentKey.swift
[23/62] Compiling MacControlCenterUI Menu Constants.swift
[24/62] Compiling MacControlCenterUI PaddedMenuItem.swift
[25/62] Compiling MacControlCenterUI MenuCommand.swift
[26/62] Compiling MacControlCenterUI MenuCommandStyle.swift
[27/62] Compiling MacControlCenterUI MenuDisclosureChevron.swift
[28/62] Compiling MacControlCenterUI MenuDisclosureGroup.swift
[29/62] Compiling MacControlCenterUI Concurrency Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Utilities/VisualEffect.swift:98:18: error: value of type 'some View' has no member 'windowResizeAnchor'
96 | if #available(macOS 26.0, *) {
97 | return backgroundStyle(.ultraThinMaterial /* .thinMaterial */ )
98 | .windowResizeAnchor(.topLeading) // helps with smooth menu window resize animations
| `- error: value of type 'some View' has no member 'windowResizeAnchor'
99 | } else {
100 | return background(VisualEffect.popoverWindow())
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Utilities/VisualEffect.swift:98:38: error: cannot infer contextual base in reference to member 'topLeading'
96 | if #available(macOS 26.0, *) {
97 | return backgroundStyle(.ultraThinMaterial /* .thinMaterial */ )
98 | .windowResizeAnchor(.topLeading) // helps with smooth menu window resize animations
| `- error: cannot infer contextual base in reference to member 'topLeading'
99 | } else {
100 | return background(VisualEffect.popoverWindow())
[30/62] Compiling MacControlCenterUI ObservableScrollView.swift
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Utilities/VisualEffect.swift:98:18: error: value of type 'some View' has no member 'windowResizeAnchor'
96 | if #available(macOS 26.0, *) {
97 | return backgroundStyle(.ultraThinMaterial /* .thinMaterial */ )
98 | .windowResizeAnchor(.topLeading) // helps with smooth menu window resize animations
| `- error: value of type 'some View' has no member 'windowResizeAnchor'
99 | } else {
100 | return background(VisualEffect.popoverWindow())
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Utilities/VisualEffect.swift:98:38: error: cannot infer contextual base in reference to member 'topLeading'
96 | if #available(macOS 26.0, *) {
97 | return backgroundStyle(.ultraThinMaterial /* .thinMaterial */ )
98 | .windowResizeAnchor(.topLeading) // helps with smooth menu window resize animations
| `- error: cannot infer contextual base in reference to member 'topLeading'
99 | } else {
100 | return background(VisualEffect.popoverWindow())
[31/62] Compiling MacControlCenterUI Utilities.swift
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Utilities/VisualEffect.swift:98:18: error: value of type 'some View' has no member 'windowResizeAnchor'
96 | if #available(macOS 26.0, *) {
97 | return backgroundStyle(.ultraThinMaterial /* .thinMaterial */ )
98 | .windowResizeAnchor(.topLeading) // helps with smooth menu window resize animations
| `- error: value of type 'some View' has no member 'windowResizeAnchor'
99 | } else {
100 | return background(VisualEffect.popoverWindow())
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Utilities/VisualEffect.swift:98:38: error: cannot infer contextual base in reference to member 'topLeading'
96 | if #available(macOS 26.0, *) {
97 | return backgroundStyle(.ultraThinMaterial /* .thinMaterial */ )
98 | .windowResizeAnchor(.topLeading) // helps with smooth menu window resize animations
| `- error: cannot infer contextual base in reference to member 'topLeading'
99 | } else {
100 | return background(VisualEffect.popoverWindow())
[32/62] Compiling MacControlCenterUI VisualEffect.swift
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Utilities/VisualEffect.swift:98:18: error: value of type 'some View' has no member 'windowResizeAnchor'
96 | if #available(macOS 26.0, *) {
97 | return backgroundStyle(.ultraThinMaterial /* .thinMaterial */ )
98 | .windowResizeAnchor(.topLeading) // helps with smooth menu window resize animations
| `- error: value of type 'some View' has no member 'windowResizeAnchor'
99 | } else {
100 | return background(VisualEffect.popoverWindow())
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Utilities/VisualEffect.swift:98:38: error: cannot infer contextual base in reference to member 'topLeading'
96 | if #available(macOS 26.0, *) {
97 | return backgroundStyle(.ultraThinMaterial /* .thinMaterial */ )
98 | .windowResizeAnchor(.topLeading) // helps with smooth menu window resize animations
| `- error: cannot infer contextual base in reference to member 'topLeading'
99 | } else {
100 | return background(VisualEffect.popoverWindow())
[33/62] Compiling MacControlCenterUI MenuDisclosureGroupStyle.swift
[34/62] Compiling MacControlCenterUI MenuDisclosureSection.swift
[35/62] Compiling MacControlCenterUI MenuHeader.swift
[36/62] Compiling MacControlCenterUI MenuList.swift
[37/62] Compiling MacControlCenterUI MenuListStateItem.swift
[38/62] Compiling MacControlCenterUI MacControlCenterMenuBuilder.swift
[39/62] Compiling MacControlCenterUI MacControlCenterMenuItem.swift
[40/62] Compiling MacControlCenterUI ControlVisibility.swift
[41/62] Compiling MacControlCenterUI MenuItemSize.swift
[42/62] Compiling MacControlCenterUI MenuWidth.swift
[43/62] Compiling MacControlCenterUI MenuScrollView.swift
[44/62] Compiling MacControlCenterUI MenuSection.swift
[45/62] Compiling MacControlCenterUI MenuSectionText.swift
[46/62] Compiling MacControlCenterUI MenuToggle.swift
[47/62] Compiling MacControlCenterUI MacControlCenterMenu.swift
[48/62] Compiling MacControlCenterUI MenuSliderStyle.swift
[49/62] Compiling MacControlCenterUI MenuVolumeSlider.swift
[50/62] Compiling MacControlCenterUI MacControlCenterUI.swift
[51/62] Compiling MacControlCenterUI FullWidthMenuItem.swift
[52/62] Compiling MacControlCenterUI HighlightingMenuDisclosureGroup.swift
[53/62] Compiling MacControlCenterUI MenuSliderImageDescriptor.swift
[54/62] Compiling MacControlCenterUI MenuSliderImageUpdate.swift
[55/62] Compiling MacControlCenterUI MinMaxSliderImage.swift
[56/62] Compiling MacControlCenterUI StaticSliderImage.swift
[57/62] Compiling MacControlCenterUI VolumeMenuSliderImage.swift
[58/62] Compiling MacControlCenterUI MenuCircleToggle.swift
[59/62] Compiling MacControlCenterUI MenuPanel.swift
[60/62] Compiling MacControlCenterUI MenuSlider.swift
[61/62] Compiling MacControlCenterUI EmptySliderImage.swift
[62/62] Compiling MacControlCenterUI MenuSliderImage.swift
BUILD FAILURE 6.1 macosSpm