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 DSFLabelledTextField, reference main (86644e), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 16:36:26 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/DSFLabelledTextField.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dagronf/DSFLabelledTextField
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 86644ef Update with new appearance manager
Cloned https://github.com/dagronf/DSFLabelledTextField.git
Revision (git rev-parse @):
86644ef6e61f02c08b25357f50b7627afe873f68
SUCCESS checkout https://github.com/dagronf/DSFLabelledTextField.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dagronf/DSFLabelledTextField.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
[2/8] Write sources
[3/8] Write swift-version-1EA4D86E10B52AF.txt
[5/22] Compiling DSFAppearanceManager DSFSimpleLock.swift
[6/22] Compiling DSFAppearanceManager DSFDebounce.swift
[7/23] Compiling DSFAppearanceManager resource_bundle_accessor.swift
[8/23] Compiling DSFAppearanceManager WeakBag.swift
[9/23] Compiling DSFAppearanceManager WeakBox.swift
[10/23] Compiling DSFAppearanceManager NSAppearance+extensions.swift
[11/23] Compiling DSFAppearanceManager NSView+Appearance.swift
[12/23] Compiling DSFAppearanceManager NSWindow+Appearance.swift
[13/23] Emitting module DSFAppearanceManager
[14/23] Compiling DSFAppearanceManager DSFAppearanceCache.swift
[15/23] Compiling DSFAppearanceManager DSFAppearanceManager+ChangeDetector.swift
[16/23] Compiling DSFAppearanceManager AutoplayAnimatedImages.swift
[17/23] Compiling DSFAppearanceManager DSFAppearanceManager+Listeners.swift
[18/23] Compiling DSFAppearanceManager DSFAppearanceManager+Hardware.swift
[19/23] Compiling DSFAppearanceManager DSFAppearanceManager.swift
[20/27] Compiling DSFLabelledTextField NSGraphicsContext+extensions.swift
[21/27] Compiling DSFLabelledTextField DSFLabelledTextFieldGroup.swift
[22/27] Emitting module DSFLabelledTextField
[23/27] Compiling DSFLabelledTextField DSFLabelledTextField.swift
[23/27] Write Objects.LinkFileList
[25/27] Archiving libDSFLabelledTextField.a
[26/27] Linking libDSFLabelledTextField-Dynamic.dylib
Build complete! (9.93s)
Fetching https://github.com/dagronf/DSFAppearanceManager
[1/459] Fetching dsfappearancemanager
Fetched https://github.com/dagronf/DSFAppearanceManager from cache (1.09s)
Computing version for https://github.com/dagronf/DSFAppearanceManager
Computed https://github.com/dagronf/DSFAppearanceManager at 3.6.2 (1.58s)
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.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dagronf/DSFAppearanceManager"
    }
  ],
  "manifest_display_name" : "DSFLabelledTextField",
  "name" : "DSFLabelledTextField",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.11"
    }
  ],
  "products" : [
    {
      "name" : "DSFLabelledTextField",
      "targets" : [
        "DSFLabelledTextField"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "DSFLabelledTextField-Dynamic",
      "targets" : [
        "DSFLabelledTextField"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DSFLabelledTextFieldTests",
      "module_type" : "SwiftTarget",
      "name" : "DSFLabelledTextFieldTests",
      "path" : "Tests/DSFLabelledTextFieldTests",
      "sources" : [
        "DSFLabelledTextFieldTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "DSFLabelledTextField"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DSFLabelledTextField",
      "module_type" : "SwiftTarget",
      "name" : "DSFLabelledTextField",
      "path" : "Sources/DSFLabelledTextField",
      "product_dependencies" : [
        "DSFAppearanceManager"
      ],
      "product_memberships" : [
        "DSFLabelledTextField",
        "DSFLabelledTextField-Dynamic"
      ],
      "sources" : [
        "DSFLabelledTextField.swift",
        "DSFLabelledTextFieldGroup.swift",
        "private/NSGraphicsContext+extensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.