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 main (779d9e), with Swift 6.0 for macOS (SPM) on 6 Dec 2025 05:47:22 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sanzaru/formify.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sanzaru/formify
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 779d9ee Fix workflow
Cloned https://github.com/sanzaru/formify.git
Revision (git rev-parse @):
779d9ee7184f17d9126448855a04a7b6bc53f5bc
SUCCESS checkout https://github.com/sanzaru/formify.git at main
========================================
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 FormifyOperator.swift
[4/8] Compiling Formify FormifyError.swift
[5/8] Compiling Formify FormifyCustomValidationHandler.swift
[6/8] Compiling Formify FormifyDefaultPattern.swift
[7/8] Emitting module Formify
[8/8] Compiling Formify FormifyField.swift
Build complete! (4.56s)
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.