The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Formify, reference 0.2.2 (057b4d), with Swift 6.0 for macOS (SPM) on 16 May 2025 21:34:16 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.61.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sanzaru/formify.git
Reference: 0.2.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sanzaru/formify
 * tag               0.2.2      -> FETCH_HEAD
HEAD is now at 057b4da Remove swiftlint plugin dependency
Cloned https://github.com/sanzaru/formify.git
Revision (git rev-parse @):
057b4dafce0d14bc0af83f6e36df9fd4288ba9d4
SUCCESS checkout https://github.com/sanzaru/formify.git at 0.2.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/sanzaru/formify.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/8] Compiling Formify FormifyError.swift
[4/8] Compiling Formify FormifyOperator.swift
[5/8] Compiling Formify FormifyCustomValidationHandler.swift
[6/8] Emitting module Formify
[7/8] Compiling Formify FormifyField.swift
[8/8] Compiling Formify FormifyDefaultPattern.swift
Build complete! (4.27s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Formify",
  "name" : "Formify",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Formify",
      "targets" : [
        "Formify"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FormifyTests",
      "module_type" : "SwiftTarget",
      "name" : "FormifyTests",
      "path" : "Tests/FormifyTests",
      "sources" : [
        "FormifyTests.swift"
      ],
      "target_dependencies" : [
        "Formify"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Formify",
      "module_type" : "SwiftTarget",
      "name" : "Formify",
      "path" : "Sources/Formify",
      "product_memberships" : [
        "Formify"
      ],
      "sources" : [
        "FormifyCustomValidationHandler.swift",
        "FormifyDefaultPattern.swift",
        "FormifyError.swift",
        "FormifyField.swift",
        "FormifyOperator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.