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 DSFDropFilesView, reference main (3dd402), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 18:01:27 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dagronf/DSFDropFilesView.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dagronf/DSFDropFilesView
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3dd402b Minor package resolution update
Cloned https://github.com/dagronf/DSFDropFilesView.git
Revision (git rev-parse @):
3dd402be74aa8da6617d114d48188b1b49312a67
SUCCESS checkout https://github.com/dagronf/DSFDropFilesView.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dagronf/DSFDropFilesView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[1/8] Copying PrivacyInfo.xcprivacy
[1/8] Write sources
[3/8] Write swift-version-1EA4D86E10B52AF.txt
[5/22] Compiling DSFAppearanceManager WeakBag.swift
[6/23] Compiling DSFAppearanceManager resource_bundle_accessor.swift
[7/23] Compiling DSFAppearanceManager AutoplayAnimatedImages.swift
[8/23] Compiling DSFAppearanceManager DSFAppearanceManager+Listeners.swift
[9/23] Compiling DSFAppearanceManager DSFDebounce.swift
[10/23] Compiling DSFAppearanceManager DSFAppearanceCache.swift
[11/23] Compiling DSFAppearanceManager DSFAppearanceManager+ChangeDetector.swift
[12/23] Emitting module DSFAppearanceManager
[13/23] Compiling DSFAppearanceManager DSFAppearanceManager+Hardware.swift
[14/23] Compiling DSFAppearanceManager DSFAppearanceManager.swift
[15/23] Compiling DSFAppearanceManager NSView+Appearance.swift
[16/23] Compiling DSFAppearanceManager NSWindow+Appearance.swift
[17/23] Compiling DSFAppearanceManager WeakBox.swift
[18/23] Compiling DSFAppearanceManager DSFSimpleLock.swift
[19/23] Compiling DSFAppearanceManager NSAppearance+extensions.swift
[20/29] Compiling DSFDropFilesView DSFDropFilesView+utils.swift
[21/29] Compiling DSFDropFilesView DSFDropFilesView+image.swift
[22/29] Compiling DSFDropFilesView DSFDropFilesView+protocol.swift
[23/29] Compiling DSFDropFilesView DSFDropFilesView.swift
[24/29] Compiling DSFDropFilesView DSFDropFilesView+SwiftUI.swift
[25/29] Emitting module DSFDropFilesView
[25/29] Write Objects.LinkFileList
[27/29] Archiving libDSFDropFilesView-static.a
[28/29] Linking libDSFDropFilesView-shared.dylib
Build complete! (11.50s)
Fetching https://github.com/dagronf/DSFAppearanceManager
[1/459] Fetching dsfappearancemanager
Fetched https://github.com/dagronf/DSFAppearanceManager from cache (0.97s)
Computing version for https://github.com/dagronf/DSFAppearanceManager
Computed https://github.com/dagronf/DSFAppearanceManager at 3.6.2 (1.48s)
Creating working copy for https://github.com/dagronf/DSFAppearanceManager
Working copy of https://github.com/dagronf/DSFAppearanceManager resolved at 3.6.2
Build complete.
{
  "dependencies" : [
    {
      "identity" : "dsfappearancemanager",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.5.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dagronf/DSFAppearanceManager"
    }
  ],
  "manifest_display_name" : "DSFDropFilesView",
  "name" : "DSFDropFilesView",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "DSFDropFilesView",
      "targets" : [
        "DSFDropFilesView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DSFDropFilesView-static",
      "targets" : [
        "DSFDropFilesView"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "DSFDropFilesView-shared",
      "targets" : [
        "DSFDropFilesView"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DSFDropFilesViewTests",
      "module_type" : "SwiftTarget",
      "name" : "DSFDropFilesViewTests",
      "path" : "Tests/DSFDropFilesViewTests",
      "sources" : [
        "DSFDropFilesViewTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "DSFDropFilesView"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DSFDropFilesView",
      "module_type" : "SwiftTarget",
      "name" : "DSFDropFilesView",
      "path" : "Sources/DSFDropFilesView",
      "product_dependencies" : [
        "DSFAppearanceManager"
      ],
      "product_memberships" : [
        "DSFDropFilesView",
        "DSFDropFilesView-static",
        "DSFDropFilesView-shared"
      ],
      "sources" : [
        "DSFDropFilesView+SwiftUI.swift",
        "DSFDropFilesView+protocol.swift",
        "DSFDropFilesView.swift",
        "private/DSFDropFilesView+image.swift",
        "private/DSFDropFilesView+utils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
Done.