The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DSFColorPicker with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dagronf/DSFColorPicker.git
Reference: 3.0.0
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/dagronf/DSFColorPicker
 * tag               3.0.0      -> FETCH_HEAD
HEAD is now at 3f5ecdd Update SwiftUI support
Cloned https://github.com/dagronf/DSFColorPicker.git
Revision (git rev-parse @):
3f5ecdd646a8657a7b3401970e4e03fd6ea8eeb5
SUCCESS checkout https://github.com/dagronf/DSFColorPicker.git at 3.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/dagronf/DSFColorPicker.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[1/6] Copying Info.plist
[1/6] Copying Localizable.strings
[3/6] Write sources
[5/6] Write swift-version--423B1241ED78D482.txt
[7/20] Compiling DSFAppearanceManager WeakBag.swift
[8/21] Compiling DSFAppearanceManager WeakBox.swift
[9/21] Emitting module DSFAppearanceManager
[10/21] Compiling DSFAppearanceManager NSAppearance+extensions.swift
[11/21] Compiling DSFAppearanceManager DSFSimpleLock.swift
[12/21] Compiling DSFAppearanceManager NSWindow+Appearance.swift
[13/21] Compiling DSFAppearanceManager AutoplayAnimatedImages.swift
[14/21] Compiling DSFAppearanceManager DSFAppearanceManager+Listeners.swift
[15/21] Compiling DSFAppearanceManager DSFDebounce.swift
[16/21] Compiling DSFAppearanceManager DSFAppearanceCache.swift
[17/21] Compiling DSFAppearanceManager DSFAppearanceManager+ChangeDetector.swift
[18/21] Compiling DSFAppearanceManager DSFAppearanceManager.swift
[19/21] Compiling DSFAppearanceManager NSView+Appearance.swift
[20/21] Emitting module DSFColorSampler
[21/21] Compiling DSFColorSampler DSFColorSampler.swift
[22/32] Compiling DSFColorPicker NSColor+dsfextensions.swift
[23/32] Compiling DSFColorPicker Utils.swift
[24/32] Compiling DSFColorPicker DSFColorPickerView+Private.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DSFColorPicker/private/DSFColorPickerView+Private.swift:27: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/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DSFColorPicker/private/DSFColorPickerView+Private.swift:27: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 {
                ^
[25/33] Compiling DSFColorPicker DSFColorSampler+icon.swift
[26/33] Compiling DSFColorPicker ColorPanelButton.swift
[27/33] Compiling DSFColorPicker DSFColorPickerButton+Private.swift
[28/33] Compiling DSFColorPicker resource_bundle_accessor.swift
[29/33] Compiling DSFColorPicker DSFColorPickerThemes.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DSFColorPicker/DSFColorPickerThemes.swift:83: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/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DSFColorPicker/DSFColorPickerThemes.swift:98: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/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DSFColorPicker/DSFColorPickerView.swift:41: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/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DSFColorPicker/DSFColorPickerView.swift:112: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/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DSFColorPicker/DSFColorPickerView.swift:26: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 {
           ^
[30/33] Compiling DSFColorPicker DSFColorPickerView.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DSFColorPicker/DSFColorPickerThemes.swift:83: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/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DSFColorPicker/DSFColorPickerThemes.swift:98: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/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DSFColorPicker/DSFColorPickerView.swift:41: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/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DSFColorPicker/DSFColorPickerView.swift:112: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/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DSFColorPicker/DSFColorPickerView.swift:26: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 {
           ^
[31/33] Compiling DSFColorPicker DSFColorPicker+SwiftUI.swift
[32/33] Compiling DSFColorPicker DSFColorPickerPopover.swift
[33/33] Emitting module DSFColorPicker
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DSFColorPicker/DSFColorPickerThemes.swift:83: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/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DSFColorPicker/DSFColorPickerThemes.swift:98: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/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DSFColorPicker/DSFColorPickerView.swift:41: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/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DSFColorPicker/DSFColorPickerView.swift:112: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/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DSFColorPicker/DSFColorPickerView.swift:26: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/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DSFColorPicker/private/DSFColorPickerView+Private.swift:27: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/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DSFColorPicker/private/DSFColorPickerView+Private.swift:27: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 {
                ^
Build complete! (6.79s)
Fetching https://github.com/dagronf/DSFColorSampler from cache
Fetching https://github.com/dagronf/DSFAppearanceManager from cache
Fetched https://github.com/dagronf/DSFAppearanceManager from cache (0.14s)
Fetched https://github.com/dagronf/DSFColorSampler from cache (0.14s)
Computing version for https://github.com/dagronf/DSFColorSampler
Computed https://github.com/dagronf/DSFColorSampler at 2.0.0 (0.31s)
Computing version for https://github.com/dagronf/DSFAppearanceManager
Computed https://github.com/dagronf/DSFAppearanceManager at 3.4.2 (0.32s)
Creating working copy for https://github.com/dagronf/DSFAppearanceManager
Working copy of https://github.com/dagronf/DSFAppearanceManager resolved at 3.4.2
Creating working copy for https://github.com/dagronf/DSFColorSampler
Working copy of https://github.com/dagronf/DSFColorSampler resolved at 2.0.0
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DSFColorPicker/Info.plist
Build complete.
Done.

Build Machine: Mac 7