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 2.0.0 (86644e), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 16:36:06 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: 2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dagronf/DSFLabelledTextField
 * tag               2.0.0      -> FETCH_HEAD
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 2.0.0
========================================
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] Copying PrivacyInfo.xcprivacy
[0/8] Write sources
[3/8] Write swift-version-1EA4D86E10B52AF.txt
[5/22] Compiling DSFAppearanceManager DSFSimpleLock.swift
[6/22] Compiling DSFAppearanceManager DSFDebounce.swift
[7/22] Compiling DSFAppearanceManager WeakBag.swift
[8/23] Compiling DSFAppearanceManager resource_bundle_accessor.swift
[9/23] Compiling DSFAppearanceManager NSView+Appearance.swift
[10/23] Compiling DSFAppearanceManager NSWindow+Appearance.swift
[11/23] Compiling DSFAppearanceManager WeakBox.swift
[12/23] Compiling DSFAppearanceManager NSAppearance+extensions.swift
[13/23] Compiling DSFAppearanceManager AutoplayAnimatedImages.swift
[14/23] Compiling DSFAppearanceManager DSFAppearanceManager+Listeners.swift
[15/23] Compiling DSFAppearanceManager DSFAppearanceCache.swift
[16/23] Compiling DSFAppearanceManager DSFAppearanceManager+ChangeDetector.swift
[17/23] Emitting module DSFAppearanceManager
[18/23] Compiling DSFAppearanceManager DSFAppearanceManager+Hardware.swift
[19/23] Compiling DSFAppearanceManager DSFAppearanceManager.swift
[20/27] Compiling DSFLabelledTextField NSGraphicsContext+extensions.swift
[21/27] Emitting module DSFLabelledTextField
[22/27] Compiling DSFLabelledTextField DSFLabelledTextField.swift
[23/27] Compiling DSFLabelledTextField DSFLabelledTextFieldGroup.swift
[23/27] Write Objects.LinkFileList
[25/27] Archiving libDSFLabelledTextField.a
[26/27] Linking libDSFLabelledTextField-Dynamic.dylib
Build complete! (10.10s)
Fetching https://github.com/dagronf/DSFAppearanceManager
[1/459] Fetching dsfappearancemanager
Fetched https://github.com/dagronf/DSFAppearanceManager from cache (1.01s)
Computing version for https://github.com/dagronf/DSFAppearanceManager
Computed https://github.com/dagronf/DSFAppearanceManager at 3.6.2 (1.52s)
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.