Build Information
Successful build of Formify, reference main (057b4d
), with Swift 5.10 for macOS (SPM) on 16 May 2025 21:33:11 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sanzaru/formify.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sanzaru/formify
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 057b4da Remove swiftlint plugin dependency
Cloned https://github.com/sanzaru/formify.git
Revision (git rev-parse @):
057b4dafce0d14bc0af83f6e36df9fd4288ba9d4
SUCCESS checkout https://github.com/sanzaru/formify.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/sanzaru/formify.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/8] Compiling Formify FormifyOperator.swift
[4/8] Compiling Formify FormifyDefaultPattern.swift
[5/8] Compiling Formify FormifyCustomValidationHandler.swift
[6/8] Emitting module Formify
[7/8] Compiling Formify FormifyError.swift
[8/8] Compiling Formify FormifyField.swift
Build complete! (4.60s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Formify",
"name" : "Formify",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Formify",
"targets" : [
"Formify"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FormifyTests",
"module_type" : "SwiftTarget",
"name" : "FormifyTests",
"path" : "Tests/FormifyTests",
"sources" : [
"FormifyTests.swift"
],
"target_dependencies" : [
"Formify"
],
"type" : "test"
},
{
"c99name" : "Formify",
"module_type" : "SwiftTarget",
"name" : "Formify",
"path" : "Sources/Formify",
"product_memberships" : [
"Formify"
],
"sources" : [
"FormifyCustomValidationHandler.swift",
"FormifyDefaultPattern.swift",
"FormifyError.swift",
"FormifyField.swift",
"FormifyOperator.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.