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 master (bc2123), with Swift 5.9 for macOS (SPM) on 20 Jul 2024 12:24:59 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dagronf/DSFColorPicker
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
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] Emitting module DSFAppearanceManager
[5/17] Compiling DSFAppearanceManager WeakBox.swift
[6/17] Compiling DSFAppearanceManager WeakBag.swift
[7/17] Compiling DSFAppearanceManager DSFSimpleLock.swift
[8/17] Compiling DSFAppearanceManager AutoplayAnimatedImages.swift
[9/17] Compiling DSFAppearanceManager DSFDebounce.swift
[10/17] Compiling DSFAppearanceManager NSAppearance+extensions.swift
[11/17] Compiling DSFAppearanceManager NSWindow+Appearance.swift
[12/17] Compiling DSFAppearanceManager DSFAppearanceCache.swift
[13/17] Compiling DSFAppearanceManager DSFAppearanceManager+ChangeDetector.swift
[14/17] Compiling DSFAppearanceManager DSFAppearanceManager+Listeners.swift
[15/17] Compiling DSFAppearanceManager DSFAppearanceManager.swift
[16/17] Compiling DSFAppearanceManager NSView+Appearance.swift
[17/17] Compiling DSFColorSampler DSFColorSampler.swift
[18/30] Compiling DSFColorPicker SemLock.swift
[19/30] Compiling DSFColorPicker Utils.swift
[20/30] 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 {
                ^
[21/31] Compiling DSFColorPicker DSFColorSampler+icon.swift
[22/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 {
           ^
[23/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 {
           ^
[24/31] Compiling DSFColorPicker DSFColorPickerPopover.swift
[25/31] Compiling DSFColorPicker DSFColorPickerTheme.swift
[26/31] Compiling DSFColorPicker NSColor+dsfextensions.swift
[27/31] Compiling DSFColorPicker DSFColorPickerButton+Private.swift
[28/31] Compiling DSFColorPicker resource_bundle_accessor.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.65s)
Fetching https://github.com/dagronf/DSFColorSampler
Fetching https://github.com/dagronf/DSFAppearanceManager
[1/392] Fetching dsfappearancemanager
[41/650] Fetching dsfappearancemanager, dsfcolorsampler
Fetched https://github.com/dagronf/DSFAppearanceManager (1.76s)
Fetched https://github.com/dagronf/DSFColorSampler (1.76s)
Computing version for https://github.com/dagronf/DSFAppearanceManager
Computed https://github.com/dagronf/DSFAppearanceManager at 3.5.0 (0.55s)
Computing version for https://github.com/dagronf/DSFColorSampler
Computed https://github.com/dagronf/DSFColorSampler at 3.0.1 (0.53s)
Creating working copy for https://github.com/dagronf/DSFColorSampler
Working copy of https://github.com/dagronf/DSFColorSampler resolved at 3.0.1
Creating working copy for https://github.com/dagronf/DSFAppearanceManager
Working copy of https://github.com/dagronf/DSFAppearanceManager resolved at 3.5.0
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.