The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build AppKitUI, reference 0.6.2 (cf580a), with Swift 5.10 for macOS (SPM) on 10 Sep 2025 16:21:08 UTC.

Build Command

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

Build Log

AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
[91/105] Compiling AppKitUI AppKitUI+WebView.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+PDFView.swift:66:24: error: attribute can only be applied to declarations, not types
extension AUIPDFView: @preconcurrency PDFViewDelegate {
                      ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+TextView.swift:201:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+ViewSwitcher.swift:78:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:270:14: warning: main actor-isolated instance method 'webView(_:decidePolicyFor:decisionHandler:)' cannot be used to satisfy nonisolated protocol requirement
        public func webView(_ webView: WKWebView, decidePolicyFor navigationAction: WKNavigationAction, decisionHandler: @escaping (WKNavigationActionPolicy) -> Void) {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:270:14: note: add 'nonisolated' to 'webView(_:decidePolicyFor:decisionHandler:)' to make this instance method not isolated to the actor
        public func webView(_ webView: WKWebView, decidePolicyFor navigationAction: WKNavigationAction, decisionHandler: @escaping (WKNavigationActionPolicy) -> Void) {
                    ^
        nonisolated
WebKit.WKNavigationDelegate:3:19: note: 'webView(_:decidePolicyFor:decisionHandler:)' declared here
    optional func webView(_ webView: WKWebView, decidePolicyFor navigationAction: WKNavigationAction, decisionHandler: @escaping (WKNavigationActionPolicy) -> Void)
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:261:14: warning: main actor-isolated instance method 'webView(_:didStartProvisionalNavigation:)' cannot be used to satisfy nonisolated protocol requirement
        public func webView(_ webView: WKWebView, didStartProvisionalNavigation navigation: WKNavigation!) {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:261:14: note: add 'nonisolated' to 'webView(_:didStartProvisionalNavigation:)' to make this instance method not isolated to the actor
        public func webView(_ webView: WKWebView, didStartProvisionalNavigation navigation: WKNavigation!) {
                    ^
        nonisolated
WebKit.WKNavigationDelegate:22:19: note: 'webView(_:didStartProvisionalNavigation:)' declared here
    optional func webView(_ webView: WKWebView, didStartProvisionalNavigation navigation: WKNavigation!)
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:279:14: warning: main actor-isolated instance method 'webView(_:didFailProvisionalNavigation:withError:)' cannot be used to satisfy nonisolated protocol requirement
        public func webView(_ webView: WKWebView, didFailProvisionalNavigation navigation: WKNavigation!, withError error: any Error) {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:279:14: note: add 'nonisolated' to 'webView(_:didFailProvisionalNavigation:withError:)' to make this instance method not isolated to the actor
        public func webView(_ webView: WKWebView, didFailProvisionalNavigation navigation: WKNavigation!, withError error: any Error) {
                    ^
        nonisolated
WebKit.WKNavigationDelegate:26:19: note: 'webView(_:didFailProvisionalNavigation:withError:)' declared here
    optional func webView(_ webView: WKWebView, didFailProvisionalNavigation navigation: WKNavigation!, withError error: any Error)
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:287:14: warning: main actor-isolated instance method 'webView(_:didFinish:)' cannot be used to satisfy nonisolated protocol requirement
        public func webView(_ webView: WKWebView, didFinish navigation: WKNavigation!) {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:287:14: note: add 'nonisolated' to 'webView(_:didFinish:)' to make this instance method not isolated to the actor
        public func webView(_ webView: WKWebView, didFinish navigation: WKNavigation!) {
                    ^
        nonisolated
WebKit.WKNavigationDelegate:32:19: note: 'webView(_:didFinish:)' declared here
    optional func webView(_ webView: WKWebView, didFinish navigation: WKNavigation!)
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:283:14: warning: main actor-isolated instance method 'webView(_:didFail:withError:)' cannot be used to satisfy nonisolated protocol requirement
        public func webView(_ webView: WKWebView, didFail navigation: WKNavigation!, withError error: any Error) {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:283:14: note: add 'nonisolated' to 'webView(_:didFail:withError:)' to make this instance method not isolated to the actor
        public func webView(_ webView: WKWebView, didFail navigation: WKNavigation!, withError error: any Error) {
                    ^
        nonisolated
WebKit.WKNavigationDelegate:36:19: note: 'webView(_:didFail:withError:)' declared here
    optional func webView(_ webView: WKWebView, didFail navigation: WKNavigation!, withError error: any Error)
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:307:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+ColorSelector.swift:436:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+ComboButton.swift:200:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+Disclosure.swift:164:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+List.swift:165:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+NSOpenDialog.swift:220:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("Select one image") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+NSSaveDialog.swift:257:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("Select one image") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+NumberStepper.swift:200:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+PDFView.swift:165:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+Popover.swift:179:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+Switch.swift:453:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSButton+checkbox.swift:112:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSButton+radio.swift:323:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default", traits: .fixedLayout(width: 500, height: 800)) {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSColorWell+appkitui.swift:164:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSComboBox+appkitui.swift:184:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSComboButton+appkitui.swift:173:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSDateControl+appkitui.swift:259:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSDateControl+appkitui.swift:304:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("calendar") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSDateControl+appkitui.swift:359:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("timezones") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSFont+appkitui.swift:135:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("Defined Fonts") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSFont+appkitui.swift:248:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("Font Weights") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSFont+appkitui.swift:311:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("Font Size") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSGridView+appkitui.swift:361:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSImageView+appkitui.swift:210:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSLevelIndicator+appkitui.swift:201:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSMenu+appkitui.swift:118:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSPathControl+appkitui.swift:151:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSPopUpButton+appkitui.swift:159:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSProgressIndicator+appkitui.swift:113:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSSearchField+appkitui.swift:117:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSSecureTextField+appkitui.swift:39:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSSegmentedControl+appkitui.swift:405:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSSlider+appkitui.swift:192:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSStackView+appkitui.swift:274:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("Simple slider") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSStackView+appkitui.swift:282:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("Doco") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSStackView+appkitui.swift:304:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("Simple Settings") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSStepper+appkitui.swift:173:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSSwitch+appkitui.swift:116:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSTextField+appkitui.swift:527:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSTokenField+appkitui.swift:188:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSVisualEffectView+appkitui.swift:198:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
[92/105] Compiling AppKitUI AppKitUI.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+PDFView.swift:66:24: error: attribute can only be applied to declarations, not types
extension AUIPDFView: @preconcurrency PDFViewDelegate {
                      ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+TextView.swift:201:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+ViewSwitcher.swift:78:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:270:14: warning: main actor-isolated instance method 'webView(_:decidePolicyFor:decisionHandler:)' cannot be used to satisfy nonisolated protocol requirement
        public func webView(_ webView: WKWebView, decidePolicyFor navigationAction: WKNavigationAction, decisionHandler: @escaping (WKNavigationActionPolicy) -> Void) {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:270:14: note: add 'nonisolated' to 'webView(_:decidePolicyFor:decisionHandler:)' to make this instance method not isolated to the actor
        public func webView(_ webView: WKWebView, decidePolicyFor navigationAction: WKNavigationAction, decisionHandler: @escaping (WKNavigationActionPolicy) -> Void) {
                    ^
        nonisolated
WebKit.WKNavigationDelegate:3:19: note: 'webView(_:decidePolicyFor:decisionHandler:)' declared here
    optional func webView(_ webView: WKWebView, decidePolicyFor navigationAction: WKNavigationAction, decisionHandler: @escaping (WKNavigationActionPolicy) -> Void)
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:261:14: warning: main actor-isolated instance method 'webView(_:didStartProvisionalNavigation:)' cannot be used to satisfy nonisolated protocol requirement
        public func webView(_ webView: WKWebView, didStartProvisionalNavigation navigation: WKNavigation!) {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:261:14: note: add 'nonisolated' to 'webView(_:didStartProvisionalNavigation:)' to make this instance method not isolated to the actor
        public func webView(_ webView: WKWebView, didStartProvisionalNavigation navigation: WKNavigation!) {
                    ^
        nonisolated
WebKit.WKNavigationDelegate:22:19: note: 'webView(_:didStartProvisionalNavigation:)' declared here
    optional func webView(_ webView: WKWebView, didStartProvisionalNavigation navigation: WKNavigation!)
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:279:14: warning: main actor-isolated instance method 'webView(_:didFailProvisionalNavigation:withError:)' cannot be used to satisfy nonisolated protocol requirement
        public func webView(_ webView: WKWebView, didFailProvisionalNavigation navigation: WKNavigation!, withError error: any Error) {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:279:14: note: add 'nonisolated' to 'webView(_:didFailProvisionalNavigation:withError:)' to make this instance method not isolated to the actor
        public func webView(_ webView: WKWebView, didFailProvisionalNavigation navigation: WKNavigation!, withError error: any Error) {
                    ^
        nonisolated
WebKit.WKNavigationDelegate:26:19: note: 'webView(_:didFailProvisionalNavigation:withError:)' declared here
    optional func webView(_ webView: WKWebView, didFailProvisionalNavigation navigation: WKNavigation!, withError error: any Error)
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:287:14: warning: main actor-isolated instance method 'webView(_:didFinish:)' cannot be used to satisfy nonisolated protocol requirement
        public func webView(_ webView: WKWebView, didFinish navigation: WKNavigation!) {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:287:14: note: add 'nonisolated' to 'webView(_:didFinish:)' to make this instance method not isolated to the actor
        public func webView(_ webView: WKWebView, didFinish navigation: WKNavigation!) {
                    ^
        nonisolated
WebKit.WKNavigationDelegate:32:19: note: 'webView(_:didFinish:)' declared here
    optional func webView(_ webView: WKWebView, didFinish navigation: WKNavigation!)
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:283:14: warning: main actor-isolated instance method 'webView(_:didFail:withError:)' cannot be used to satisfy nonisolated protocol requirement
        public func webView(_ webView: WKWebView, didFail navigation: WKNavigation!, withError error: any Error) {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:283:14: note: add 'nonisolated' to 'webView(_:didFail:withError:)' to make this instance method not isolated to the actor
        public func webView(_ webView: WKWebView, didFail navigation: WKNavigation!, withError error: any Error) {
                    ^
        nonisolated
WebKit.WKNavigationDelegate:36:19: note: 'webView(_:didFail:withError:)' declared here
    optional func webView(_ webView: WKWebView, didFail navigation: WKNavigation!, withError error: any Error)
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:307:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+ColorSelector.swift:436:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+ComboButton.swift:200:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+Disclosure.swift:164:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+List.swift:165:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+NSOpenDialog.swift:220:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("Select one image") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+NSSaveDialog.swift:257:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("Select one image") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+NumberStepper.swift:200:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+PDFView.swift:165:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+Popover.swift:179:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+Switch.swift:453:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSButton+checkbox.swift:112:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSButton+radio.swift:323:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default", traits: .fixedLayout(width: 500, height: 800)) {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSColorWell+appkitui.swift:164:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSComboBox+appkitui.swift:184:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSComboButton+appkitui.swift:173:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSDateControl+appkitui.swift:259:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSDateControl+appkitui.swift:304:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("calendar") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSDateControl+appkitui.swift:359:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("timezones") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSFont+appkitui.swift:135:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("Defined Fonts") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSFont+appkitui.swift:248:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("Font Weights") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSFont+appkitui.swift:311:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("Font Size") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSGridView+appkitui.swift:361:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSImageView+appkitui.swift:210:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSLevelIndicator+appkitui.swift:201:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSMenu+appkitui.swift:118:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSPathControl+appkitui.swift:151:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSPopUpButton+appkitui.swift:159:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSProgressIndicator+appkitui.swift:113:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSSearchField+appkitui.swift:117:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSSecureTextField+appkitui.swift:39:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSSegmentedControl+appkitui.swift:405:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSSlider+appkitui.swift:192:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSStackView+appkitui.swift:274:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("Simple slider") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSStackView+appkitui.swift:282:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("Doco") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSStackView+appkitui.swift:304:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("Simple Settings") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSStepper+appkitui.swift:173:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSSwitch+appkitui.swift:116:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSTextField+appkitui.swift:527:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSTokenField+appkitui.swift:188:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSVisualEffectView+appkitui.swift:198:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
[93/105] Compiling AppKitUI NSAlert+appkitui.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+PDFView.swift:66:24: error: attribute can only be applied to declarations, not types
extension AUIPDFView: @preconcurrency PDFViewDelegate {
                      ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+TextView.swift:201:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+ViewSwitcher.swift:78:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:270:14: warning: main actor-isolated instance method 'webView(_:decidePolicyFor:decisionHandler:)' cannot be used to satisfy nonisolated protocol requirement
        public func webView(_ webView: WKWebView, decidePolicyFor navigationAction: WKNavigationAction, decisionHandler: @escaping (WKNavigationActionPolicy) -> Void) {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:270:14: note: add 'nonisolated' to 'webView(_:decidePolicyFor:decisionHandler:)' to make this instance method not isolated to the actor
        public func webView(_ webView: WKWebView, decidePolicyFor navigationAction: WKNavigationAction, decisionHandler: @escaping (WKNavigationActionPolicy) -> Void) {
                    ^
        nonisolated
WebKit.WKNavigationDelegate:3:19: note: 'webView(_:decidePolicyFor:decisionHandler:)' declared here
    optional func webView(_ webView: WKWebView, decidePolicyFor navigationAction: WKNavigationAction, decisionHandler: @escaping (WKNavigationActionPolicy) -> Void)
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:261:14: warning: main actor-isolated instance method 'webView(_:didStartProvisionalNavigation:)' cannot be used to satisfy nonisolated protocol requirement
        public func webView(_ webView: WKWebView, didStartProvisionalNavigation navigation: WKNavigation!) {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:261:14: note: add 'nonisolated' to 'webView(_:didStartProvisionalNavigation:)' to make this instance method not isolated to the actor
        public func webView(_ webView: WKWebView, didStartProvisionalNavigation navigation: WKNavigation!) {
                    ^
        nonisolated
WebKit.WKNavigationDelegate:22:19: note: 'webView(_:didStartProvisionalNavigation:)' declared here
    optional func webView(_ webView: WKWebView, didStartProvisionalNavigation navigation: WKNavigation!)
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:279:14: warning: main actor-isolated instance method 'webView(_:didFailProvisionalNavigation:withError:)' cannot be used to satisfy nonisolated protocol requirement
        public func webView(_ webView: WKWebView, didFailProvisionalNavigation navigation: WKNavigation!, withError error: any Error) {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:279:14: note: add 'nonisolated' to 'webView(_:didFailProvisionalNavigation:withError:)' to make this instance method not isolated to the actor
        public func webView(_ webView: WKWebView, didFailProvisionalNavigation navigation: WKNavigation!, withError error: any Error) {
                    ^
        nonisolated
WebKit.WKNavigationDelegate:26:19: note: 'webView(_:didFailProvisionalNavigation:withError:)' declared here
    optional func webView(_ webView: WKWebView, didFailProvisionalNavigation navigation: WKNavigation!, withError error: any Error)
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:287:14: warning: main actor-isolated instance method 'webView(_:didFinish:)' cannot be used to satisfy nonisolated protocol requirement
        public func webView(_ webView: WKWebView, didFinish navigation: WKNavigation!) {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:287:14: note: add 'nonisolated' to 'webView(_:didFinish:)' to make this instance method not isolated to the actor
        public func webView(_ webView: WKWebView, didFinish navigation: WKNavigation!) {
                    ^
        nonisolated
WebKit.WKNavigationDelegate:32:19: note: 'webView(_:didFinish:)' declared here
    optional func webView(_ webView: WKWebView, didFinish navigation: WKNavigation!)
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:283:14: warning: main actor-isolated instance method 'webView(_:didFail:withError:)' cannot be used to satisfy nonisolated protocol requirement
        public func webView(_ webView: WKWebView, didFail navigation: WKNavigation!, withError error: any Error) {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:283:14: note: add 'nonisolated' to 'webView(_:didFail:withError:)' to make this instance method not isolated to the actor
        public func webView(_ webView: WKWebView, didFail navigation: WKNavigation!, withError error: any Error) {
                    ^
        nonisolated
WebKit.WKNavigationDelegate:36:19: note: 'webView(_:didFail:withError:)' declared here
    optional func webView(_ webView: WKWebView, didFail navigation: WKNavigation!, withError error: any Error)
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:307:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+ColorSelector.swift:436:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+ComboButton.swift:200:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+Disclosure.swift:164:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+List.swift:165:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+NSOpenDialog.swift:220:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("Select one image") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+NSSaveDialog.swift:257:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("Select one image") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+NumberStepper.swift:200:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+PDFView.swift:165:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+Popover.swift:179:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+Switch.swift:453:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSButton+checkbox.swift:112:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSButton+radio.swift:323:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default", traits: .fixedLayout(width: 500, height: 800)) {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSColorWell+appkitui.swift:164:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSComboBox+appkitui.swift:184:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSComboButton+appkitui.swift:173:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSDateControl+appkitui.swift:259:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSDateControl+appkitui.swift:304:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("calendar") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSDateControl+appkitui.swift:359:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("timezones") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSFont+appkitui.swift:135:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("Defined Fonts") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSFont+appkitui.swift:248:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("Font Weights") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSFont+appkitui.swift:311:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("Font Size") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSGridView+appkitui.swift:361:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSImageView+appkitui.swift:210:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSLevelIndicator+appkitui.swift:201:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSMenu+appkitui.swift:118:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSPathControl+appkitui.swift:151:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSPopUpButton+appkitui.swift:159:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSProgressIndicator+appkitui.swift:113:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSSearchField+appkitui.swift:117:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSSecureTextField+appkitui.swift:39:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSSegmentedControl+appkitui.swift:405:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSSlider+appkitui.swift:192:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSStackView+appkitui.swift:274:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("Simple slider") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSStackView+appkitui.swift:282:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("Doco") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSStackView+appkitui.swift:304:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("Simple Settings") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSStepper+appkitui.swift:173:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSSwitch+appkitui.swift:116:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSTextField+appkitui.swift:527:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSTokenField+appkitui.swift:188:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSVisualEffectView+appkitui.swift:198:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
[94/105] Compiling AppKitUI NSBox+appkitui.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+PDFView.swift:66:24: error: attribute can only be applied to declarations, not types
extension AUIPDFView: @preconcurrency PDFViewDelegate {
                      ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+TextView.swift:201:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+ViewSwitcher.swift:78:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:270:14: warning: main actor-isolated instance method 'webView(_:decidePolicyFor:decisionHandler:)' cannot be used to satisfy nonisolated protocol requirement
        public func webView(_ webView: WKWebView, decidePolicyFor navigationAction: WKNavigationAction, decisionHandler: @escaping (WKNavigationActionPolicy) -> Void) {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:270:14: note: add 'nonisolated' to 'webView(_:decidePolicyFor:decisionHandler:)' to make this instance method not isolated to the actor
        public func webView(_ webView: WKWebView, decidePolicyFor navigationAction: WKNavigationAction, decisionHandler: @escaping (WKNavigationActionPolicy) -> Void) {
                    ^
        nonisolated
WebKit.WKNavigationDelegate:3:19: note: 'webView(_:decidePolicyFor:decisionHandler:)' declared here
    optional func webView(_ webView: WKWebView, decidePolicyFor navigationAction: WKNavigationAction, decisionHandler: @escaping (WKNavigationActionPolicy) -> Void)
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:261:14: warning: main actor-isolated instance method 'webView(_:didStartProvisionalNavigation:)' cannot be used to satisfy nonisolated protocol requirement
        public func webView(_ webView: WKWebView, didStartProvisionalNavigation navigation: WKNavigation!) {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:261:14: note: add 'nonisolated' to 'webView(_:didStartProvisionalNavigation:)' to make this instance method not isolated to the actor
        public func webView(_ webView: WKWebView, didStartProvisionalNavigation navigation: WKNavigation!) {
                    ^
        nonisolated
WebKit.WKNavigationDelegate:22:19: note: 'webView(_:didStartProvisionalNavigation:)' declared here
    optional func webView(_ webView: WKWebView, didStartProvisionalNavigation navigation: WKNavigation!)
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:279:14: warning: main actor-isolated instance method 'webView(_:didFailProvisionalNavigation:withError:)' cannot be used to satisfy nonisolated protocol requirement
        public func webView(_ webView: WKWebView, didFailProvisionalNavigation navigation: WKNavigation!, withError error: any Error) {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:279:14: note: add 'nonisolated' to 'webView(_:didFailProvisionalNavigation:withError:)' to make this instance method not isolated to the actor
        public func webView(_ webView: WKWebView, didFailProvisionalNavigation navigation: WKNavigation!, withError error: any Error) {
                    ^
        nonisolated
WebKit.WKNavigationDelegate:26:19: note: 'webView(_:didFailProvisionalNavigation:withError:)' declared here
    optional func webView(_ webView: WKWebView, didFailProvisionalNavigation navigation: WKNavigation!, withError error: any Error)
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:287:14: warning: main actor-isolated instance method 'webView(_:didFinish:)' cannot be used to satisfy nonisolated protocol requirement
        public func webView(_ webView: WKWebView, didFinish navigation: WKNavigation!) {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:287:14: note: add 'nonisolated' to 'webView(_:didFinish:)' to make this instance method not isolated to the actor
        public func webView(_ webView: WKWebView, didFinish navigation: WKNavigation!) {
                    ^
        nonisolated
WebKit.WKNavigationDelegate:32:19: note: 'webView(_:didFinish:)' declared here
    optional func webView(_ webView: WKWebView, didFinish navigation: WKNavigation!)
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:283:14: warning: main actor-isolated instance method 'webView(_:didFail:withError:)' cannot be used to satisfy nonisolated protocol requirement
        public func webView(_ webView: WKWebView, didFail navigation: WKNavigation!, withError error: any Error) {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:283:14: note: add 'nonisolated' to 'webView(_:didFail:withError:)' to make this instance method not isolated to the actor
        public func webView(_ webView: WKWebView, didFail navigation: WKNavigation!, withError error: any Error) {
                    ^
        nonisolated
WebKit.WKNavigationDelegate:36:19: note: 'webView(_:didFail:withError:)' declared here
    optional func webView(_ webView: WKWebView, didFail navigation: WKNavigation!, withError error: any Error)
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:307:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+ColorSelector.swift:436:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+ComboButton.swift:200:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+Disclosure.swift:164:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+List.swift:165:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+NSOpenDialog.swift:220:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("Select one image") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+NSSaveDialog.swift:257:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("Select one image") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+NumberStepper.swift:200:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+PDFView.swift:165:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+Popover.swift:179:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+Switch.swift:453:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSButton+checkbox.swift:112:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSButton+radio.swift:323:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default", traits: .fixedLayout(width: 500, height: 800)) {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSColorWell+appkitui.swift:164:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSComboBox+appkitui.swift:184:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSComboButton+appkitui.swift:173:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSDateControl+appkitui.swift:259:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSDateControl+appkitui.swift:304:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("calendar") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSDateControl+appkitui.swift:359:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("timezones") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSFont+appkitui.swift:135:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("Defined Fonts") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSFont+appkitui.swift:248:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("Font Weights") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSFont+appkitui.swift:311:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("Font Size") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSGridView+appkitui.swift:361:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSImageView+appkitui.swift:210:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSLevelIndicator+appkitui.swift:201:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSMenu+appkitui.swift:118:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSPathControl+appkitui.swift:151:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSPopUpButton+appkitui.swift:159:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSProgressIndicator+appkitui.swift:113:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSSearchField+appkitui.swift:117:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSSecureTextField+appkitui.swift:39:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSSegmentedControl+appkitui.swift:405:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSSlider+appkitui.swift:192:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSStackView+appkitui.swift:274:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("Simple slider") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSStackView+appkitui.swift:282:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("Doco") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSStackView+appkitui.swift:304:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("Simple Settings") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSStepper+appkitui.swift:173:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSSwitch+appkitui.swift:116:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSTextField+appkitui.swift:527:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSTokenField+appkitui.swift:188:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSVisualEffectView+appkitui.swift:198:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
[95/105] Compiling AppKitUI NSButton+appkitui.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+PDFView.swift:66:24: error: attribute can only be applied to declarations, not types
extension AUIPDFView: @preconcurrency PDFViewDelegate {
                      ~^~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+TextView.swift:201:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+ViewSwitcher.swift:78:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:270:14: warning: main actor-isolated instance method 'webView(_:decidePolicyFor:decisionHandler:)' cannot be used to satisfy nonisolated protocol requirement
        public func webView(_ webView: WKWebView, decidePolicyFor navigationAction: WKNavigationAction, decisionHandler: @escaping (WKNavigationActionPolicy) -> Void) {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:270:14: note: add 'nonisolated' to 'webView(_:decidePolicyFor:decisionHandler:)' to make this instance method not isolated to the actor
        public func webView(_ webView: WKWebView, decidePolicyFor navigationAction: WKNavigationAction, decisionHandler: @escaping (WKNavigationActionPolicy) -> Void) {
                    ^
        nonisolated
WebKit.WKNavigationDelegate:3:19: note: 'webView(_:decidePolicyFor:decisionHandler:)' declared here
    optional func webView(_ webView: WKWebView, decidePolicyFor navigationAction: WKNavigationAction, decisionHandler: @escaping (WKNavigationActionPolicy) -> Void)
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:261:14: warning: main actor-isolated instance method 'webView(_:didStartProvisionalNavigation:)' cannot be used to satisfy nonisolated protocol requirement
        public func webView(_ webView: WKWebView, didStartProvisionalNavigation navigation: WKNavigation!) {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:261:14: note: add 'nonisolated' to 'webView(_:didStartProvisionalNavigation:)' to make this instance method not isolated to the actor
        public func webView(_ webView: WKWebView, didStartProvisionalNavigation navigation: WKNavigation!) {
                    ^
        nonisolated
WebKit.WKNavigationDelegate:22:19: note: 'webView(_:didStartProvisionalNavigation:)' declared here
    optional func webView(_ webView: WKWebView, didStartProvisionalNavigation navigation: WKNavigation!)
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:279:14: warning: main actor-isolated instance method 'webView(_:didFailProvisionalNavigation:withError:)' cannot be used to satisfy nonisolated protocol requirement
        public func webView(_ webView: WKWebView, didFailProvisionalNavigation navigation: WKNavigation!, withError error: any Error) {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:279:14: note: add 'nonisolated' to 'webView(_:didFailProvisionalNavigation:withError:)' to make this instance method not isolated to the actor
        public func webView(_ webView: WKWebView, didFailProvisionalNavigation navigation: WKNavigation!, withError error: any Error) {
                    ^
        nonisolated
WebKit.WKNavigationDelegate:26:19: note: 'webView(_:didFailProvisionalNavigation:withError:)' declared here
    optional func webView(_ webView: WKWebView, didFailProvisionalNavigation navigation: WKNavigation!, withError error: any Error)
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:287:14: warning: main actor-isolated instance method 'webView(_:didFinish:)' cannot be used to satisfy nonisolated protocol requirement
        public func webView(_ webView: WKWebView, didFinish navigation: WKNavigation!) {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:287:14: note: add 'nonisolated' to 'webView(_:didFinish:)' to make this instance method not isolated to the actor
        public func webView(_ webView: WKWebView, didFinish navigation: WKNavigation!) {
                    ^
        nonisolated
WebKit.WKNavigationDelegate:32:19: note: 'webView(_:didFinish:)' declared here
    optional func webView(_ webView: WKWebView, didFinish navigation: WKNavigation!)
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:283:14: warning: main actor-isolated instance method 'webView(_:didFail:withError:)' cannot be used to satisfy nonisolated protocol requirement
        public func webView(_ webView: WKWebView, didFail navigation: WKNavigation!, withError error: any Error) {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:283:14: note: add 'nonisolated' to 'webView(_:didFail:withError:)' to make this instance method not isolated to the actor
        public func webView(_ webView: WKWebView, didFail navigation: WKNavigation!, withError error: any Error) {
                    ^
        nonisolated
WebKit.WKNavigationDelegate:36:19: note: 'webView(_:didFail:withError:)' declared here
    optional func webView(_ webView: WKWebView, didFail navigation: WKNavigation!, withError error: any Error)
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+WebView.swift:307:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+ColorSelector.swift:436:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+ComboButton.swift:200:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+Disclosure.swift:164:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+List.swift:165:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+NSOpenDialog.swift:220:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("Select one image") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+NSSaveDialog.swift:257:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("Select one image") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+NumberStepper.swift:200:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+PDFView.swift:165:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+Popover.swift:179:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+Switch.swift:453:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSButton+checkbox.swift:112:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSButton+radio.swift:323:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default", traits: .fixedLayout(width: 500, height: 800)) {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSColorWell+appkitui.swift:164:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSComboBox+appkitui.swift:184:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSComboButton+appkitui.swift:173:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSDateControl+appkitui.swift:259:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSDateControl+appkitui.swift:304:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("calendar") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSDateControl+appkitui.swift:359:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("timezones") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSFont+appkitui.swift:135:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("Defined Fonts") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSFont+appkitui.swift:248:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("Font Weights") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSFont+appkitui.swift:311:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("Font Size") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSGridView+appkitui.swift:361:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSImageView+appkitui.swift:210:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSLevelIndicator+appkitui.swift:201:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSMenu+appkitui.swift:118:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSPathControl+appkitui.swift:151:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSPopUpButton+appkitui.swift:159:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSProgressIndicator+appkitui.swift:113:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSSearchField+appkitui.swift:117:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSSecureTextField+appkitui.swift:39:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSSegmentedControl+appkitui.swift:405:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSSlider+appkitui.swift:192:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSStackView+appkitui.swift:274:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("Simple slider") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSStackView+appkitui.swift:282:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("Doco") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSStackView+appkitui.swift:304:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("Simple Settings") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSStepper+appkitui.swift:173:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSSwitch+appkitui.swift:116:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSTextField+appkitui.swift:527:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSTokenField+appkitui.swift:188:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSVisualEffectView+appkitui.swift:198:1: error: ambiguous use of 'Preview(_:traits:body:)'
#Preview("default") {
^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSView) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
AppKit.Preview:2:41: note: found this candidate
@freestanding(declaration) public macro Preview(_ name: String? = nil, traits: PreviewTrait<Preview.ViewTraits>..., body: @escaping @MainActor () -> NSViewController) = #externalMacro(module: "PreviewsMacros", type: "Common")
                                        ^
[96/105] Compiling AppKitUI FlowCollectionView.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+PDFView.swift:66:24: error: attribute can only be applied to declarations, not types
extension AUIPDFView: @preconcurrency PDFViewDelegate {
                      ~^~~~~~~~~~~~~~~

[97/105] Compiling AppKitUI NSCopying+extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+PDFView.swift:66:24: error: attribute can only be applied to declarations, not types
extension AUIPDFView: @preconcurrency PDFViewDelegate {
                      ~^~~~~~~~~~~~~~~

[98/105] Compiling AppKitUI NSLayoutConstraint+extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+PDFView.swift:66:24: error: attribute can only be applied to declarations, not types
extension AUIPDFView: @preconcurrency PDFViewDelegate {
                      ~^~~~~~~~~~~~~~~

[99/105] Compiling AppKitUI NSObject+arbitraryValues.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+PDFView.swift:66:24: error: attribute can only be applied to declarations, not types
extension AUIPDFView: @preconcurrency PDFViewDelegate {
                      ~^~~~~~~~~~~~~~~

[100/105] Compiling AppKitUI NSObject+associated.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+PDFView.swift:66:24: error: attribute can only be applied to declarations, not types
extension AUIPDFView: @preconcurrency PDFViewDelegate {
                      ~^~~~~~~~~~~~~~~

[101/105] Compiling AppKitUI NSRange+extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+PDFView.swift:66:24: error: attribute can only be applied to declarations, not types
extension AUIPDFView: @preconcurrency PDFViewDelegate {
                      ~^~~~~~~~~~~~~~~

[102/105] Compiling AppKitUI OSLogger.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+PDFView.swift:66:24: error: attribute can only be applied to declarations, not types
extension AUIPDFView: @preconcurrency PDFViewDelegate {
                      ~^~~~~~~~~~~~~~~

[103/105] Compiling AppKitUI Optional+extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+PDFView.swift:66:24: error: attribute can only be applied to declarations, not types
extension AUIPDFView: @preconcurrency PDFViewDelegate {
                      ~^~~~~~~~~~~~~~~

[104/105] Compiling AppKitUI ReentryChecker.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+PDFView.swift:66:24: error: attribute can only be applied to declarations, not types
extension AUIPDFView: @preconcurrency PDFViewDelegate {
                      ~^~~~~~~~~~~~~~~

[105/105] Compiling AppKitUI ScrollableTextView.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/AppKitUI+PDFView.swift:66:24: error: attribute can only be applied to declarations, not types
extension AUIPDFView: @preconcurrency PDFViewDelegate {
                      ~^~~~~~~~~~~~~~~

error: fatalError
BUILD FAILURE 5.10 macosSpm