The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build MacControlCenterUI, reference 2.6.0 (55559f), with Swift 6.0 for macOS (SPM) on 17 Nov 2025 13:29:41 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orchetect/MacControlCenterUI.git
Reference: 2.6.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/orchetect/MacControlCenterUI
 * tag               2.6.0      -> FETCH_HEAD
HEAD is now at 55559f6 Updated Demo project
Cloned https://github.com/orchetect/MacControlCenterUI.git
Revision (git rev-parse @):
55559f67710815f7e0af28834f507be6587aee11
SUCCESS checkout https://github.com/orchetect/MacControlCenterUI.git at 2.6.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/orchetect/MacControlCenterUI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/13] Compiling MenuBarExtraAccess Unused Code.swift
[5/14] Compiling MenuBarExtraAccess Utilities.swift
[6/14] Compiling MenuBarExtraAccess NSControl Extensions.swift
[7/14] Compiling MenuBarExtraAccess NSEvent Extensions.swift
[8/14] Compiling MenuBarExtraAccess StatusItemIdentity.swift
[9/14] Emitting module MenuBarExtraAccess
[10/14] Compiling MenuBarExtraAccess MenuBarExtra Window Introspection.swift
[11/14] Compiling MenuBarExtraAccess NSStatusItem Extensions.swift
[12/14] Compiling MenuBarExtraAccess MenuBarExtraAccess.swift
[13/14] Compiling MenuBarExtraAccess MenuBarExtraUtils.swift
[14/14] Compiling MenuBarExtraAccess NSWindow Extensions.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/53] Emitting module MacControlCenterUI
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Abstracts/ControlVisibility.swift:11:1: error: 'nonisolated' modifier cannot be applied to this declaration
 9 | import Foundation
10 |
11 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
12 | public enum ControlVisibility {
13 |     /// Control is always visible.
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Abstracts/MenuItemSize.swift:12:1: error: 'nonisolated' modifier cannot be applied to this declaration
10 |
11 | /// ``MacControlCenterMenu`` menu item size.
12 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
13 | public enum MenuItemSize {
14 |     /// Standard height for text-only menu items.
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Controls/MenuCircleButton/MenuCircleButtonSize.swift:12:1: error: 'nonisolated' modifier cannot be applied to this declaration
10 |
11 | /// Control size for ``MenuCircleToggle`` and ``MenuCircleButton``.
12 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
13 | public enum MenuCircleButtonSize {
14 |     /// Standard Control Center Menu item size with trailing label.
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Controls/MenuCircleButton/MenuCircleButtonStyle.swift:12:1: error: 'nonisolated' modifier cannot be applied to this declaration
 10 |
 11 | /// Style for ``MenuCircleToggle`` and ``MenuCircleButton``.
 12 | nonisolated
    | `- error: 'nonisolated' modifier cannot be applied to this declaration
 13 | public struct MenuCircleButtonStyle {
 14 |     public var image: Image?
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Controls/MenuSlider/MenuSliderImage/MenuSliderImage.swift:12:1: error: 'nonisolated' modifier cannot be applied to this declaration
10 |
11 | /// Protocol to allow types to define ``MenuSlider`` image states.
12 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
13 | public protocol MenuSliderImage: Equatable, Sendable {
14 |     /// Return an image if the image is static.
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Controls/MenuSlider/MenuSliderImage/MenuSliderImageUpdate.swift:12:1: error: 'nonisolated' modifier cannot be applied to this declaration
10 |
11 | /// Type returned by ``MenuSliderImage/image(for:oldValue:force:)``.
12 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
13 | public enum MenuSliderImageUpdate {
14 |     case noChange
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Controls/MenuSlider/MenuSliderImage/StaticSliderImage.swift:11:1: error: 'nonisolated' modifier cannot be applied to this declaration
 9 | import SwiftUI
10 |
11 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
12 | public struct StaticSliderImage: MenuSliderImage {
13 |     private let img: Image
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Controls/MenuSlider/MenuSliderImage/VolumeMenuSliderImage.swift:12:1: error: 'nonisolated' modifier cannot be applied to this declaration
 10 |
 11 | /// A ``MenuSliderImage`` suitable for a volume slider.
 12 | nonisolated
    | `- error: 'nonisolated' modifier cannot be applied to this declaration
 13 | public struct VolumeMenuSliderImage: MenuSliderImage {
 14 |     public func image(
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Internal/Menu Constants.swift:11:1: error: 'nonisolated' modifier cannot be applied to this declaration
 9 | import SwiftUI
10 |
11 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
12 | enum MenuGeometry {
13 |     static let menuItemStandardHoverForeColor = Color(NSColor.selectedMenuItemTextColor)
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Internal/Menu Constants.swift:24:1: error: 'nonisolated' modifier cannot be applied to this declaration
22 | }
23 |
24 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
25 | enum MenuStyling {
26 |     static let headerFontSize: CGFloat = 13
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Menu Items/MenuCommandStyle.swift:16:1: error: 'nonisolated' modifier cannot be applied to this declaration
14 | @available(tvOS, unavailable)
15 | @available(watchOS, unavailable)
16 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
17 | public enum MenuCommandStyle {
18 |     /// Standard menu style (highlight on mouse hover using accent color).
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Menu Items/MenuDisclosureGroupStyle.swift:9:1: error: 'nonisolated' modifier cannot be applied to this declaration
 7 | #if os(macOS)
 8 |
 9 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
10 | public enum MenuDisclosureGroupStyle {
11 |     /// Section style: Expanded content body has no added background (transparent).
[16/57] Compiling MacControlCenterUI MenuDisclosureGroup.swift
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Menu Items/MenuDisclosureGroupStyle.swift:9:1: error: 'nonisolated' modifier cannot be applied to this declaration
 7 | #if os(macOS)
 8 |
 9 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
10 | public enum MenuDisclosureGroupStyle {
11 |     /// Section style: Expanded content body has no added background (transparent).
[17/57] Compiling MacControlCenterUI MenuDisclosureGroupStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Menu Items/MenuDisclosureGroupStyle.swift:9:1: error: 'nonisolated' modifier cannot be applied to this declaration
 7 | #if os(macOS)
 8 |
 9 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
10 | public enum MenuDisclosureGroupStyle {
11 |     /// Section style: Expanded content body has no added background (transparent).
[18/57] Compiling MacControlCenterUI MenuDisclosureSection.swift
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Menu Items/MenuDisclosureGroupStyle.swift:9:1: error: 'nonisolated' modifier cannot be applied to this declaration
 7 | #if os(macOS)
 8 |
 9 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
10 | public enum MenuDisclosureGroupStyle {
11 |     /// Section style: Expanded content body has no added background (transparent).
[19/57] Compiling MacControlCenterUI MenuHeader.swift
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Menu Items/MenuDisclosureGroupStyle.swift:9:1: error: 'nonisolated' modifier cannot be applied to this declaration
 7 | #if os(macOS)
 8 |
 9 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
10 | public enum MenuDisclosureGroupStyle {
11 |     /// Section style: Expanded content body has no added background (transparent).
[20/57] Compiling MacControlCenterUI MenuSliderImage.swift
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Controls/MenuSlider/MenuSliderImage/MenuSliderImage.swift:12:1: error: 'nonisolated' modifier cannot be applied to this declaration
10 |
11 | /// Protocol to allow types to define ``MenuSlider`` image states.
12 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
13 | public protocol MenuSliderImage: Equatable, Sendable {
14 |     /// Return an image if the image is static.
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Controls/MenuSlider/MenuSliderImage/MenuSliderImageUpdate.swift:12:1: error: 'nonisolated' modifier cannot be applied to this declaration
10 |
11 | /// Type returned by ``MenuSliderImage/image(for:oldValue:force:)``.
12 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
13 | public enum MenuSliderImageUpdate {
14 |     case noChange
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Controls/MenuSlider/MenuSliderImage/StaticSliderImage.swift:11:1: error: 'nonisolated' modifier cannot be applied to this declaration
 9 | import SwiftUI
10 |
11 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
12 | public struct StaticSliderImage: MenuSliderImage {
13 |     private let img: Image
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Controls/MenuSlider/MenuSliderImage/VolumeMenuSliderImage.swift:12:1: error: 'nonisolated' modifier cannot be applied to this declaration
 10 |
 11 | /// A ``MenuSliderImage`` suitable for a volume slider.
 12 | nonisolated
    | `- error: 'nonisolated' modifier cannot be applied to this declaration
 13 | public struct VolumeMenuSliderImage: MenuSliderImage {
 14 |     public func image(
[21/57] Compiling MacControlCenterUI MenuSliderImageUpdate.swift
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Controls/MenuSlider/MenuSliderImage/MenuSliderImage.swift:12:1: error: 'nonisolated' modifier cannot be applied to this declaration
10 |
11 | /// Protocol to allow types to define ``MenuSlider`` image states.
12 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
13 | public protocol MenuSliderImage: Equatable, Sendable {
14 |     /// Return an image if the image is static.
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Controls/MenuSlider/MenuSliderImage/MenuSliderImageUpdate.swift:12:1: error: 'nonisolated' modifier cannot be applied to this declaration
10 |
11 | /// Type returned by ``MenuSliderImage/image(for:oldValue:force:)``.
12 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
13 | public enum MenuSliderImageUpdate {
14 |     case noChange
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Controls/MenuSlider/MenuSliderImage/StaticSliderImage.swift:11:1: error: 'nonisolated' modifier cannot be applied to this declaration
 9 | import SwiftUI
10 |
11 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
12 | public struct StaticSliderImage: MenuSliderImage {
13 |     private let img: Image
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Controls/MenuSlider/MenuSliderImage/VolumeMenuSliderImage.swift:12:1: error: 'nonisolated' modifier cannot be applied to this declaration
 10 |
 11 | /// A ``MenuSliderImage`` suitable for a volume slider.
 12 | nonisolated
    | `- error: 'nonisolated' modifier cannot be applied to this declaration
 13 | public struct VolumeMenuSliderImage: MenuSliderImage {
 14 |     public func image(
[22/57] Compiling MacControlCenterUI StaticSliderImage.swift
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Controls/MenuSlider/MenuSliderImage/MenuSliderImage.swift:12:1: error: 'nonisolated' modifier cannot be applied to this declaration
10 |
11 | /// Protocol to allow types to define ``MenuSlider`` image states.
12 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
13 | public protocol MenuSliderImage: Equatable, Sendable {
14 |     /// Return an image if the image is static.
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Controls/MenuSlider/MenuSliderImage/MenuSliderImageUpdate.swift:12:1: error: 'nonisolated' modifier cannot be applied to this declaration
10 |
11 | /// Type returned by ``MenuSliderImage/image(for:oldValue:force:)``.
12 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
13 | public enum MenuSliderImageUpdate {
14 |     case noChange
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Controls/MenuSlider/MenuSliderImage/StaticSliderImage.swift:11:1: error: 'nonisolated' modifier cannot be applied to this declaration
 9 | import SwiftUI
10 |
11 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
12 | public struct StaticSliderImage: MenuSliderImage {
13 |     private let img: Image
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Controls/MenuSlider/MenuSliderImage/VolumeMenuSliderImage.swift:12:1: error: 'nonisolated' modifier cannot be applied to this declaration
 10 |
 11 | /// A ``MenuSliderImage`` suitable for a volume slider.
 12 | nonisolated
    | `- error: 'nonisolated' modifier cannot be applied to this declaration
 13 | public struct VolumeMenuSliderImage: MenuSliderImage {
 14 |     public func image(
[23/57] Compiling MacControlCenterUI VolumeMenuSliderImage.swift
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Controls/MenuSlider/MenuSliderImage/MenuSliderImage.swift:12:1: error: 'nonisolated' modifier cannot be applied to this declaration
10 |
11 | /// Protocol to allow types to define ``MenuSlider`` image states.
12 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
13 | public protocol MenuSliderImage: Equatable, Sendable {
14 |     /// Return an image if the image is static.
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Controls/MenuSlider/MenuSliderImage/MenuSliderImageUpdate.swift:12:1: error: 'nonisolated' modifier cannot be applied to this declaration
10 |
11 | /// Type returned by ``MenuSliderImage/image(for:oldValue:force:)``.
12 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
13 | public enum MenuSliderImageUpdate {
14 |     case noChange
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Controls/MenuSlider/MenuSliderImage/StaticSliderImage.swift:11:1: error: 'nonisolated' modifier cannot be applied to this declaration
 9 | import SwiftUI
10 |
11 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
12 | public struct StaticSliderImage: MenuSliderImage {
13 |     private let img: Image
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Controls/MenuSlider/MenuSliderImage/VolumeMenuSliderImage.swift:12:1: error: 'nonisolated' modifier cannot be applied to this declaration
 10 |
 11 | /// A ``MenuSliderImage`` suitable for a volume slider.
 12 | nonisolated
    | `- error: 'nonisolated' modifier cannot be applied to this declaration
 13 | public struct VolumeMenuSliderImage: MenuSliderImage {
 14 |     public func image(
[24/57] Compiling MacControlCenterUI API-2.4.0.swift
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Abstracts/ControlVisibility.swift:11:1: error: 'nonisolated' modifier cannot be applied to this declaration
 9 | import Foundation
10 |
11 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
12 | public enum ControlVisibility {
13 |     /// Control is always visible.
[25/57] Compiling MacControlCenterUI ControlVisibility.swift
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Abstracts/ControlVisibility.swift:11:1: error: 'nonisolated' modifier cannot be applied to this declaration
 9 | import Foundation
10 |
11 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
12 | public enum ControlVisibility {
13 |     /// Control is always visible.
[26/57] Compiling MacControlCenterUI FullWidthMenuItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Abstracts/ControlVisibility.swift:11:1: error: 'nonisolated' modifier cannot be applied to this declaration
 9 | import Foundation
10 |
11 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
12 | public enum ControlVisibility {
13 |     /// Control is always visible.
[27/57] Compiling MacControlCenterUI HighlightingMenuDisclosureGroup.swift
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Abstracts/ControlVisibility.swift:11:1: error: 'nonisolated' modifier cannot be applied to this declaration
 9 | import Foundation
10 |
11 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
12 | public enum ControlVisibility {
13 |     /// Control is always visible.
[28/57] Compiling MacControlCenterUI HighlightingMenuItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Abstracts/ControlVisibility.swift:11:1: error: 'nonisolated' modifier cannot be applied to this declaration
 9 | import Foundation
10 |
11 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
12 | public enum ControlVisibility {
13 |     /// Control is always visible.
[29/57] Compiling MacControlCenterUI MacControlCenterUI.swift
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Menu Items/MenuCommandStyle.swift:16:1: error: 'nonisolated' modifier cannot be applied to this declaration
14 | @available(tvOS, unavailable)
15 | @available(watchOS, unavailable)
16 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
17 | public enum MenuCommandStyle {
18 |     /// Standard menu style (highlight on mouse hover using accent color).
[30/57] Compiling MacControlCenterUI MenuCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Menu Items/MenuCommandStyle.swift:16:1: error: 'nonisolated' modifier cannot be applied to this declaration
14 | @available(tvOS, unavailable)
15 | @available(watchOS, unavailable)
16 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
17 | public enum MenuCommandStyle {
18 |     /// Standard menu style (highlight on mouse hover using accent color).
[31/57] Compiling MacControlCenterUI MenuCommandStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Menu Items/MenuCommandStyle.swift:16:1: error: 'nonisolated' modifier cannot be applied to this declaration
14 | @available(tvOS, unavailable)
15 | @available(watchOS, unavailable)
16 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
17 | public enum MenuCommandStyle {
18 |     /// Standard menu style (highlight on mouse hover using accent color).
[32/57] Compiling MacControlCenterUI MenuDisclosureChevron.swift
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Menu Items/MenuCommandStyle.swift:16:1: error: 'nonisolated' modifier cannot be applied to this declaration
14 | @available(tvOS, unavailable)
15 | @available(watchOS, unavailable)
16 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
17 | public enum MenuCommandStyle {
18 |     /// Standard menu style (highlight on mouse hover using accent color).
[33/57] Compiling MacControlCenterUI MenuSectionText.swift
[34/57] Compiling MacControlCenterUI MenuToggle.swift
[35/57] Compiling MacControlCenterUI MacControlCenterMenu.swift
[36/57] Compiling MacControlCenterUI MacControlCenterMenuBuilder.swift
[37/57] Compiling MacControlCenterUI HighlightingMenuStateItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Abstracts/MenuItemSize.swift:12:1: error: 'nonisolated' modifier cannot be applied to this declaration
10 |
11 | /// ``MacControlCenterMenu`` menu item size.
12 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
13 | public enum MenuItemSize {
14 |     /// Standard height for text-only menu items.
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Controls/MenuCircleButton/MenuCircleButtonSize.swift:12:1: error: 'nonisolated' modifier cannot be applied to this declaration
10 |
11 | /// Control size for ``MenuCircleToggle`` and ``MenuCircleButton``.
12 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
13 | public enum MenuCircleButtonSize {
14 |     /// Standard Control Center Menu item size with trailing label.
[38/57] Compiling MacControlCenterUI MenuBody.swift
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Abstracts/MenuItemSize.swift:12:1: error: 'nonisolated' modifier cannot be applied to this declaration
10 |
11 | /// ``MacControlCenterMenu`` menu item size.
12 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
13 | public enum MenuItemSize {
14 |     /// Standard height for text-only menu items.
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Controls/MenuCircleButton/MenuCircleButtonSize.swift:12:1: error: 'nonisolated' modifier cannot be applied to this declaration
10 |
11 | /// Control size for ``MenuCircleToggle`` and ``MenuCircleButton``.
12 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
13 | public enum MenuCircleButtonSize {
14 |     /// Standard Control Center Menu item size with trailing label.
[39/57] Compiling MacControlCenterUI MenuItemSize.swift
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Abstracts/MenuItemSize.swift:12:1: error: 'nonisolated' modifier cannot be applied to this declaration
10 |
11 | /// ``MacControlCenterMenu`` menu item size.
12 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
13 | public enum MenuItemSize {
14 |     /// Standard height for text-only menu items.
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Controls/MenuCircleButton/MenuCircleButtonSize.swift:12:1: error: 'nonisolated' modifier cannot be applied to this declaration
10 |
11 | /// Control size for ``MenuCircleToggle`` and ``MenuCircleButton``.
12 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
13 | public enum MenuCircleButtonSize {
14 |     /// Standard Control Center Menu item size with trailing label.
[40/57] Compiling MacControlCenterUI MenuCircleButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Abstracts/MenuItemSize.swift:12:1: error: 'nonisolated' modifier cannot be applied to this declaration
10 |
11 | /// ``MacControlCenterMenu`` menu item size.
12 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
13 | public enum MenuItemSize {
14 |     /// Standard height for text-only menu items.
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Controls/MenuCircleButton/MenuCircleButtonSize.swift:12:1: error: 'nonisolated' modifier cannot be applied to this declaration
10 |
11 | /// Control size for ``MenuCircleToggle`` and ``MenuCircleButton``.
12 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
13 | public enum MenuCircleButtonSize {
14 |     /// Standard Control Center Menu item size with trailing label.
[41/57] Compiling MacControlCenterUI MenuCircleButtonSize.swift
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Abstracts/MenuItemSize.swift:12:1: error: 'nonisolated' modifier cannot be applied to this declaration
10 |
11 | /// ``MacControlCenterMenu`` menu item size.
12 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
13 | public enum MenuItemSize {
14 |     /// Standard height for text-only menu items.
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Controls/MenuCircleButton/MenuCircleButtonSize.swift:12:1: error: 'nonisolated' modifier cannot be applied to this declaration
10 |
11 | /// Control size for ``MenuCircleToggle`` and ``MenuCircleButton``.
12 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
13 | public enum MenuCircleButtonSize {
14 |     /// Standard Control Center Menu item size with trailing label.
[42/57] Compiling MacControlCenterUI MenuList.swift
[43/57] Compiling MacControlCenterUI MenuListStateItem.swift
[44/57] Compiling MacControlCenterUI MenuScrollView.swift
[45/57] Compiling MacControlCenterUI MenuSection.swift
[46/57] Compiling MacControlCenterUI MenuVolumeSlider.swift
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Internal/Menu Constants.swift:11:1: error: 'nonisolated' modifier cannot be applied to this declaration
 9 | import SwiftUI
10 |
11 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
12 | enum MenuGeometry {
13 |     static let menuItemStandardHoverForeColor = Color(NSColor.selectedMenuItemTextColor)
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Internal/Menu Constants.swift:24:1: error: 'nonisolated' modifier cannot be applied to this declaration
22 | }
23 |
24 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
25 | enum MenuStyling {
26 |     static let headerFontSize: CGFloat = 13
[47/57] Compiling MacControlCenterUI IsMenuBarExtraPresentedEnvironmentKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Internal/Menu Constants.swift:11:1: error: 'nonisolated' modifier cannot be applied to this declaration
 9 | import SwiftUI
10 |
11 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
12 | enum MenuGeometry {
13 |     static let menuItemStandardHoverForeColor = Color(NSColor.selectedMenuItemTextColor)
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Internal/Menu Constants.swift:24:1: error: 'nonisolated' modifier cannot be applied to this declaration
22 | }
23 |
24 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
25 | enum MenuStyling {
26 |     static let headerFontSize: CGFloat = 13
[48/57] Compiling MacControlCenterUI Menu Constants.swift
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Internal/Menu Constants.swift:11:1: error: 'nonisolated' modifier cannot be applied to this declaration
 9 | import SwiftUI
10 |
11 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
12 | enum MenuGeometry {
13 |     static let menuItemStandardHoverForeColor = Color(NSColor.selectedMenuItemTextColor)
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Internal/Menu Constants.swift:24:1: error: 'nonisolated' modifier cannot be applied to this declaration
22 | }
23 |
24 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
25 | enum MenuStyling {
26 |     static let headerFontSize: CGFloat = 13
[49/57] Compiling MacControlCenterUI PaddedMenuItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Internal/Menu Constants.swift:11:1: error: 'nonisolated' modifier cannot be applied to this declaration
 9 | import SwiftUI
10 |
11 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
12 | enum MenuGeometry {
13 |     static let menuItemStandardHoverForeColor = Color(NSColor.selectedMenuItemTextColor)
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Internal/Menu Constants.swift:24:1: error: 'nonisolated' modifier cannot be applied to this declaration
22 | }
23 |
24 | nonisolated
   | `- error: 'nonisolated' modifier cannot be applied to this declaration
25 | enum MenuStyling {
26 |     static let headerFontSize: CGFloat = 13
[50/57] Compiling MacControlCenterUI MenuCircleButtonStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Controls/MenuCircleButton/MenuCircleButtonStyle.swift:12:1: error: 'nonisolated' modifier cannot be applied to this declaration
 10 |
 11 | /// Style for ``MenuCircleToggle`` and ``MenuCircleButton``.
 12 | nonisolated
    | `- error: 'nonisolated' modifier cannot be applied to this declaration
 13 | public struct MenuCircleButtonStyle {
 14 |     public var image: Image?
[51/57] Compiling MacControlCenterUI MenuCircleToggle.swift
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Controls/MenuCircleButton/MenuCircleButtonStyle.swift:12:1: error: 'nonisolated' modifier cannot be applied to this declaration
 10 |
 11 | /// Style for ``MenuCircleToggle`` and ``MenuCircleButton``.
 12 | nonisolated
    | `- error: 'nonisolated' modifier cannot be applied to this declaration
 13 | public struct MenuCircleButtonStyle {
 14 |     public var image: Image?
[52/57] Compiling MacControlCenterUI MenuPanel.swift
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Controls/MenuCircleButton/MenuCircleButtonStyle.swift:12:1: error: 'nonisolated' modifier cannot be applied to this declaration
 10 |
 11 | /// Style for ``MenuCircleToggle`` and ``MenuCircleButton``.
 12 | nonisolated
    | `- error: 'nonisolated' modifier cannot be applied to this declaration
 13 | public struct MenuCircleButtonStyle {
 14 |     public var image: Image?
[53/57] Compiling MacControlCenterUI MenuSlider.swift
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Controls/MenuCircleButton/MenuCircleButtonStyle.swift:12:1: error: 'nonisolated' modifier cannot be applied to this declaration
 10 |
 11 | /// Style for ``MenuCircleToggle`` and ``MenuCircleButton``.
 12 | nonisolated
    | `- error: 'nonisolated' modifier cannot be applied to this declaration
 13 | public struct MenuCircleButtonStyle {
 14 |     public var image: Image?
[54/57] Compiling MacControlCenterUI MacControlCenterMenuItem.swift
[55/57] Compiling MacControlCenterUI ObservableScrollView.swift
[56/57] Compiling MacControlCenterUI Utilities.swift
[57/57] Compiling MacControlCenterUI VisualEffect.swift
Fetching https://github.com/orchetect/MenuBarExtraAccess
[1/521] Fetching menubarextraaccess
Fetched https://github.com/orchetect/MenuBarExtraAccess from cache (0.82s)
Computing version for https://github.com/orchetect/MenuBarExtraAccess
Computed https://github.com/orchetect/MenuBarExtraAccess at 1.2.2 (0.58s)
Creating working copy for https://github.com/orchetect/MenuBarExtraAccess
Working copy of https://github.com/orchetect/MenuBarExtraAccess resolved at 1.2.2
BUILD FAILURE 6.0 macosSpm