The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of DSFColorPicker, reference 3.1.0 (bc2123), with Swift 5.9 for macOS (SPM) on 20 Jul 2024 12:24:04 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.46.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dagronf/DSFColorPicker.git
Reference: 3.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dagronf/DSFColorPicker
 * tag               3.1.0      -> FETCH_HEAD
HEAD is now at bc21231 more dependency update
Cloned https://github.com/dagronf/DSFColorPicker.git
Revision (git rev-parse @):
bc21231c86aab2e2872f9099fd2e402ebe6ff308
SUCCESS checkout https://github.com/dagronf/DSFColorPicker.git at 3.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $workDir
https://github.com/dagronf/DSFColorPicker.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Copying Info.plist
[0/2] Copying Localizable.strings
[3/16] Emitting module DSFColorSampler
[4/16] Compiling DSFColorSampler DSFColorSampler.swift
[5/16] Compiling DSFAppearanceManager WeakBag.swift
[6/16] Compiling DSFAppearanceManager DSFSimpleLock.swift
[7/16] Compiling DSFAppearanceManager NSAppearance+extensions.swift
[8/17] Emitting module DSFAppearanceManager
[9/17] Compiling DSFAppearanceManager AutoplayAnimatedImages.swift
[10/17] Compiling DSFAppearanceManager DSFDebounce.swift
[11/17] Compiling DSFAppearanceManager NSWindow+Appearance.swift
[12/17] Compiling DSFAppearanceManager DSFAppearanceManager.swift
[13/17] Compiling DSFAppearanceManager NSView+Appearance.swift
[14/17] Compiling DSFAppearanceManager DSFAppearanceCache.swift
[15/17] Compiling DSFAppearanceManager DSFAppearanceManager+ChangeDetector.swift
[16/17] Compiling DSFAppearanceManager DSFAppearanceManager+Listeners.swift
[17/17] Compiling DSFAppearanceManager WeakBox.swift
[18/30] Compiling DSFColorPicker DSFColorSampler+icon.swift
[19/31] Compiling DSFColorPicker DSFColorPickerPopover.swift
[20/31] Compiling DSFColorPicker DSFColorPickerTheme.swift
[21/31] Compiling DSFColorPicker resource_bundle_accessor.swift
[22/31] Compiling DSFColorPicker Utils.swift
[23/31] Compiling DSFColorPicker DSFColorPickerView+Private.swift
/Users/admin/builder/spi-builder-workspace/Sources/DSFColorPicker/private/DSFColorPickerView+Private.swift:25:35: warning: cannot use class 'NSStackView' here; 'AppKit' was not imported by this file
        public class DFColorPickerStack: NSStackView, NSAccessibilityGroup {
                                         ^
AppKit.NSStackView:2:12: note: type declared here
open class NSStackView : NSView {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFColorPicker/private/DSFColorPickerView+Private.swift:25:48: warning: cannot use protocol 'NSAccessibilityGroup' here; 'AppKit' was not imported by this file
        public class DFColorPickerStack: NSStackView, NSAccessibilityGroup {
                                                      ^
AppKit.NSAccessibilityGroup:1:17: note: type declared here
public protocol NSAccessibilityGroup : NSAccessibilityElementProtocol {
                ^
[24/31] Compiling DSFColorPicker DSFColorPickerView.swift
/Users/admin/builder/spi-builder-workspace/Sources/DSFColorPicker/DSFColorPickerView.swift:39:38: warning: cannot use class 'NSColor' here; 'AppKit' was not imported by this file
        public var colorSelectedCallback: ((NSColor?) -> Void)?
                                            ^
AppKit.NSColor:1:12: note: type declared here
open class NSColor : NSObject, NSCopying, NSSecureCoding, NSPasteboardReading, NSPasteboardWriting, @unchecked Sendable {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFColorPicker/DSFColorPickerView.swift:113:34: warning: cannot use class 'NSColor' here; 'AppKit' was not imported by this file
        @objc public var selectedColor: NSColor? {
                                        ^
AppKit.NSColor:1:12: note: type declared here
open class NSColor : NSObject, NSCopying, NSSecureCoding, NSPasteboardReading, NSPasteboardWriting, @unchecked Sendable {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFColorPicker/DSFColorPickerView.swift:24:46: warning: cannot use class 'NSView' here; 'AppKit' was not imported by this file
@IBDesignable open class DSFColorPickerView: NSView {
                                             ^
AppKit.NSView:1:12: note: type declared here
open class NSView : NSResponder, NSAnimatablePropertyContainer, NSUserInterfaceItemIdentification, NSDraggingDestination, NSAppearanceCustomization, NSAccessibilityElementProtocol, NSAccessibilityProtocol {
           ^
[25/31] Compiling DSFColorPicker ColorPanelButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/DSFColorPicker/DSFColorPickerView.swift:39:38: warning: cannot use class 'NSColor' here; 'AppKit' was not imported by this file
        public var colorSelectedCallback: ((NSColor?) -> Void)?
                                            ^
AppKit.NSColor:1:12: note: type declared here
open class NSColor : NSObject, NSCopying, NSSecureCoding, NSPasteboardReading, NSPasteboardWriting, @unchecked Sendable {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFColorPicker/DSFColorPickerView.swift:113:34: warning: cannot use class 'NSColor' here; 'AppKit' was not imported by this file
        @objc public var selectedColor: NSColor? {
                                        ^
AppKit.NSColor:1:12: note: type declared here
open class NSColor : NSObject, NSCopying, NSSecureCoding, NSPasteboardReading, NSPasteboardWriting, @unchecked Sendable {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFColorPicker/DSFColorPickerView.swift:24:46: warning: cannot use class 'NSView' here; 'AppKit' was not imported by this file
@IBDesignable open class DSFColorPickerView: NSView {
                                             ^
AppKit.NSView:1:12: note: type declared here
open class NSView : NSResponder, NSAnimatablePropertyContainer, NSUserInterfaceItemIdentification, NSDraggingDestination, NSAppearanceCustomization, NSAccessibilityElementProtocol, NSAccessibilityProtocol {
           ^
[26/31] Compiling DSFColorPicker NSColor+dsfextensions.swift
[27/31] Compiling DSFColorPicker SemLock.swift
[28/31] Compiling DSFColorPicker DSFColorPickerButton+Private.swift
[29/31] Emitting module DSFColorPicker
/Users/admin/builder/spi-builder-workspace/Sources/DSFColorPicker/DSFColorPickerPalette.swift:40:62: warning: cannot use class 'NSColor' here; 'AppKit' was not imported by this file
        public init(name: String, rows: Int, columns: Int, colors: [NSColor?]) {
                                                                    ^
AppKit.NSColor:1:12: note: type declared here
open class NSColor : NSObject, NSCopying, NSSecureCoding, NSPasteboardReading, NSPasteboardWriting, @unchecked Sendable {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFColorPicker/DSFColorPickerPalette.swift:58:38: warning: cannot use class 'NSColor' here; 'AppKit' was not imported by this file
        public init(name: String, colors: [[NSColor?]]) {
                                            ^
AppKit.NSColor:1:12: note: type declared here
open class NSColor : NSObject, NSCopying, NSSecureCoding, NSPasteboardReading, NSPasteboardWriting, @unchecked Sendable {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFColorPicker/DSFColorPickerView.swift:39:38: warning: cannot use class 'NSColor' here; 'AppKit' was not imported by this file
        public var colorSelectedCallback: ((NSColor?) -> Void)?
                                            ^
AppKit.NSColor:1:12: note: type declared here
open class NSColor : NSObject, NSCopying, NSSecureCoding, NSPasteboardReading, NSPasteboardWriting, @unchecked Sendable {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFColorPicker/DSFColorPickerView.swift:113:34: warning: cannot use class 'NSColor' here; 'AppKit' was not imported by this file
        @objc public var selectedColor: NSColor? {
                                        ^
AppKit.NSColor:1:12: note: type declared here
open class NSColor : NSObject, NSCopying, NSSecureCoding, NSPasteboardReading, NSPasteboardWriting, @unchecked Sendable {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFColorPicker/DSFColorPickerView.swift:24:46: warning: cannot use class 'NSView' here; 'AppKit' was not imported by this file
@IBDesignable open class DSFColorPickerView: NSView {
                                             ^
AppKit.NSView:1:12: note: type declared here
open class NSView : NSResponder, NSAnimatablePropertyContainer, NSUserInterfaceItemIdentification, NSDraggingDestination, NSAppearanceCustomization, NSAccessibilityElementProtocol, NSAccessibilityProtocol {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFColorPicker/private/DSFColorPickerView+Private.swift:25:35: warning: cannot use class 'NSStackView' here; 'AppKit' was not imported by this file
        public class DFColorPickerStack: NSStackView, NSAccessibilityGroup {
                                         ^
AppKit.NSStackView:2:12: note: type declared here
open class NSStackView : NSView {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFColorPicker/private/DSFColorPickerView+Private.swift:25:48: warning: cannot use protocol 'NSAccessibilityGroup' here; 'AppKit' was not imported by this file
        public class DFColorPickerStack: NSStackView, NSAccessibilityGroup {
                                                      ^
AppKit.NSAccessibilityGroup:1:17: note: type declared here
public protocol NSAccessibilityGroup : NSAccessibilityElementProtocol {
                ^
[30/31] Compiling DSFColorPicker DSFColorPicker+SwiftUI.swift
/Users/admin/builder/spi-builder-workspace/Sources/DSFColorPicker/DSFColorPickerPalette.swift:40:62: warning: cannot use class 'NSColor' here; 'AppKit' was not imported by this file
        public init(name: String, rows: Int, columns: Int, colors: [NSColor?]) {
                                                                    ^
AppKit.NSColor:1:12: note: type declared here
open class NSColor : NSObject, NSCopying, NSSecureCoding, NSPasteboardReading, NSPasteboardWriting, @unchecked Sendable {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFColorPicker/DSFColorPickerPalette.swift:58:38: warning: cannot use class 'NSColor' here; 'AppKit' was not imported by this file
        public init(name: String, colors: [[NSColor?]]) {
                                            ^
AppKit.NSColor:1:12: note: type declared here
open class NSColor : NSObject, NSCopying, NSSecureCoding, NSPasteboardReading, NSPasteboardWriting, @unchecked Sendable {
           ^
[31/31] Compiling DSFColorPicker DSFColorPickerPalette.swift
/Users/admin/builder/spi-builder-workspace/Sources/DSFColorPicker/DSFColorPickerPalette.swift:40:62: warning: cannot use class 'NSColor' here; 'AppKit' was not imported by this file
        public init(name: String, rows: Int, columns: Int, colors: [NSColor?]) {
                                                                    ^
AppKit.NSColor:1:12: note: type declared here
open class NSColor : NSObject, NSCopying, NSSecureCoding, NSPasteboardReading, NSPasteboardWriting, @unchecked Sendable {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFColorPicker/DSFColorPickerPalette.swift:58:38: warning: cannot use class 'NSColor' here; 'AppKit' was not imported by this file
        public init(name: String, colors: [[NSColor?]]) {
                                            ^
AppKit.NSColor:1:12: note: type declared here
open class NSColor : NSObject, NSCopying, NSSecureCoding, NSPasteboardReading, NSPasteboardWriting, @unchecked Sendable {
           ^
Build complete! (17.46s)
Fetching https://github.com/dagronf/DSFColorSampler
Fetching https://github.com/dagronf/DSFAppearanceManager
[1/258] Fetching dsfcolorsampler
[174/650] Fetching dsfcolorsampler, dsfappearancemanager
Fetched https://github.com/dagronf/DSFAppearanceManager (1.80s)
Fetched https://github.com/dagronf/DSFColorSampler (1.80s)
Computing version for https://github.com/dagronf/DSFAppearanceManager
Computed https://github.com/dagronf/DSFAppearanceManager at 3.5.0 (0.59s)
Computing version for https://github.com/dagronf/DSFColorSampler
Computed https://github.com/dagronf/DSFColorSampler at 3.0.1 (0.59s)
Creating working copy for https://github.com/dagronf/DSFAppearanceManager
Working copy of https://github.com/dagronf/DSFAppearanceManager resolved at 3.5.0
Creating working copy for https://github.com/dagronf/DSFColorSampler
Working copy of https://github.com/dagronf/DSFColorSampler resolved at 3.0.1
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/DSFColorPicker/Info.plist
Build complete.
Done.