Build Information
Successful build of FormKit, reference 1.0.0 (7c1cf1
), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 15:00:47 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/mohsinbmwm3/FormKit.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mohsinbmwm3/FormKit
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at 7c1cf19 Added more validators as well as updated demo project
Cloned https://github.com/mohsinbmwm3/FormKit.git
Revision (git rev-parse @):
7c1cf19bc579c3126a173e79f7b722059606bbc8
SUCCESS checkout https://github.com/mohsinbmwm3/FormKit.git at 1.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/mohsinbmwm3/FormKit.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/8] Compiling FormKit Validator.swift
[4/8] Emitting module FormKit
[5/8] Compiling FormKit FormBuilder.swift
[6/8] Compiling FormKit FormModel.swift
[7/8] Compiling FormKit FormField.swift
[8/8] Compiling FormKit FormKit.swift
Build complete! (7.68s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "FormKit",
"name" : "FormKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "FormKit",
"targets" : [
"FormKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FormKitTests",
"module_type" : "SwiftTarget",
"name" : "FormKitTests",
"path" : "Tests/FormKitTests",
"sources" : [
"FormKitTests.swift"
],
"target_dependencies" : [
"FormKit"
],
"type" : "test"
},
{
"c99name" : "FormKit",
"module_type" : "SwiftTarget",
"name" : "FormKit",
"path" : "Sources/FormKit",
"product_memberships" : [
"FormKit"
],
"sources" : [
"FormBuilder.swift",
"FormField.swift",
"FormKit.swift",
"FormModel.swift",
"Validator.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.