Build Information
Successful build of DSFSecureTextField, reference master (b82c3e
), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 05:59: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/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 b82c3e3 Added missing control size (Bug #1)
Cloned https://github.com/dagronf/DSFSecureTextField.git
Revision (git rev-parse @):
b82c3e3908bc42549fc9b08135a9d0d7696c048e
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] Emitting module DSFSecureTextField
[4/9] Compiling DSFSecureTextField DSFPasswordButton.swift
[5/9] Compiling DSFSecureTextField DSFSecureTextField.swift
[5/9] Write Objects.LinkFileList
[7/9] Archiving libDSFSecureTextFieldStatic.a
[8/9] Linking libDSFSecureTextFieldDynamic.dylib
Build complete! (6.99s)
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.