The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AppKitUI, reference main (d2f4d5), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 03:43:41 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dagronf/AppKitUI.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dagronf/AppKitUI
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d2f4d59 Update swift.yml
Cloned https://github.com/dagronf/AppKitUI.git
Revision (git rev-parse @):
d2f4d5919e7b17588295c559d8314ef1eeb09fde
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/dagronf/AppKitUI.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "appkitui",
      "name": "AppKitUI",
      "url": "https://github.com/dagronf/AppKitUI.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AppKitUI",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/dagronf/AppKitUI.git
[1/1353] Fetching appkitui
Fetched https://github.com/dagronf/AppKitUI.git from cache (0.99s)
Creating working copy for https://github.com/dagronf/AppKitUI.git
Working copy of https://github.com/dagronf/AppKitUI.git resolved at main (d2f4d59)
warning: '.resolve-product-dependencies': dependency 'appkitui' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/dagronf/AppKitUI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/123] Emitting module AppKitUI
[4/136] Compiling AppKitUI NSImage+extensions.swift
[5/136] Compiling AppKitUI NSLayoutConstraint+extensions.swift
[6/136] Compiling AppKitUI NSObject+arbitraryValues.swift
[7/136] Compiling AppKitUI NSObject+associated.swift
[8/136] Compiling AppKitUI NSRange+extensions.swift
[9/136] Compiling AppKitUI NSView+extensions.swift
[10/136] Compiling AppKitUI OSLogger.swift
[11/136] Compiling AppKitUI Optional+extensions.swift
[12/136] Compiling AppKitUI Range+extensions.swift
[13/136] Compiling AppKitUI ReentryChecker.swift
[14/136] Compiling AppKitUI ScrollableTextView.swift
[15/136] Compiling AppKitUI ViewAppearanceObservation.swift
[16/136] Compiling AppKitUI global.swift
[17/136] Compiling AppKitUI NSWindow+appkitui.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSWindow+appkitui.swift:223:5: warning: converting function value of type '@MainActor @Sendable (Notification) -> Void' to '@Sendable (Notification) -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
221 | 			object: w,
222 | 			queue: .main
223 | 		) { @MainActor [weak self] _ in
    |     `- warning: converting function value of type '@MainActor @Sendable (Notification) -> Void' to '@Sendable (Notification) -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
224 | 			guard let `self` = self else { return }
225 | 			if self.isClosing == false {
[18/136] Compiling AppKitUI NumberFormatter+appkitui.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSWindow+appkitui.swift:223:5: warning: converting function value of type '@MainActor @Sendable (Notification) -> Void' to '@Sendable (Notification) -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
221 | 			object: w,
222 | 			queue: .main
223 | 		) { @MainActor [weak self] _ in
    |     `- warning: converting function value of type '@MainActor @Sendable (Notification) -> Void' to '@Sendable (Notification) -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
224 | 			guard let `self` = self else { return }
225 | 			if self.isClosing == false {
[19/136] Compiling AppKitUI Bind+Aggregator.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSWindow+appkitui.swift:223:5: warning: converting function value of type '@MainActor @Sendable (Notification) -> Void' to '@Sendable (Notification) -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
221 | 			object: w,
222 | 			queue: .main
223 | 		) { @MainActor [weak self] _ in
    |     `- warning: converting function value of type '@MainActor @Sendable (Notification) -> Void' to '@Sendable (Notification) -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
224 | 			guard let `self` = self else { return }
225 | 			if self.isClosing == false {
[20/136] Compiling AppKitUI Bind+OneWayTransform.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSWindow+appkitui.swift:223:5: warning: converting function value of type '@MainActor @Sendable (Notification) -> Void' to '@Sendable (Notification) -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
221 | 			object: w,
222 | 			queue: .main
223 | 		) { @MainActor [weak self] _ in
    |     `- warning: converting function value of type '@MainActor @Sendable (Notification) -> Void' to '@Sendable (Notification) -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
224 | 			guard let `self` = self else { return }
225 | 			if self.isClosing == false {
[21/136] Compiling AppKitUI Bind+Transformers.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSWindow+appkitui.swift:223:5: warning: converting function value of type '@MainActor @Sendable (Notification) -> Void' to '@Sendable (Notification) -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
221 | 			object: w,
222 | 			queue: .main
223 | 		) { @MainActor [weak self] _ in
    |     `- warning: converting function value of type '@MainActor @Sendable (Notification) -> Void' to '@Sendable (Notification) -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
224 | 			guard let `self` = self else { return }
225 | 			if self.isClosing == false {
[22/136] Compiling AppKitUI Bind+TwoWayTransform.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSWindow+appkitui.swift:223:5: warning: converting function value of type '@MainActor @Sendable (Notification) -> Void' to '@Sendable (Notification) -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
221 | 			object: w,
222 | 			queue: .main
223 | 		) { @MainActor [weak self] _ in
    |     `- warning: converting function value of type '@MainActor @Sendable (Notification) -> Void' to '@Sendable (Notification) -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
224 | 			guard let `self` = self else { return }
225 | 			if self.isClosing == false {
[23/136] Compiling AppKitUI Bind.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSWindow+appkitui.swift:223:5: warning: converting function value of type '@MainActor @Sendable (Notification) -> Void' to '@Sendable (Notification) -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
221 | 			object: w,
222 | 			queue: .main
223 | 		) { @MainActor [weak self] _ in
    |     `- warning: converting function value of type '@MainActor @Sendable (Notification) -> Void' to '@Sendable (Notification) -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
224 | 			guard let `self` = self else { return }
225 | 			if self.isClosing == false {
[24/136] Compiling AppKitUI Bindable.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSWindow+appkitui.swift:223:5: warning: converting function value of type '@MainActor @Sendable (Notification) -> Void' to '@Sendable (Notification) -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
221 | 			object: w,
222 | 			queue: .main
223 | 		) { @MainActor [weak self] _ in
    |     `- warning: converting function value of type '@MainActor @Sendable (Notification) -> Void' to '@Sendable (Notification) -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
224 | 			guard let `self` = self else { return }
225 | 			if self.isClosing == false {
[25/136] Compiling AppKitUI DelayingCall.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSWindow+appkitui.swift:223:5: warning: converting function value of type '@MainActor @Sendable (Notification) -> Void' to '@Sendable (Notification) -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
221 | 			object: w,
222 | 			queue: .main
223 | 		) { @MainActor [weak self] _ in
    |     `- warning: converting function value of type '@MainActor @Sendable (Notification) -> Void' to '@Sendable (Notification) -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
224 | 			guard let `self` = self else { return }
225 | 			if self.isClosing == false {
[26/136] Compiling AppKitUI AppKitUI+ComboButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSWindow+appkitui.swift:223:5: warning: converting function value of type '@MainActor @Sendable (Notification) -> Void' to '@Sendable (Notification) -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
221 | 			object: w,
222 | 			queue: .main
223 | 		) { @MainActor [weak self] _ in
    |     `- warning: converting function value of type '@MainActor @Sendable (Notification) -> Void' to '@Sendable (Notification) -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
224 | 			guard let `self` = self else { return }
225 | 			if self.isClosing == false {
[27/136] Compiling AppKitUI AppKitUI+LinkButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSWindow+appkitui.swift:223:5: warning: converting function value of type '@MainActor @Sendable (Notification) -> Void' to '@Sendable (Notification) -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
221 | 			object: w,
222 | 			queue: .main
223 | 		) { @MainActor [weak self] _ in
    |     `- warning: converting function value of type '@MainActor @Sendable (Notification) -> Void' to '@Sendable (Notification) -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
224 | 			guard let `self` = self else { return }
225 | 			if self.isClosing == false {
[28/136] Compiling AppKitUI AppKitUI+TransparentButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSWindow+appkitui.swift:223:5: warning: converting function value of type '@MainActor @Sendable (Notification) -> Void' to '@Sendable (Notification) -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
221 | 			object: w,
222 | 			queue: .main
223 | 		) { @MainActor [weak self] _ in
    |     `- warning: converting function value of type '@MainActor @Sendable (Notification) -> Void' to '@Sendable (Notification) -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
224 | 			guard let `self` = self else { return }
225 | 			if self.isClosing == false {
[29/136] Compiling AppKitUI NSButton+appkitui.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSWindow+appkitui.swift:223:5: warning: converting function value of type '@MainActor @Sendable (Notification) -> Void' to '@Sendable (Notification) -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
221 | 			object: w,
222 | 			queue: .main
223 | 		) { @MainActor [weak self] _ in
    |     `- warning: converting function value of type '@MainActor @Sendable (Notification) -> Void' to '@Sendable (Notification) -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
224 | 			guard let `self` = self else { return }
225 | 			if self.isClosing == false {
[30/136] Compiling AppKitUI AppKitUI+ColorSelector.swift
[31/136] Compiling AppKitUI AppKitUI+ContentUnavailable.swift
[32/136] Compiling AppKitUI AppKitUI+Divider.swift
[33/136] Compiling AppKitUI AppKitUI+DragInfo.swift
[34/136] Compiling AppKitUI AppKitUI+DropView.swift
[35/136] Compiling AppKitUI AppKitUI+IndexValues.swift
[36/136] Compiling AppKitUI AppKitUI+LayoutContainer.swift
[37/136] Compiling AppKitUI AppKitUI+List.swift
[38/136] Compiling AppKitUI AppKitUI+NumberStepper.swift
[39/136] Compiling AppKitUI AppKitUI+PDFView.swift
[40/136] Compiling AppKitUI AppKitUI+ResolvableColor.swift
[41/136] Compiling AppKitUI AppKitUI+SpacerView.swift
[42/136] Compiling AppKitUI AppKitUI+Switch.swift
[43/136] Compiling AppKitUI AppKitUI+TargetAction.swift
[44/136] Compiling AppKitUI NSFont+appkitui.swift
[45/136] Compiling AppKitUI NSGlassEffectContainerView+appkitui.swift
[46/136] Compiling AppKitUI NSGlassEffectView+appkitui.swift
[47/136] Compiling AppKitUI NSGraphicsContent+appkitui.swift
[48/136] Compiling AppKitUI NSGridView+Row+appkitui.swift
[49/136] Compiling AppKitUI NSGridView+appkitui.swift
[50/136] Compiling AppKitUI NSLevelIndicator+appkitui.swift
[51/136] Compiling AppKitUI NSPathControl+appkitui.swift
[52/136] Compiling AppKitUI NSPopUpButton+appkitui.swift
[53/136] Compiling AppKitUI NSProgressIndicator+appkitui.swift
[54/136] Compiling AppKitUI NSSearchField+appkitui.swift
[55/136] Compiling AppKitUI NSSecureTextField+appkitui.swift
[56/136] Compiling AppKitUI NSSegmentedControl+appkitui.swift
[57/136] Compiling AppKitUI NSSlider+appkitui.swift
[58/136] Compiling AppKitUI NSOpenPanel+appkitui.swift
[59/136] Compiling AppKitUI NSSavePanel+appkitui.swift
[60/136] Compiling AppKitUI AppKitUI+Capsule.swift
[61/136] Compiling AppKitUI AppKitUI+Circle.swift
[62/136] Compiling AppKitUI AppKitUI+Ellipse.swift
[63/136] Compiling AppKitUI AppKitUI+Rectangle.swift
[64/136] Compiling AppKitUI AppKitUI+Shape.swift
[65/136] Compiling AppKitUI AppKitUI+Disclosure.swift
[66/136] Compiling AppKitUI AppKitUI+Flow.swift
[67/136] Compiling AppKitUI AppKitUI+GlassEffect.swift
[68/136] Compiling AppKitUI AppKitUI+GlassEffectContainer.swift
[69/136] Compiling AppKitUI AppKitUI+HidingView.swift
[70/136] Compiling AppKitUI AppKitUI+ScrollView.swift
[71/136] Compiling AppKitUI AppKitUI+TextView.swift
[72/136] Compiling AppKitUI AppKitUI+UserInterfaceIdentifier.swift
[73/136] Compiling AppKitUI AppKitUI+ViewBodyGenerator.swift
[74/136] Compiling AppKitUI AppKitUI+ViewController.swift
[75/136] Compiling AppKitUI AppKitUI+WebView.swift
[76/136] Compiling AppKitUI AppKitUI.swift
[77/136] Compiling AppKitUI NSBackgroundExtensionView+appkitui.swift
[78/136] Compiling AppKitUI NSBox+appkitui.swift
[79/136] Compiling AppKitUI NSColor+appkitui.swift
[80/136] Compiling AppKitUI NSColorWell+appkitui.swift
[81/136] Compiling AppKitUI NSComboBox+appkitui.swift
[82/136] Compiling AppKitUI NSComboButton+appkitui.swift
[83/136] Compiling AppKitUI NSControl+appkitui.swift
[84/136] Compiling AppKitUI NSDateControl+appkitui.swift
[85/136] Compiling AppKitUI AppKitUI+FillStyle+Image.swift
[86/136] Compiling AppKitUI AppKitUI+FillStyle+Stripes.swift
[87/136] Compiling AppKitUI AppKitUI+FillStyle.swift
[88/136] Compiling AppKitUI NSImage+appkitui.swift
[89/136] Compiling AppKitUI NSImageView+appkitui.swift
[90/136] Compiling AppKitUI NSMenu+appkitui.swift
[91/136] Compiling AppKitUI NSMenuItem+appkitui.swift
[92/136] Compiling AppKitUI NSMenuItem+palette.swift
[93/136] Compiling AppKitUI NSMenuItem+view.swift
[94/136] Compiling AppKitUI AppKitUI+Alert.swift
[95/136] Compiling AppKitUI AppKitUI+Popover.swift
[96/136] Compiling AppKitUI AppKitUI+Sheet.swift
[97/136] Compiling AppKitUI NSAlert+appkitui.swift
[98/136] Compiling AppKitUI AppKitUI+SplitView.swift
[99/136] Compiling AppKitUI AppKitUI+Stack.swift
[100/136] Compiling AppKitUI AppKitUI+TabView.swift
[101/136] Compiling AppKitUI AppKitUI+ViewSwitcher.swift
[102/136] Compiling AppKitUI AppKitUI+ZStack.swift
[103/136] Compiling AppKitUI AppKitUI+TokenField.swift
[104/136] Compiling AppKitUI NSTokenField+appkitui.swift
[105/136] Compiling AppKitUI Array+extensions.swift
[106/136] Compiling AppKitUI CATransaction+extensions.swift
[107/136] Compiling AppKitUI DesignTime+PreviewBackport.swift
[108/136] Compiling AppKitUI FlowCollectionView.swift
[109/136] Compiling AppKitUI NSColor+extensions.swift
[110/136] Compiling AppKitUI NSCopying+extensions.swift
[111/136] Compiling AppKitUI NSStackView+appkitui.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSView+appkitui.swift:724:32: warning: capture of 'wc' with non-Sendable type 'any WindowedContentProtocol' in a '@Sendable' closure [#SendableClosureCaptures]
651 | /// Windowed content associated with a view (eg. alerts, sheets etc)
652 | @MainActor
653 | protocol WindowedContentProtocol {
    |          `- note: protocol 'WindowedContentProtocol' does not conform to the 'Sendable' protocol
654 | 	func willCloseWindowedContent()
655 | }
    :
722 | 			os_log("deinit: NSView.Storage", log: logger, type: .debug)
723 | 			self.windowedContent.forEach { wc in
724 | 				DispatchQueue.main.async { wc.willCloseWindowedContent() }
    |                                `- warning: capture of 'wc' with non-Sendable type 'any WindowedContentProtocol' in a '@Sendable' closure [#SendableClosureCaptures]
725 | 			}
726 | 			self.windowedContent = []
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[112/136] Compiling AppKitUI NSStepper+appkitui.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSView+appkitui.swift:724:32: warning: capture of 'wc' with non-Sendable type 'any WindowedContentProtocol' in a '@Sendable' closure [#SendableClosureCaptures]
651 | /// Windowed content associated with a view (eg. alerts, sheets etc)
652 | @MainActor
653 | protocol WindowedContentProtocol {
    |          `- note: protocol 'WindowedContentProtocol' does not conform to the 'Sendable' protocol
654 | 	func willCloseWindowedContent()
655 | }
    :
722 | 			os_log("deinit: NSView.Storage", log: logger, type: .debug)
723 | 			self.windowedContent.forEach { wc in
724 | 				DispatchQueue.main.async { wc.willCloseWindowedContent() }
    |                                `- warning: capture of 'wc' with non-Sendable type 'any WindowedContentProtocol' in a '@Sendable' closure [#SendableClosureCaptures]
725 | 			}
726 | 			self.windowedContent = []
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[113/136] Compiling AppKitUI NSSwitch+appkitui.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSView+appkitui.swift:724:32: warning: capture of 'wc' with non-Sendable type 'any WindowedContentProtocol' in a '@Sendable' closure [#SendableClosureCaptures]
651 | /// Windowed content associated with a view (eg. alerts, sheets etc)
652 | @MainActor
653 | protocol WindowedContentProtocol {
    |          `- note: protocol 'WindowedContentProtocol' does not conform to the 'Sendable' protocol
654 | 	func willCloseWindowedContent()
655 | }
    :
722 | 			os_log("deinit: NSView.Storage", log: logger, type: .debug)
723 | 			self.windowedContent.forEach { wc in
724 | 				DispatchQueue.main.async { wc.willCloseWindowedContent() }
    |                                `- warning: capture of 'wc' with non-Sendable type 'any WindowedContentProtocol' in a '@Sendable' closure [#SendableClosureCaptures]
725 | 			}
726 | 			self.windowedContent = []
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[114/136] Compiling AppKitUI NSTextField+appkitui.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSView+appkitui.swift:724:32: warning: capture of 'wc' with non-Sendable type 'any WindowedContentProtocol' in a '@Sendable' closure [#SendableClosureCaptures]
651 | /// Windowed content associated with a view (eg. alerts, sheets etc)
652 | @MainActor
653 | protocol WindowedContentProtocol {
    |          `- note: protocol 'WindowedContentProtocol' does not conform to the 'Sendable' protocol
654 | 	func willCloseWindowedContent()
655 | }
    :
722 | 			os_log("deinit: NSView.Storage", log: logger, type: .debug)
723 | 			self.windowedContent.forEach { wc in
724 | 				DispatchQueue.main.async { wc.willCloseWindowedContent() }
    |                                `- warning: capture of 'wc' with non-Sendable type 'any WindowedContentProtocol' in a '@Sendable' closure [#SendableClosureCaptures]
725 | 			}
726 | 			self.windowedContent = []
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[115/136] Compiling AppKitUI NSView+accessibility.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSView+appkitui.swift:724:32: warning: capture of 'wc' with non-Sendable type 'any WindowedContentProtocol' in a '@Sendable' closure [#SendableClosureCaptures]
651 | /// Windowed content associated with a view (eg. alerts, sheets etc)
652 | @MainActor
653 | protocol WindowedContentProtocol {
    |          `- note: protocol 'WindowedContentProtocol' does not conform to the 'Sendable' protocol
654 | 	func willCloseWindowedContent()
655 | }
    :
722 | 			os_log("deinit: NSView.Storage", log: logger, type: .debug)
723 | 			self.windowedContent.forEach { wc in
724 | 				DispatchQueue.main.async { wc.willCloseWindowedContent() }
    |                                `- warning: capture of 'wc' with non-Sendable type 'any WindowedContentProtocol' in a '@Sendable' closure [#SendableClosureCaptures]
725 | 			}
726 | 			self.windowedContent = []
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[116/136] Compiling AppKitUI NSView+appearance.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSView+appkitui.swift:724:32: warning: capture of 'wc' with non-Sendable type 'any WindowedContentProtocol' in a '@Sendable' closure [#SendableClosureCaptures]
651 | /// Windowed content associated with a view (eg. alerts, sheets etc)
652 | @MainActor
653 | protocol WindowedContentProtocol {
    |          `- note: protocol 'WindowedContentProtocol' does not conform to the 'Sendable' protocol
654 | 	func willCloseWindowedContent()
655 | }
    :
722 | 			os_log("deinit: NSView.Storage", log: logger, type: .debug)
723 | 			self.windowedContent.forEach { wc in
724 | 				DispatchQueue.main.async { wc.willCloseWindowedContent() }
    |                                `- warning: capture of 'wc' with non-Sendable type 'any WindowedContentProtocol' in a '@Sendable' closure [#SendableClosureCaptures]
725 | 			}
726 | 			self.windowedContent = []
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[117/136] Compiling AppKitUI NSView+appkitui.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSView+appkitui.swift:724:32: warning: capture of 'wc' with non-Sendable type 'any WindowedContentProtocol' in a '@Sendable' closure [#SendableClosureCaptures]
651 | /// Windowed content associated with a view (eg. alerts, sheets etc)
652 | @MainActor
653 | protocol WindowedContentProtocol {
    |          `- note: protocol 'WindowedContentProtocol' does not conform to the 'Sendable' protocol
654 | 	func willCloseWindowedContent()
655 | }
    :
722 | 			os_log("deinit: NSView.Storage", log: logger, type: .debug)
723 | 			self.windowedContent.forEach { wc in
724 | 				DispatchQueue.main.async { wc.willCloseWindowedContent() }
    |                                `- warning: capture of 'wc' with non-Sendable type 'any WindowedContentProtocol' in a '@Sendable' closure [#SendableClosureCaptures]
725 | 			}
726 | 			self.windowedContent = []
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[118/136] Compiling AppKitUI NSView+constraints.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSView+appkitui.swift:724:32: warning: capture of 'wc' with non-Sendable type 'any WindowedContentProtocol' in a '@Sendable' closure [#SendableClosureCaptures]
651 | /// Windowed content associated with a view (eg. alerts, sheets etc)
652 | @MainActor
653 | protocol WindowedContentProtocol {
    |          `- note: protocol 'WindowedContentProtocol' does not conform to the 'Sendable' protocol
654 | 	func willCloseWindowedContent()
655 | }
    :
722 | 			os_log("deinit: NSView.Storage", log: logger, type: .debug)
723 | 			self.windowedContent.forEach { wc in
724 | 				DispatchQueue.main.async { wc.willCloseWindowedContent() }
    |                                `- warning: capture of 'wc' with non-Sendable type 'any WindowedContentProtocol' in a '@Sendable' closure [#SendableClosureCaptures]
725 | 			}
726 | 			self.windowedContent = []
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[119/136] Compiling AppKitUI NSView+filters.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSView+appkitui.swift:724:32: warning: capture of 'wc' with non-Sendable type 'any WindowedContentProtocol' in a '@Sendable' closure [#SendableClosureCaptures]
651 | /// Windowed content associated with a view (eg. alerts, sheets etc)
652 | @MainActor
653 | protocol WindowedContentProtocol {
    |          `- note: protocol 'WindowedContentProtocol' does not conform to the 'Sendable' protocol
654 | 	func willCloseWindowedContent()
655 | }
    :
722 | 			os_log("deinit: NSView.Storage", log: logger, type: .debug)
723 | 			self.windowedContent.forEach { wc in
724 | 				DispatchQueue.main.async { wc.willCloseWindowedContent() }
    |                                `- warning: capture of 'wc' with non-Sendable type 'any WindowedContentProtocol' in a '@Sendable' closure [#SendableClosureCaptures]
725 | 			}
726 | 			self.windowedContent = []
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[120/136] Compiling AppKitUI NSView+gestures.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSView+appkitui.swift:724:32: warning: capture of 'wc' with non-Sendable type 'any WindowedContentProtocol' in a '@Sendable' closure [#SendableClosureCaptures]
651 | /// Windowed content associated with a view (eg. alerts, sheets etc)
652 | @MainActor
653 | protocol WindowedContentProtocol {
    |          `- note: protocol 'WindowedContentProtocol' does not conform to the 'Sendable' protocol
654 | 	func willCloseWindowedContent()
655 | }
    :
722 | 			os_log("deinit: NSView.Storage", log: logger, type: .debug)
723 | 			self.windowedContent.forEach { wc in
724 | 				DispatchQueue.main.async { wc.willCloseWindowedContent() }
    |                                `- warning: capture of 'wc' with non-Sendable type 'any WindowedContentProtocol' in a '@Sendable' closure [#SendableClosureCaptures]
725 | 			}
726 | 			self.windowedContent = []
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[121/136] Compiling AppKitUI NSView+mask.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSView+appkitui.swift:724:32: warning: capture of 'wc' with non-Sendable type 'any WindowedContentProtocol' in a '@Sendable' closure [#SendableClosureCaptures]
651 | /// Windowed content associated with a view (eg. alerts, sheets etc)
652 | @MainActor
653 | protocol WindowedContentProtocol {
    |          `- note: protocol 'WindowedContentProtocol' does not conform to the 'Sendable' protocol
654 | 	func willCloseWindowedContent()
655 | }
    :
722 | 			os_log("deinit: NSView.Storage", log: logger, type: .debug)
723 | 			self.windowedContent.forEach { wc in
724 | 				DispatchQueue.main.async { wc.willCloseWindowedContent() }
    |                                `- warning: capture of 'wc' with non-Sendable type 'any WindowedContentProtocol' in a '@Sendable' closure [#SendableClosureCaptures]
725 | 			}
726 | 			self.windowedContent = []
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[122/136] Compiling AppKitUI NSViewController+extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSView+appkitui.swift:724:32: warning: capture of 'wc' with non-Sendable type 'any WindowedContentProtocol' in a '@Sendable' closure [#SendableClosureCaptures]
651 | /// Windowed content associated with a view (eg. alerts, sheets etc)
652 | @MainActor
653 | protocol WindowedContentProtocol {
    |          `- note: protocol 'WindowedContentProtocol' does not conform to the 'Sendable' protocol
654 | 	func willCloseWindowedContent()
655 | }
    :
722 | 			os_log("deinit: NSView.Storage", log: logger, type: .debug)
723 | 			self.windowedContent.forEach { wc in
724 | 				DispatchQueue.main.async { wc.willCloseWindowedContent() }
    |                                `- warning: capture of 'wc' with non-Sendable type 'any WindowedContentProtocol' in a '@Sendable' closure [#SendableClosureCaptures]
725 | 			}
726 | 			self.windowedContent = []
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[123/136] Compiling AppKitUI NSVisualEffectView+appkitui.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppKitUI/NSView+appkitui.swift:724:32: warning: capture of 'wc' with non-Sendable type 'any WindowedContentProtocol' in a '@Sendable' closure [#SendableClosureCaptures]
651 | /// Windowed content associated with a view (eg. alerts, sheets etc)
652 | @MainActor
653 | protocol WindowedContentProtocol {
    |          `- note: protocol 'WindowedContentProtocol' does not conform to the 'Sendable' protocol
654 | 	func willCloseWindowedContent()
655 | }
    :
722 | 			os_log("deinit: NSView.Storage", log: logger, type: .debug)
723 | 			self.windowedContent.forEach { wc in
724 | 				DispatchQueue.main.async { wc.willCloseWindowedContent() }
    |                                `- warning: capture of 'wc' with non-Sendable type 'any WindowedContentProtocol' in a '@Sendable' closure [#SendableClosureCaptures]
725 | 			}
726 | 			self.windowedContent = []
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[124/136] Compiling AppKitUI NSButton+checkbox.swift
[125/136] Compiling AppKitUI NSButton+radio.swift
[126/136] Compiling AppKitUI AUIPageControl+SwiftUI.swift
[127/136] Compiling AppKitUI AUIPageControl.swift
[128/136] Compiling AppKitUI PageControlIndicatorView.swift
[129/136] Compiling AppKitUI PageControlIndicatorsView.swift
[130/136] Compiling AppKitUI PageImageView.swift
[131/136] Compiling AppKitUI WindowedContent.swift
[132/136] Compiling AppKitUI AppKitUI+Image.swift
[133/136] Compiling AppKitUI AppKitUI+PaddedTextField.swift
[134/136] Compiling AppKitUI AppKitUI+FillStyle+Checkerboard.swift
[135/136] Compiling AppKitUI AppKitUI+FillStyle+Color.swift
[136/136] Compiling AppKitUI AppKitUI+FillStyle+Gradient.swift
Build complete! (16.71s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AppKitUI",
  "name" : "AppKitUI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "AppKitUI",
      "targets" : [
        "AppKitUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AppKitUITests",
      "module_type" : "SwiftTarget",
      "name" : "AppKitUITests",
      "path" : "Tests/AppKitUITests",
      "sources" : [
        "AppKitUITests.swift"
      ],
      "target_dependencies" : [
        "AppKitUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AppKitUI",
      "module_type" : "SwiftTarget",
      "name" : "AppKitUI",
      "path" : "Sources/AppKitUI",
      "product_memberships" : [
        "AppKitUI"
      ],
      "sources" : [
        "AppKitUI+ColorSelector.swift",
        "AppKitUI+ContentUnavailable.swift",
        "AppKitUI+Divider.swift",
        "AppKitUI+DragInfo.swift",
        "AppKitUI+DropView.swift",
        "AppKitUI+IndexValues.swift",
        "AppKitUI+LayoutContainer.swift",
        "AppKitUI+List.swift",
        "AppKitUI+NumberStepper.swift",
        "AppKitUI+PDFView.swift",
        "AppKitUI+ResolvableColor.swift",
        "AppKitUI+SpacerView.swift",
        "AppKitUI+Switch.swift",
        "AppKitUI+TargetAction.swift",
        "AppKitUI+TextView.swift",
        "AppKitUI+UserInterfaceIdentifier.swift",
        "AppKitUI+ViewBodyGenerator.swift",
        "AppKitUI+ViewController.swift",
        "AppKitUI+WebView.swift",
        "AppKitUI.swift",
        "NSBackgroundExtensionView+appkitui.swift",
        "NSBox+appkitui.swift",
        "NSColor+appkitui.swift",
        "NSColorWell+appkitui.swift",
        "NSComboBox+appkitui.swift",
        "NSComboButton+appkitui.swift",
        "NSControl+appkitui.swift",
        "NSDateControl+appkitui.swift",
        "NSFont+appkitui.swift",
        "NSGlassEffectContainerView+appkitui.swift",
        "NSGlassEffectView+appkitui.swift",
        "NSGraphicsContent+appkitui.swift",
        "NSGridView+Row+appkitui.swift",
        "NSGridView+appkitui.swift",
        "NSLevelIndicator+appkitui.swift",
        "NSPathControl+appkitui.swift",
        "NSPopUpButton+appkitui.swift",
        "NSProgressIndicator+appkitui.swift",
        "NSSearchField+appkitui.swift",
        "NSSecureTextField+appkitui.swift",
        "NSSegmentedControl+appkitui.swift",
        "NSSlider+appkitui.swift",
        "NSStackView+appkitui.swift",
        "NSStepper+appkitui.swift",
        "NSSwitch+appkitui.swift",
        "NSTextField+appkitui.swift",
        "NSView+accessibility.swift",
        "NSView+appearance.swift",
        "NSView+appkitui.swift",
        "NSView+constraints.swift",
        "NSView+filters.swift",
        "NSView+gestures.swift",
        "NSView+mask.swift",
        "NSViewController+extensions.swift",
        "NSVisualEffectView+appkitui.swift",
        "NSWindow+appkitui.swift",
        "NumberFormatter+appkitui.swift",
        "bind/Bind+Aggregator.swift",
        "bind/Bind+OneWayTransform.swift",
        "bind/Bind+Transformers.swift",
        "bind/Bind+TwoWayTransform.swift",
        "bind/Bind.swift",
        "bind/Bindable.swift",
        "bind/DelayingCall.swift",
        "button/AppKitUI+ComboButton.swift",
        "button/AppKitUI+LinkButton.swift",
        "button/AppKitUI+TransparentButton.swift",
        "button/NSButton+appkitui.swift",
        "button/NSButton+checkbox.swift",
        "button/NSButton+radio.swift",
        "custom-controls/AUIPageControl/AUIPageControl+SwiftUI.swift",
        "custom-controls/AUIPageControl/AUIPageControl.swift",
        "custom-controls/AUIPageControl/private/PageControlIndicatorView.swift",
        "custom-controls/AUIPageControl/private/PageControlIndicatorsView.swift",
        "custom-controls/AUIPageControl/private/PageImageView.swift",
        "custom-controls/AUIPageControl/private/WindowedContent.swift",
        "custom-controls/AppKitUI+Image.swift",
        "custom-controls/AppKitUI+PaddedTextField.swift",
        "fill/AppKitUI+FillStyle+Checkerboard.swift",
        "fill/AppKitUI+FillStyle+Color.swift",
        "fill/AppKitUI+FillStyle+Gradient.swift",
        "fill/AppKitUI+FillStyle+Image.swift",
        "fill/AppKitUI+FillStyle+Stripes.swift",
        "fill/AppKitUI+FillStyle.swift",
        "image/NSImage+appkitui.swift",
        "image/NSImageView+appkitui.swift",
        "menu/NSMenu+appkitui.swift",
        "menu/NSMenuItem+appkitui.swift",
        "menu/NSMenuItem+palette.swift",
        "menu/NSMenuItem+view.swift",
        "panel/AppKitUI+Alert.swift",
        "panel/AppKitUI+Popover.swift",
        "panel/AppKitUI+Sheet.swift",
        "panel/NSAlert+appkitui.swift",
        "panel/NSOpenPanel+appkitui.swift",
        "panel/NSSavePanel+appkitui.swift",
        "shape/AppKitUI+Capsule.swift",
        "shape/AppKitUI+Circle.swift",
        "shape/AppKitUI+Ellipse.swift",
        "shape/AppKitUI+Rectangle.swift",
        "shape/AppKitUI+Shape.swift",
        "structure/AppKitUI+Disclosure.swift",
        "structure/AppKitUI+Flow.swift",
        "structure/AppKitUI+GlassEffect.swift",
        "structure/AppKitUI+GlassEffectContainer.swift",
        "structure/AppKitUI+HidingView.swift",
        "structure/AppKitUI+ScrollView.swift",
        "structure/AppKitUI+SplitView.swift",
        "structure/AppKitUI+Stack.swift",
        "structure/AppKitUI+TabView.swift",
        "structure/AppKitUI+ViewSwitcher.swift",
        "structure/AppKitUI+ZStack.swift",
        "tokenfield/AppKitUI+TokenField.swift",
        "tokenfield/NSTokenField+appkitui.swift",
        "utils/Array+extensions.swift",
        "utils/CATransaction+extensions.swift",
        "utils/DesignTime+PreviewBackport.swift",
        "utils/FlowCollectionView.swift",
        "utils/NSColor+extensions.swift",
        "utils/NSCopying+extensions.swift",
        "utils/NSImage+extensions.swift",
        "utils/NSLayoutConstraint+extensions.swift",
        "utils/NSObject+arbitraryValues.swift",
        "utils/NSObject+associated.swift",
        "utils/NSRange+extensions.swift",
        "utils/NSView+extensions.swift",
        "utils/OSLogger.swift",
        "utils/Optional+extensions.swift",
        "utils/Range+extensions.swift",
        "utils/ReentryChecker.swift",
        "utils/ScrollableTextView.swift",
        "utils/ViewAppearanceObservation.swift",
        "utils/global.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/dagronf/appkitui/main
Repository:               dagronf/AppKitUI
Swift version used:       6.3
Target:                   AppKitUI
Extracting symbol information for 'AppKitUI'...
Finished extracting symbol information for 'AppKitUI'. (47.66s)
Building documentation for 'AppKitUI'...
warning: Parameter 'fileURL' not found in instance method declaration
   --> Sources/AppKitUI/AppKitUI+PDFView.swift:107:6-107:58
105 |
106 | 	/// Display the content of a pdf
107 + 	/// - Parameter fileURL: The data for the pdf to display
    |      ╰─suggestion: Remove 'fileURL' parameter documentation
108 | 	/// - Returns: self
109 | 	@discardableResult
warning: Parameter 'pdfData' is missing documentation
   --> Sources/AppKitUI/AppKitUI+PDFView.swift:107:58-107:58
105 |
106 | 	/// Display the content of a pdf
107 + 	/// - Parameter fileURL: The data for the pdf to display
    |                                                          ╰─suggestion: Document 'pdfData' parameter
108 | 	/// - Returns: self
109 | 	@discardableResult
warning: Parameter 'spacing' is missing documentation
  --> Sources/AppKitUI/NSGlassEffectContainerView+appkitui.swift:54:6-54:6
52 | 	/// - Parameters:
53 | 	///   - viewBuilder: The content for the glass effect view
   |        ╰─suggestion: Document 'spacing' parameter
54 + 	///
55 | 	/// Note that the glass effect container view has NO visual appearance of its own, it works on the glass effect
56 | 	/// views contained within it. It's the glass scene root
warning: Parameter 'width' not found in instance method declaration
   --> Sources/AppKitUI/NSView+constraints.swift:243:8-243:35
241 | 	/// Set the height for the view
242 | 	/// - Parameters:
243 + 	///   - width: The height binding
    |        ╰─suggestion: Remove 'width' parameter documentation
244 | 	///   - priority: The priority
245 | 	/// - Returns: self
warning: Parameter 'height' is missing documentation
   --> Sources/AppKitUI/NSView+constraints.swift:244:32-244:32
242 | 	/// - Parameters:
243 | 	///   - width: The height binding
244 + 	///   - priority: The priority
    |        ╰─suggestion: Document 'height' parameter
245 | 	/// - Returns: self
246 | 	@discardableResult
warning: Parameter 'pageIndicatorSize' is missing documentation
  --> Sources/AppKitUI/custom-controls/AUIPageControl/AUIPageControl.swift:94:60-94:60
92 | 	///   - numberOfPages: The total number of pages
   |        ╰─suggestion: Document 'pageIndicatorSize' parameter
93 | 	///   - windowSize: The window size
94 + 	///   - initialPage: The initial selection for the control
95 | 	public init(
96 | 		_ orientation: NSUserInterfaceLayoutOrientation = .horizontal,
warning: Parameter 'pageIndicatorSize' is missing documentation
   --> Sources/AppKitUI/custom-controls/AUIPageControl/AUIPageControl.swift:358:47-358:47
356 | 	///   - numberOfPages: The total number of pages
    |        ╰─suggestion: Document 'pageIndicatorSize' parameter
357 | 	///   - windowSize: The window size
358 + 	///   - currentPage: The current page binding
359 | 	convenience init(
360 | 		_ orientation: NSUserInterfaceLayoutOrientation = .horizontal,
warning: Parameter 'colors' not found in type method declaration
  --> Sources/AppKitUI/menu/NSMenuItem+palette.swift:42:8-42:55
40 | 	/// Creates a palette style menu displaying user-selectable color tags that tint using the specified array of colors.
41 | 	/// - Parameters:
42 + 	///   - colors: The display items for the menu items.
   |        ╰─suggestion: Remove 'colors' parameter documentation
43 | 	///   - selectionMode: The selection mode for items in the palette
44 | 	///   - template: The image the system displays for the menu items.
warning: Parameter 'items' is missing documentation
  --> Sources/AppKitUI/menu/NSMenuItem+palette.swift:44:69-44:69
42 | 	///   - colors: The display items for the menu items.
43 | 	///   - selectionMode: The selection mode for items in the palette
   |        ╰─suggestion: Document 'items' parameter
44 + 	///   - template: The image the system displays for the menu items.
45 | 	@inlinable
46 | 	public static func palette(
warning: Parameter 'color' not found in initializer declaration
   --> Sources/AppKitUI/menu/NSMenuItem+palette.swift:99:9-99:27
97  | 		/// Create a color palette item
98  | 		/// - Parameters:
99  + 		///   - color: The color
    |         ╰─suggestion: Remove 'color' parameter documentation
100 | 		///   - title: The title
101 | 		public init(_ image: NSImage, title: String = "") {
warning: Parameter 'image' is missing documentation
   --> Sources/AppKitUI/menu/NSMenuItem+palette.swift:100:27-100:27
98  | 		/// - Parameters:
99  | 		///   - color: The color
100 + 		///   - title: The title
    |         ╰─suggestion: Document 'image' parameter
101 | 		public init(_ image: NSImage, title: String = "") {
102 | 			self.title = title
warning: Parameter 'colors' not found in type method declaration
  --> Sources/AppKitUI/menu/NSMenuItem+view.swift:27:8-27:56
25 | 	/// Creates a palette style menu displaying user-selectable color tags that tint using the specified array of colors.
26 | 	/// - Parameters:
27 + 	///   - colors: The display colors for the menu items.
   |        ╰─suggestion: Remove 'colors' parameter documentation
28 | 	///   - selectionMode: The selection mode for items in the palette
29 | 	///   - template: The image the system displays for the menu items.
warning: Parameter 'selectionMode' not found in type method declaration
  --> Sources/AppKitUI/menu/NSMenuItem+view.swift:28:8-28:68
26 | 	/// - Parameters:
27 | 	///   - colors: The display colors for the menu items.
28 + 	///   - selectionMode: The selection mode for items in the palette
   |        ╰─suggestion: Remove 'selectionMode' parameter documentation
29 | 	///   - template: The image the system displays for the menu items.
30 | 	@inlinable
warning: Parameter 'template' not found in type method declaration
  --> Sources/AppKitUI/menu/NSMenuItem+view.swift:29:8-29:69
27 | 	///   - colors: The display colors for the menu items.
28 | 	///   - selectionMode: The selection mode for items in the palette
29 + 	///   - template: The image the system displays for the menu items.
   |        ╰─suggestion: Remove 'template' parameter documentation
30 | 	@inlinable
31 | 	public static func view(_ viewBuilder: () -> NSView) -> NSMenuItemView {
warning: Parameter 'viewBuilder' is missing documentation
  --> Sources/AppKitUI/menu/NSMenuItem+view.swift:29:69-29:69
27 | 	///   - colors: The display colors for the menu items.
28 | 	///   - selectionMode: The selection mode for items in the palette
29 + 	///   - template: The image the system displays for the menu items.
   |                                                                     ╰─suggestion: Document 'viewBuilder' parameter
30 | 	@inlinable
31 | 	public static func view(_ viewBuilder: () -> NSView) -> NSMenuItemView {
warning: Parameter 'builder' is missing documentation
  --> Sources/AppKitUI/structure/AppKitUI+Stack.swift:49:5-49:5
47 | ///   - spacing: The spacing
48 | ///   - gravity: The gravity to apply to ALL elements in the stack.
49 + ///
   |     ╰─suggestion: Document 'builder' parameter
50 | /// Useful when the stack's content is dynamically generated (eg. within a for loop) and the result can be empty
51 | @MainActor @inlinable
warning: Parameter 'builder' is missing documentation
  --> Sources/AppKitUI/structure/AppKitUI+Stack.swift:94:5-94:5
92 | ///   - spacing: The spacing
93 | ///   - gravity: The gravity to apply to ALL elements in the stack.
94 + ///
   |     ╰─suggestion: Document 'builder' parameter
95 | /// Useful when the stack's content is dynamically generated (eg. within a for loop) and the result can be empty
96 | @MainActor @inlinable
Finished building documentation for 'AppKitUI' (1.76s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/dagronf/appkitui/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.20s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (3.54s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.13s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.07s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Compiling SymbolKit Identifier.swift
[7/53] Compiling SymbolKit KindIdentifier.swift
[8/53] Compiling SymbolKit Location.swift
[9/53] Compiling SymbolKit Mutability.swift
[10/57] Compiling SymbolKit DeclarationFragments.swift
[11/57] Compiling SymbolKit Fragment.swift
[12/57] Compiling SymbolKit FragmentKind.swift
[13/57] Compiling SymbolKit FunctionParameter.swift
[14/57] Compiling SymbolKit FunctionSignature.swift
[15/57] Compiling SymbolKit Names.swift
[16/57] Compiling SymbolKit SPI.swift
[17/57] Compiling SymbolKit Snippet.swift
[18/57] Compiling SymbolKit Extension.swift
[19/57] Compiling SymbolKit SemanticVersion.swift
[20/57] Compiling SymbolKit AccessControl.swift
[21/57] Compiling SymbolKit Availability.swift
[22/57] Compiling SymbolKit AvailabilityItem.swift
[23/57] Compiling SymbolKit Domain.swift
[24/57] Compiling SymbolKit Mixin+Equals.swift
[25/57] Compiling SymbolKit Mixin+Hash.swift
[26/57] Compiling SymbolKit Mixin.swift
[27/57] Compiling SymbolKit LineList.swift
[28/57] Compiling SymbolKit Position.swift
[29/57] Emitting module SymbolKit
[30/57] Compiling SymbolKit SourceRange.swift
[31/57] Compiling SymbolKit Metadata.swift
[32/57] Compiling SymbolKit Module.swift
[33/57] Compiling SymbolKit OperatingSystem.swift
[34/57] Compiling SymbolKit Platform.swift
[35/57] Compiling SymbolKit GenericConstraint.swift
[36/57] Compiling SymbolKit GenericParameter.swift
[37/57] Compiling SymbolKit Generics.swift
[38/57] Compiling SymbolKit Namespace.swift
[39/57] Compiling SymbolKit Relationship.swift
[40/57] Compiling SymbolKit RelationshipKind.swift
[41/57] Compiling SymbolKit SourceOrigin.swift
[42/57] Compiling SymbolKit GenericConstraints.swift
[43/57] Compiling SymbolKit Swift.swift
[44/57] Compiling SymbolKit Symbol.swift
[45/57] Compiling SymbolKit SymbolKind.swift
[46/57] Compiling SymbolKit SymbolGraph.swift
[47/57] Compiling SymbolKit GraphCollector.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets SnippetParser.swift
[53/57] Compiling Snippets Snippet.swift
[54/57] Emitting module Snippets
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.39s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'AppKitUI' complete! (0.22s)
    4090
26	/Users/admin/builder/spi-builder-workspace/.docs/dagronf/appkitui/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/dagronf/appkitui/main
File count: 4090
Doc size:   26.0MB
Preparing doc bundle ...
Uploading prod-dagronf-appkitui-main-a6465362.zip to s3://spi-docs-inbox/prod-dagronf-appkitui-main-a6465362.zip
Copying... [11%]
Copying... [21%]
Copying... [30%]
Copying... [40%]
Copying... [51%]
Copying... [61%]
Copying... [71%]
Copying... [80%]
Copying... [90%]
Copying... [100%]
Done.