Build Information
Successful build of MacControlCenterUI, reference main (32de75
), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 04:15:40 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/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 32de754 Updated README
Cloned https://github.com/orchetect/MacControlCenterUI.git
Revision (git rev-parse @):
32de7541830de040ebacb6a1a94947f66b7ccff4
SUCCESS checkout https://github.com/orchetect/MacControlCenterUI.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/orchetect/MacControlCenterUI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/13] Compiling MenuBarExtraAccess Unused Code.swift
[5/14] Compiling MenuBarExtraAccess Utilities.swift
[6/14] Compiling MenuBarExtraAccess NSWindow Extensions.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] Compiling MenuBarExtraAccess MenuBarExtraUtils.swift
[12/14] Compiling MenuBarExtraAccess MenuBarExtra Window Introspection.swift
[13/14] Emitting module MenuBarExtraAccess
[14/14] Compiling MenuBarExtraAccess MenuBarExtraAccess.swift
[15/49] Emitting module MacControlCenterUI
[16/52] Compiling MacControlCenterUI MenuScrollView.swift
[17/52] Compiling MacControlCenterUI MenuSection.swift
[18/52] Compiling MacControlCenterUI MenuToggle.swift
[19/52] Compiling MacControlCenterUI MenuDisclosureSection.swift
[20/52] Compiling MacControlCenterUI MenuHeader.swift
[21/52] Compiling MacControlCenterUI MenuList.swift
[22/52] Compiling MacControlCenterUI MenuListStateItem.swift
[23/52] Compiling MacControlCenterUI MenuCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Menu Items/MenuCommand.swift:111:20: warning: capture of non-sendable type 'Label.Type' in an isolated closure
109 |
110 | Task {
111 | if dismissesMenu {
| `- warning: capture of non-sendable type 'Label.Type' in an isolated closure
112 | menuBarExtraIsPresented.wrappedValue = false
113 | // wait a small amount to give the menu a chance to close before calling the action block
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Menu Items/MenuCommand.swift:104:18: warning: capture of non-sendable type 'Label.Type' in an isolated closure
102 | // MARK: Helpers
103 |
104 | private func userTapped() {
| `- warning: capture of non-sendable type 'Label.Type' in an isolated closure
105 | func go() {
106 | if activatesApp {
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Menu Items/MenuCommand.swift:125:13: warning: capture of non-sendable type 'Label.Type' in an isolated closure
123 | // but at some point (macOS 14 or 15) Apple added this behavior back in to match the NSMenu behavior.
124 | Task {
125 | isHighlighted = false
| `- warning: capture of non-sendable type 'Label.Type' in an isolated closure
126 | try? await Task.sleep(nanoseconds: 80 * NSEC_PER_MSEC) // 80 ms
127 | isHighlighted = true
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Menu Items/MenuCommand.swift:104:18: warning: capture of non-sendable type 'Label.Type' in an isolated closure
102 | // MARK: Helpers
103 |
104 | private func userTapped() {
| `- warning: capture of non-sendable type 'Label.Type' in an isolated closure
105 | func go() {
106 | if activatesApp {
[24/52] Compiling MacControlCenterUI MenuCommandStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Menu Items/MenuCommand.swift:111:20: warning: capture of non-sendable type 'Label.Type' in an isolated closure
109 |
110 | Task {
111 | if dismissesMenu {
| `- warning: capture of non-sendable type 'Label.Type' in an isolated closure
112 | menuBarExtraIsPresented.wrappedValue = false
113 | // wait a small amount to give the menu a chance to close before calling the action block
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Menu Items/MenuCommand.swift:104:18: warning: capture of non-sendable type 'Label.Type' in an isolated closure
102 | // MARK: Helpers
103 |
104 | private func userTapped() {
| `- warning: capture of non-sendable type 'Label.Type' in an isolated closure
105 | func go() {
106 | if activatesApp {
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Menu Items/MenuCommand.swift:125:13: warning: capture of non-sendable type 'Label.Type' in an isolated closure
123 | // but at some point (macOS 14 or 15) Apple added this behavior back in to match the NSMenu behavior.
124 | Task {
125 | isHighlighted = false
| `- warning: capture of non-sendable type 'Label.Type' in an isolated closure
126 | try? await Task.sleep(nanoseconds: 80 * NSEC_PER_MSEC) // 80 ms
127 | isHighlighted = true
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Menu Items/MenuCommand.swift:104:18: warning: capture of non-sendable type 'Label.Type' in an isolated closure
102 | // MARK: Helpers
103 |
104 | private func userTapped() {
| `- warning: capture of non-sendable type 'Label.Type' in an isolated closure
105 | func go() {
106 | if activatesApp {
[25/52] Compiling MacControlCenterUI MenuDisclosureChevron.swift
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Menu Items/MenuCommand.swift:111:20: warning: capture of non-sendable type 'Label.Type' in an isolated closure
109 |
110 | Task {
111 | if dismissesMenu {
| `- warning: capture of non-sendable type 'Label.Type' in an isolated closure
112 | menuBarExtraIsPresented.wrappedValue = false
113 | // wait a small amount to give the menu a chance to close before calling the action block
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Menu Items/MenuCommand.swift:104:18: warning: capture of non-sendable type 'Label.Type' in an isolated closure
102 | // MARK: Helpers
103 |
104 | private func userTapped() {
| `- warning: capture of non-sendable type 'Label.Type' in an isolated closure
105 | func go() {
106 | if activatesApp {
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Menu Items/MenuCommand.swift:125:13: warning: capture of non-sendable type 'Label.Type' in an isolated closure
123 | // but at some point (macOS 14 or 15) Apple added this behavior back in to match the NSMenu behavior.
124 | Task {
125 | isHighlighted = false
| `- warning: capture of non-sendable type 'Label.Type' in an isolated closure
126 | try? await Task.sleep(nanoseconds: 80 * NSEC_PER_MSEC) // 80 ms
127 | isHighlighted = true
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Menu Items/MenuCommand.swift:104:18: warning: capture of non-sendable type 'Label.Type' in an isolated closure
102 | // MARK: Helpers
103 |
104 | private func userTapped() {
| `- warning: capture of non-sendable type 'Label.Type' in an isolated closure
105 | func go() {
106 | if activatesApp {
[26/52] Compiling MacControlCenterUI MenuDisclosureGroup.swift
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Menu Items/MenuCommand.swift:111:20: warning: capture of non-sendable type 'Label.Type' in an isolated closure
109 |
110 | Task {
111 | if dismissesMenu {
| `- warning: capture of non-sendable type 'Label.Type' in an isolated closure
112 | menuBarExtraIsPresented.wrappedValue = false
113 | // wait a small amount to give the menu a chance to close before calling the action block
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Menu Items/MenuCommand.swift:104:18: warning: capture of non-sendable type 'Label.Type' in an isolated closure
102 | // MARK: Helpers
103 |
104 | private func userTapped() {
| `- warning: capture of non-sendable type 'Label.Type' in an isolated closure
105 | func go() {
106 | if activatesApp {
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Menu Items/MenuCommand.swift:125:13: warning: capture of non-sendable type 'Label.Type' in an isolated closure
123 | // but at some point (macOS 14 or 15) Apple added this behavior back in to match the NSMenu behavior.
124 | Task {
125 | isHighlighted = false
| `- warning: capture of non-sendable type 'Label.Type' in an isolated closure
126 | try? await Task.sleep(nanoseconds: 80 * NSEC_PER_MSEC) // 80 ms
127 | isHighlighted = true
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Menu Items/MenuCommand.swift:104:18: warning: capture of non-sendable type 'Label.Type' in an isolated closure
102 | // MARK: Helpers
103 |
104 | private func userTapped() {
| `- warning: capture of non-sendable type 'Label.Type' in an isolated closure
105 | func go() {
106 | if activatesApp {
[27/52] Compiling MacControlCenterUI IsMenuBarExtraPresentedEnvironmentKey.swift
[28/52] Compiling MacControlCenterUI Menu Constants.swift
[29/52] Compiling MacControlCenterUI PaddedMenuItem.swift
[30/52] Compiling MacControlCenterUI MacControlCenterUI.swift
[31/52] Compiling MacControlCenterUI MacControlCenterMenu.swift
[32/52] Compiling MacControlCenterUI MacControlCenterMenuBuilder.swift
[33/52] Compiling MacControlCenterUI MacControlCenterMenuItem.swift
[34/52] Compiling MacControlCenterUI MenuCircleButton.swift
[35/52] Compiling MacControlCenterUI MenuCircleButtonSize.swift
[36/52] Compiling MacControlCenterUI MenuCircleButtonStyle.swift
[37/52] Compiling MacControlCenterUI MenuCircleToggle.swift
[38/52] Compiling MacControlCenterUI ObservableScrollView.swift
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Utilities/ObservableScrollView.swift:81:34: warning: capture of non-sendable type 'Content.Type' in an isolated closure; this is an error in the Swift 6 language mode
79 | .coordinateSpace(name: coordSpace)
80 | .onPreferenceChange(ScrollOffsetPreferenceKey.self) { value in
81 | Task { @MainActor in offset = value }
| `- warning: capture of non-sendable type 'Content.Type' in an isolated closure; this is an error in the Swift 6 language mode
82 | }
83 | }
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Utilities/ObservableScrollView.swift:41:25: warning: capture of non-sendable type 'Content.Type' in an isolated closure; this is an error in the Swift 6 language mode
39 | }
40 |
41 | var body: some View {
| `- warning: capture of non-sendable type 'Content.Type' in an isolated closure; this is an error in the Swift 6 language mode
42 | ScrollView(axes, showsIndicators: showsIndicators) {
43 | VStack(spacing: 0) {
[39/52] Compiling MacControlCenterUI Utilities.swift
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Utilities/ObservableScrollView.swift:81:34: warning: capture of non-sendable type 'Content.Type' in an isolated closure; this is an error in the Swift 6 language mode
79 | .coordinateSpace(name: coordSpace)
80 | .onPreferenceChange(ScrollOffsetPreferenceKey.self) { value in
81 | Task { @MainActor in offset = value }
| `- warning: capture of non-sendable type 'Content.Type' in an isolated closure; this is an error in the Swift 6 language mode
82 | }
83 | }
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Utilities/ObservableScrollView.swift:41:25: warning: capture of non-sendable type 'Content.Type' in an isolated closure; this is an error in the Swift 6 language mode
39 | }
40 |
41 | var body: some View {
| `- warning: capture of non-sendable type 'Content.Type' in an isolated closure; this is an error in the Swift 6 language mode
42 | ScrollView(axes, showsIndicators: showsIndicators) {
43 | VStack(spacing: 0) {
[40/52] Compiling MacControlCenterUI VisualEffect.swift
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Utilities/ObservableScrollView.swift:81:34: warning: capture of non-sendable type 'Content.Type' in an isolated closure; this is an error in the Swift 6 language mode
79 | .coordinateSpace(name: coordSpace)
80 | .onPreferenceChange(ScrollOffsetPreferenceKey.self) { value in
81 | Task { @MainActor in offset = value }
| `- warning: capture of non-sendable type 'Content.Type' in an isolated closure; this is an error in the Swift 6 language mode
82 | }
83 | }
/Users/admin/builder/spi-builder-workspace/Sources/MacControlCenterUI/Utilities/ObservableScrollView.swift:41:25: warning: capture of non-sendable type 'Content.Type' in an isolated closure; this is an error in the Swift 6 language mode
39 | }
40 |
41 | var body: some View {
| `- warning: capture of non-sendable type 'Content.Type' in an isolated closure; this is an error in the Swift 6 language mode
42 | ScrollView(axes, showsIndicators: showsIndicators) {
43 | VStack(spacing: 0) {
[41/52] Compiling MacControlCenterUI HighlightingMenuItem.swift
[42/52] Compiling MacControlCenterUI HighlightingMenuStateItem.swift
[43/52] Compiling MacControlCenterUI MenuBody.swift
[44/52] Compiling MacControlCenterUI MenuItemSize.swift
[45/52] Compiling MacControlCenterUI API-2.4.0.swift
[46/52] Compiling MacControlCenterUI ControlVisibility.swift
[47/52] Compiling MacControlCenterUI FullWidthMenuItem.swift
[48/52] Compiling MacControlCenterUI HighlightingMenuDisclosureGroup.swift
[49/52] Compiling MacControlCenterUI MenuPanel.swift
[50/52] Compiling MacControlCenterUI MenuSlider.swift
[51/52] Compiling MacControlCenterUI MenuSliderImage.swift
[52/52] Compiling MacControlCenterUI MenuVolumeSlider.swift
Build complete! (13.56s)
Fetching https://github.com/orchetect/MenuBarExtraAccess
[1/408] Fetching menubarextraaccess
Fetched https://github.com/orchetect/MenuBarExtraAccess from cache (0.83s)
Computing version for https://github.com/orchetect/MenuBarExtraAccess
Computed https://github.com/orchetect/MenuBarExtraAccess at 1.2.1 (1.36s)
Creating working copy for https://github.com/orchetect/MenuBarExtraAccess
Working copy of https://github.com/orchetect/MenuBarExtraAccess resolved at 1.2.1
Build complete.
{
"dependencies" : [
{
"identity" : "menubarextraaccess",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.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",
"Abstracts/ControlVisibility.swift",
"Abstracts/FullWidthMenuItem.swift",
"Abstracts/HighlightingMenuDisclosureGroup.swift",
"Abstracts/HighlightingMenuItem.swift",
"Abstracts/HighlightingMenuStateItem.swift",
"Abstracts/MenuBody.swift",
"Abstracts/MenuItemSize.swift",
"Controls/MenuCircleButton.swift",
"Controls/MenuCircleButtonSize.swift",
"Controls/MenuCircleButtonStyle.swift",
"Controls/MenuCircleToggle.swift",
"Controls/MenuPanel.swift",
"Controls/MenuSlider.swift",
"Controls/MenuSliderImage.swift",
"Controls/MenuVolumeSlider.swift",
"Internal/IsMenuBarExtraPresentedEnvironmentKey.swift",
"Internal/Menu Constants.swift",
"Internal/PaddedMenuItem.swift",
"MacControlCenterUI.swift",
"Menu Items/MenuCommand.swift",
"Menu Items/MenuCommandStyle.swift",
"Menu Items/MenuDisclosureChevron.swift",
"Menu Items/MenuDisclosureGroup.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/MenuToggle.swift",
"Menu/MacControlCenterMenu.swift",
"Menu/MacControlCenterMenuBuilder.swift",
"Menu/MacControlCenterMenuItem.swift",
"Utilities/ObservableScrollView.swift",
"Utilities/Utilities.swift",
"Utilities/VisualEffect.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.