The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DSFSecureTextField, reference master (1ba4ef), with Swift 6.2 for macOS (SPM) on 4 Sep 2025 00:50:13 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dagronf/DSFSecureTextField.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dagronf/DSFSecureTextField
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 1ba4ef8 Merge pull request #2 from huven/first-responder
Cloned https://github.com/dagronf/DSFSecureTextField.git
Revision (git rev-parse @):
1ba4ef86c0ef4e2dbdfa4cc2bdd907a3c0652506
SUCCESS checkout https://github.com/dagronf/DSFSecureTextField.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dagronf/DSFSecureTextField.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[1/6] Write swift-version-1EA4D86E10B52AF.txt
[3/9] Compiling DSFSecureTextField DSFPasswordButton.swift
[4/9] Compiling DSFSecureTextField DSFSecureTextField.swift
[5/9] Emitting module DSFSecureTextField
[5/9] Write Objects.LinkFileList
[7/9] Archiving libDSFSecureTextFieldStatic.a
[8/9] Linking libDSFSecureTextFieldDynamic.dylib
Build complete! (7.31s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DSFSecureTextField",
  "name" : "DSFSecureTextField",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "DSFSecureTextField",
      "targets" : [
        "DSFSecureTextField"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DSFSecureTextFieldStatic",
      "targets" : [
        "DSFSecureTextField"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "DSFSecureTextFieldDynamic",
      "targets" : [
        "DSFSecureTextField"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DSFSecureTextFieldTests",
      "module_type" : "SwiftTarget",
      "name" : "DSFSecureTextFieldTests",
      "path" : "Tests/DSFSecureTextFieldTests",
      "sources" : [
        "DSFSecureTextFieldTests.swift"
      ],
      "target_dependencies" : [
        "DSFSecureTextField"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DSFSecureTextField",
      "module_type" : "SwiftTarget",
      "name" : "DSFSecureTextField",
      "path" : "Sources/DSFSecureTextField",
      "product_memberships" : [
        "DSFSecureTextField",
        "DSFSecureTextFieldStatic",
        "DSFSecureTextFieldDynamic"
      ],
      "sources" : [
        "DSFSecureTextField.swift",
        "private/DSFPasswordButton.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.