Build Information
Successful build of FormKit, reference 1.0.0 (7c1cf1
), with Swift 6.1 for macOS (SPM) on 1 May 2025 05:58:53 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.61.2
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
========================================
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",
"dependencies": [
{
"identity": "formkit",
"name": "FormKit",
"url": "https://github.com/mohsinbmwm3/FormKit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FormKit",
"dependencies": [
]
}
]
}
Fetching https://github.com/mohsinbmwm3/FormKit.git
[3/72] Fetching formkit
Fetched https://github.com/mohsinbmwm3/FormKit.git from cache (0.61s)
Creating working copy for https://github.com/mohsinbmwm3/FormKit.git
Working copy of https://github.com/mohsinbmwm3/FormKit.git resolved at 1.0.0 (7c1cf19)
warning: '.resolve-product-dependencies': dependency 'formkit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/mohsinbmwm3/FormKit.git
https://github.com/mohsinbmwm3/FormKit.git
{
"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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/8] Compiling FormKit Validator.swift
[4/8] Compiling FormKit FormKit.swift
[5/8] Compiling FormKit FormModel.swift
[6/8] Compiling FormKit FormBuilder.swift
[7/8] Compiling FormKit FormField.swift
[8/8] Emitting module FormKit
Build complete! (7.72s)
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.