The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of DSFAppearanceManager, reference 3.7.0 (415373), with Swift 6.2 for macOS (SPM) on 26 Nov 2025 03:33:23 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dagronf/DSFAppearanceManager.git
Reference: 3.7.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dagronf/DSFAppearanceManager
 * tag               3.7.0      -> FETCH_HEAD
HEAD is now at 415373c Added function to add a dark mode selector to the title of an nswindow
Cloned https://github.com/dagronf/DSFAppearanceManager.git
Revision (git rev-parse @):
415373c9d11f945bbd26ca2bb02664048c632720
SUCCESS checkout https://github.com/dagronf/DSFAppearanceManager.git at 3.7.0
========================================
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",
  "dependencies": [
    {
      "identity": "dsfappearancemanager",
      "name": "DSFAppearanceManager",
      "url": "https://github.com/dagronf/DSFAppearanceManager.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DSFAppearanceManager",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/dagronf/DSFAppearanceManager.git
[1/464] Fetching dsfappearancemanager
Fetched https://github.com/dagronf/DSFAppearanceManager.git from cache (1.09s)
Creating working copy for https://github.com/dagronf/DSFAppearanceManager.git
Working copy of https://github.com/dagronf/DSFAppearanceManager.git resolved at 3.7.0 (415373c)
warning: '.resolve-product-dependencies': dependency 'dsfappearancemanager' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dagronf/DSFAppearanceManager.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Copying PrivacyInfo.xcprivacy
[0/7] Write sources
[2/7] Write swift-version-49B95AFC49DCD68C.txt
[4/21] Compiling DSFAppearanceManager NSAppearance+extensions.swift
[5/21] Compiling DSFAppearanceManager WeakBag.swift
[6/21] Compiling DSFAppearanceManager DSFSimpleLock.swift
[7/21] Compiling DSFAppearanceManager WeakBox.swift
[8/21] Compiling DSFAppearanceManager DSFDebounce.swift
[9/21] Compiling DSFAppearanceManager NSView+Appearance.swift
[10/21] Compiling DSFAppearanceManager NSWindow+Appearance.swift
[11/21] Compiling DSFAppearanceManager DSFAppearanceManager+Hardware.swift
/Users/admin/builder/spi-builder-workspace/Sources/DSFAppearanceManager/DSFAppearanceManager.swift:125:32: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
123 | 		   autoplayAnimatedImages: \(Self.AutoplayAnimatedImages)
124 | 		   usingHardwareColor: \(Self.IsUsingSimulatedHardwareColor)
125 | 		   simulatedHardwareColor: \(Self.SimulatedHardwareColor)
    |                                |    |- note: use a default value parameter to avoid this warning
    |                                |    |- note: provide a default value to avoid this warning
    |                                |    `- note: use 'String(describing:)' to silence this warning
    |                                `- warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
126 | 		"""
127 | 	}
[12/21] Compiling DSFAppearanceManager DSFAppearanceManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/DSFAppearanceManager/DSFAppearanceManager.swift:125:32: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
123 | 		   autoplayAnimatedImages: \(Self.AutoplayAnimatedImages)
124 | 		   usingHardwareColor: \(Self.IsUsingSimulatedHardwareColor)
125 | 		   simulatedHardwareColor: \(Self.SimulatedHardwareColor)
    |                                |    |- note: use a default value parameter to avoid this warning
    |                                |    |- note: provide a default value to avoid this warning
    |                                |    `- note: use 'String(describing:)' to silence this warning
    |                                `- warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
126 | 		"""
127 | 	}
[13/21] Compiling DSFAppearanceManager DSFAppearanceCache.swift
[14/21] Compiling DSFAppearanceManager DSFAppearanceManager+ChangeDetector.swift
[15/21] Emitting module DSFAppearanceManager
[16/21] Compiling DSFAppearanceManager AutoplayAnimatedImages.swift
[17/21] Compiling DSFAppearanceManager DSFAppearanceManager+Listeners.swift
[18/22] Compiling DSFAppearanceManager resource_bundle_accessor.swift
[18/22] Write Objects.LinkFileList
[20/22] Archiving libDSFAppearanceManager-static.a
[21/22] Linking libDSFAppearanceManager-shared.dylib
Build complete! (7.96s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DSFAppearanceManager",
  "name" : "DSFAppearanceManager",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.11"
    }
  ],
  "products" : [
    {
      "name" : "DSFAppearanceManager",
      "targets" : [
        "DSFAppearanceManager"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DSFAppearanceManager-static",
      "targets" : [
        "DSFAppearanceManager"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "DSFAppearanceManager-shared",
      "targets" : [
        "DSFAppearanceManager"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DSFAppearanceManagerTests",
      "module_type" : "SwiftTarget",
      "name" : "DSFAppearanceManagerTests",
      "path" : "Tests/DSFAppearanceManagerTests",
      "sources" : [
        "DSFAppearanceManagerTests.swift"
      ],
      "target_dependencies" : [
        "DSFAppearanceManager"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DSFAppearanceManager",
      "module_type" : "SwiftTarget",
      "name" : "DSFAppearanceManager",
      "path" : "Sources/DSFAppearanceManager",
      "product_memberships" : [
        "DSFAppearanceManager",
        "DSFAppearanceManager-static",
        "DSFAppearanceManager-shared"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/DSFAppearanceManager/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "DSFAppearanceCache.swift",
        "DSFAppearanceManager+ChangeDetector.swift",
        "DSFAppearanceManager+Hardware.swift",
        "DSFAppearanceManager.swift",
        "NSView+Appearance.swift",
        "NSWindow+Appearance.swift",
        "private/AutoplayAnimatedImages.swift",
        "private/DSFAppearanceManager+Listeners.swift",
        "private/util/DSFDebounce.swift",
        "private/util/DSFSimpleLock.swift",
        "private/util/NSAppearance+extensions.swift",
        "private/weak/WeakBag.swift",
        "private/weak/WeakBox.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
Done.