This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 ValidatedPropertyKit with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SvenTiigi/ValidatedPropertyKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SvenTiigi/ValidatedPropertyKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 632978d Update FUNDING.yml
Cloned https://github.com/SvenTiigi/ValidatedPropertyKit.git
Revision (git rev-parse @):
632978d0fe4e4962b3f88f0d53adc61fe1019072
SUCCESS checkout https://github.com/SvenTiigi/ValidatedPropertyKit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/SvenTiigi/ValidatedPropertyKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6F35C1178C84523A.txt
[3/16] Compiling ValidatedPropertyKit Validation+LogicalOperators.swift
[4/16] Compiling ValidatedPropertyKit Validation+Equatable.swift
[5/16] Compiling ValidatedPropertyKit Validation+KeyPath.swift
[6/16] Compiling ValidatedPropertyKit Validation+Collection.swift
[7/16] Compiling ValidatedPropertyKit Validation+Comparable.swift
[8/16] Emitting module ValidatedPropertyKit
[9/16] Compiling ValidatedPropertyKit Validation+String.swift
[10/16] Compiling ValidatedPropertyKit Validation+ComparisonOperators.swift
[11/16] Compiling ValidatedPropertyKit Validation+Constant.swift
[12/16] Compiling ValidatedPropertyKit Validation+Sequence.swift
[13/17] Compiling ValidatedPropertyKit Validation.swift
[14/17] Compiling ValidatedPropertyKit Validated.swift
[15/17] Compiling ValidatedPropertyKit Validation+BinaryInteger.swift
[16/17] Compiling ValidatedPropertyKit View+validated.swift
[17/17] Compiling ValidatedPropertyKit Validatable.swift
Build complete! (35.17s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ValidatedPropertyKit",
  "name" : "ValidatedPropertyKit",
  "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" : "ValidatedPropertyKit",
      "targets" : [
        "ValidatedPropertyKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ValidatedPropertyKitTests",
      "module_type" : "SwiftTarget",
      "name" : "ValidatedPropertyKitTests",
      "path" : "Tests",
      "sources" : [
        "ValidationCollectionTests.swift",
        "ValidationComparableTests.swift",
        "ValidationEquatableTests.swift",
        "ValidationSequenceTests.swift",
        "ValidationStringTests.swift"
      ],
      "target_dependencies" : [
        "ValidatedPropertyKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ValidatedPropertyKit",
      "module_type" : "SwiftTarget",
      "name" : "ValidatedPropertyKit",
      "path" : "Sources",
      "product_memberships" : [
        "ValidatedPropertyKit"
      ],
      "sources" : [
        "SwiftUI/View+validated.swift",
        "Validatable/Validatable.swift",
        "Validated.swift",
        "Validation/Validation+BinaryInteger.swift",
        "Validation/Validation+Collection.swift",
        "Validation/Validation+Comparable.swift",
        "Validation/Validation+ComparisonOperators.swift",
        "Validation/Validation+Constant.swift",
        "Validation/Validation+Equatable.swift",
        "Validation/Validation+KeyPath.swift",
        "Validation/Validation+LogicalOperators.swift",
        "Validation/Validation+Sequence.swift",
        "Validation/Validation+String.swift",
        "Validation/Validation.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.