The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DSFSecureTextField, reference 2.1.0 (1ba4ef), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 21:59:54 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dagronf/DSFSecureTextField.git
Reference: 2.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dagronf/DSFSecureTextField
 * tag               2.1.0      -> FETCH_HEAD
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 2.1.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "dsfsecuretextfield",
      "name": "DSFSecureTextField",
      "url": "https://github.com/dagronf/DSFSecureTextField.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DSFSecureTextField",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/dagronf/DSFSecureTextField.git
[1/129] Fetching dsfsecuretextfield
Fetched https://github.com/dagronf/DSFSecureTextField.git from cache (0.72s)
Creating working copy for https://github.com/dagronf/DSFSecureTextField.git
Working copy of https://github.com/dagronf/DSFSecureTextField.git resolved at 2.1.0 (1ba4ef8)
warning: '.resolve-product-dependencies': dependency 'dsfsecuretextfield' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/dagronf/DSFSecureTextField.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[1/6] Write swift-version--6988338F2F200930.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! (8.71s)
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.