Build Information
Successful build of FormView, reference v0.1.0 (cd3cb8), with Swift 6.3 for macOS (SPM) on 22 Apr 2026 11:44:16 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/maxial/FormView.git
Reference: v0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/maxial/FormView
* tag v0.1.0 -> FETCH_HEAD
HEAD is now at cd3cb86 readme
Cloned https://github.com/maxial/FormView.git
Revision (git rev-parse @):
cd3cb86824755dc0a98c8a2fbb86752219b46280
SUCCESS checkout https://github.com/maxial/FormView.git at v0.1.0
Fetching https://github.com/nalexn/ViewInspector
[1/12750] Fetching viewinspector
Fetched https://github.com/nalexn/ViewInspector from cache (1.06s)
Creating working copy for https://github.com/nalexn/ViewInspector
Working copy of https://github.com/nalexn/ViewInspector resolved at master (4effbd9)
========================================
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": "formview",
"name": "FormView",
"url": "https://github.com/maxial/FormView.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FormView",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/maxial/FormView.git
[1/382] Fetching formview
Fetched https://github.com/maxial/FormView.git from cache (0.75s)
Creating working copy for https://github.com/maxial/FormView.git
Working copy of https://github.com/maxial/FormView.git resolved at v0.1.0 (cd3cb86)
warning: '.resolve-product-dependencies': dependency 'formview' 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/maxial/FormView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/11] Compiling FormView TextValidationRule.swift
[4/11] Compiling FormView ValidationRule.swift
[5/11] Compiling FormView Validator.swift
[6/11] Compiling FormView FormView.swift
[7/11] Compiling FormView FieldStates.swift
[8/11] Emitting module FormView
[9/11] Compiling FormView Array+FocusNextField.swift
[10/11] Compiling FormView FormField.swift
[11/11] Compiling FormView FocusField.swift
Build complete! (9.41s)
Build complete.
{
"dependencies" : [
{
"identity" : "viewinspector",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/nalexn/ViewInspector"
}
],
"manifest_display_name" : "FormView",
"name" : "FormView",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "FormView",
"targets" : [
"FormView"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FormViewTests",
"module_type" : "SwiftTarget",
"name" : "FormViewTests",
"path" : "Tests/FormViewTests",
"product_dependencies" : [
"ViewInspector"
],
"sources" : [
"FormViewTests.swift",
"InspectionHelper/Inspection.swift",
"InspectionHelper/InspectionWrapperView.swift",
"Validation/TextValidationRuleTests.swift",
"Validation/ValidatorTests.swift"
],
"target_dependencies" : [
"FormView"
],
"type" : "test"
},
{
"c99name" : "FormView",
"module_type" : "SwiftTarget",
"name" : "FormView",
"path" : "Sources/FormView",
"product_memberships" : [
"FormView"
],
"sources" : [
"Environment/FocusField.swift",
"Extensions/Array+FocusNextField.swift",
"FormField.swift",
"FormView.swift",
"Preference/FieldStates.swift",
"Validation/Rules/TextValidationRule.swift",
"Validation/Rules/ValidationRule.swift",
"Validation/Validator.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.