The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DSFAppearanceManager, reference 3.7.0 (415373), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 15:22:50 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/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",
  "traits": [
    "default"
  ],
  "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",
      "traits": [
        "default"
      ],
      "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.3
Building package at path:  $PWD
https://github.com/dagronf/DSFAppearanceManager.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Copying PrivacyInfo.xcprivacy
[1/7] Write sources
[2/7] Write swift-version--6988338F2F200930.txt
[4/21] Compiling DSFAppearanceManager WeakBag.swift
[5/21] Compiling DSFAppearanceManager WeakBox.swift
[6/22] Compiling DSFAppearanceManager resource_bundle_accessor.swift
[7/22] Compiling DSFAppearanceManager NSAppearance+extensions.swift
[8/22] Compiling DSFAppearanceManager DSFSimpleLock.swift
[9/22] Compiling DSFAppearanceManager DSFDebounce.swift
[10/22] Compiling DSFAppearanceManager NSView+Appearance.swift
[11/22] Compiling DSFAppearanceManager NSWindow+Appearance.swift
[12/22] Compiling DSFAppearanceManager AutoplayAnimatedImages.swift
[13/22] Compiling DSFAppearanceManager DSFAppearanceManager+Listeners.swift
[14/22] 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 | 	}
[15/22] 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 | 	}
[16/22] Emitting module DSFAppearanceManager
[17/22] Compiling DSFAppearanceManager DSFAppearanceCache.swift
[18/22] Compiling DSFAppearanceManager DSFAppearanceManager+ChangeDetector.swift
[18/22] Write Objects.LinkFileList
[20/22] Archiving libDSFAppearanceManager-static.a
[21/22] Linking libDSFAppearanceManager-shared.dylib
Build complete! (9.61s)
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.