Build Information
Failed to build MacControlCenterUI, reference main (b7ddb0), with Swift 6.0 for macOS (SPM) on 26 Nov 2025 01:30:10 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.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 b7ddb03 Updated GitHub CI
Cloned https://github.com/orchetect/MacControlCenterUI.git
Revision (git rev-parse @):
b7ddb03f476e1c2c8a24556f91217b7fa99ff2cb
SUCCESS checkout https://github.com/orchetect/MacControlCenterUI.git at main
========================================
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/13] Compiling MenuBarExtraAccess NSWindow Extensions.swift
[6/14] Compiling MenuBarExtraAccess Utilities.swift
[7/14] Compiling MenuBarExtraAccess NSStatusItem Extensions.swift
[8/14] Compiling MenuBarExtraAccess NSEvent Extensions.swift
[9/14] Compiling MenuBarExtraAccess NSControl Extensions.swift
[10/14] Compiling MenuBarExtraAccess StatusItemIdentity.swift
[11/14] Emitting module MenuBarExtraAccess
[12/14] Compiling MenuBarExtraAccess MenuBarExtraAccess.swift
[13/14] Compiling MenuBarExtraAccess MenuBarExtra Window Introspection.swift
[14/14] Compiling MenuBarExtraAccess MenuBarExtraUtils.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 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(
[17/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(
[18/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(
[19/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(
[20/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
[21/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
[22/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
[23/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
[24/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).
[25/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).
[26/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).
[27/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).
[28/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?
[29/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?
[30/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?
[31/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?
[32/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.
[33/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.
[34/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.
[35/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.
[36/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.
[37/57] Compiling MacControlCenterUI MenuSectionText.swift
[38/57] Compiling MacControlCenterUI MenuToggle.swift
[39/57] Compiling MacControlCenterUI MacControlCenterMenu.swift
[40/57] Compiling MacControlCenterUI MacControlCenterMenuBuilder.swift
[41/57] Compiling MacControlCenterUI MenuList.swift
[42/57] Compiling MacControlCenterUI MenuListStateItem.swift
[43/57] Compiling MacControlCenterUI MenuScrollView.swift
[44/57] Compiling MacControlCenterUI MenuSection.swift
[45/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).
[46/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).
[47/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).
[48/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).
[49/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.
[50/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.
[51/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.
[52/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.
[53/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.
[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/526] 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.59s)
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