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 main (3dd402), with Swift 6.0 for Linux on 17 Apr 2025 03:36:46 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dagronf/DSFDropFilesView.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/dagronf/DSFDropFilesView.git
https://github.com/dagronf/DSFDropFilesView.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : "/host/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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/dagronf/DSFAppearanceManager
[1/459] Fetching dsfappearancemanager
Fetched https://github.com/dagronf/DSFAppearanceManager from cache (0.33s)
Computing version for https://github.com/dagronf/DSFAppearanceManager
Computed https://github.com/dagronf/DSFAppearanceManager at 3.6.2 (0.56s)
Creating working copy for https://github.com/dagronf/DSFAppearanceManager
Working copy of https://github.com/dagronf/DSFAppearanceManager resolved at 3.6.2
Building for debugging...
[0/10] Write sources
[2/10] Copying PrivacyInfo.xcprivacy
[3/10] Write swift-version-24593BA9C3E375BF.txt
[5/24] Emitting module DSFAppearanceManager
[6/24] Compiling DSFAppearanceManager DSFAppearanceCache.swift
[7/24] Compiling DSFAppearanceManager DSFAppearanceManager+ChangeDetector.swift
[8/25] Compiling DSFAppearanceManager DSFAppearanceManager+Hardware.swift
[9/25] Compiling DSFAppearanceManager DSFAppearanceManager.swift
[10/25] Compiling DSFAppearanceManager WeakBox.swift
[11/25] Compiling DSFAppearanceManager AutoplayAnimatedImages.swift
[12/25] Compiling DSFAppearanceManager DSFAppearanceManager+Listeners.swift
[13/25] Compiling DSFAppearanceManager NSView+Appearance.swift
[14/25] Compiling DSFAppearanceManager NSWindow+Appearance.swift
[15/25] Compiling DSFAppearanceManager DSFDebounce.swift
[16/25] Compiling DSFAppearanceManager DSFSimpleLock.swift
[17/25] Compiling DSFAppearanceManager resource_bundle_accessor.swift
[18/25] Compiling DSFAppearanceManager NSAppearance+extensions.swift
[19/25] Compiling DSFAppearanceManager WeakBag.swift
[20/26] Wrapping AST for DSFAppearanceManager for debugging
[22/32] Compiling DSFDropFilesView DSFDropFilesView+image.swift
[23/32] Compiling DSFDropFilesView DSFDropFilesView.swift
[24/32] Compiling DSFDropFilesView DSFDropFilesView+utils.swift
[25/32] Compiling DSFDropFilesView DSFDropFilesView+protocol.swift
[26/32] Emitting module DSFDropFilesView
[27/32] Compiling DSFDropFilesView DSFDropFilesView+SwiftUI.swift
[28/33] Wrapping AST for DSFDropFilesView for debugging
[29/33] Write Objects.LinkFileList
[31/33] Archiving libDSFDropFilesView-static.a
[32/33] Linking libDSFDropFilesView-shared.so
Build complete! (12.65s)
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" : "/host/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"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.