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 FormStateKit, reference 0.2.0 (9c3f39), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 03:53:51 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/futuredapp/FormStateKit.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/futuredapp/FormStateKit
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at 9c3f391 Merge pull request #3 from futuredapp/housekeep/platform-support
Cloned https://github.com/futuredapp/FormStateKit.git
Revision (git rev-parse @):
9c3f391a5bd40aab5779bfa9a704a588946c3287
SUCCESS checkout https://github.com/futuredapp/FormStateKit.git at 0.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/futuredapp/FormStateKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/12] Compiling FormStateKit FormValidationRule+ExpressibleByNilLiteral.swift
[4/12] Compiling FormStateKit FormValidationRule+Bool.swift
[5/12] Compiling FormStateKit FormState.swift
[6/12] Compiling FormStateKit FormValidation.swift
[7/12] Compiling FormStateKit FormValidationRule+Collection.swift
[8/12] Compiling FormStateKit FormValidationRule+String.swift
[9/12] Compiling FormStateKit FormValidationRule.swift
[10/12] Compiling FormStateKit FormModel.swift
[11/12] Compiling FormStateKit FormPrefill.swift
[12/12] Emitting module FormStateKit
Build complete! (7.02s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FormStateKit",
  "name" : "FormStateKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "FormStateKit",
      "targets" : [
        "FormStateKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FormStateKitTests",
      "module_type" : "SwiftTarget",
      "name" : "FormStateKitTests",
      "path" : "Tests/FormStateKitTests",
      "sources" : [
        "FormValidationRuleOperatorTests.swift",
        "FormValidationRulesTests.swift"
      ],
      "target_dependencies" : [
        "FormStateKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FormStateKit",
      "module_type" : "SwiftTarget",
      "name" : "FormStateKit",
      "path" : "Sources/FormStateKit",
      "product_memberships" : [
        "FormStateKit"
      ],
      "sources" : [
        "FormModel.swift",
        "FormPrefill.swift",
        "FormState.swift",
        "FormValidation.swift",
        "FormValidationRule.swift",
        "Rules/FormValidationRule+Bool.swift",
        "Rules/FormValidationRule+Collection.swift",
        "Rules/FormValidationRule+ExpressibleByNilLiteral.swift",
        "Rules/FormValidationRule+String.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.