The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of FormKit, reference 1.0.0 (7c1cf1), with Swift 6.0 for macOS (SPM) on 4 Apr 2025 15:32:00 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mohsinbmwm3/FormKit.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mohsinbmwm3/FormKit
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 7c1cf19 Added more validators as well as updated demo project
Cloned https://github.com/mohsinbmwm3/FormKit.git
Revision (git rev-parse @):
7c1cf19bc579c3126a173e79f7b722059606bbc8
SUCCESS checkout https://github.com/mohsinbmwm3/FormKit.git at 1.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "formkit",
      "name": "FormKit",
      "url": "https://github.com/mohsinbmwm3/FormKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FormKit",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/mohsinbmwm3/FormKit.git
[1/72] Fetching formkit
Fetched https://github.com/mohsinbmwm3/FormKit.git from cache (0.62s)
Creating working copy for https://github.com/mohsinbmwm3/FormKit.git
Working copy of https://github.com/mohsinbmwm3/FormKit.git resolved at 1.0.0 (7c1cf19)
warning: '.resolve-product-dependencies': dependency 'formkit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/mohsinbmwm3/FormKit.git
https://github.com/mohsinbmwm3/FormKit.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FormKit",
  "name" : "FormKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "FormKit",
      "targets" : [
        "FormKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FormKitTests",
      "module_type" : "SwiftTarget",
      "name" : "FormKitTests",
      "path" : "Tests/FormKitTests",
      "sources" : [
        "FormKitTests.swift"
      ],
      "target_dependencies" : [
        "FormKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FormKit",
      "module_type" : "SwiftTarget",
      "name" : "FormKit",
      "path" : "Sources/FormKit",
      "product_memberships" : [
        "FormKit"
      ],
      "sources" : [
        "FormBuilder.swift",
        "FormField.swift",
        "FormKit.swift",
        "FormModel.swift",
        "Validator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/8] Compiling FormKit FormKit.swift
[4/8] Compiling FormKit Validator.swift
[5/8] Compiling FormKit FormField.swift
[6/8] Compiling FormKit FormBuilder.swift
[7/8] Compiling FormKit FormModel.swift
[8/8] Emitting module FormKit
Build complete! (13.01s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FormKit",
  "name" : "FormKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "FormKit",
      "targets" : [
        "FormKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FormKitTests",
      "module_type" : "SwiftTarget",
      "name" : "FormKitTests",
      "path" : "Tests/FormKitTests",
      "sources" : [
        "FormKitTests.swift"
      ],
      "target_dependencies" : [
        "FormKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FormKit",
      "module_type" : "SwiftTarget",
      "name" : "FormKit",
      "path" : "Sources/FormKit",
      "product_memberships" : [
        "FormKit"
      ],
      "sources" : [
        "FormBuilder.swift",
        "FormField.swift",
        "FormKit.swift",
        "FormModel.swift",
        "Validator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.