The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of FluentUI with Swift 6.0 (beta) for macOS (SPM) (a36cd3) on 27 Jun 2024 13:47:34 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Beta.2.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.44.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/microsoft/fluentui-apple.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/microsoft/fluentui-apple
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a36cd3c Extend ListItem to support overrideTokens (#2047)
Cloned https://github.com/microsoft/fluentui-apple.git
Revision (git rev-parse @):
a36cd3c4586ea3268993d12d938016d9e58eb1f7
SUCCESS checkout https://github.com/microsoft/fluentui-apple.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/microsoft/fluentui-apple.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Beta.2.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/42] Write sources
[1/42] Copying FluentUI.strings
[31/42] Write sources
[33/42] Copying Info.plist
[33/42] Copying FluentUI.strings
[39/42] Write swift-version--14728B76ED507284.txt
[41/60] Compiling FluentUI_macos DynamicColor.swift
[42/60] Compiling FluentUI_macos FilledTemplateImageView.swift
[43/60] Compiling FluentUI_macos FluentUIResources.swift
[44/60] Compiling FluentUI_macos CalendarDayButton.swift
[45/60] Compiling FluentUI_macos Separator.swift
[46/61] Compiling FluentUI_macos Apperance+Theme.swift
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/AvatarView/AvatarView.swift:565:15: warning: call to main actor-isolated instance method 'updateAppearance' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
353 | 	}
354 |
355 | 	private func updateAppearance(_ appearance: NSAppearance? = nil) {
    |               `- note: calls to instance method 'updateAppearance' from outside of its actor context are implicitly asynchronous
356 | 		if displayStyle != .initials {
357 | 			return
    :
563 | 				return
564 | 			}
565 | 			strongSelf.updateAppearance(window.effectiveAppearance)
    |               `- warning: call to main actor-isolated instance method 'updateAppearance' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
566 | 		}
567 | 	}
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/AvatarView/AvatarView.swift:565:39: warning: main actor-isolated property 'effectiveAppearance' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
563 | 				return
564 | 			}
565 | 			strongSelf.updateAppearance(window.effectiveAppearance)
    |                                       `- warning: main actor-isolated property 'effectiveAppearance' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
566 | 		}
567 | 	}
AppKit.NSWindow:448:25: note: property declared here
 446 |     open var appearance: NSAppearance? { get set }
 447 |     @available(macOS 10.9, *)
 448 |     @MainActor open var effectiveAppearance: NSAppearance { get }
     |                         `- note: property declared here
 449 |     @available(macOS 10.5, *)
 450 |     open func animator() -> Self
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/AvatarView/AvatarView.swift:584:37: warning: main actor-isolated static property 'fontSizeScalingDefault' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
439 |
440 | 	/// the font size in the initials view will be scaled to this fraction of the avatarSize passed in
441 | 	static let fontSizeScalingDefault: CGFloat = 0.4
    |             `- note: static property declared here
442 |
443 | 	/// fall back to this text in the initials view when no usable name or email is provided
    :
581 | /// - Returns: the appropriate font size to fit within a circle of the given size
582 | /// - note: font sizes will be rounded to the nearest 0.5 point for rendering fidelity
583 | private func fontSize(forCircleDiameter diameter: CGFloat) -> CGFloat {
    |              `- note: add '@MainActor' to make global function 'fontSize(forCircleDiameter:)' part of global actor 'MainActor'
584 | 	return floor(diameter * AvatarView.fontSizeScalingDefault * 2) / 2
    |                                     `- warning: main actor-isolated static property 'fontSizeScalingDefault' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
585 | }
586 |
[47/61] Compiling FluentUI_macos AvatarView.swift
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/AvatarView/AvatarView.swift:565:15: warning: call to main actor-isolated instance method 'updateAppearance' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
353 | 	}
354 |
355 | 	private func updateAppearance(_ appearance: NSAppearance? = nil) {
    |               `- note: calls to instance method 'updateAppearance' from outside of its actor context are implicitly asynchronous
356 | 		if displayStyle != .initials {
357 | 			return
    :
563 | 				return
564 | 			}
565 | 			strongSelf.updateAppearance(window.effectiveAppearance)
    |               `- warning: call to main actor-isolated instance method 'updateAppearance' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
566 | 		}
567 | 	}
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/AvatarView/AvatarView.swift:565:39: warning: main actor-isolated property 'effectiveAppearance' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
563 | 				return
564 | 			}
565 | 			strongSelf.updateAppearance(window.effectiveAppearance)
    |                                       `- warning: main actor-isolated property 'effectiveAppearance' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
566 | 		}
567 | 	}
AppKit.NSWindow:448:25: note: property declared here
 446 |     open var appearance: NSAppearance? { get set }
 447 |     @available(macOS 10.9, *)
 448 |     @MainActor open var effectiveAppearance: NSAppearance { get }
     |                         `- note: property declared here
 449 |     @available(macOS 10.5, *)
 450 |     open func animator() -> Self
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/AvatarView/AvatarView.swift:584:37: warning: main actor-isolated static property 'fontSizeScalingDefault' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
439 |
440 | 	/// the font size in the initials view will be scaled to this fraction of the avatarSize passed in
441 | 	static let fontSizeScalingDefault: CGFloat = 0.4
    |             `- note: static property declared here
442 |
443 | 	/// fall back to this text in the initials view when no usable name or email is provided
    :
581 | /// - Returns: the appropriate font size to fit within a circle of the given size
582 | /// - note: font sizes will be rounded to the nearest 0.5 point for rendering fidelity
583 | private func fontSize(forCircleDiameter diameter: CGFloat) -> CGFloat {
    |              `- note: add '@MainActor' to make global function 'fontSize(forCircleDiameter:)' part of global actor 'MainActor'
584 | 	return floor(diameter * AvatarView.fontSizeScalingDefault * 2) / 2
    |                                     `- warning: main actor-isolated static property 'fontSizeScalingDefault' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
585 | }
586 |
[48/61] Compiling FluentUI_macos resource_bundle_accessor.swift
[49/61] Compiling FluentUI_macos CalendarHeaderView.swift
[50/61] Compiling FluentUI_macos CalendarView.swift
[51/61] Compiling FluentUI_macos BadgeView.swift
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Badge/BadgeView.swift:147:14: warning: static property 'defaultBackgroundColor' is not concurrency-safe because non-'Sendable' type 'DynamicColor' may have shared mutable state; this is an error in the Swift 6 language mode
145 |
146 | 	private struct Constants {
147 | 		static let defaultBackgroundColor: DynamicColor = DynamicColor(light: Colors.Palette.communicationBlueTint40.color, dark: Colors.Palette.communicationBlueTint30.color)
    |              |- warning: static property 'defaultBackgroundColor' is not concurrency-safe because non-'Sendable' type 'DynamicColor' may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: annotate 'defaultBackgroundColor' with '@MainActor' if property should only be accessed from the main actor
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
148 | 		static let defaultTextColor: DynamicColor = DynamicColor(light: Colors.Palette.communicationBlue.color, dark: Colors.Palette.communicationBlueShade20.color)
149 | 		static let primaryBackgroundColor: DynamicColor = DynamicColor(light: Colors.primaryTint40, dark: Colors.primaryTint30)
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DynamicColor/DynamicColor.swift:20:14: note: class 'DynamicColor' does not conform to the 'Sendable' protocol
18 |
19 | @objc(MSFDynamicColor)
20 | public class DynamicColor: NSObject {
   |              `- note: class 'DynamicColor' does not conform to the 'Sendable' protocol
21 |
22 | 	@objc public let light: NSColor
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Badge/BadgeView.swift:148:14: warning: static property 'defaultTextColor' is not concurrency-safe because non-'Sendable' type 'DynamicColor' may have shared mutable state; this is an error in the Swift 6 language mode
146 | 	private struct Constants {
147 | 		static let defaultBackgroundColor: DynamicColor = DynamicColor(light: Colors.Palette.communicationBlueTint40.color, dark: Colors.Palette.communicationBlueTint30.color)
148 | 		static let defaultTextColor: DynamicColor = DynamicColor(light: Colors.Palette.communicationBlue.color, dark: Colors.Palette.communicationBlueShade20.color)
    |              |- warning: static property 'defaultTextColor' is not concurrency-safe because non-'Sendable' type 'DynamicColor' may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: annotate 'defaultTextColor' with '@MainActor' if property should only be accessed from the main actor
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
149 | 		static let primaryBackgroundColor: DynamicColor = DynamicColor(light: Colors.primaryTint40, dark: Colors.primaryTint30)
150 | 		static let primaryTextColor: DynamicColor = DynamicColor(light: Colors.primary, dark: Colors.primaryShade20)
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DynamicColor/DynamicColor.swift:20:14: note: class 'DynamicColor' does not conform to the 'Sendable' protocol
18 |
19 | @objc(MSFDynamicColor)
20 | public class DynamicColor: NSObject {
   |              `- note: class 'DynamicColor' does not conform to the 'Sendable' protocol
21 |
22 | 	@objc public let light: NSColor
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Badge/BadgeView.swift:149:14: warning: static property 'primaryBackgroundColor' is not concurrency-safe because non-'Sendable' type 'DynamicColor' may have shared mutable state; this is an error in the Swift 6 language mode
147 | 		static let defaultBackgroundColor: DynamicColor = DynamicColor(light: Colors.Palette.communicationBlueTint40.color, dark: Colors.Palette.communicationBlueTint30.color)
148 | 		static let defaultTextColor: DynamicColor = DynamicColor(light: Colors.Palette.communicationBlue.color, dark: Colors.Palette.communicationBlueShade20.color)
149 | 		static let primaryBackgroundColor: DynamicColor = DynamicColor(light: Colors.primaryTint40, dark: Colors.primaryTint30)
    |              |- warning: static property 'primaryBackgroundColor' is not concurrency-safe because non-'Sendable' type 'DynamicColor' may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: annotate 'primaryBackgroundColor' with '@MainActor' if property should only be accessed from the main actor
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
150 | 		static let primaryTextColor: DynamicColor = DynamicColor(light: Colors.primary, dark: Colors.primaryShade20)
151 | 	}
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DynamicColor/DynamicColor.swift:20:14: note: class 'DynamicColor' does not conform to the 'Sendable' protocol
18 |
19 | @objc(MSFDynamicColor)
20 | public class DynamicColor: NSObject {
   |              `- note: class 'DynamicColor' does not conform to the 'Sendable' protocol
21 |
22 | 	@objc public let light: NSColor
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Badge/BadgeView.swift:150:14: warning: static property 'primaryTextColor' is not concurrency-safe because non-'Sendable' type 'DynamicColor' may have shared mutable state; this is an error in the Swift 6 language mode
148 | 		static let defaultTextColor: DynamicColor = DynamicColor(light: Colors.Palette.communicationBlue.color, dark: Colors.Palette.communicationBlueShade20.color)
149 | 		static let primaryBackgroundColor: DynamicColor = DynamicColor(light: Colors.primaryTint40, dark: Colors.primaryTint30)
150 | 		static let primaryTextColor: DynamicColor = DynamicColor(light: Colors.primary, dark: Colors.primaryShade20)
    |              |- warning: static property 'primaryTextColor' is not concurrency-safe because non-'Sendable' type 'DynamicColor' may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: annotate 'primaryTextColor' with '@MainActor' if property should only be accessed from the main actor
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
151 | 	}
152 | }
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DynamicColor/DynamicColor.swift:20:14: note: class 'DynamicColor' does not conform to the 'Sendable' protocol
18 |
19 | @objc(MSFDynamicColor)
20 | public class DynamicColor: NSObject {
   |              `- note: class 'DynamicColor' does not conform to the 'Sendable' protocol
21 |
22 | 	@objc public let light: NSColor
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Button/Button.swift:121:10: warning: main actor-isolated property 'increaseContrastEnabled' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
119 | 														  object: nil,
120 | 														  queue: nil) {[weak self] _ in
121 | 			self?.increaseContrastEnabled = NSWorkspace.shared.accessibilityDisplayShouldIncreaseContrast
    |          `- warning: main actor-isolated property 'increaseContrastEnabled' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
122 | 		}
123 | 	}
    :
608 |
609 | 	/// Indicates if the `Increase Contrast` Accessibility Setting is enabled
610 | 	private var increaseContrastEnabled: Bool = NSWorkspace.shared.accessibilityDisplayShouldIncreaseContrast {
    |              `- note: mutation of this property is only permitted within the actor
611 | 		didSet {
612 | 			guard oldValue != increaseContrastEnabled else {
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Button/Button.swift:340:11: warning: main actor-isolated property 'isWindowInactive' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
338 | 												   object: window,
339 | 												   queue: nil) {[weak self] _ in
340 | 				self?.isWindowInactive = true
    |           `- warning: main actor-isolated property 'isWindowInactive' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
341 | 			}
342 |
    :
596 |
597 | 	/// Indicates if the Window that the button view has been added to, is inactive/backgrounded
598 | 	private var isWindowInactive: Bool = false {
    |              `- note: mutation of this property is only permitted within the actor
599 | 		didSet {
600 | 			guard oldValue != isWindowInactive else {
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Button/Button.swift:346:11: warning: main actor-isolated property 'isWindowInactive' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
344 | 												   object: window,
345 | 												   queue: nil) {[weak self] _ in
346 | 				self?.isWindowInactive = false
    |           `- warning: main actor-isolated property 'isWindowInactive' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
347 | 			}
348 | 		}
    :
596 |
597 | 	/// Indicates if the Window that the button view has been added to, is inactive/backgrounded
598 | 	private var isWindowInactive: Bool = false {
    |              `- note: mutation of this property is only permitted within the actor
599 | 		didSet {
600 | 			guard oldValue != isWindowInactive else {
[52/61] Compiling FluentUI_macos Button.swift
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Badge/BadgeView.swift:147:14: warning: static property 'defaultBackgroundColor' is not concurrency-safe because non-'Sendable' type 'DynamicColor' may have shared mutable state; this is an error in the Swift 6 language mode
145 |
146 | 	private struct Constants {
147 | 		static let defaultBackgroundColor: DynamicColor = DynamicColor(light: Colors.Palette.communicationBlueTint40.color, dark: Colors.Palette.communicationBlueTint30.color)
    |              |- warning: static property 'defaultBackgroundColor' is not concurrency-safe because non-'Sendable' type 'DynamicColor' may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: annotate 'defaultBackgroundColor' with '@MainActor' if property should only be accessed from the main actor
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
148 | 		static let defaultTextColor: DynamicColor = DynamicColor(light: Colors.Palette.communicationBlue.color, dark: Colors.Palette.communicationBlueShade20.color)
149 | 		static let primaryBackgroundColor: DynamicColor = DynamicColor(light: Colors.primaryTint40, dark: Colors.primaryTint30)
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DynamicColor/DynamicColor.swift:20:14: note: class 'DynamicColor' does not conform to the 'Sendable' protocol
18 |
19 | @objc(MSFDynamicColor)
20 | public class DynamicColor: NSObject {
   |              `- note: class 'DynamicColor' does not conform to the 'Sendable' protocol
21 |
22 | 	@objc public let light: NSColor
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Badge/BadgeView.swift:148:14: warning: static property 'defaultTextColor' is not concurrency-safe because non-'Sendable' type 'DynamicColor' may have shared mutable state; this is an error in the Swift 6 language mode
146 | 	private struct Constants {
147 | 		static let defaultBackgroundColor: DynamicColor = DynamicColor(light: Colors.Palette.communicationBlueTint40.color, dark: Colors.Palette.communicationBlueTint30.color)
148 | 		static let defaultTextColor: DynamicColor = DynamicColor(light: Colors.Palette.communicationBlue.color, dark: Colors.Palette.communicationBlueShade20.color)
    |              |- warning: static property 'defaultTextColor' is not concurrency-safe because non-'Sendable' type 'DynamicColor' may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: annotate 'defaultTextColor' with '@MainActor' if property should only be accessed from the main actor
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
149 | 		static let primaryBackgroundColor: DynamicColor = DynamicColor(light: Colors.primaryTint40, dark: Colors.primaryTint30)
150 | 		static let primaryTextColor: DynamicColor = DynamicColor(light: Colors.primary, dark: Colors.primaryShade20)
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DynamicColor/DynamicColor.swift:20:14: note: class 'DynamicColor' does not conform to the 'Sendable' protocol
18 |
19 | @objc(MSFDynamicColor)
20 | public class DynamicColor: NSObject {
   |              `- note: class 'DynamicColor' does not conform to the 'Sendable' protocol
21 |
22 | 	@objc public let light: NSColor
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Badge/BadgeView.swift:149:14: warning: static property 'primaryBackgroundColor' is not concurrency-safe because non-'Sendable' type 'DynamicColor' may have shared mutable state; this is an error in the Swift 6 language mode
147 | 		static let defaultBackgroundColor: DynamicColor = DynamicColor(light: Colors.Palette.communicationBlueTint40.color, dark: Colors.Palette.communicationBlueTint30.color)
148 | 		static let defaultTextColor: DynamicColor = DynamicColor(light: Colors.Palette.communicationBlue.color, dark: Colors.Palette.communicationBlueShade20.color)
149 | 		static let primaryBackgroundColor: DynamicColor = DynamicColor(light: Colors.primaryTint40, dark: Colors.primaryTint30)
    |              |- warning: static property 'primaryBackgroundColor' is not concurrency-safe because non-'Sendable' type 'DynamicColor' may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: annotate 'primaryBackgroundColor' with '@MainActor' if property should only be accessed from the main actor
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
150 | 		static let primaryTextColor: DynamicColor = DynamicColor(light: Colors.primary, dark: Colors.primaryShade20)
151 | 	}
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DynamicColor/DynamicColor.swift:20:14: note: class 'DynamicColor' does not conform to the 'Sendable' protocol
18 |
19 | @objc(MSFDynamicColor)
20 | public class DynamicColor: NSObject {
   |              `- note: class 'DynamicColor' does not conform to the 'Sendable' protocol
21 |
22 | 	@objc public let light: NSColor
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Badge/BadgeView.swift:150:14: warning: static property 'primaryTextColor' is not concurrency-safe because non-'Sendable' type 'DynamicColor' may have shared mutable state; this is an error in the Swift 6 language mode
148 | 		static let defaultTextColor: DynamicColor = DynamicColor(light: Colors.Palette.communicationBlue.color, dark: Colors.Palette.communicationBlueShade20.color)
149 | 		static let primaryBackgroundColor: DynamicColor = DynamicColor(light: Colors.primaryTint40, dark: Colors.primaryTint30)
150 | 		static let primaryTextColor: DynamicColor = DynamicColor(light: Colors.primary, dark: Colors.primaryShade20)
    |              |- warning: static property 'primaryTextColor' is not concurrency-safe because non-'Sendable' type 'DynamicColor' may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: annotate 'primaryTextColor' with '@MainActor' if property should only be accessed from the main actor
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
151 | 	}
152 | }
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DynamicColor/DynamicColor.swift:20:14: note: class 'DynamicColor' does not conform to the 'Sendable' protocol
18 |
19 | @objc(MSFDynamicColor)
20 | public class DynamicColor: NSObject {
   |              `- note: class 'DynamicColor' does not conform to the 'Sendable' protocol
21 |
22 | 	@objc public let light: NSColor
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Button/Button.swift:121:10: warning: main actor-isolated property 'increaseContrastEnabled' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
119 | 														  object: nil,
120 | 														  queue: nil) {[weak self] _ in
121 | 			self?.increaseContrastEnabled = NSWorkspace.shared.accessibilityDisplayShouldIncreaseContrast
    |          `- warning: main actor-isolated property 'increaseContrastEnabled' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
122 | 		}
123 | 	}
    :
608 |
609 | 	/// Indicates if the `Increase Contrast` Accessibility Setting is enabled
610 | 	private var increaseContrastEnabled: Bool = NSWorkspace.shared.accessibilityDisplayShouldIncreaseContrast {
    |              `- note: mutation of this property is only permitted within the actor
611 | 		didSet {
612 | 			guard oldValue != increaseContrastEnabled else {
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Button/Button.swift:340:11: warning: main actor-isolated property 'isWindowInactive' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
338 | 												   object: window,
339 | 												   queue: nil) {[weak self] _ in
340 | 				self?.isWindowInactive = true
    |           `- warning: main actor-isolated property 'isWindowInactive' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
341 | 			}
342 |
    :
596 |
597 | 	/// Indicates if the Window that the button view has been added to, is inactive/backgrounded
598 | 	private var isWindowInactive: Bool = false {
    |              `- note: mutation of this property is only permitted within the actor
599 | 		didSet {
600 | 			guard oldValue != isWindowInactive else {
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Button/Button.swift:346:11: warning: main actor-isolated property 'isWindowInactive' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
344 | 												   object: window,
345 | 												   queue: nil) {[weak self] _ in
346 | 				self?.isWindowInactive = false
    |           `- warning: main actor-isolated property 'isWindowInactive' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
347 | 			}
348 | 		}
    :
596 |
597 | 	/// Indicates if the Window that the button view has been added to, is inactive/backgrounded
598 | 	private var isWindowInactive: Bool = false {
    |              `- note: mutation of this property is only permitted within the actor
599 | 		didSet {
600 | 			guard oldValue != isWindowInactive else {
[53/61] Compiling FluentUI_macos DatePickerController.swift
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerController.swift:319:7: warning: main actor-isolated instance method 'datePicker(_:didSelectDate:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
300 | }
301 |
302 | extension DatePickerController: DatePickerViewDelegate {
    |                                 `- note: add '@preconcurrency' to the 'DatePickerViewDelegate' conformance to defer isolation checking to run time
303 |
304 | 	/// Decides whether a given button should be highlighted.
    :
317 | 	///   - datePicker: The date picker view.
318 | 	///   - date: The selected date. The time components will be discarded.
319 | 	func datePicker(_ datePicker: DatePickerView, didSelectDate date: Date) {
    |       |- warning: main actor-isolated instance method 'datePicker(_:didSelectDate:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    |       `- note: add 'nonisolated' to 'datePicker(_:didSelectDate:)' to make this instance method not isolated to the actor
320 | 		handleDateOnlySelection(of: date)
321 | 	}
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerView.swift:420:7: note: mark the protocol requirement 'datePicker(_:didSelectDate:)' 'async' to allow actor-isolated conformances
418 | 	///   - datePicker: The date picker that sent the message.
419 | 	///   - date: The date that was selected.
420 | 	func datePicker(_ datePicker: DatePickerView, didSelectDate date: Date)
    |       `- note: mark the protocol requirement 'datePicker(_:didSelectDate:)' 'async' to allow actor-isolated conformances
421 |
422 | 	/// Tells the delegate that a new date and time was selected.
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerController.swift:328:7: warning: main actor-isolated instance method 'datePicker(_:didSelectDateTime:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
326 | 	///   - datePicker: The date picker view.
327 | 	///   - date: The selected date.
328 | 	func datePicker(_ datePicker: DatePickerView, didSelectDateTime date: Date) {
    |       |- warning: main actor-isolated instance method 'datePicker(_:didSelectDateTime:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    |       `- note: add 'nonisolated' to 'datePicker(_:didSelectDateTime:)' to make this instance method not isolated to the actor
329 | 		handleDateTimeSelection(of: date, shouldNotifyDelegate: true)
330 | 	}
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerView.swift:427:7: note: mark the protocol requirement 'datePicker(_:didSelectDateTime:)' 'async' to allow actor-isolated conformances
425 | 	///   - datePicker: The date picker that sent the message.
426 | 	///   - date: The date and time that was selected.
427 | 	func datePicker(_ datePicker: DatePickerView, didSelectDateTime date: Date)
    |       `- note: mark the protocol requirement 'datePicker(_:didSelectDateTime:)' 'async' to allow actor-isolated conformances
428 |
429 | 	/// Tells the delegate that the next month button was pressed.
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerController.swift:336:7: warning: main actor-isolated instance method 'datePickerDidPressNext' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
334 | 	/// - Parameters:
335 | 	///   - datePicker: The date picker view.
336 | 	func datePickerDidPressNext(_ datePicker: DatePickerView) {
    |       |- warning: main actor-isolated instance method 'datePickerDidPressNext' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    |       `- note: add 'nonisolated' to 'datePickerDidPressNext' to make this instance method not isolated to the actor
337 | 		advanceMonth(by: 1)
338 | 	}
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerView.swift:433:7: note: mark the protocol requirement 'datePickerDidPressNext' 'async' to allow actor-isolated conformances
431 | 	/// - Parameters:
432 | 	///   - datePicker: The date picker that sent the message.
433 | 	func datePickerDidPressNext(_ datePicker: DatePickerView)
    |       `- note: mark the protocol requirement 'datePickerDidPressNext' 'async' to allow actor-isolated conformances
434 |
435 | 	/// Tells the delegate that the previous month button was pressed.
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerController.swift:344:7: warning: main actor-isolated instance method 'datePickerDidPressPrevious' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
342 | 	/// - Parameters:
343 | 	///   - datePicker: The date picker view.
344 | 	func datePickerDidPressPrevious(_ datePicker: DatePickerView) {
    |       |- warning: main actor-isolated instance method 'datePickerDidPressPrevious' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    |       `- note: add 'nonisolated' to 'datePickerDidPressPrevious' to make this instance method not isolated to the actor
345 | 		advanceMonth(by: -1)
346 | 	}
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerView.swift:439:7: note: mark the protocol requirement 'datePickerDidPressPrevious' 'async' to allow actor-isolated conformances
437 | 	/// - Parameters:
438 | 	///   - datePicker: The date picker that sent the message.
439 | 	func datePickerDidPressPrevious(_ datePicker: DatePickerView)
    |       `- note: mark the protocol requirement 'datePickerDidPressPrevious' 'async' to allow actor-isolated conformances
440 |
441 | 	/// Asks the delegate whether a given calendar day button should be highlighted.
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerController.swift:310:7: warning: main actor-isolated instance method 'datePicker(_:shouldHighlightButton:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
308 | 	///   - button: The calendar day button.
309 | 	/// - Returns: True if the button should highlight.
310 | 	func datePicker(_ datePicker: DatePickerView, shouldHighlightButton button: CalendarDayButton) -> Bool {
    |       |- warning: main actor-isolated instance method 'datePicker(_:shouldHighlightButton:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    |       `- note: add 'nonisolated' to 'datePicker(_:shouldHighlightButton:)' to make this instance method not isolated to the actor
311 | 		return button.day.date == selectedDate
312 | 	}
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerView.swift:447:7: note: mark the protocol requirement 'datePicker(_:shouldHighlightButton:)' 'async' to allow actor-isolated conformances
445 | 	///   - button: The calendar day button.
446 | 	/// - Returns: True if the button should be highlighted, false otherwise.
447 | 	func datePicker(_ datePicker: DatePickerView, shouldHighlightButton button: CalendarDayButton) -> Bool
    |       `- note: mark the protocol requirement 'datePicker(_:shouldHighlightButton:)' 'async' to allow actor-isolated conformances
448 | }
449 |
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerController.swift:101:6: warning: main actor-isolated property 'selectedDate' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
 99 |
100 | 	/// Currently selected date
101 | 	var selectedDate: Date {
    |      `- warning: main actor-isolated property 'selectedDate' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
102 | 		return calendar.startOfDay(for: selectedDateTime)
103 | 	}
    :
369 | }
370 |
371 | extension DatePickerController: DatePickerViewDataSource {
    |                                 `- note: add '@preconcurrency' to the 'DatePickerViewDataSource' conformance to defer isolation checking to run time
372 |
373 | 	/// List of short weekday labels, correctly ordered and localized.
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerView.swift:469:6: note: 'selectedDate' declared here
467 |
468 | 	/// Currently selected date
469 | 	var selectedDate: Date { get }
    |      `- note: 'selectedDate' declared here
470 |
471 | 	/// Currently selected date and time
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerController.swift:142:19: warning: main actor-isolated property 'selectedDateTime' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
140 |
141 | 	/// Internal storage of the currently selected date and time
142 | 	private(set) var selectedDateTime: Date
    |                   `- warning: main actor-isolated property 'selectedDateTime' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
143 |
144 | 	/// First and last day of the month that is currently visible.
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerView.swift:472:6: note: 'selectedDateTime' declared here
470 |
471 | 	/// Currently selected date and time
472 | 	var selectedDateTime: Date { get }
    |      `- note: 'selectedDateTime' declared here
473 |
474 | 	/// Currently visible date range
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerController.swift:145:19: warning: main actor-isolated property 'visibleRange' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
143 |
144 | 	/// First and last day of the month that is currently visible.
145 | 	private(set) var visibleRange: (first: Date, last: Date) {
    |                   `- warning: main actor-isolated property 'visibleRange' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
146 | 		didSet {
147 | 			assert(
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerView.swift:475:6: note: 'visibleRange' declared here
473 |
474 | 	/// Currently visible date range
475 | 	var visibleRange: (first: Date, last: Date) { get }
    |      `- note: 'visibleRange' declared here
476 |
477 | 	/// All current month days, possibly padded by days from the previous and next month to align with the calendar grid
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerController.swift:106:6: warning: main actor-isolated property 'paddedDays' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
104 |
105 | 	/// All current month days, possibly padded by days from the previous and next month to align with the calendar grid
106 | 	var paddedDays: PaddedCalendarDays {
    |      `- warning: main actor-isolated property 'paddedDays' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
107 | 		var dateComponents = calendar.dateComponents([.month, .year], from: visibleRange.first)
108 | 		dateComponents.weekday = calendar.firstWeekday
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerView.swift:478:6: note: 'paddedDays' declared here
476 |
477 | 	/// All current month days, possibly padded by days from the previous and next month to align with the calendar grid
478 | 	var paddedDays: PaddedCalendarDays { get }
    |      `- note: 'paddedDays' declared here
479 |
480 | 	/// Calendar that's currently being used
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerController.swift:374:6: warning: main actor-isolated property 'shortWeekdays' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
372 |
373 | 	/// List of short weekday labels, correctly ordered and localized.
374 | 	var shortWeekdays: [String] {
    |      `- warning: main actor-isolated property 'shortWeekdays' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
375 | 		let weekdaySymbols = calendar.shortWeekdaySymbols
376 | 		return rotateWeekdays(weekdaySymbols)
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerView.swift:484:6: note: 'shortWeekdays' declared here
482 |
483 | 	/// List of short weekday labels in the order to be displayed
484 | 	var shortWeekdays: [String] { get }
    |      `- note: 'shortWeekdays' declared here
485 |
486 | 	/// List of long weekday labels in the order to be displayed
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerController.swift:380:6: warning: main actor-isolated property 'longWeekdays' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
378 |
379 | 	/// List of long weekday labels, correctly ordered and localized.
380 | 	var longWeekdays: [String] {
    |      `- warning: main actor-isolated property 'longWeekdays' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
381 | 		let weekdaySymbols = calendar.standaloneWeekdaySymbols
382 | 		return rotateWeekdays(weekdaySymbols)
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerView.swift:487:6: note: 'longWeekdays' declared here
485 |
486 | 	/// List of long weekday labels in the order to be displayed
487 | 	var longWeekdays: [String] { get }
    |      `- note: 'longWeekdays' declared here
488 | }
489 |
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerView.swift:360:7: warning: main actor-isolated instance method 'calendarView(_:didSelectDate:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
351 | }
352 |
353 | extension DatePickerView: CalendarViewDelegate {
    |                           `- note: add '@preconcurrency' to the 'CalendarViewDelegate' conformance to defer isolation checking to run time
354 |
355 | 	/// Propagates date selection to the delegate if the view isn't animating.
    :
358 | 	///   - calendarView: The calendar on which a date was selected.
359 | 	///   - date: The date that was selected.
360 | 	func calendarView(_ calendarView: CalendarView, didSelectDate date: Date) {
    |       |- warning: main actor-isolated instance method 'calendarView(_:didSelectDate:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    |       `- note: add 'nonisolated' to 'calendarView(_:didSelectDate:)' to make this instance method not isolated to the actor
361 | 		guard !isAnimating else {
362 | 			return
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/CalendarView.swift:149:7: note: mark the protocol requirement 'calendarView(_:didSelectDate:)' 'async' to allow actor-isolated conformances
147 | 	///   - calendarView: The calendar on which a date was selected.
148 | 	///   - date: The date that was selected.
149 | 	func calendarView(_ calendarView: CalendarView, didSelectDate date: Date)
    |       `- note: mark the protocol requirement 'calendarView(_:didSelectDate:)' 'async' to allow actor-isolated conformances
150 | }
151 |
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerView.swift:376:7: warning: main actor-isolated instance method 'calendarHeaderView(_:didPressLeading:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
367 | }
368 |
369 | extension DatePickerView: CalendarHeaderViewDelegate {
    |                           `- note: add '@preconcurrency' to the 'CalendarHeaderViewDelegate' conformance to defer isolation checking to run time
370 |
371 | 	/// Passes a leading header button press down to the delegate if the view is not animating
    :
374 | 	///   - calendarHeader: The header view that the button is in.
375 | 	///   - button: The button that was pressed.
376 | 	func calendarHeaderView(_ calendarHeader: CalendarHeaderView, didPressLeading button: NSButton) {
    |       |- warning: main actor-isolated instance method 'calendarHeaderView(_:didPressLeading:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    |       `- note: add 'nonisolated' to 'calendarHeaderView(_:didPressLeading:)' to make this instance method not isolated to the actor
377 | 		if isAnimating {
378 | 			completePagingAnimation(completionHandler: {
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/CalendarHeaderView.swift:165:7: note: mark the protocol requirement 'calendarHeaderView(_:didPressLeading:)' 'async' to allow actor-isolated conformances
163 | 	///   - calendarHeader: The calendar header.
164 | 	///   - button: The button that was pressed.
165 | 	func calendarHeaderView(_ calendarHeader: CalendarHeaderView, didPressLeading button: NSButton)
    |       `- note: mark the protocol requirement 'calendarHeaderView(_:didPressLeading:)' 'async' to allow actor-isolated conformances
166 |
167 | 	/// Tells the delegate that the trailing arrow button was pressed.
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerView.swift:391:7: warning: main actor-isolated instance method 'calendarHeaderView(_:didPressTrailing:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
389 | 	///   - calendarHeader: The header view that the button is in.
390 | 	///   - button: The button that was pressed.
391 | 	func calendarHeaderView(_ calendarHeader: CalendarHeaderView, didPressTrailing button: NSButton) {
    |       |- warning: main actor-isolated instance method 'calendarHeaderView(_:didPressTrailing:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    |       `- note: add 'nonisolated' to 'calendarHeaderView(_:didPressTrailing:)' to make this instance method not isolated to the actor
392 | 		if isAnimating {
393 | 			completePagingAnimation(completionHandler: {
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/CalendarHeaderView.swift:172:7: note: mark the protocol requirement 'calendarHeaderView(_:didPressTrailing:)' 'async' to allow actor-isolated conformances
170 | 	///   - calendarHeader: The calendar header.
171 | 	///   - button: The button that was pressed.
172 | 	func calendarHeaderView(_ calendarHeader: CalendarHeaderView, didPressTrailing button: NSButton)
    |       `- note: mark the protocol requirement 'calendarHeaderView(_:didPressTrailing:)' 'async' to allow actor-isolated conformances
173 | }
174 |
[54/61] Compiling FluentUI_macos DatePickerView.swift
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerController.swift:319:7: warning: main actor-isolated instance method 'datePicker(_:didSelectDate:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
300 | }
301 |
302 | extension DatePickerController: DatePickerViewDelegate {
    |                                 `- note: add '@preconcurrency' to the 'DatePickerViewDelegate' conformance to defer isolation checking to run time
303 |
304 | 	/// Decides whether a given button should be highlighted.
    :
317 | 	///   - datePicker: The date picker view.
318 | 	///   - date: The selected date. The time components will be discarded.
319 | 	func datePicker(_ datePicker: DatePickerView, didSelectDate date: Date) {
    |       |- warning: main actor-isolated instance method 'datePicker(_:didSelectDate:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    |       `- note: add 'nonisolated' to 'datePicker(_:didSelectDate:)' to make this instance method not isolated to the actor
320 | 		handleDateOnlySelection(of: date)
321 | 	}
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerView.swift:420:7: note: mark the protocol requirement 'datePicker(_:didSelectDate:)' 'async' to allow actor-isolated conformances
418 | 	///   - datePicker: The date picker that sent the message.
419 | 	///   - date: The date that was selected.
420 | 	func datePicker(_ datePicker: DatePickerView, didSelectDate date: Date)
    |       `- note: mark the protocol requirement 'datePicker(_:didSelectDate:)' 'async' to allow actor-isolated conformances
421 |
422 | 	/// Tells the delegate that a new date and time was selected.
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerController.swift:328:7: warning: main actor-isolated instance method 'datePicker(_:didSelectDateTime:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
326 | 	///   - datePicker: The date picker view.
327 | 	///   - date: The selected date.
328 | 	func datePicker(_ datePicker: DatePickerView, didSelectDateTime date: Date) {
    |       |- warning: main actor-isolated instance method 'datePicker(_:didSelectDateTime:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    |       `- note: add 'nonisolated' to 'datePicker(_:didSelectDateTime:)' to make this instance method not isolated to the actor
329 | 		handleDateTimeSelection(of: date, shouldNotifyDelegate: true)
330 | 	}
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerView.swift:427:7: note: mark the protocol requirement 'datePicker(_:didSelectDateTime:)' 'async' to allow actor-isolated conformances
425 | 	///   - datePicker: The date picker that sent the message.
426 | 	///   - date: The date and time that was selected.
427 | 	func datePicker(_ datePicker: DatePickerView, didSelectDateTime date: Date)
    |       `- note: mark the protocol requirement 'datePicker(_:didSelectDateTime:)' 'async' to allow actor-isolated conformances
428 |
429 | 	/// Tells the delegate that the next month button was pressed.
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerController.swift:336:7: warning: main actor-isolated instance method 'datePickerDidPressNext' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
334 | 	/// - Parameters:
335 | 	///   - datePicker: The date picker view.
336 | 	func datePickerDidPressNext(_ datePicker: DatePickerView) {
    |       |- warning: main actor-isolated instance method 'datePickerDidPressNext' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    |       `- note: add 'nonisolated' to 'datePickerDidPressNext' to make this instance method not isolated to the actor
337 | 		advanceMonth(by: 1)
338 | 	}
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerView.swift:433:7: note: mark the protocol requirement 'datePickerDidPressNext' 'async' to allow actor-isolated conformances
431 | 	/// - Parameters:
432 | 	///   - datePicker: The date picker that sent the message.
433 | 	func datePickerDidPressNext(_ datePicker: DatePickerView)
    |       `- note: mark the protocol requirement 'datePickerDidPressNext' 'async' to allow actor-isolated conformances
434 |
435 | 	/// Tells the delegate that the previous month button was pressed.
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerController.swift:344:7: warning: main actor-isolated instance method 'datePickerDidPressPrevious' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
342 | 	/// - Parameters:
343 | 	///   - datePicker: The date picker view.
344 | 	func datePickerDidPressPrevious(_ datePicker: DatePickerView) {
    |       |- warning: main actor-isolated instance method 'datePickerDidPressPrevious' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    |       `- note: add 'nonisolated' to 'datePickerDidPressPrevious' to make this instance method not isolated to the actor
345 | 		advanceMonth(by: -1)
346 | 	}
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerView.swift:439:7: note: mark the protocol requirement 'datePickerDidPressPrevious' 'async' to allow actor-isolated conformances
437 | 	/// - Parameters:
438 | 	///   - datePicker: The date picker that sent the message.
439 | 	func datePickerDidPressPrevious(_ datePicker: DatePickerView)
    |       `- note: mark the protocol requirement 'datePickerDidPressPrevious' 'async' to allow actor-isolated conformances
440 |
441 | 	/// Asks the delegate whether a given calendar day button should be highlighted.
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerController.swift:310:7: warning: main actor-isolated instance method 'datePicker(_:shouldHighlightButton:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
308 | 	///   - button: The calendar day button.
309 | 	/// - Returns: True if the button should highlight.
310 | 	func datePicker(_ datePicker: DatePickerView, shouldHighlightButton button: CalendarDayButton) -> Bool {
    |       |- warning: main actor-isolated instance method 'datePicker(_:shouldHighlightButton:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    |       `- note: add 'nonisolated' to 'datePicker(_:shouldHighlightButton:)' to make this instance method not isolated to the actor
311 | 		return button.day.date == selectedDate
312 | 	}
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerView.swift:447:7: note: mark the protocol requirement 'datePicker(_:shouldHighlightButton:)' 'async' to allow actor-isolated conformances
445 | 	///   - button: The calendar day button.
446 | 	/// - Returns: True if the button should be highlighted, false otherwise.
447 | 	func datePicker(_ datePicker: DatePickerView, shouldHighlightButton button: CalendarDayButton) -> Bool
    |       `- note: mark the protocol requirement 'datePicker(_:shouldHighlightButton:)' 'async' to allow actor-isolated conformances
448 | }
449 |
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerController.swift:101:6: warning: main actor-isolated property 'selectedDate' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
 99 |
100 | 	/// Currently selected date
101 | 	var selectedDate: Date {
    |      `- warning: main actor-isolated property 'selectedDate' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
102 | 		return calendar.startOfDay(for: selectedDateTime)
103 | 	}
    :
369 | }
370 |
371 | extension DatePickerController: DatePickerViewDataSource {
    |                                 `- note: add '@preconcurrency' to the 'DatePickerViewDataSource' conformance to defer isolation checking to run time
372 |
373 | 	/// List of short weekday labels, correctly ordered and localized.
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerView.swift:469:6: note: 'selectedDate' declared here
467 |
468 | 	/// Currently selected date
469 | 	var selectedDate: Date { get }
    |      `- note: 'selectedDate' declared here
470 |
471 | 	/// Currently selected date and time
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerController.swift:142:19: warning: main actor-isolated property 'selectedDateTime' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
140 |
141 | 	/// Internal storage of the currently selected date and time
142 | 	private(set) var selectedDateTime: Date
    |                   `- warning: main actor-isolated property 'selectedDateTime' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
143 |
144 | 	/// First and last day of the month that is currently visible.
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerView.swift:472:6: note: 'selectedDateTime' declared here
470 |
471 | 	/// Currently selected date and time
472 | 	var selectedDateTime: Date { get }
    |      `- note: 'selectedDateTime' declared here
473 |
474 | 	/// Currently visible date range
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerController.swift:145:19: warning: main actor-isolated property 'visibleRange' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
143 |
144 | 	/// First and last day of the month that is currently visible.
145 | 	private(set) var visibleRange: (first: Date, last: Date) {
    |                   `- warning: main actor-isolated property 'visibleRange' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
146 | 		didSet {
147 | 			assert(
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerView.swift:475:6: note: 'visibleRange' declared here
473 |
474 | 	/// Currently visible date range
475 | 	var visibleRange: (first: Date, last: Date) { get }
    |      `- note: 'visibleRange' declared here
476 |
477 | 	/// All current month days, possibly padded by days from the previous and next month to align with the calendar grid
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerController.swift:106:6: warning: main actor-isolated property 'paddedDays' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
104 |
105 | 	/// All current month days, possibly padded by days from the previous and next month to align with the calendar grid
106 | 	var paddedDays: PaddedCalendarDays {
    |      `- warning: main actor-isolated property 'paddedDays' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
107 | 		var dateComponents = calendar.dateComponents([.month, .year], from: visibleRange.first)
108 | 		dateComponents.weekday = calendar.firstWeekday
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerView.swift:478:6: note: 'paddedDays' declared here
476 |
477 | 	/// All current month days, possibly padded by days from the previous and next month to align with the calendar grid
478 | 	var paddedDays: PaddedCalendarDays { get }
    |      `- note: 'paddedDays' declared here
479 |
480 | 	/// Calendar that's currently being used
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerController.swift:374:6: warning: main actor-isolated property 'shortWeekdays' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
372 |
373 | 	/// List of short weekday labels, correctly ordered and localized.
374 | 	var shortWeekdays: [String] {
    |      `- warning: main actor-isolated property 'shortWeekdays' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
375 | 		let weekdaySymbols = calendar.shortWeekdaySymbols
376 | 		return rotateWeekdays(weekdaySymbols)
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerView.swift:484:6: note: 'shortWeekdays' declared here
482 |
483 | 	/// List of short weekday labels in the order to be displayed
484 | 	var shortWeekdays: [String] { get }
    |      `- note: 'shortWeekdays' declared here
485 |
486 | 	/// List of long weekday labels in the order to be displayed
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerController.swift:380:6: warning: main actor-isolated property 'longWeekdays' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
378 |
379 | 	/// List of long weekday labels, correctly ordered and localized.
380 | 	var longWeekdays: [String] {
    |      `- warning: main actor-isolated property 'longWeekdays' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
381 | 		let weekdaySymbols = calendar.standaloneWeekdaySymbols
382 | 		return rotateWeekdays(weekdaySymbols)
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerView.swift:487:6: note: 'longWeekdays' declared here
485 |
486 | 	/// List of long weekday labels in the order to be displayed
487 | 	var longWeekdays: [String] { get }
    |      `- note: 'longWeekdays' declared here
488 | }
489 |
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerView.swift:360:7: warning: main actor-isolated instance method 'calendarView(_:didSelectDate:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
351 | }
352 |
353 | extension DatePickerView: CalendarViewDelegate {
    |                           `- note: add '@preconcurrency' to the 'CalendarViewDelegate' conformance to defer isolation checking to run time
354 |
355 | 	/// Propagates date selection to the delegate if the view isn't animating.
    :
358 | 	///   - calendarView: The calendar on which a date was selected.
359 | 	///   - date: The date that was selected.
360 | 	func calendarView(_ calendarView: CalendarView, didSelectDate date: Date) {
    |       |- warning: main actor-isolated instance method 'calendarView(_:didSelectDate:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    |       `- note: add 'nonisolated' to 'calendarView(_:didSelectDate:)' to make this instance method not isolated to the actor
361 | 		guard !isAnimating else {
362 | 			return
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/CalendarView.swift:149:7: note: mark the protocol requirement 'calendarView(_:didSelectDate:)' 'async' to allow actor-isolated conformances
147 | 	///   - calendarView: The calendar on which a date was selected.
148 | 	///   - date: The date that was selected.
149 | 	func calendarView(_ calendarView: CalendarView, didSelectDate date: Date)
    |       `- note: mark the protocol requirement 'calendarView(_:didSelectDate:)' 'async' to allow actor-isolated conformances
150 | }
151 |
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerView.swift:376:7: warning: main actor-isolated instance method 'calendarHeaderView(_:didPressLeading:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
367 | }
368 |
369 | extension DatePickerView: CalendarHeaderViewDelegate {
    |                           `- note: add '@preconcurrency' to the 'CalendarHeaderViewDelegate' conformance to defer isolation checking to run time
370 |
371 | 	/// Passes a leading header button press down to the delegate if the view is not animating
    :
374 | 	///   - calendarHeader: The header view that the button is in.
375 | 	///   - button: The button that was pressed.
376 | 	func calendarHeaderView(_ calendarHeader: CalendarHeaderView, didPressLeading button: NSButton) {
    |       |- warning: main actor-isolated instance method 'calendarHeaderView(_:didPressLeading:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    |       `- note: add 'nonisolated' to 'calendarHeaderView(_:didPressLeading:)' to make this instance method not isolated to the actor
377 | 		if isAnimating {
378 | 			completePagingAnimation(completionHandler: {
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/CalendarHeaderView.swift:165:7: note: mark the protocol requirement 'calendarHeaderView(_:didPressLeading:)' 'async' to allow actor-isolated conformances
163 | 	///   - calendarHeader: The calendar header.
164 | 	///   - button: The button that was pressed.
165 | 	func calendarHeaderView(_ calendarHeader: CalendarHeaderView, didPressLeading button: NSButton)
    |       `- note: mark the protocol requirement 'calendarHeaderView(_:didPressLeading:)' 'async' to allow actor-isolated conformances
166 |
167 | 	/// Tells the delegate that the trailing arrow button was pressed.
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerView.swift:391:7: warning: main actor-isolated instance method 'calendarHeaderView(_:didPressTrailing:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
389 | 	///   - calendarHeader: The header view that the button is in.
390 | 	///   - button: The button that was pressed.
391 | 	func calendarHeaderView(_ calendarHeader: CalendarHeaderView, didPressTrailing button: NSButton) {
    |       |- warning: main actor-isolated instance method 'calendarHeaderView(_:didPressTrailing:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    |       `- note: add 'nonisolated' to 'calendarHeaderView(_:didPressTrailing:)' to make this instance method not isolated to the actor
392 | 		if isAnimating {
393 | 			completePagingAnimation(completionHandler: {
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/CalendarHeaderView.swift:172:7: note: mark the protocol requirement 'calendarHeaderView(_:didPressTrailing:)' 'async' to allow actor-isolated conformances
170 | 	///   - calendarHeader: The calendar header.
171 | 	///   - button: The button that was pressed.
172 | 	func calendarHeaderView(_ calendarHeader: CalendarHeaderView, didPressTrailing button: NSButton)
    |       `- note: mark the protocol requirement 'calendarHeaderView(_:didPressTrailing:)' 'async' to allow actor-isolated conformances
173 | }
174 |
[55/61] Compiling FluentUI_macos Link.swift
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Link/Link.swift:152:13: warning: let 'linkAttributes' is not concurrency-safe because non-'Sendable' type '[NSAttributedString.Key : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
150 | }
151 |
152 | private let linkAttributes: [NSAttributedString.Key: Any] = [:]
    |             |- warning: let 'linkAttributes' is not concurrency-safe because non-'Sendable' type '[NSAttributedString.Key : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: annotate 'linkAttributes' with '@MainActor' if property should only be accessed from the main actor
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
153 |
154 | private let underlinedLinkAttributes: [NSAttributedString.Key: Any] = [
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Link/Link.swift:154:13: warning: let 'underlinedLinkAttributes' is not concurrency-safe because non-'Sendable' type '[NSAttributedString.Key : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
152 | private let linkAttributes: [NSAttributedString.Key: Any] = [:]
153 |
154 | private let underlinedLinkAttributes: [NSAttributedString.Key: Any] = [
    |             |- warning: let 'underlinedLinkAttributes' is not concurrency-safe because non-'Sendable' type '[NSAttributedString.Key : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: annotate 'underlinedLinkAttributes' with '@MainActor' if property should only be accessed from the main actor
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
155 | 	.underlineStyle: NSUnderlineStyle.single.rawValue
156 | ]
[56/61] Compiling FluentUI_macos NotificationBarView.swift
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Link/Link.swift:152:13: warning: let 'linkAttributes' is not concurrency-safe because non-'Sendable' type '[NSAttributedString.Key : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
150 | }
151 |
152 | private let linkAttributes: [NSAttributedString.Key: Any] = [:]
    |             |- warning: let 'linkAttributes' is not concurrency-safe because non-'Sendable' type '[NSAttributedString.Key : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: annotate 'linkAttributes' with '@MainActor' if property should only be accessed from the main actor
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
153 |
154 | private let underlinedLinkAttributes: [NSAttributedString.Key: Any] = [
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Link/Link.swift:154:13: warning: let 'underlinedLinkAttributes' is not concurrency-safe because non-'Sendable' type '[NSAttributedString.Key : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
152 | private let linkAttributes: [NSAttributedString.Key: Any] = [:]
153 |
154 | private let underlinedLinkAttributes: [NSAttributedString.Key: Any] = [
    |             |- warning: let 'underlinedLinkAttributes' is not concurrency-safe because non-'Sendable' type '[NSAttributedString.Key : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: annotate 'underlinedLinkAttributes' with '@MainActor' if property should only be accessed from the main actor
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
155 | 	.underlineStyle: NSUnderlineStyle.single.rawValue
156 | ]
[57/61] Compiling FluentUI_macos ColorProviding.swift
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Core/Colors.swift:515:26: warning: static property 'colorProvider' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
513 |
514 | 	/// Color provider object. When a Color Provider is present, colors will be retrieved from the provider vs. internally.
515 | 	@objc public static var colorProvider: ColorProviding?
    |                          |- warning: static property 'colorProvider' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    |                          |- note: convert 'colorProvider' to a 'let' constant to make 'Sendable' shared state immutable
    |                          |- note: annotate 'colorProvider' with '@MainActor' if property should only be accessed from the main actor
    |                          `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
516 |
517 | 	/// These are initialized with the Communication Blue defaults.
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Core/Colors.swift:518:21: warning: static property '_primary' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
516 |
517 | 	/// These are initialized with the Communication Blue defaults.
518 | 	private static var _primary: NSColor = Colors.Palette.communicationBlue.color
    |                     |- warning: static property '_primary' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: convert '_primary' to a 'let' constant to make 'Sendable' shared state immutable
    |                     |- note: annotate '_primary' with '@MainActor' if property should only be accessed from the main actor
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
519 | 	private static var _primaryShade10: NSColor = Colors.Palette.communicationBlueShade10.color
520 | 	private static var _primaryShade20: NSColor = Colors.Palette.communicationBlueShade20.color
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Core/Colors.swift:519:21: warning: static property '_primaryShade10' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
517 | 	/// These are initialized with the Communication Blue defaults.
518 | 	private static var _primary: NSColor = Colors.Palette.communicationBlue.color
519 | 	private static var _primaryShade10: NSColor = Colors.Palette.communicationBlueShade10.color
    |                     |- warning: static property '_primaryShade10' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: convert '_primaryShade10' to a 'let' constant to make 'Sendable' shared state immutable
    |                     |- note: annotate '_primaryShade10' with '@MainActor' if property should only be accessed from the main actor
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
520 | 	private static var _primaryShade20: NSColor = Colors.Palette.communicationBlueShade20.color
521 | 	private static var _primaryShade30: NSColor = Colors.Palette.communicationBlueShade30.color
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Core/Colors.swift:520:21: warning: static property '_primaryShade20' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
518 | 	private static var _primary: NSColor = Colors.Palette.communicationBlue.color
519 | 	private static var _primaryShade10: NSColor = Colors.Palette.communicationBlueShade10.color
520 | 	private static var _primaryShade20: NSColor = Colors.Palette.communicationBlueShade20.color
    |                     |- warning: static property '_primaryShade20' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: convert '_primaryShade20' to a 'let' constant to make 'Sendable' shared state immutable
    |                     |- note: annotate '_primaryShade20' with '@MainActor' if property should only be accessed from the main actor
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
521 | 	private static var _primaryShade30: NSColor = Colors.Palette.communicationBlueShade30.color
522 | 	private static var _primaryTint10: NSColor = Colors.Palette.communicationBlueTint10.color
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Core/Colors.swift:521:21: warning: static property '_primaryShade30' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
519 | 	private static var _primaryShade10: NSColor = Colors.Palette.communicationBlueShade10.color
520 | 	private static var _primaryShade20: NSColor = Colors.Palette.communicationBlueShade20.color
521 | 	private static var _primaryShade30: NSColor = Colors.Palette.communicationBlueShade30.color
    |                     |- warning: static property '_primaryShade30' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: convert '_primaryShade30' to a 'let' constant to make 'Sendable' shared state immutable
    |                     |- note: annotate '_primaryShade30' with '@MainActor' if property should only be accessed from the main actor
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
522 | 	private static var _primaryTint10: NSColor = Colors.Palette.communicationBlueTint10.color
523 | 	private static var _primaryTint20: NSColor = Colors.Palette.communicationBlueTint20.color
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Core/Colors.swift:522:21: warning: static property '_primaryTint10' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
520 | 	private static var _primaryShade20: NSColor = Colors.Palette.communicationBlueShade20.color
521 | 	private static var _primaryShade30: NSColor = Colors.Palette.communicationBlueShade30.color
522 | 	private static var _primaryTint10: NSColor = Colors.Palette.communicationBlueTint10.color
    |                     |- warning: static property '_primaryTint10' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: convert '_primaryTint10' to a 'let' constant to make 'Sendable' shared state immutable
    |                     |- note: annotate '_primaryTint10' with '@MainActor' if property should only be accessed from the main actor
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
523 | 	private static var _primaryTint20: NSColor = Colors.Palette.communicationBlueTint20.color
524 | 	private static var _primaryTint30: NSColor = Colors.Palette.communicationBlueTint30.color
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Core/Colors.swift:523:21: warning: static property '_primaryTint20' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
521 | 	private static var _primaryShade30: NSColor = Colors.Palette.communicationBlueShade30.color
522 | 	private static var _primaryTint10: NSColor = Colors.Palette.communicationBlueTint10.color
523 | 	private static var _primaryTint20: NSColor = Colors.Palette.communicationBlueTint20.color
    |                     |- warning: static property '_primaryTint20' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: convert '_primaryTint20' to a 'let' constant to make 'Sendable' shared state immutable
    |                     |- note: annotate '_primaryTint20' with '@MainActor' if property should only be accessed from the main actor
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
524 | 	private static var _primaryTint30: NSColor = Colors.Palette.communicationBlueTint30.color
525 | 	private static var _primaryTint40: NSColor = Colors.Palette.communicationBlueTint40.color
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Core/Colors.swift:524:21: warning: static property '_primaryTint30' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
522 | 	private static var _primaryTint10: NSColor = Colors.Palette.communicationBlueTint10.color
523 | 	private static var _primaryTint20: NSColor = Colors.Palette.communicationBlueTint20.color
524 | 	private static var _primaryTint30: NSColor = Colors.Palette.communicationBlueTint30.color
    |                     |- warning: static property '_primaryTint30' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: convert '_primaryTint30' to a 'let' constant to make 'Sendable' shared state immutable
    |                     |- note: annotate '_primaryTint30' with '@MainActor' if property should only be accessed from the main actor
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
525 | 	private static var _primaryTint40: NSColor = Colors.Palette.communicationBlueTint40.color
526 | }
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Core/Colors.swift:525:21: warning: static property '_primaryTint40' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
523 | 	private static var _primaryTint20: NSColor = Colors.Palette.communicationBlueTint20.color
524 | 	private static var _primaryTint30: NSColor = Colors.Palette.communicationBlueTint30.color
525 | 	private static var _primaryTint40: NSColor = Colors.Palette.communicationBlueTint40.color
    |                     |- warning: static property '_primaryTint40' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: convert '_primaryTint40' to a 'let' constant to make 'Sendable' shared state immutable
    |                     |- note: annotate '_primaryTint40' with '@MainActor' if property should only be accessed from the main actor
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
526 | }
527 |
[58/61] Compiling FluentUI_macos Colors.swift
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Core/Colors.swift:515:26: warning: static property 'colorProvider' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
513 |
514 | 	/// Color provider object. When a Color Provider is present, colors will be retrieved from the provider vs. internally.
515 | 	@objc public static var colorProvider: ColorProviding?
    |                          |- warning: static property 'colorProvider' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    |                          |- note: convert 'colorProvider' to a 'let' constant to make 'Sendable' shared state immutable
    |                          |- note: annotate 'colorProvider' with '@MainActor' if property should only be accessed from the main actor
    |                          `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
516 |
517 | 	/// These are initialized with the Communication Blue defaults.
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Core/Colors.swift:518:21: warning: static property '_primary' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
516 |
517 | 	/// These are initialized with the Communication Blue defaults.
518 | 	private static var _primary: NSColor = Colors.Palette.communicationBlue.color
    |                     |- warning: static property '_primary' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: convert '_primary' to a 'let' constant to make 'Sendable' shared state immutable
    |                     |- note: annotate '_primary' with '@MainActor' if property should only be accessed from the main actor
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
519 | 	private static var _primaryShade10: NSColor = Colors.Palette.communicationBlueShade10.color
520 | 	private static var _primaryShade20: NSColor = Colors.Palette.communicationBlueShade20.color
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Core/Colors.swift:519:21: warning: static property '_primaryShade10' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
517 | 	/// These are initialized with the Communication Blue defaults.
518 | 	private static var _primary: NSColor = Colors.Palette.communicationBlue.color
519 | 	private static var _primaryShade10: NSColor = Colors.Palette.communicationBlueShade10.color
    |                     |- warning: static property '_primaryShade10' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: convert '_primaryShade10' to a 'let' constant to make 'Sendable' shared state immutable
    |                     |- note: annotate '_primaryShade10' with '@MainActor' if property should only be accessed from the main actor
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
520 | 	private static var _primaryShade20: NSColor = Colors.Palette.communicationBlueShade20.color
521 | 	private static var _primaryShade30: NSColor = Colors.Palette.communicationBlueShade30.color
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Core/Colors.swift:520:21: warning: static property '_primaryShade20' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
518 | 	private static var _primary: NSColor = Colors.Palette.communicationBlue.color
519 | 	private static var _primaryShade10: NSColor = Colors.Palette.communicationBlueShade10.color
520 | 	private static var _primaryShade20: NSColor = Colors.Palette.communicationBlueShade20.color
    |                     |- warning: static property '_primaryShade20' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: convert '_primaryShade20' to a 'let' constant to make 'Sendable' shared state immutable
    |                     |- note: annotate '_primaryShade20' with '@MainActor' if property should only be accessed from the main actor
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
521 | 	private static var _primaryShade30: NSColor = Colors.Palette.communicationBlueShade30.color
522 | 	private static var _primaryTint10: NSColor = Colors.Palette.communicationBlueTint10.color
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Core/Colors.swift:521:21: warning: static property '_primaryShade30' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
519 | 	private static var _primaryShade10: NSColor = Colors.Palette.communicationBlueShade10.color
520 | 	private static var _primaryShade20: NSColor = Colors.Palette.communicationBlueShade20.color
521 | 	private static var _primaryShade30: NSColor = Colors.Palette.communicationBlueShade30.color
    |                     |- warning: static property '_primaryShade30' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: convert '_primaryShade30' to a 'let' constant to make 'Sendable' shared state immutable
    |                     |- note: annotate '_primaryShade30' with '@MainActor' if property should only be accessed from the main actor
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
522 | 	private static var _primaryTint10: NSColor = Colors.Palette.communicationBlueTint10.color
523 | 	private static var _primaryTint20: NSColor = Colors.Palette.communicationBlueTint20.color
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Core/Colors.swift:522:21: warning: static property '_primaryTint10' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
520 | 	private static var _primaryShade20: NSColor = Colors.Palette.communicationBlueShade20.color
521 | 	private static var _primaryShade30: NSColor = Colors.Palette.communicationBlueShade30.color
522 | 	private static var _primaryTint10: NSColor = Colors.Palette.communicationBlueTint10.color
    |                     |- warning: static property '_primaryTint10' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: convert '_primaryTint10' to a 'let' constant to make 'Sendable' shared state immutable
    |                     |- note: annotate '_primaryTint10' with '@MainActor' if property should only be accessed from the main actor
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
523 | 	private static var _primaryTint20: NSColor = Colors.Palette.communicationBlueTint20.color
524 | 	private static var _primaryTint30: NSColor = Colors.Palette.communicationBlueTint30.color
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Core/Colors.swift:523:21: warning: static property '_primaryTint20' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
521 | 	private static var _primaryShade30: NSColor = Colors.Palette.communicationBlueShade30.color
522 | 	private static var _primaryTint10: NSColor = Colors.Palette.communicationBlueTint10.color
523 | 	private static var _primaryTint20: NSColor = Colors.Palette.communicationBlueTint20.color
    |                     |- warning: static property '_primaryTint20' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: convert '_primaryTint20' to a 'let' constant to make 'Sendable' shared state immutable
    |                     |- note: annotate '_primaryTint20' with '@MainActor' if property should only be accessed from the main actor
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
524 | 	private static var _primaryTint30: NSColor = Colors.Palette.communicationBlueTint30.color
525 | 	private static var _primaryTint40: NSColor = Colors.Palette.communicationBlueTint40.color
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Core/Colors.swift:524:21: warning: static property '_primaryTint30' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
522 | 	private static var _primaryTint10: NSColor = Colors.Palette.communicationBlueTint10.color
523 | 	private static var _primaryTint20: NSColor = Colors.Palette.communicationBlueTint20.color
524 | 	private static var _primaryTint30: NSColor = Colors.Palette.communicationBlueTint30.color
    |                     |- warning: static property '_primaryTint30' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: convert '_primaryTint30' to a 'let' constant to make 'Sendable' shared state immutable
    |                     |- note: annotate '_primaryTint30' with '@MainActor' if property should only be accessed from the main actor
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
525 | 	private static var _primaryTint40: NSColor = Colors.Palette.communicationBlueTint40.color
526 | }
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Core/Colors.swift:525:21: warning: static property '_primaryTint40' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
523 | 	private static var _primaryTint20: NSColor = Colors.Palette.communicationBlueTint20.color
524 | 	private static var _primaryTint30: NSColor = Colors.Palette.communicationBlueTint30.color
525 | 	private static var _primaryTint40: NSColor = Colors.Palette.communicationBlueTint40.color
    |                     |- warning: static property '_primaryTint40' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: convert '_primaryTint40' to a 'let' constant to make 'Sendable' shared state immutable
    |                     |- note: annotate '_primaryTint40' with '@MainActor' if property should only be accessed from the main actor
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
526 | }
527 |
[59/61] Emitting module FluentUI_macos
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Badge/BadgeView.swift:147:14: warning: static property 'defaultBackgroundColor' is not concurrency-safe because non-'Sendable' type 'DynamicColor' may have shared mutable state; this is an error in the Swift 6 language mode
145 |
146 | 	private struct Constants {
147 | 		static let defaultBackgroundColor: DynamicColor = DynamicColor(light: Colors.Palette.communicationBlueTint40.color, dark: Colors.Palette.communicationBlueTint30.color)
    |              |- warning: static property 'defaultBackgroundColor' is not concurrency-safe because non-'Sendable' type 'DynamicColor' may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: annotate 'defaultBackgroundColor' with '@MainActor' if property should only be accessed from the main actor
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
148 | 		static let defaultTextColor: DynamicColor = DynamicColor(light: Colors.Palette.communicationBlue.color, dark: Colors.Palette.communicationBlueShade20.color)
149 | 		static let primaryBackgroundColor: DynamicColor = DynamicColor(light: Colors.primaryTint40, dark: Colors.primaryTint30)
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DynamicColor/DynamicColor.swift:20:14: note: class 'DynamicColor' does not conform to the 'Sendable' protocol
18 |
19 | @objc(MSFDynamicColor)
20 | public class DynamicColor: NSObject {
   |              `- note: class 'DynamicColor' does not conform to the 'Sendable' protocol
21 |
22 | 	@objc public let light: NSColor
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Badge/BadgeView.swift:148:14: warning: static property 'defaultTextColor' is not concurrency-safe because non-'Sendable' type 'DynamicColor' may have shared mutable state; this is an error in the Swift 6 language mode
146 | 	private struct Constants {
147 | 		static let defaultBackgroundColor: DynamicColor = DynamicColor(light: Colors.Palette.communicationBlueTint40.color, dark: Colors.Palette.communicationBlueTint30.color)
148 | 		static let defaultTextColor: DynamicColor = DynamicColor(light: Colors.Palette.communicationBlue.color, dark: Colors.Palette.communicationBlueShade20.color)
    |              |- warning: static property 'defaultTextColor' is not concurrency-safe because non-'Sendable' type 'DynamicColor' may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: annotate 'defaultTextColor' with '@MainActor' if property should only be accessed from the main actor
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
149 | 		static let primaryBackgroundColor: DynamicColor = DynamicColor(light: Colors.primaryTint40, dark: Colors.primaryTint30)
150 | 		static let primaryTextColor: DynamicColor = DynamicColor(light: Colors.primary, dark: Colors.primaryShade20)
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DynamicColor/DynamicColor.swift:20:14: note: class 'DynamicColor' does not conform to the 'Sendable' protocol
18 |
19 | @objc(MSFDynamicColor)
20 | public class DynamicColor: NSObject {
   |              `- note: class 'DynamicColor' does not conform to the 'Sendable' protocol
21 |
22 | 	@objc public let light: NSColor
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Badge/BadgeView.swift:149:14: warning: static property 'primaryBackgroundColor' is not concurrency-safe because non-'Sendable' type 'DynamicColor' may have shared mutable state; this is an error in the Swift 6 language mode
147 | 		static let defaultBackgroundColor: DynamicColor = DynamicColor(light: Colors.Palette.communicationBlueTint40.color, dark: Colors.Palette.communicationBlueTint30.color)
148 | 		static let defaultTextColor: DynamicColor = DynamicColor(light: Colors.Palette.communicationBlue.color, dark: Colors.Palette.communicationBlueShade20.color)
149 | 		static let primaryBackgroundColor: DynamicColor = DynamicColor(light: Colors.primaryTint40, dark: Colors.primaryTint30)
    |              |- warning: static property 'primaryBackgroundColor' is not concurrency-safe because non-'Sendable' type 'DynamicColor' may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: annotate 'primaryBackgroundColor' with '@MainActor' if property should only be accessed from the main actor
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
150 | 		static let primaryTextColor: DynamicColor = DynamicColor(light: Colors.primary, dark: Colors.primaryShade20)
151 | 	}
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DynamicColor/DynamicColor.swift:20:14: note: class 'DynamicColor' does not conform to the 'Sendable' protocol
18 |
19 | @objc(MSFDynamicColor)
20 | public class DynamicColor: NSObject {
   |              `- note: class 'DynamicColor' does not conform to the 'Sendable' protocol
21 |
22 | 	@objc public let light: NSColor
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Badge/BadgeView.swift:150:14: warning: static property 'primaryTextColor' is not concurrency-safe because non-'Sendable' type 'DynamicColor' may have shared mutable state; this is an error in the Swift 6 language mode
148 | 		static let defaultTextColor: DynamicColor = DynamicColor(light: Colors.Palette.communicationBlue.color, dark: Colors.Palette.communicationBlueShade20.color)
149 | 		static let primaryBackgroundColor: DynamicColor = DynamicColor(light: Colors.primaryTint40, dark: Colors.primaryTint30)
150 | 		static let primaryTextColor: DynamicColor = DynamicColor(light: Colors.primary, dark: Colors.primaryShade20)
    |              |- warning: static property 'primaryTextColor' is not concurrency-safe because non-'Sendable' type 'DynamicColor' may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: annotate 'primaryTextColor' with '@MainActor' if property should only be accessed from the main actor
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
151 | 	}
152 | }
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DynamicColor/DynamicColor.swift:20:14: note: class 'DynamicColor' does not conform to the 'Sendable' protocol
18 |
19 | @objc(MSFDynamicColor)
20 | public class DynamicColor: NSObject {
   |              `- note: class 'DynamicColor' does not conform to the 'Sendable' protocol
21 |
22 | 	@objc public let light: NSColor
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Core/Colors.swift:515:26: warning: static property 'colorProvider' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
513 |
514 | 	/// Color provider object. When a Color Provider is present, colors will be retrieved from the provider vs. internally.
515 | 	@objc public static var colorProvider: ColorProviding?
    |                          |- warning: static property 'colorProvider' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    |                          |- note: convert 'colorProvider' to a 'let' constant to make 'Sendable' shared state immutable
    |                          |- note: annotate 'colorProvider' with '@MainActor' if property should only be accessed from the main actor
    |                          `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
516 |
517 | 	/// These are initialized with the Communication Blue defaults.
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Core/Colors.swift:518:21: warning: static property '_primary' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
516 |
517 | 	/// These are initialized with the Communication Blue defaults.
518 | 	private static var _primary: NSColor = Colors.Palette.communicationBlue.color
    |                     |- warning: static property '_primary' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: convert '_primary' to a 'let' constant to make 'Sendable' shared state immutable
    |                     |- note: annotate '_primary' with '@MainActor' if property should only be accessed from the main actor
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
519 | 	private static var _primaryShade10: NSColor = Colors.Palette.communicationBlueShade10.color
520 | 	private static var _primaryShade20: NSColor = Colors.Palette.communicationBlueShade20.color
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Core/Colors.swift:519:21: warning: static property '_primaryShade10' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
517 | 	/// These are initialized with the Communication Blue defaults.
518 | 	private static var _primary: NSColor = Colors.Palette.communicationBlue.color
519 | 	private static var _primaryShade10: NSColor = Colors.Palette.communicationBlueShade10.color
    |                     |- warning: static property '_primaryShade10' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: convert '_primaryShade10' to a 'let' constant to make 'Sendable' shared state immutable
    |                     |- note: annotate '_primaryShade10' with '@MainActor' if property should only be accessed from the main actor
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
520 | 	private static var _primaryShade20: NSColor = Colors.Palette.communicationBlueShade20.color
521 | 	private static var _primaryShade30: NSColor = Colors.Palette.communicationBlueShade30.color
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Core/Colors.swift:520:21: warning: static property '_primaryShade20' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
518 | 	private static var _primary: NSColor = Colors.Palette.communicationBlue.color
519 | 	private static var _primaryShade10: NSColor = Colors.Palette.communicationBlueShade10.color
520 | 	private static var _primaryShade20: NSColor = Colors.Palette.communicationBlueShade20.color
    |                     |- warning: static property '_primaryShade20' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: convert '_primaryShade20' to a 'let' constant to make 'Sendable' shared state immutable
    |                     |- note: annotate '_primaryShade20' with '@MainActor' if property should only be accessed from the main actor
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
521 | 	private static var _primaryShade30: NSColor = Colors.Palette.communicationBlueShade30.color
522 | 	private static var _primaryTint10: NSColor = Colors.Palette.communicationBlueTint10.color
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Core/Colors.swift:521:21: warning: static property '_primaryShade30' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
519 | 	private static var _primaryShade10: NSColor = Colors.Palette.communicationBlueShade10.color
520 | 	private static var _primaryShade20: NSColor = Colors.Palette.communicationBlueShade20.color
521 | 	private static var _primaryShade30: NSColor = Colors.Palette.communicationBlueShade30.color
    |                     |- warning: static property '_primaryShade30' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: convert '_primaryShade30' to a 'let' constant to make 'Sendable' shared state immutable
    |                     |- note: annotate '_primaryShade30' with '@MainActor' if property should only be accessed from the main actor
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
522 | 	private static var _primaryTint10: NSColor = Colors.Palette.communicationBlueTint10.color
523 | 	private static var _primaryTint20: NSColor = Colors.Palette.communicationBlueTint20.color
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Core/Colors.swift:522:21: warning: static property '_primaryTint10' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
520 | 	private static var _primaryShade20: NSColor = Colors.Palette.communicationBlueShade20.color
521 | 	private static var _primaryShade30: NSColor = Colors.Palette.communicationBlueShade30.color
522 | 	private static var _primaryTint10: NSColor = Colors.Palette.communicationBlueTint10.color
    |                     |- warning: static property '_primaryTint10' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: convert '_primaryTint10' to a 'let' constant to make 'Sendable' shared state immutable
    |                     |- note: annotate '_primaryTint10' with '@MainActor' if property should only be accessed from the main actor
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
523 | 	private static var _primaryTint20: NSColor = Colors.Palette.communicationBlueTint20.color
524 | 	private static var _primaryTint30: NSColor = Colors.Palette.communicationBlueTint30.color
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Core/Colors.swift:523:21: warning: static property '_primaryTint20' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
521 | 	private static var _primaryShade30: NSColor = Colors.Palette.communicationBlueShade30.color
522 | 	private static var _primaryTint10: NSColor = Colors.Palette.communicationBlueTint10.color
523 | 	private static var _primaryTint20: NSColor = Colors.Palette.communicationBlueTint20.color
    |                     |- warning: static property '_primaryTint20' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: convert '_primaryTint20' to a 'let' constant to make 'Sendable' shared state immutable
    |                     |- note: annotate '_primaryTint20' with '@MainActor' if property should only be accessed from the main actor
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
524 | 	private static var _primaryTint30: NSColor = Colors.Palette.communicationBlueTint30.color
525 | 	private static var _primaryTint40: NSColor = Colors.Palette.communicationBlueTint40.color
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Core/Colors.swift:524:21: warning: static property '_primaryTint30' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
522 | 	private static var _primaryTint10: NSColor = Colors.Palette.communicationBlueTint10.color
523 | 	private static var _primaryTint20: NSColor = Colors.Palette.communicationBlueTint20.color
524 | 	private static var _primaryTint30: NSColor = Colors.Palette.communicationBlueTint30.color
    |                     |- warning: static property '_primaryTint30' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: convert '_primaryTint30' to a 'let' constant to make 'Sendable' shared state immutable
    |                     |- note: annotate '_primaryTint30' with '@MainActor' if property should only be accessed from the main actor
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
525 | 	private static var _primaryTint40: NSColor = Colors.Palette.communicationBlueTint40.color
526 | }
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Core/Colors.swift:525:21: warning: static property '_primaryTint40' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
523 | 	private static var _primaryTint20: NSColor = Colors.Palette.communicationBlueTint20.color
524 | 	private static var _primaryTint30: NSColor = Colors.Palette.communicationBlueTint30.color
525 | 	private static var _primaryTint40: NSColor = Colors.Palette.communicationBlueTint40.color
    |                     |- warning: static property '_primaryTint40' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: convert '_primaryTint40' to a 'let' constant to make 'Sendable' shared state immutable
    |                     |- note: annotate '_primaryTint40' with '@MainActor' if property should only be accessed from the main actor
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
526 | }
527 |
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerController.swift:319:7: warning: main actor-isolated instance method 'datePicker(_:didSelectDate:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
300 | }
301 |
302 | extension DatePickerController: DatePickerViewDelegate {
    |                                 `- note: add '@preconcurrency' to the 'DatePickerViewDelegate' conformance to defer isolation checking to run time
303 |
304 | 	/// Decides whether a given button should be highlighted.
    :
317 | 	///   - datePicker: The date picker view.
318 | 	///   - date: The selected date. The time components will be discarded.
319 | 	func datePicker(_ datePicker: DatePickerView, didSelectDate date: Date) {
    |       |- warning: main actor-isolated instance method 'datePicker(_:didSelectDate:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    |       `- note: add 'nonisolated' to 'datePicker(_:didSelectDate:)' to make this instance method not isolated to the actor
320 | 		handleDateOnlySelection(of: date)
321 | 	}
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerView.swift:420:7: note: mark the protocol requirement 'datePicker(_:didSelectDate:)' 'async' to allow actor-isolated conformances
418 | 	///   - datePicker: The date picker that sent the message.
419 | 	///   - date: The date that was selected.
420 | 	func datePicker(_ datePicker: DatePickerView, didSelectDate date: Date)
    |       `- note: mark the protocol requirement 'datePicker(_:didSelectDate:)' 'async' to allow actor-isolated conformances
421 |
422 | 	/// Tells the delegate that a new date and time was selected.
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerController.swift:328:7: warning: main actor-isolated instance method 'datePicker(_:didSelectDateTime:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
326 | 	///   - datePicker: The date picker view.
327 | 	///   - date: The selected date.
328 | 	func datePicker(_ datePicker: DatePickerView, didSelectDateTime date: Date) {
    |       |- warning: main actor-isolated instance method 'datePicker(_:didSelectDateTime:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    |       `- note: add 'nonisolated' to 'datePicker(_:didSelectDateTime:)' to make this instance method not isolated to the actor
329 | 		handleDateTimeSelection(of: date, shouldNotifyDelegate: true)
330 | 	}
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerView.swift:427:7: note: mark the protocol requirement 'datePicker(_:didSelectDateTime:)' 'async' to allow actor-isolated conformances
425 | 	///   - datePicker: The date picker that sent the message.
426 | 	///   - date: The date and time that was selected.
427 | 	func datePicker(_ datePicker: DatePickerView, didSelectDateTime date: Date)
    |       `- note: mark the protocol requirement 'datePicker(_:didSelectDateTime:)' 'async' to allow actor-isolated conformances
428 |
429 | 	/// Tells the delegate that the next month button was pressed.
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerController.swift:336:7: warning: main actor-isolated instance method 'datePickerDidPressNext' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
334 | 	/// - Parameters:
335 | 	///   - datePicker: The date picker view.
336 | 	func datePickerDidPressNext(_ datePicker: DatePickerView) {
    |       |- warning: main actor-isolated instance method 'datePickerDidPressNext' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    |       `- note: add 'nonisolated' to 'datePickerDidPressNext' to make this instance method not isolated to the actor
337 | 		advanceMonth(by: 1)
338 | 	}
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerView.swift:433:7: note: mark the protocol requirement 'datePickerDidPressNext' 'async' to allow actor-isolated conformances
431 | 	/// - Parameters:
432 | 	///   - datePicker: The date picker that sent the message.
433 | 	func datePickerDidPressNext(_ datePicker: DatePickerView)
    |       `- note: mark the protocol requirement 'datePickerDidPressNext' 'async' to allow actor-isolated conformances
434 |
435 | 	/// Tells the delegate that the previous month button was pressed.
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerController.swift:344:7: warning: main actor-isolated instance method 'datePickerDidPressPrevious' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
342 | 	/// - Parameters:
343 | 	///   - datePicker: The date picker view.
344 | 	func datePickerDidPressPrevious(_ datePicker: DatePickerView) {
    |       |- warning: main actor-isolated instance method 'datePickerDidPressPrevious' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    |       `- note: add 'nonisolated' to 'datePickerDidPressPrevious' to make this instance method not isolated to the actor
345 | 		advanceMonth(by: -1)
346 | 	}
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerView.swift:439:7: note: mark the protocol requirement 'datePickerDidPressPrevious' 'async' to allow actor-isolated conformances
437 | 	/// - Parameters:
438 | 	///   - datePicker: The date picker that sent the message.
439 | 	func datePickerDidPressPrevious(_ datePicker: DatePickerView)
    |       `- note: mark the protocol requirement 'datePickerDidPressPrevious' 'async' to allow actor-isolated conformances
440 |
441 | 	/// Asks the delegate whether a given calendar day button should be highlighted.
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerController.swift:310:7: warning: main actor-isolated instance method 'datePicker(_:shouldHighlightButton:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
308 | 	///   - button: The calendar day button.
309 | 	/// - Returns: True if the button should highlight.
310 | 	func datePicker(_ datePicker: DatePickerView, shouldHighlightButton button: CalendarDayButton) -> Bool {
    |       |- warning: main actor-isolated instance method 'datePicker(_:shouldHighlightButton:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    |       `- note: add 'nonisolated' to 'datePicker(_:shouldHighlightButton:)' to make this instance method not isolated to the actor
311 | 		return button.day.date == selectedDate
312 | 	}
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerView.swift:447:7: note: mark the protocol requirement 'datePicker(_:shouldHighlightButton:)' 'async' to allow actor-isolated conformances
445 | 	///   - button: The calendar day button.
446 | 	/// - Returns: True if the button should be highlighted, false otherwise.
447 | 	func datePicker(_ datePicker: DatePickerView, shouldHighlightButton button: CalendarDayButton) -> Bool
    |       `- note: mark the protocol requirement 'datePicker(_:shouldHighlightButton:)' 'async' to allow actor-isolated conformances
448 | }
449 |
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerController.swift:101:6: warning: main actor-isolated property 'selectedDate' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
 99 |
100 | 	/// Currently selected date
101 | 	var selectedDate: Date {
    |      `- warning: main actor-isolated property 'selectedDate' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
102 | 		return calendar.startOfDay(for: selectedDateTime)
103 | 	}
    :
369 | }
370 |
371 | extension DatePickerController: DatePickerViewDataSource {
    |                                 `- note: add '@preconcurrency' to the 'DatePickerViewDataSource' conformance to defer isolation checking to run time
372 |
373 | 	/// List of short weekday labels, correctly ordered and localized.
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerView.swift:469:6: note: 'selectedDate' declared here
467 |
468 | 	/// Currently selected date
469 | 	var selectedDate: Date { get }
    |      `- note: 'selectedDate' declared here
470 |
471 | 	/// Currently selected date and time
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerController.swift:142:19: warning: main actor-isolated property 'selectedDateTime' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
140 |
141 | 	/// Internal storage of the currently selected date and time
142 | 	private(set) var selectedDateTime: Date
    |                   `- warning: main actor-isolated property 'selectedDateTime' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
143 |
144 | 	/// First and last day of the month that is currently visible.
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerView.swift:472:6: note: 'selectedDateTime' declared here
470 |
471 | 	/// Currently selected date and time
472 | 	var selectedDateTime: Date { get }
    |      `- note: 'selectedDateTime' declared here
473 |
474 | 	/// Currently visible date range
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerController.swift:145:19: warning: main actor-isolated property 'visibleRange' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
143 |
144 | 	/// First and last day of the month that is currently visible.
145 | 	private(set) var visibleRange: (first: Date, last: Date) {
    |                   `- warning: main actor-isolated property 'visibleRange' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
146 | 		didSet {
147 | 			assert(
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerView.swift:475:6: note: 'visibleRange' declared here
473 |
474 | 	/// Currently visible date range
475 | 	var visibleRange: (first: Date, last: Date) { get }
    |      `- note: 'visibleRange' declared here
476 |
477 | 	/// All current month days, possibly padded by days from the previous and next month to align with the calendar grid
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerController.swift:106:6: warning: main actor-isolated property 'paddedDays' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
104 |
105 | 	/// All current month days, possibly padded by days from the previous and next month to align with the calendar grid
106 | 	var paddedDays: PaddedCalendarDays {
    |      `- warning: main actor-isolated property 'paddedDays' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
107 | 		var dateComponents = calendar.dateComponents([.month, .year], from: visibleRange.first)
108 | 		dateComponents.weekday = calendar.firstWeekday
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerView.swift:478:6: note: 'paddedDays' declared here
476 |
477 | 	/// All current month days, possibly padded by days from the previous and next month to align with the calendar grid
478 | 	var paddedDays: PaddedCalendarDays { get }
    |      `- note: 'paddedDays' declared here
479 |
480 | 	/// Calendar that's currently being used
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerController.swift:374:6: warning: main actor-isolated property 'shortWeekdays' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
372 |
373 | 	/// List of short weekday labels, correctly ordered and localized.
374 | 	var shortWeekdays: [String] {
    |      `- warning: main actor-isolated property 'shortWeekdays' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
375 | 		let weekdaySymbols = calendar.shortWeekdaySymbols
376 | 		return rotateWeekdays(weekdaySymbols)
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerView.swift:484:6: note: 'shortWeekdays' declared here
482 |
483 | 	/// List of short weekday labels in the order to be displayed
484 | 	var shortWeekdays: [String] { get }
    |      `- note: 'shortWeekdays' declared here
485 |
486 | 	/// List of long weekday labels in the order to be displayed
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerController.swift:380:6: warning: main actor-isolated property 'longWeekdays' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
378 |
379 | 	/// List of long weekday labels, correctly ordered and localized.
380 | 	var longWeekdays: [String] {
    |      `- warning: main actor-isolated property 'longWeekdays' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
381 | 		let weekdaySymbols = calendar.standaloneWeekdaySymbols
382 | 		return rotateWeekdays(weekdaySymbols)
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerView.swift:487:6: note: 'longWeekdays' declared here
485 |
486 | 	/// List of long weekday labels in the order to be displayed
487 | 	var longWeekdays: [String] { get }
    |      `- note: 'longWeekdays' declared here
488 | }
489 |
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerView.swift:360:7: warning: main actor-isolated instance method 'calendarView(_:didSelectDate:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
351 | }
352 |
353 | extension DatePickerView: CalendarViewDelegate {
    |                           `- note: add '@preconcurrency' to the 'CalendarViewDelegate' conformance to defer isolation checking to run time
354 |
355 | 	/// Propagates date selection to the delegate if the view isn't animating.
    :
358 | 	///   - calendarView: The calendar on which a date was selected.
359 | 	///   - date: The date that was selected.
360 | 	func calendarView(_ calendarView: CalendarView, didSelectDate date: Date) {
    |       |- warning: main actor-isolated instance method 'calendarView(_:didSelectDate:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    |       `- note: add 'nonisolated' to 'calendarView(_:didSelectDate:)' to make this instance method not isolated to the actor
361 | 		guard !isAnimating else {
362 | 			return
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/CalendarView.swift:149:7: note: mark the protocol requirement 'calendarView(_:didSelectDate:)' 'async' to allow actor-isolated conformances
147 | 	///   - calendarView: The calendar on which a date was selected.
148 | 	///   - date: The date that was selected.
149 | 	func calendarView(_ calendarView: CalendarView, didSelectDate date: Date)
    |       `- note: mark the protocol requirement 'calendarView(_:didSelectDate:)' 'async' to allow actor-isolated conformances
150 | }
151 |
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerView.swift:376:7: warning: main actor-isolated instance method 'calendarHeaderView(_:didPressLeading:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
367 | }
368 |
369 | extension DatePickerView: CalendarHeaderViewDelegate {
    |                           `- note: add '@preconcurrency' to the 'CalendarHeaderViewDelegate' conformance to defer isolation checking to run time
370 |
371 | 	/// Passes a leading header button press down to the delegate if the view is not animating
    :
374 | 	///   - calendarHeader: The header view that the button is in.
375 | 	///   - button: The button that was pressed.
376 | 	func calendarHeaderView(_ calendarHeader: CalendarHeaderView, didPressLeading button: NSButton) {
    |       |- warning: main actor-isolated instance method 'calendarHeaderView(_:didPressLeading:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    |       `- note: add 'nonisolated' to 'calendarHeaderView(_:didPressLeading:)' to make this instance method not isolated to the actor
377 | 		if isAnimating {
378 | 			completePagingAnimation(completionHandler: {
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/CalendarHeaderView.swift:165:7: note: mark the protocol requirement 'calendarHeaderView(_:didPressLeading:)' 'async' to allow actor-isolated conformances
163 | 	///   - calendarHeader: The calendar header.
164 | 	///   - button: The button that was pressed.
165 | 	func calendarHeaderView(_ calendarHeader: CalendarHeaderView, didPressLeading button: NSButton)
    |       `- note: mark the protocol requirement 'calendarHeaderView(_:didPressLeading:)' 'async' to allow actor-isolated conformances
166 |
167 | 	/// Tells the delegate that the trailing arrow button was pressed.
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/DatePickerView.swift:391:7: warning: main actor-isolated instance method 'calendarHeaderView(_:didPressTrailing:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
389 | 	///   - calendarHeader: The header view that the button is in.
390 | 	///   - button: The button that was pressed.
391 | 	func calendarHeaderView(_ calendarHeader: CalendarHeaderView, didPressTrailing button: NSButton) {
    |       |- warning: main actor-isolated instance method 'calendarHeaderView(_:didPressTrailing:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    |       `- note: add 'nonisolated' to 'calendarHeaderView(_:didPressTrailing:)' to make this instance method not isolated to the actor
392 | 		if isAnimating {
393 | 			completePagingAnimation(completionHandler: {
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/DatePicker/CalendarHeaderView.swift:172:7: note: mark the protocol requirement 'calendarHeaderView(_:didPressTrailing:)' 'async' to allow actor-isolated conformances
170 | 	///   - calendarHeader: The calendar header.
171 | 	///   - button: The button that was pressed.
172 | 	func calendarHeaderView(_ calendarHeader: CalendarHeaderView, didPressTrailing button: NSButton)
    |       `- note: mark the protocol requirement 'calendarHeaderView(_:didPressTrailing:)' 'async' to allow actor-isolated conformances
173 | }
174 |
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Link/Link.swift:152:13: warning: let 'linkAttributes' is not concurrency-safe because non-'Sendable' type '[NSAttributedString.Key : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
150 | }
151 |
152 | private let linkAttributes: [NSAttributedString.Key: Any] = [:]
    |             |- warning: let 'linkAttributes' is not concurrency-safe because non-'Sendable' type '[NSAttributedString.Key : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: annotate 'linkAttributes' with '@MainActor' if property should only be accessed from the main actor
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
153 |
154 | private let underlinedLinkAttributes: [NSAttributedString.Key: Any] = [
/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Link/Link.swift:154:13: warning: let 'underlinedLinkAttributes' is not concurrency-safe because non-'Sendable' type '[NSAttributedString.Key : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
152 | private let linkAttributes: [NSAttributedString.Key: Any] = [:]
153 |
154 | private let underlinedLinkAttributes: [NSAttributedString.Key: Any] = [
    |             |- warning: let 'underlinedLinkAttributes' is not concurrency-safe because non-'Sendable' type '[NSAttributedString.Key : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: annotate 'underlinedLinkAttributes' with '@MainActor' if property should only be accessed from the main actor
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
155 | 	.underlineStyle: NSUnderlineStyle.single.rawValue
156 | ]
[60/63] Emitting module FluentUI
[61/63] Compiling FluentUI FluentUI.swift
[61/63] Write Objects.LinkFileList
[62/63] Archiving libFluentUI.a
Build complete! (23.85s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/macos/FluentUI/Resources/FluentUI-macos.xcassets
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/FluentUI-ios.xcassets
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "FluentUI",
  "name" : "FluentUI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "FluentUI",
      "targets" : [
        "FluentUI"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FluentUI_macos",
      "module_type" : "SwiftTarget",
      "name" : "FluentUI_macos",
      "path" : "macos/FluentUI",
      "product_memberships" : [
        "FluentUI"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Resources/Strings/ko.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "ko"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Resources/Strings/de.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "de"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Resources/Strings/pt-PT.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "pt-pt"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Resources/Strings/tr.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "tr"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Resources/Strings/vi.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "vi"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Resources/Strings/he.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "he"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Resources/Strings/ro.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "ro"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Resources/Strings/ca.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "ca"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Resources/Strings/hu.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "hu"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Resources/Strings/nb-NO.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "nb-no"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Resources/Strings/el.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "el"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Resources/Strings/fi.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "fi"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Resources/Strings/sv.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "sv"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Resources/Strings/id.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "id"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Resources/Strings/pl.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "pl"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Resources/Strings/es-MX.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "es-mx"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Resources/Strings/ja.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "ja"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Resources/Strings/ar.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "ar"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Resources/Strings/cs.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "cs"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Resources/Strings/hr.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "hr"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Resources/Strings/zh-Hant.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "zh-hant"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Resources/Strings/ms.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "ms"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Resources/Strings/ru.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "ru"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Resources/Strings/it.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "it"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Resources/Strings/sk.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "sk"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Resources/Strings/th.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "th"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Resources/Strings/en.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Resources/Strings/en-GB.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "en-gb"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Resources/Strings/fr.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "fr"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Resources/Strings/hi.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "hi"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Resources/Strings/pt-BR.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "pt-br"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Resources/Strings/zh-Hans.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "zh-hans"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Resources/Strings/da.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "da"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Resources/Strings/uk.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "uk"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Resources/Strings/nl.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "nl"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/macos/FluentUI/Resources/Strings/es.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "es"
            }
          }
        }
      ],
      "sources" : [
        "Appearance/Apperance+Theme.swift",
        "AvatarView/AvatarView.swift",
        "Badge/BadgeView.swift",
        "Button/Button.swift",
        "Core/ColorProviding.swift",
        "Core/Colors.swift",
        "Core/FluentUIResources.swift",
        "DatePicker/CalendarDayButton.swift",
        "DatePicker/CalendarHeaderView.swift",
        "DatePicker/CalendarView.swift",
        "DatePicker/DatePickerController.swift",
        "DatePicker/DatePickerView.swift",
        "DynamicColor/DynamicColor.swift",
        "FilledTemplateImageView/FilledTemplateImageView.swift",
        "Link/Link.swift",
        "Notification/NotificationBarView.swift",
        "Separator/Separator.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FluentUI_ios",
      "module_type" : "SwiftTarget",
      "name" : "FluentUI_ios",
      "path" : "ios/FluentUI",
      "product_memberships" : [
        "FluentUI"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/id.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "id"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/ru.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "ru"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/hr.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "hr"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/uk.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "uk"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/id.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "id"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/en-GB.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en-gb"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/cs.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "cs"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/zh-Hans.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "zh-hans"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/es.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "es"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/ms.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "ms"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/en.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/nl.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "nl"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/ja.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "ja"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/de.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "de"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/da.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "da"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/en.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/ko.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "ko"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/zh-Hans.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "zh-hans"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/de.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "de"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/uk.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "uk"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/pt-PT.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "pt-pt"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/th.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "th"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/ca.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "ca"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/he.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "he"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/el.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "el"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/pl.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "pl"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/he.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "he"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/ro.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "ro"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/pt-PT.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "pt-pt"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/th.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "th"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/ar.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "ar"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/zh-Hant.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "zh-hant"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/pt-BR.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "pt-br"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/hu.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "hu"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/nl.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "nl"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/ru.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "ru"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/fr.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "fr"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/es-MX.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "es-mx"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/hr.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "hr"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/it.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "it"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/tr.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "tr"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/fi.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "fi"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/hi.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "hi"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/ro.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "ro"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/pl.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "pl"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/fi.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "fi"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/es-MX.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "es-mx"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/tr.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "tr"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/sk.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "sk"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/nb-NO.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "nb-no"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/ja.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "ja"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/vi.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "vi"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/sv.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "sv"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/zh-Hant.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "zh-hant"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/el.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "el"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/vi.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "vi"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/da.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "da"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/ms.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "ms"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/hi.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "hi"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/fr.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "fr"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/en-GB.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "en-gb"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/ar.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "ar"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/pt-BR.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "pt-br"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/sv.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "sv"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/es.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "es"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/sk.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "sk"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/cs.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "cs"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/it.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "it"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/nb-NO.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "nb-no"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/ko.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "ko"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/hu.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "hu"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/FluentUI/Resources/Localization/ca.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "ca"
            }
          }
        }
      ],
      "sources" : [
        "ActivityIndicator/ActivityIndicator.swift",
        "ActivityIndicator/ActivityIndicatorModifiers.swift",
        "ActivityIndicator/ActivityIndicatorTokenSet.swift",
        "ActivityIndicator/MSFActivityIndicator.swift",
        "Avatar/Avatar.swift",
        "Avatar/AvatarModifiers.swift",
        "Avatar/AvatarTokenSet.swift",
        "Avatar/MSFAvatar.swift",
        "Avatar/MSFAvatarPresence.swift",
        "Avatar/Persona.swift",
        "Avatar/ShapeCutout.swift",
        "AvatarGroup/AvatarGroup.swift",
        "AvatarGroup/AvatarGroupModifiers.swift",
        "AvatarGroup/AvatarGroupTokenSet.swift",
        "AvatarGroup/MSFAvatarGroup.swift",
        "Badge Field/BadgeField.swift",
        "Badge Field/BadgeFieldTokenSet.swift",
        "Badge Field/BadgeStringExtractor.swift",
        "Badge Field/BadgeView.swift",
        "Badge Field/BadgeViewTokenSet.swift",
        "BarButtonItems/BarButtonItems.swift",
        "Bottom Commanding/BottomCommandingController.swift",
        "Bottom Commanding/BottomCommandingTokenSet.swift",
        "Bottom Commanding/CommandingItem.swift",
        "Bottom Commanding/CommandingSection.swift",
        "Bottom Sheet/BottomSheetController.swift",
        "Bottom Sheet/BottomSheetPassthroughView.swift",
        "Bottom Sheet/BottomSheetTokenSet.swift",
        "Bottom Sheet/ContentHeightResolutionContext.swift",
        "Button/Button.swift",
        "Button/ButtonTokenSet.swift",
        "Button/FluentButtonStyle.swift",
        "Button/FluentButtonToggleStyle.swift",
        "Calendar/AccessibilityContainerView.swift",
        "Calendar/AccessibleViewDelegate.swift",
        "Calendar/Calendar+Extensions.swift",
        "Calendar/CalendarConfiguration.swift",
        "Calendar/CalendarView.swift",
        "Calendar/CalendarViewDataSource.swift",
        "Calendar/CalendarViewLayout.swift",
        "Calendar/Views/CalendarViewDayCell.swift",
        "Calendar/Views/CalendarViewDayMonthCell.swift",
        "Calendar/Views/CalendarViewDayMonthYearCell.swift",
        "Calendar/Views/CalendarViewDayTodayCell.swift",
        "Calendar/Views/CalendarViewMonthBannerView.swift",
        "Calendar/Views/CalendarViewWeekdayHeadingView.swift",
        "Card Nudge/CardNudge.swift",
        "Card Nudge/CardNudgeModifiers.swift",
        "Card Nudge/CardNudgeTokenSet.swift",
        "Card Nudge/MSFCardNudge.swift",
        "Card/CardView.swift",
        "Command Bar/CommandBar.swift",
        "Command Bar/CommandBarButton.swift",
        "Command Bar/CommandBarButtonGroupView.swift",
        "Command Bar/CommandBarCommandGroupsView.swift",
        "Command Bar/CommandBarItem.swift",
        "Command Bar/CommandBarTokenSet.swift",
        "Core/ColorProviding.swift",
        "Core/Compatibility.swift",
        "Core/ControlHostingView.swift",
        "Core/FluentThemedHostingController.swift",
        "Core/FluentUIFramework.swift",
        "Core/FocusRingView.swift",
        "Core/SwiftUI+ViewAnimation.swift",
        "Core/SwiftUI+ViewModifiers.swift",
        "Core/SwiftUI+ViewPresentation.swift",
        "Core/Theme/FluentTheme+Tokens.swift",
        "Core/Theme/FluentTheme+UIKit.swift",
        "Core/Theme/FluentTheme+visionOS.swift",
        "Core/Theme/FluentTheme.swift",
        "Core/Theme/Tokens/ControlTokenSet.swift",
        "Core/Theme/Tokens/EmptyTokenSet.swift",
        "Core/Theme/Tokens/FontInfo.swift",
        "Core/Theme/Tokens/GlobalTokens+UIKit.swift",
        "Core/Theme/Tokens/GlobalTokens.swift",
        "Core/Theme/Tokens/LinearGradientInfo.swift",
        "Core/Theme/Tokens/ShadowInfo.swift",
        "Core/Theme/Tokens/TokenSet.swift",
        "Core/Theme/Tokens/TokenizedControl.swift",
        "Core/Theme/Tokens/TokenizedControlView.swift",
        "Core/UIKit+SwiftUI_interoperability.swift",
        "Date Time Pickers/Date Picker/DatePickerController.swift",
        "Date Time Pickers/Date Picker/DatePickerSelectionManager.swift",
        "Date Time Pickers/Date Time Picker/DateTimePickerController.swift",
        "Date Time Pickers/Date Time Picker/Views/DateTimePickerView.swift",
        "Date Time Pickers/Date Time Picker/Views/DateTimePickerViewComponent.swift",
        "Date Time Pickers/Date Time Picker/Views/DateTimePickerViewComponentCell.swift",
        "Date Time Pickers/Date Time Picker/Views/DateTimePickerViewComponentTableView.swift",
        "Date Time Pickers/Date Time Picker/Views/DateTimePickerViewDataSource.swift",
        "Date Time Pickers/Date Time Picker/Views/DateTimePickerViewLayout.swift",
        "Date Time Pickers/Date+Extensions.swift",
        "Date Time Pickers/DateComponents+Extensions.swift",
        "Date Time Pickers/DateTimePicker.swift",
        "Date Time Pickers/DayOfMonth.swift",
        "Date Time Pickers/GenericDateTimePicker.swift",
        "Date Time Pickers/String+Date.swift",
        "DotView/DotView.swift",
        "Drawer/CALayer+Extensions.swift",
        "Drawer/DrawerController.swift",
        "Drawer/DrawerPresentationController.swift",
        "Drawer/DrawerShadowView.swift",
        "Drawer/DrawerTokenSet.swift",
        "Drawer/DrawerTransitionAnimator.swift",
        "EasyTapButton/EasyTapButton.swift",
        "Extensions/Color+DynamicColor.swift",
        "Extensions/NSLayoutConstraint+Extensions.swift",
        "Extensions/String+Extension.swift",
        "Extensions/UIApplication+Extensions.swift",
        "Extensions/UIColor+Extensions.swift",
        "Extensions/UIImage+Extensions.swift",
        "Extensions/UIScrollView+Extensions.swift",
        "Extensions/UIView+Extensions.swift",
        "HUD/HUD.swift",
        "HUD/HUDModifiers.swift",
        "HUD/HeadsUpDisplay.swift",
        "HUD/HeadsUpDisplayTokenSet.swift",
        "HUD/MSFHeadsUpDisplay.swift",
        "IndeterminateProgressBar/IndeterminateProgressBar.swift",
        "IndeterminateProgressBar/IndeterminateProgressBarModifiers.swift",
        "IndeterminateProgressBar/IndeterminateProgressBarTokenSet.swift",
        "IndeterminateProgressBar/MSFIndeterminateProgressBar.swift",
        "Label/BadgeLabel.swift",
        "Label/BadgeLabelTokenSet.swift",
        "Label/Label.swift",
        "Label/LabelTokenSet.swift",
        "List/FluentList.swift",
        "List/FluentListModifiers.swift",
        "List/FluentListSection.swift",
        "List/FluentListSectionFooter.swift",
        "List/FluentListSectionHeader.swift",
        "List/ListActionItem.swift",
        "List/ListActionItemModifiers.swift",
        "List/ListItem.swift",
        "List/ListItemModifiers.swift",
        "MultilineCommandBar/MultilineCommandBar.swift",
        "Navigation/BadgeLabelButton.swift",
        "Navigation/Helpers/ContentScrollViewTraits.swift",
        "Navigation/Helpers/NavigationAnimator.swift",
        "Navigation/NavigationBar.swift",
        "Navigation/NavigationBarTokenSet.swift",
        "Navigation/NavigationController.swift",
        "Navigation/SearchBar/SearchBar.swift",
        "Navigation/SearchBar/SearchBarTokenSet.swift",
        "Navigation/Shy Header/ShyHeaderController.swift",
        "Navigation/Shy Header/ShyHeaderView.swift",
        "Navigation/TwoLineTitleView+Navigation.swift",
        "Navigation/UIBarButtonItem+BadgeValue.swift",
        "Navigation/UINavigationItem+Navigation.swift",
        "Navigation/UIViewController+Navigation.swift",
        "Navigation/Views/AvatarTitleView.swift",
        "Navigation/Views/AvatarTitleViewTokenSet.swift",
        "Notification/FluentNotification.swift",
        "Notification/MSFNotification.swift",
        "Notification/NotificationModifiers.swift",
        "Notification/NotificationTokenSet.swift",
        "Obscurable/BlurringView.swift",
        "Obscurable/DimmingView.swift",
        "Obscurable/Obscurable.swift",
        "Other Cells/ActionsCell.swift",
        "Other Cells/ActivityIndicatorCell.swift",
        "Other Cells/BooleanCell.swift",
        "Other Cells/CenteredLabelCell.swift",
        "People Picker/PeoplePicker.swift",
        "People Picker/PeoplePickerTokenSet.swift",
        "People Picker/PersonaBadgeViewDataSource.swift",
        "People Picker/PersonaCell.swift",
        "People Picker/PersonaListView.swift",
        "PersonaButton/MSFPersonaButton.swift",
        "PersonaButton/PersonaButton.swift",
        "PersonaButton/PersonaButtonModifiers.swift",
        "PersonaButton/PersonaButtonTokenSet.swift",
        "PersonaButtonCarousel/MSFPersonaButtonCarousel.swift",
        "PersonaButtonCarousel/PersonaButtonCarousel.swift",
        "PersonaButtonCarousel/PersonaButtonCarouselModifiers.swift",
        "PersonaButtonCarousel/PersonaButtonCarouselTokenSet.swift",
        "Pill Button Bar/PillButton.swift",
        "Pill Button Bar/PillButtonBar.swift",
        "Pill Button Bar/PillButtonTokenSet.swift",
        "Popup Menu/PopupMenuController.swift",
        "Popup Menu/PopupMenuItem.swift",
        "Popup Menu/PopupMenuItemCell.swift",
        "Popup Menu/PopupMenuItemTokenSet.swift",
        "Popup Menu/PopupMenuProtocols.swift",
        "Popup Menu/PopupMenuSection.swift",
        "Popup Menu/PopupMenuSectionHeaderView.swift",
        "Popup Menu/PopupMenuTokenSet.swift",
        "Presenters/CardPresentationController.swift",
        "Presenters/CardPresenterNavigationController.swift",
        "Presenters/CardTransitionAnimator.swift",
        "Presenters/PageCardPresenterController.swift",
        "ResizingHandleView/ResizingHandleTokenSet.swift",
        "ResizingHandleView/ResizingHandleView.swift",
        "SegmentedControl/SegmentItem.swift",
        "SegmentedControl/SegmentPillButton.swift",
        "SegmentedControl/SegmentedControl.swift",
        "SegmentedControl/SegmentedControlTokenSet.swift",
        "Separator/Separator.swift",
        "Separator/SeparatorTokenSet.swift",
        "Shimmer/ShimmerLinesView.swift",
        "Shimmer/ShimmerTokenSet.swift",
        "Shimmer/ShimmerView.swift",
        "Tab Bar/SideTabBar.swift",
        "Tab Bar/SideTabBarTokenSet.swift",
        "Tab Bar/TabBarItem.swift",
        "Tab Bar/TabBarItemTokenSet.swift",
        "Tab Bar/TabBarItemView.swift",
        "Tab Bar/TabBarTokenSet.swift",
        "Tab Bar/TabBarView.swift",
        "Table View/TableViewCell.swift",
        "Table View/TableViewHeaderFooterView.swift",
        "Table View/TableViewHeaderFooterViewTokenSet.swift",
        "TableViewListShared/TableViewCellTokenSet.swift",
        "TextField/FluentTextField.swift",
        "TextField/FluentTextFieldInternal.swift",
        "TextField/FluentTextInputError.swift",
        "TextField/TextFieldTokenSet.swift",
        "Tooltip/Tooltip.swift",
        "Tooltip/TooltipModifiers.swift",
        "Tooltip/TooltipTokenSet.swift",
        "Tooltip/TooltipView.swift",
        "Tooltip/TooltipViewController.swift",
        "TouchForwardingView/TouchForwardingView.swift",
        "TwoLineTitleView/TwoLineTitleView.swift",
        "TwoLineTitleView/TwoLineTitleViewTokenSet.swift",
        "Utilities/AnimationSynchronizer.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FluentUI",
      "module_type" : "SwiftTarget",
      "name" : "FluentUI",
      "path" : "public",
      "product_memberships" : [
        "FluentUI"
      ],
      "sources" : [
        "FluentUI.swift"
      ],
      "target_dependencies" : [
        "FluentUI_ios",
        "FluentUI_macos"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.