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 DSFPasscodeView, reference 2.0.0 (4160d4), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 16:35:11 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/DSFPasscodeView.git
Reference: 2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dagronf/DSFPasscodeView
 * tag               2.0.0      -> FETCH_HEAD
HEAD is now at 4160d4f Update to use DSFAppearanceManager
Cloned https://github.com/dagronf/DSFPasscodeView.git
Revision (git rev-parse @):
4160d4f8e95d3356fc7554691c1f2f203e95142f
SUCCESS checkout https://github.com/dagronf/DSFPasscodeView.git at 2.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dagronf/DSFPasscodeView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Copying PrivacyInfo.xcprivacy
[0/5] Write sources
[4/5] Write swift-version-1EA4D86E10B52AF.txt
[6/21] Emitting module DSFAppearanceManager
[7/22] Compiling DSFAppearanceManager resource_bundle_accessor.swift
[8/22] Compiling DSFAppearanceManager WeakBox.swift
[9/22] Compiling DSFAppearanceManager WeakBag.swift
[10/22] Compiling DSFAppearanceManager DSFSimpleLock.swift
[11/22] Compiling DSFAppearanceManager NSAppearance+extensions.swift
[12/22] Compiling DSFAppearanceManager DSFDebounce.swift
[13/22] Compiling DSFAppearanceManager NSView+Appearance.swift
[14/22] Compiling DSFAppearanceManager NSWindow+Appearance.swift
[15/22] Compiling DSFAppearanceManager DSFAppearanceManager+Hardware.swift
[16/22] Compiling DSFAppearanceManager DSFAppearanceManager.swift
[17/22] Compiling DSFAppearanceManager DSFAppearanceCache.swift
[18/22] Compiling DSFAppearanceManager DSFAppearanceManager+ChangeDetector.swift
[19/22] Compiling DSFAppearanceManager AutoplayAnimatedImages.swift
[20/22] Compiling DSFAppearanceManager DSFAppearanceManager+Listeners.swift
[21/22] Emitting module VIViewInvalidating
[22/22] Compiling VIViewInvalidating VIViewInvalidatingPropertyWrapper.swift
[23/28] Compiling DSFPasscodeView Utils.swift
/Users/admin/builder/spi-builder-workspace/Sources/DSFPasscodeView/private/Utils.swift:53:1: warning: extension declares a conformance of imported type 'NSEdgeInsets' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 51 | }
 52 |
 53 | extension NSEdgeInsets: Equatable {
    | |- warning: extension declares a conformance of imported type 'NSEdgeInsets' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 54 | 	@inlinable public static func == (lhs: NSEdgeInsets, rhs: NSEdgeInsets) -> Bool {
 55 | 		return lhs.top == rhs.top &&
[24/28] Compiling DSFPasscodeView DSFPasscodeView.swift
[25/28] Compiling DSFPasscodeView DSFPasscodeView+Handling.swift
[26/28] Emitting module DSFPasscodeView
/Users/admin/builder/spi-builder-workspace/Sources/DSFPasscodeView/private/Utils.swift:53:1: warning: extension declares a conformance of imported type 'NSEdgeInsets' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 51 | }
 52 |
 53 | extension NSEdgeInsets: Equatable {
    | |- warning: extension declares a conformance of imported type 'NSEdgeInsets' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 54 | 	@inlinable public static func == (lhs: NSEdgeInsets, rhs: NSEdgeInsets) -> Bool {
 55 | 		return lhs.top == rhs.top &&
[27/28] Compiling DSFPasscodeView Localizations.swift
[28/28] Compiling DSFPasscodeView DSFPasscodeView+Cell.swift
Build complete! (11.90s)
Fetching https://github.com/dagronf/VIViewInvalidating
Fetching https://github.com/dagronf/DSFAppearanceManager
[1/459] Fetching dsfappearancemanager
[102/594] Fetching dsfappearancemanager, viviewinvalidating
Fetched https://github.com/dagronf/VIViewInvalidating from cache (1.04s)
Fetched https://github.com/dagronf/DSFAppearanceManager from cache (1.04s)
Computing version for https://github.com/dagronf/VIViewInvalidating
Computed https://github.com/dagronf/VIViewInvalidating at 2.0.2 (1.63s)
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/VIViewInvalidating
Working copy of https://github.com/dagronf/VIViewInvalidating resolved at 2.0.2
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" : "viviewinvalidating",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dagronf/VIViewInvalidating"
    },
    {
      "identity" : "dsfappearancemanager",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dagronf/DSFAppearanceManager"
    }
  ],
  "manifest_display_name" : "DSFPasscodeView",
  "name" : "DSFPasscodeView",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.11"
    }
  ],
  "products" : [
    {
      "name" : "DSFPasscodeView",
      "targets" : [
        "DSFPasscodeView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DSFPasscodeViewTests",
      "module_type" : "SwiftTarget",
      "name" : "DSFPasscodeViewTests",
      "path" : "Tests/DSFPasscodeViewTests",
      "sources" : [
        "DSFPasscodeViewTests.swift"
      ],
      "target_dependencies" : [
        "DSFPasscodeView"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DSFPasscodeView",
      "module_type" : "SwiftTarget",
      "name" : "DSFPasscodeView",
      "path" : "Sources/DSFPasscodeView",
      "product_dependencies" : [
        "VIViewInvalidating",
        "DSFAppearanceManager"
      ],
      "product_memberships" : [
        "DSFPasscodeView"
      ],
      "sources" : [
        "DSFPasscodeView+Handling.swift",
        "DSFPasscodeView.swift",
        "private/DSFPasscodeView+Cell.swift",
        "private/Localizations.swift",
        "private/Utils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.