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 DSFDropFilesView, reference 4.1.1 (3dd402), with Swift 5.9 for macOS (SPM) on 17 Apr 2025 03:37:42 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dagronf/DSFDropFilesView.git
Reference: 4.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dagronf/DSFDropFilesView
 * tag               4.1.1      -> FETCH_HEAD
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 4.1.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/dagronf/DSFDropFilesView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Copying PrivacyInfo.xcprivacy
[2/17] Compiling DSFAppearanceManager WeakBag.swift
[3/17] Compiling DSFAppearanceManager DSFSimpleLock.swift
[4/17] Compiling DSFAppearanceManager WeakBox.swift
[5/18] Compiling DSFAppearanceManager DSFAppearanceManager+Hardware.swift
[6/18] Compiling DSFAppearanceManager DSFAppearanceManager.swift
[7/18] Compiling DSFAppearanceManager DSFDebounce.swift
[8/18] Compiling DSFAppearanceManager NSView+Appearance.swift
[9/18] Compiling DSFAppearanceManager NSWindow+Appearance.swift
[10/18] Compiling DSFAppearanceManager AutoplayAnimatedImages.swift
[11/18] Compiling DSFAppearanceManager DSFAppearanceManager+Listeners.swift
[12/18] Compiling DSFAppearanceManager DSFAppearanceCache.swift
[13/18] Compiling DSFAppearanceManager DSFAppearanceManager+ChangeDetector.swift
[14/18] Compiling DSFAppearanceManager NSAppearance+extensions.swift
[15/18] Emitting module DSFAppearanceManager
[16/18] Compiling DSFAppearanceManager resource_bundle_accessor.swift
[17/24] Compiling DSFDropFilesView DSFDropFilesView.swift
[18/24] Compiling DSFDropFilesView DSFDropFilesView+image.swift
[19/24] Compiling DSFDropFilesView DSFDropFilesView+utils.swift
[20/24] Compiling DSFDropFilesView DSFDropFilesView+protocol.swift
[21/24] Emitting module DSFDropFilesView
[22/24] Compiling DSFDropFilesView DSFDropFilesView+SwiftUI.swift
[22/24] Archiving libDSFDropFilesView-static.a
[23/24] Linking libDSFDropFilesView-shared.dylib
Build complete! (13.61s)
Fetching https://github.com/dagronf/DSFAppearanceManager
[1/459] Fetching dsfappearancemanager
Fetched https://github.com/dagronf/DSFAppearanceManager (1.46s)
Computing version for https://github.com/dagronf/DSFAppearanceManager
Computed https://github.com/dagronf/DSFAppearanceManager at 3.6.2 (0.44s)
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.