The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Formidable, reference main (2ece75), with Swift 6.2 for iOS using Xcode 26.3 on 5 Mar 2026 01:06:14 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Formidable -destination generic/platform=iOS

Build Log

========================================
RunAll
========================================
Builder version: 4.68.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 2ece753 Merge pull request #2 from didisouzacosta/v1.2.0
Cloned https://github.com/didisouzacosta/Formidable.git
Revision (git rev-parse @):
2ece753af3da3253c86941d91ed67967499f7c94
SUCCESS checkout https://github.com/didisouzacosta/Formidable.git at main
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/didisouzacosta/Formidable.git
Command line invocation:
    /Applications/Xcode-26.0.0.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
2026-03-04 20:05:54.429 xcodebuild[523:3096] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-03-04 20:05:55.398 xcodebuild[523:3096] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-03-04 20:05:55.895 xcodebuild[523:3096] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "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.2"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Formidable"
    ]
  }
}
2026-03-04 20:06:05.044 xcodebuild[608:3725] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-03-04 20:06:05.190 xcodebuild[608:3725] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Formidable -destination generic/platform=iOS
Command line invocation:
    /Applications/Xcode-26.0.0.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=iOS
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.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 0b9d6977a2abdb4c399c1c2a8a19ed37
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/0b9d6977a2abdb4c399c1c2a8a19ed37.xcbuilddata
ClangStatCache /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A339-031f2ee2c39ede4aa7d3d33a6e255a3e.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A339-031f2ee2c39ede4aa7d3d33a6e255a3e.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/Intermediates.noindex/ExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
    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-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-iphoneos/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-iphoneos/Formidable.build/Formidable.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-iphoneos/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-iphoneos/Formidable.build/Formidable.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-iphoneos/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-iphoneos/Formidable.build/Formidable.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-iphoneos/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-iphoneos/Formidable.build/Objects-normal/arm64/Formidable.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-iphoneos/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-iphoneos/Formidable.build/Objects-normal/arm64/Formidable.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-iphoneos/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-iphoneos/Formidable.build/Objects-normal/arm64/Formidable-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-iphoneos/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-iphoneos/Formidable.build/Objects-normal/arm64/Formidable.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-iphoneos/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-iphoneos/Formidable.build/Objects-normal/arm64/Formidable_const_extract_protocols.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Formidable.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-iphoneos/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-iphoneos/Formidable.build/Formidable.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
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.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-iphoneos/Formidable.build/Objects-normal/arm64/Formidable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios17.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A339-031f2ee2c39ede4aa7d3d33a6e255a3e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/Formidable.build/Objects-normal/arm64/Formidable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-iphoneos/Formidable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-iphoneos/Formidable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-iphoneos/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-iphoneos/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/_AvailabilityInternal-D4KFX70QDSKDHAFN28VWFHJDD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-AWS2ZO8SKG08U2J1MMWU28GXN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-BHKYUJAUYGLL08GPBO4TQ79OH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-RHS2SCTBLPG1AUMGZJECKB4D.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-7LXLRGGN1D623D1E95O2ZDWLS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-6OHAFO0Y4YTK36IIJ929ZZ68T.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-93084N1CIKJBLKZE8LTR2NUCD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DeveloperToolsSupport-4HEYCJ9HH1X2946DQK6TLRTG2.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-5ZA2MZAPXKZKD66UN05B42VJ1.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-CZJKBEI43OA06JDP3KIPJ4Y2O.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-5K31RTC5DNLGL2IYOWN7J2J8Y.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-D95F3KSHWYHSFR9109JORKN6B.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-1KB3ILB46H4YPRQ26LHCZLDQX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-AQMZFG0UVXVTKIZLVDITHU96I.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_tgmath-C6DY9F1RERP1JAPWRU17S8MPU.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-36J7EBZ5HELEOWD61NQLM46KZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_intrinsics-4DAVIYMELHVYMWDKM1G4P18OI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-9UK0ECRCQJVHQYAW87OJXN78R.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-E8YE70PUSQVX9DA0UL27RTTKI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-2JNXL9A90000TV0GU8Y5T7X0Z.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-BA9YAR6Q3I1MV2W4CWIXPLFPO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/simd-9RU0M5F9YTOC7HYPARTE49VAV.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-AC8V68MC29VQSY963V3T4DPD0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-B2YPHTQAER4T3PESM94ZDPO9Y.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-9LEQZ03SOTZEG4AMVIXFSZUDW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-92MN7GS18LZG7G0QQ34R746BY.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-2H1E9I3OG0PY2IBIWHOBSBIM3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Spatial-5AN7WPG7SBH3UNV1FNLXG80JA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-67DONVBOSRN7IBPHURG42FEDJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/XPC-E18MYM271RS1N55UJQIYYOHAH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-EZP3PH7XWVY0GVO6R6TJKF9Z0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-YOCUH5JHM5F0O4DNCMMS496R.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-4EPVM2O1GUEIA1QUK3IA9AS90.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreGraphics-1BSQL0IZ3PHOQE4MYNC9NT24T.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-1SAC735IPQ9TY84PT2X9BPCAL.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ImageIO-235FQ9BCZJZLEF3T10SAI28B1.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreText-CH69ES6RUVEPT0VR107A4E22E.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UserNotifications-AN0NCTUQGHK3RZCC3D26PJYCN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/FileProvider-EXY5NL4LL17P5JNQQBHM8H0YM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OSLog-273VX7TD1HQ3ELFCLXNM3OY9D.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreData-N5PB1A98EVM1KUZVGTNTG8KS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DataDetection-B39K5IIQW5R6JVL0BJNT946ZJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreTransferable-7RSNX0DBUKIJ8U38L2MXF9W6X.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UIUtilities-2NEJHO8HFQ0O16UY6U6D2HIO4.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/IOSurface-1XOFCTV7U4T6KO1QZ1Y8POMDH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Accessibility-81EYM0WSKQNN413T3JIM4FS0G.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UniformTypeIdentifiers-3SXSRBGE0RHURU8MYTXMT2NZU.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Symbols-8CNY35VDH190WZ47SA2L8X3M3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Metal-4Q5LL8CUVB9UBEZXVTU3JYKOX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OpenGLES-94LGJSRMETYQJIU7692ZGX2I6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreVideo-54FPHRDY25GQP9ZMQOKBETEZE.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/QuartzCore-8UVTO75YAGGG5WMJ3UGQEHP7X.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreImage-656WUTAAHDL91DKA2NHAML9B6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUICore-3F9SNIZD6LASFAU8TXGBXSY6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UIKit-ZAV0QCEGD9DAGTO055R14GAA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUI-1SA1EAAMVEC5DHSOZLEZ2IWJ3.pcm
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\ 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\ 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\ 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

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\ 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\ 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

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

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.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-iphoneos/Formidable.build/Objects-normal/arm64/Formidable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios17.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A339-031f2ee2c39ede4aa7d3d33a6e255a3e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/Formidable.build/Objects-normal/arm64/Formidable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-iphoneos/Formidable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-iphoneos/Formidable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-iphoneos/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-iphoneos/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 GreaterThanRule.swift, LessThanKeyPathRule.swift, LessThanOrEqualKeyPathRule.swift (in target 'Formidable' from project 'Formidable')
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 GreaterThanKeyPathRule.swift, GreaterThanOrEqualKeyPathRule.swift, GreaterThanOrEqualRule.swift (in target 'Formidable' from project 'Formidable')
SwiftDriverJobDiscovery normal arm64 Compiling EqualKeyPathRule.swift, EqualRule.swift, FieldRule.swift (in target 'Formidable' from project 'Formidable')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Formidable-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-iphoneos/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-iphoneos/Formidable.build/Objects-normal/arm64/Formidable-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Formidable-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Formidable.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-iphoneos/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-iphoneos/Formidable.build/Objects-normal/arm64/Formidable.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Formidable.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Formidable.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-iphoneos/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-iphoneos/Formidable.build/Objects-normal/arm64/Formidable.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Formidable.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Formidable.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-iphoneos/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-iphoneos/Formidable.build/Objects-normal/arm64/Formidable.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Formidable.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Formidable.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-iphoneos/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-iphoneos/Formidable.build/Objects-normal/arm64/Formidable.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Formidable.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling ContainsKeyPathRule.swift, ContainsRule.swift, EmailRule.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 MinLengthRule.swift, RequiredRule.swift (in target 'Formidable' from project 'Formidable')
SwiftDriverJobDiscovery normal arm64 Compiling Mensurable.swift, FormField.swift, Formidable.swift (in target 'Formidable' from project 'Formidable')
SwiftDriverJobDiscovery normal arm64 Compiling FormFieldContainer.swift, Emptable.swift, FormFieldRepresentable.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.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-iphoneos/Formidable.build/Objects-normal/arm64/Formidable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios17.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A339-031f2ee2c39ede4aa7d3d33a6e255a3e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/Formidable.build/Objects-normal/arm64/Formidable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-iphoneos/Formidable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-iphoneos/Formidable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-iphoneos/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-iphoneos/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-iphoneos/Formidable.o normal (in target 'Formidable' from project 'Formidable')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios17.0 -r -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-iphoneos/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-iphoneos/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-iphoneos/Formidable.build/Objects-normal/arm64/Formidable_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-iphoneos/Formidable.build/Objects-normal/arm64/Formidable.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-iphoneos/Formidable.build/Objects-normal/arm64/Formidable-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Formidable.o
ExtractAppIntentsMetadata (in target 'Formidable' from project 'Formidable')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Formidable --sdk-root /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk --xcode-version 17A324 --platform-family iOS --deployment-target 17.0 --bundle-identifier spi-builder-workspace.Formidable --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Formidable.appintents --target-triple arm64-apple-ios17.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Formidable.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-iphoneos/Formidable.build/Objects-normal/arm64/Formidable_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-iphoneos/Formidable.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-iphoneos/Formidable.build/Objects-normal/arm64/Formidable.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-iphoneos/Formidable.build/Formidable.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-iphoneos/Formidable.build/Formidable.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Formidable.build/Debug-iphoneos/Formidable.build/Objects-normal/arm64/Formidable.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-03-04 20:06:14.150 appintentsmetadataprocessor[699:4123] Starting appintentsmetadataprocessor export
2026-03-04 20:06:14.288 appintentsmetadataprocessor[699:4123] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/Formidable.o
** BUILD SUCCEEDED **
2026-03-04 20:06:05.839 xcodebuild[610:3757] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-03-04 20:06:05.986 xcodebuild[610:3757] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
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.2"
}
Done.