Build Information
Successful build of Formidable, reference main (9bfe6e
), with Swift 6.2 (beta) for visionOS using Xcode 26.0 on 23 Jun 2025 06:33:26 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Formidable -destination generic/platform=xrOS
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/didisouzacosta/Formidable.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/didisouzacosta/Formidable
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 9bfe6e3 Update README.md
Cloned https://github.com/didisouzacosta/Formidable.git
Revision (git rev-parse @):
9bfe6e359e11d7ff9bf6d0de55e2b3d56d3064a3
SUCCESS checkout https://github.com/didisouzacosta/Formidable.git at main
========================================
Build
========================================
Selected platform: visionOS
Swift version: 6.2
Building package at path: $PWD
https://github.com/didisouzacosta/Formidable.git
Command line invocation:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
Formidable: /Users/admin/builder/spi-builder-workspace
resolved source packages: Formidable
{
"dependencies" : [
],
"manifest_display_name" : "Formidable",
"name" : "Formidable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "17.0"
}
],
"products" : [
{
"name" : "Formidable",
"targets" : [
"Formidable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FormidableTests",
"module_type" : "SwiftTarget",
"name" : "FormidableTests",
"path" : "Tests/FormidableTests",
"sources" : [
"Contracts/EmptableTests.swift",
"Contracts/MensurableTests.swift",
"Enums/TestError.swift",
"FormFieldTests.swift",
"FormidableTests.swift",
"Rules/ContainsKeyPathRuleTests.swift",
"Rules/ContainsRuleTests.swift",
"Rules/EmailRuleTests.swift",
"Rules/EqualKeyPathRuleTests.swift",
"Rules/EqualRuleTests.swift",
"Rules/GreaterThanKeyPathRuleTests.swift",
"Rules/GreaterThanOrEqualKeyPathRuleTests.swift",
"Rules/GreaterThanOrEqualRuleTests.swift",
"Rules/GreaterThanRuleTests.swift",
"Rules/LessThanKeyPathRuleTests.swift",
"Rules/LessThanOrEqualKeyPathRuleTests.swift",
"Rules/LessThanOrEqualRuleTests.swift",
"Rules/LessThanRuleTests.swift",
"Rules/MaxLengthRuleTests.swift",
"Rules/MinLengthRuleTests.swift",
"Rules/RequiredRuleTests.swift",
"Rules/UniqueRuleTests.swift"
],
"target_dependencies" : [
"Formidable"
],
"type" : "test"
},
{
"c99name" : "Formidable",
"module_type" : "SwiftTarget",
"name" : "Formidable",
"path" : "Sources/Formidable",
"product_memberships" : [
"Formidable"
],
"sources" : [
"Components/FormFieldContainer.swift",
"Contracts/Emptable.swift",
"Contracts/FormFieldRepresentable.swift",
"Contracts/Mensurable.swift",
"FormField.swift",
"Formidable.swift",
"Modifiers/FieldViewModifier.swift",
"Modifiers/HiddenViewModifier.swift",
"Rules/AnyRule.swift",
"Rules/ContainsKeyPathRule.swift",
"Rules/ContainsRule.swift",
"Rules/EmailRule.swift",
"Rules/EqualKeyPathRule.swift",
"Rules/EqualRule.swift",
"Rules/FieldRule.swift",
"Rules/GreaterThanKeyPathRule.swift",
"Rules/GreaterThanOrEqualKeyPathRule.swift",
"Rules/GreaterThanOrEqualRule.swift",
"Rules/GreaterThanRule.swift",
"Rules/LessThanKeyPathRule.swift",
"Rules/LessThanOrEqualKeyPathRule.swift",
"Rules/LessThanOrEqualRule.swift",
"Rules/LessThanRule.swift",
"Rules/MaxLengthRule.swift",
"Rules/MinLengthRule.swift",
"Rules/RequiredRule.swift",
"Rules/UniqueKeyPathRule.swift",
"Rules/UniqueRule.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Formidable"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Formidable -destination generic/platform=xrOS
Command line invocation:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Formidable -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
Formidable: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'Formidable' in project 'Formidable'
➜ Explicit dependency on target 'Formidable' in project 'Formidable'
Target 'Formidable' in project 'Formidable' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: c7283c274e0642914259946deb9d30f6
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/c7283c274e0642914259946deb9d30f6.xcbuilddata
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Formidable.DependencyStaticMetadataFileList (in target 'Formidable' from project 'Formidable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Formidable.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Formidable.DependencyMetadataFileList (in target 'Formidable' from project 'Formidable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Formidable.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Formidable.modulemap (in target 'Formidable' from project 'Formidable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Formidable.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Objects-normal/arm64/Formidable.SwiftFileList (in target 'Formidable' from project 'Formidable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Objects-normal/arm64/Formidable.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Objects-normal/arm64/Formidable.SwiftConstValuesFileList (in target 'Formidable' from project 'Formidable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Objects-normal/arm64/Formidable.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Objects-normal/arm64/Formidable_const_extract_protocols.json (in target 'Formidable' from project 'Formidable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Objects-normal/arm64/Formidable_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Objects-normal/arm64/Formidable-OutputFileMap.json (in target 'Formidable' from project 'Formidable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Objects-normal/arm64/Formidable-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Objects-normal/arm64/Formidable.LinkFileList (in target 'Formidable' from project 'Formidable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Objects-normal/arm64/Formidable.LinkFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Formidable.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Formidable.modulemap (in target 'Formidable' from project 'Formidable')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Formidable.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
SwiftDriver Formidable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Formidable' from project 'Formidable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Formidable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Objects-normal/arm64/Formidable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Objects-normal/arm64/Formidable-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Objects-normal/arm64/Formidable.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Objects-normal/arm64/Formidable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Objects-normal/arm64/Formidable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-5SISCDC13SAJ8RXMPI5EMJRC3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-5YFR0VRJ3VEDNKSWZ4AK30CYV.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-BKMZXENNGOMYFUVGSUV2V7VEV.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-2AULHSYE2L659FZ3QIE9V5JO3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-2NDRUQ9992NJF8X4L4JP8NVHE.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-BU1KT38SVD7O0JFJUH1LIDPD7.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-2F9GSM98DE1340HXC3MKJQZ6O.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-265B87GF5GD0I7MNFXOUUK864.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DeveloperToolsSupport-5Z1AOTH25DW74CKZ2KFXLD52P.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-96DE0NKNXK88K4188Z003SFL.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-1VX6YRQ5X8H9GCP5ATAKWO47M.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-CQ3ZT213TFIMXX07AMAJUQLCF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-AGEVPM55GJ5QQSD7MRZBYA6B6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_tgmath-DIUAAUO828AJ3LCMUC88HRPQE.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-D08GU6QH1MB283MCJE969ZT67.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-2YY9TL4K0XITOSH0UYDFVCSNT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-BL7GSBKJKN2MVPQK8F05MCFIA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_intrinsics-E8OBEV0YDCZVDDY5ZGZOLQ501.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-2VU6EP18FE78TESO2O8FABVUN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-B3DFZL60KC6CKEIJX3ZP7BRIY.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/simd-6IURZM70P7ZDICLV859YLY50Y.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-6KZYZPKVL6SK9XW2CA8SNG1W6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-1XU997X6RXOBXELNVQTZRJ4SJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-27FUA92VQDP38FTP5R5A2N8KQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-B3RIA0V7I44BYJ0VFM6913UV6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-97Y8Z5K6IEDFCBJ671IQYAEUF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-BJGY658ITEMID5BP4Y2HIZ79Z.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Spatial-94RUPVO6VE2APM6EB1CQ4RUL1.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/dnssd-DXTEKSTWYJC3V4CK78TWU0FAP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-5DH5L4CRR30HOB2MOTQSHNOR2.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-6U5QJOPJYWKWJ31O9WTX3PML6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-82EFTYIWSFI9GKXFVLRHBBZB2.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreAudioTypes-A5GDIMWH8AICT2AF65DMT3ELF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreGraphics-HHAPLASIB66M7TCNLIQ6LPFE.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreAudio-BCXFG1JRLD4J081BSZEQIU5F6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-EZ2RNQX9R66JYG999UHTQ3A0C.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ImageIO-AO7B31G192JF6Z8DNIWZG7M7.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreText-9ARJCQYK5JQDTA2LXJ042BHZS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/FileProvider-7RX7JX0YSZBZJ9FED691MMVZ0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/IOSurface-65LJX4GB8XDBWD6SJ3X68Q57H.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UserNotifications-10HUFZ1L5G92NHCMKI7GQPQ1S.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DataDetection-5YPU54M76FY0AAWZE7HR6KTLB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreTransferable-6M5IXLEFRZZFFNYRHNE2E52GU.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreMIDI-DSB0K2FJHKTTSB9G3N5ACHANY.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OSLog-AOB7VJ2KKJDXZ68LUZBQT43L0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UniformTypeIdentifiers-1S7L2LSRYR9RYQZIA1Y0W3HJV.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_LocationEssentials-K6S360AMEPAUJ342GMMV2WUE.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Symbols-5RCFPTNS6NVANCR3ZIXMBLM20.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Network-CMD66EC8SO8RJ1CDSHWUVKEEI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Accessibility-5YF9YEM3HYWZU92C8LFPORRIP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreData-CM2JET0QK4IAMC1PAMBRLL6FM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UIUtilities-7PLNWXV9IQ28HBMD1SKXACY39.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreLocation-590Q4AITH60QQ849VQ6RV1771.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OpenGLES-9C2D34VLSAX5TNNKZ9U535OLN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Metal-9PIGP14H657VKZV75ESKH25U9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AudioToolbox-90JLJQM8R0C8E9VNBUSL8UWWP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreMotion-AC4LKMZJUCXEBDU3FXPOLNN9D.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AVRouting-65FXEND5RO439D1IBSAZCGCNO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreVideo-DH5A3XUG82WOBLTA4HTMKGIB6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreMedia-2A8A05GCFDQLYH5CB6P63U6KI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreImage-1EDKUBM7DDYTTTH183UDRY4XE.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/QuartzCore-49NZM0GV3YMLF1UGK7JJ86RYF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ARKit-ESD3PTIZR8YDFVZIM2M2D7AV3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUICore-ETB9114LCETQIM620JA57YMG9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UIKit-F2X8FQ7Q1D8TT0ID5KJ01DLW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AVFAudio-6DRR9DPXRRJK7XT06KTLLPV5J.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MediaToolbox-AGZDR2H61J2CT8D98CQF74JQW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AVFoundation-94NXFHZXESX0D7PJI7G1EY7DT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/GameController-85N1PWKWRG8F37UL2NNICX2GX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUI-3UVOCVE62YR4ZI549MIQF1NZV.pcm
SwiftCompile normal arm64 Compiling\ UniqueKeyPathRule.swift,\ UniqueRule.swift /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Rules/UniqueKeyPathRule.swift /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Rules/UniqueRule.swift (in target 'Formidable' from project 'Formidable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Rules/UniqueKeyPathRule.swift (in target 'Formidable' from project 'Formidable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Rules/UniqueRule.swift (in target 'Formidable' from project 'Formidable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ LessThanOrEqualRule.swift,\ LessThanRule.swift,\ MaxLengthRule.swift /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Rules/LessThanOrEqualRule.swift /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Rules/LessThanRule.swift /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Rules/MaxLengthRule.swift (in target 'Formidable' from project 'Formidable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Rules/LessThanOrEqualRule.swift (in target 'Formidable' from project 'Formidable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Rules/LessThanRule.swift (in target 'Formidable' from project 'Formidable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Rules/MaxLengthRule.swift (in target 'Formidable' from project 'Formidable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ FormFieldContainer.swift,\ Emptable.swift,\ FormFieldRepresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Components/FormFieldContainer.swift /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Contracts/Emptable.swift /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Contracts/FormFieldRepresentable.swift (in target 'Formidable' from project 'Formidable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Components/FormFieldContainer.swift (in target 'Formidable' from project 'Formidable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Contracts/Emptable.swift (in target 'Formidable' from project 'Formidable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Contracts/FormFieldRepresentable.swift (in target 'Formidable' from project 'Formidable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ GreaterThanRule.swift,\ LessThanKeyPathRule.swift,\ LessThanOrEqualKeyPathRule.swift /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Rules/GreaterThanRule.swift /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Rules/LessThanKeyPathRule.swift /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Rules/LessThanOrEqualKeyPathRule.swift (in target 'Formidable' from project 'Formidable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Rules/GreaterThanRule.swift (in target 'Formidable' from project 'Formidable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Rules/LessThanKeyPathRule.swift (in target 'Formidable' from project 'Formidable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Rules/LessThanOrEqualKeyPathRule.swift (in target 'Formidable' from project 'Formidable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ EqualKeyPathRule.swift,\ EqualRule.swift,\ FieldRule.swift /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Rules/EqualKeyPathRule.swift /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Rules/EqualRule.swift /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Rules/FieldRule.swift (in target 'Formidable' from project 'Formidable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Rules/EqualKeyPathRule.swift (in target 'Formidable' from project 'Formidable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Rules/EqualRule.swift (in target 'Formidable' from project 'Formidable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Rules/FieldRule.swift (in target 'Formidable' from project 'Formidable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ MinLengthRule.swift,\ RequiredRule.swift /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Rules/MinLengthRule.swift /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Rules/RequiredRule.swift (in target 'Formidable' from project 'Formidable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Rules/MinLengthRule.swift (in target 'Formidable' from project 'Formidable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Rules/RequiredRule.swift (in target 'Formidable' from project 'Formidable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Mensurable.swift,\ FormField.swift,\ Formidable.swift /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Contracts/Mensurable.swift /Users/admin/builder/spi-builder-workspace/Sources/Formidable/FormField.swift /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Formidable.swift (in target 'Formidable' from project 'Formidable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Contracts/Mensurable.swift (in target 'Formidable' from project 'Formidable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Formidable/FormField.swift (in target 'Formidable' from project 'Formidable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Formidable.swift (in target 'Formidable' from project 'Formidable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ Formidable (in target 'Formidable' from project 'Formidable')
EmitSwiftModule normal arm64 (in target 'Formidable' from project 'Formidable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ContainsKeyPathRule.swift,\ ContainsRule.swift,\ EmailRule.swift /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Rules/ContainsKeyPathRule.swift /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Rules/ContainsRule.swift /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Rules/EmailRule.swift (in target 'Formidable' from project 'Formidable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Rules/ContainsKeyPathRule.swift (in target 'Formidable' from project 'Formidable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Rules/ContainsRule.swift (in target 'Formidable' from project 'Formidable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Rules/EmailRule.swift (in target 'Formidable' from project 'Formidable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ FieldViewModifier.swift,\ HiddenViewModifier.swift,\ AnyRule.swift /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Modifiers/FieldViewModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Modifiers/HiddenViewModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Rules/AnyRule.swift (in target 'Formidable' from project 'Formidable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Modifiers/FieldViewModifier.swift (in target 'Formidable' from project 'Formidable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Modifiers/HiddenViewModifier.swift (in target 'Formidable' from project 'Formidable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Rules/AnyRule.swift (in target 'Formidable' from project 'Formidable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ GreaterThanKeyPathRule.swift,\ GreaterThanOrEqualKeyPathRule.swift,\ GreaterThanOrEqualRule.swift /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Rules/GreaterThanKeyPathRule.swift /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Rules/GreaterThanOrEqualKeyPathRule.swift /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Rules/GreaterThanOrEqualRule.swift (in target 'Formidable' from project 'Formidable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Rules/GreaterThanKeyPathRule.swift (in target 'Formidable' from project 'Formidable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Rules/GreaterThanOrEqualKeyPathRule.swift (in target 'Formidable' from project 'Formidable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Formidable/Rules/GreaterThanOrEqualRule.swift (in target 'Formidable' from project 'Formidable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for Formidable (in target 'Formidable' from project 'Formidable')
SwiftDriver\ Compilation\ Requirements Formidable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Formidable' from project 'Formidable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Formidable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Objects-normal/arm64/Formidable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Objects-normal/arm64/Formidable-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Objects-normal/arm64/Formidable.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Objects-normal/arm64/Formidable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Objects-normal/arm64/Formidable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling UniqueKeyPathRule.swift, UniqueRule.swift (in target 'Formidable' from project 'Formidable')
SwiftDriverJobDiscovery normal arm64 Compiling LessThanOrEqualRule.swift, LessThanRule.swift, MaxLengthRule.swift (in target 'Formidable' from project 'Formidable')
SwiftDriverJobDiscovery normal arm64 Compiling EqualKeyPathRule.swift, EqualRule.swift, FieldRule.swift (in target 'Formidable' from project 'Formidable')
SwiftDriverJobDiscovery normal arm64 Compiling GreaterThanRule.swift, LessThanKeyPathRule.swift, LessThanOrEqualKeyPathRule.swift (in target 'Formidable' from project 'Formidable')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Formidable-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Objects-normal/arm64/Formidable-Swift.h (in target 'Formidable' from project 'Formidable')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Objects-normal/arm64/Formidable-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Formidable-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Formidable.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Objects-normal/arm64/Formidable.swiftdoc (in target 'Formidable' from project 'Formidable')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Objects-normal/arm64/Formidable.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Formidable.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Formidable.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Objects-normal/arm64/Formidable.swiftmodule (in target 'Formidable' from project 'Formidable')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Objects-normal/arm64/Formidable.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Formidable.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Formidable.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Objects-normal/arm64/Formidable.abi.json (in target 'Formidable' from project 'Formidable')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Objects-normal/arm64/Formidable.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Formidable.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Formidable.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Objects-normal/arm64/Formidable.swiftsourceinfo (in target 'Formidable' from project 'Formidable')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Objects-normal/arm64/Formidable.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Formidable.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling GreaterThanKeyPathRule.swift, GreaterThanOrEqualKeyPathRule.swift, GreaterThanOrEqualRule.swift (in target 'Formidable' from project 'Formidable')
SwiftDriverJobDiscovery normal arm64 Compiling ContainsKeyPathRule.swift, ContainsRule.swift, EmailRule.swift (in target 'Formidable' from project 'Formidable')
SwiftDriverJobDiscovery normal arm64 Compiling MinLengthRule.swift, RequiredRule.swift (in target 'Formidable' from project 'Formidable')
SwiftDriverJobDiscovery normal arm64 Compiling FieldViewModifier.swift, HiddenViewModifier.swift, AnyRule.swift (in target 'Formidable' from project 'Formidable')
SwiftDriverJobDiscovery normal arm64 Compiling FormFieldContainer.swift, Emptable.swift, FormFieldRepresentable.swift (in target 'Formidable' from project 'Formidable')
SwiftDriverJobDiscovery normal arm64 Compiling Mensurable.swift, FormField.swift, Formidable.swift (in target 'Formidable' from project 'Formidable')
SwiftDriver\ Compilation Formidable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Formidable' from project 'Formidable')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Formidable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Objects-normal/arm64/Formidable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Objects-normal/arm64/Formidable-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Objects-normal/arm64/Formidable.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Objects-normal/arm64/Formidable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Objects-normal/arm64/Formidable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Formidable.o normal (in target 'Formidable' from project 'Formidable')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Objects-normal/arm64/Formidable.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Objects-normal/arm64/Formidable_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Objects-normal/arm64/Formidable_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Objects-normal/arm64/Formidable.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Objects-normal/arm64/Formidable-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Formidable.o
ExtractAppIntentsMetadata (in target 'Formidable' from project 'Formidable')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Formidable --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk --xcode-version 17A5241e --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.Formidable --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Formidable.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Formidable.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Objects-normal/arm64/Formidable_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Objects-normal/arm64/Formidable.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Formidable.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Formidable.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-xros/Formidable.build/Objects-normal/arm64/Formidable.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-22 23:33:25.692 appintentsmetadataprocessor[690:3904] Starting appintentsmetadataprocessor export
2025-06-22 23:33:25.746 appintentsmetadataprocessor[690:3904] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Formidable.o (in target 'Formidable' from project 'Formidable')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Formidable.o
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Formidable",
"name" : "Formidable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "17.0"
}
],
"products" : [
{
"name" : "Formidable",
"targets" : [
"Formidable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FormidableTests",
"module_type" : "SwiftTarget",
"name" : "FormidableTests",
"path" : "Tests/FormidableTests",
"sources" : [
"Contracts/EmptableTests.swift",
"Contracts/MensurableTests.swift",
"Enums/TestError.swift",
"FormFieldTests.swift",
"FormidableTests.swift",
"Rules/ContainsKeyPathRuleTests.swift",
"Rules/ContainsRuleTests.swift",
"Rules/EmailRuleTests.swift",
"Rules/EqualKeyPathRuleTests.swift",
"Rules/EqualRuleTests.swift",
"Rules/GreaterThanKeyPathRuleTests.swift",
"Rules/GreaterThanOrEqualKeyPathRuleTests.swift",
"Rules/GreaterThanOrEqualRuleTests.swift",
"Rules/GreaterThanRuleTests.swift",
"Rules/LessThanKeyPathRuleTests.swift",
"Rules/LessThanOrEqualKeyPathRuleTests.swift",
"Rules/LessThanOrEqualRuleTests.swift",
"Rules/LessThanRuleTests.swift",
"Rules/MaxLengthRuleTests.swift",
"Rules/MinLengthRuleTests.swift",
"Rules/RequiredRuleTests.swift",
"Rules/UniqueRuleTests.swift"
],
"target_dependencies" : [
"Formidable"
],
"type" : "test"
},
{
"c99name" : "Formidable",
"module_type" : "SwiftTarget",
"name" : "Formidable",
"path" : "Sources/Formidable",
"product_memberships" : [
"Formidable"
],
"sources" : [
"Components/FormFieldContainer.swift",
"Contracts/Emptable.swift",
"Contracts/FormFieldRepresentable.swift",
"Contracts/Mensurable.swift",
"FormField.swift",
"Formidable.swift",
"Modifiers/FieldViewModifier.swift",
"Modifiers/HiddenViewModifier.swift",
"Rules/AnyRule.swift",
"Rules/ContainsKeyPathRule.swift",
"Rules/ContainsRule.swift",
"Rules/EmailRule.swift",
"Rules/EqualKeyPathRule.swift",
"Rules/EqualRule.swift",
"Rules/FieldRule.swift",
"Rules/GreaterThanKeyPathRule.swift",
"Rules/GreaterThanOrEqualKeyPathRule.swift",
"Rules/GreaterThanOrEqualRule.swift",
"Rules/GreaterThanRule.swift",
"Rules/LessThanKeyPathRule.swift",
"Rules/LessThanOrEqualKeyPathRule.swift",
"Rules/LessThanOrEqualRule.swift",
"Rules/LessThanRule.swift",
"Rules/MaxLengthRule.swift",
"Rules/MinLengthRule.swift",
"Rules/RequiredRule.swift",
"Rules/UniqueKeyPathRule.swift",
"Rules/UniqueRule.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.