Build Information
Successful build of PasswordRules, reference master (a60225
), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 22:55:10 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/nshipster/passwordrules.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nshipster/passwordrules
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at a602254 Update README.md (#3)
Cloned https://github.com/nshipster/passwordrules.git
Revision (git rev-parse @):
a602254fdad23d10a7e51af6cad6f2ad27e3526f
SUCCESS checkout https://github.com/nshipster/passwordrules.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/nshipster/passwordrules.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/4] Compiling PasswordRules PasswordRules.swift
[4/4] Emitting module PasswordRules
Build complete! (0.65s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "PasswordRules",
"name" : "PasswordRules",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "PasswordRules",
"targets" : [
"PasswordRules"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PasswordRulesTests",
"module_type" : "SwiftTarget",
"name" : "PasswordRulesTests",
"path" : "Tests/PasswordRulesTests",
"sources" : [
"PasswordRulesTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"PasswordRules"
],
"type" : "test"
},
{
"c99name" : "PasswordRules",
"module_type" : "SwiftTarget",
"name" : "PasswordRules",
"path" : "Sources/PasswordRules",
"product_memberships" : [
"PasswordRules"
],
"sources" : [
"PasswordRules.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Done.