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 Validated, reference 0.2.1 (e9685c), with Swift 6.1 for macOS (SPM) on 24 Apr 2025 19:54:05 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/swift-validated.git
Reference: 0.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pointfreeco/swift-validated
 * tag               0.2.1      -> FETCH_HEAD
HEAD is now at e9685ce Merge pull request #11 from pointfreeco/prep-0-2-1
Submodule path 'Carthage/Checkouts/swift-nonempty': checked out '2eec250e2034b80b7d1a0b4a8fd2ce3977708fab'
Submodule 'Carthage/Checkouts/swift-nonempty' (https://github.com/pointfreeco/swift-nonempty.git) registered for path 'Carthage/Checkouts/swift-nonempty'
Cloning into '/Users/admin/builder/spi-builder-workspace/Carthage/Checkouts/swift-nonempty'...
Cloned https://github.com/pointfreeco/swift-validated.git
Revision (git rev-parse @):
e9685ce68943c9e9d26f9f999c64823dea3ef0e7
SUCCESS checkout https://github.com/pointfreeco/swift-validated.git at 0.2.1
Fetching https://github.com/pointfreeco/swift-nonempty.git
[1/1118] Fetching swift-nonempty
Fetched https://github.com/pointfreeco/swift-nonempty.git from cache (0.75s)
Computing version for https://github.com/pointfreeco/swift-nonempty.git
Computed https://github.com/pointfreeco/swift-nonempty.git at 0.5.0 (1.37s)
Creating working copy for https://github.com/pointfreeco/swift-nonempty.git
Working copy of https://github.com/pointfreeco/swift-nonempty.git resolved at 0.5.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": "swift-validated",
      "name": "Validated",
      "url": "https://github.com/pointfreeco/swift-validated.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-validated",
      "dependencies": [
        {
          "identity": "swift-nonempty",
          "name": "swift-nonempty",
          "url": "https://github.com/pointfreeco/swift-nonempty.git",
          "version": "0.5.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-nonempty",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/pointfreeco/swift-validated.git
[1/246] Fetching swift-validated
Fetched https://github.com/pointfreeco/swift-validated.git from cache (0.71s)
Fetching https://github.com/pointfreeco/swift-nonempty.git from cache
Fetched https://github.com/pointfreeco/swift-nonempty.git from cache (0.47s)
Computing version for https://github.com/pointfreeco/swift-nonempty.git
Computed https://github.com/pointfreeco/swift-nonempty.git at 0.5.0 (0.53s)
Creating working copy for https://github.com/pointfreeco/swift-validated.git
Working copy of https://github.com/pointfreeco/swift-validated.git resolved at 0.2.1 (e9685ce)
Creating working copy for https://github.com/pointfreeco/swift-nonempty.git
Working copy of https://github.com/pointfreeco/swift-nonempty.git resolved at 0.5.0
warning: '.resolve-product-dependencies': dependency 'swift-validated' is not used by any target
Found 1 product dependencies
  - swift-nonempty
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/pointfreeco/swift-validated.git
https://github.com/pointfreeco/swift-validated.git
{
  "dependencies" : [
    {
      "identity" : "swift-nonempty",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-nonempty.git"
    }
  ],
  "manifest_display_name" : "Validated",
  "name" : "Validated",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Validated",
      "targets" : [
        "Validated"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ValidatedTests",
      "module_type" : "SwiftTarget",
      "name" : "ValidatedTests",
      "path" : "Tests/ValidatedTests",
      "sources" : [
        "ValidatedTests.swift"
      ],
      "target_dependencies" : [
        "Validated"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Validated",
      "module_type" : "SwiftTarget",
      "name" : "Validated",
      "path" : "Sources/Validated",
      "product_dependencies" : [
        "NonEmpty"
      ],
      "product_memberships" : [
        "Validated"
      ],
      "sources" : [
        "Validated.swift",
        "Zips.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/11] Compiling NonEmpty NonEmpty+Dictionary.swift
[5/11] Emitting module NonEmpty
[6/11] Compiling NonEmpty NonEmpty+ExpressibleByDictionaryLiteral.swift
[7/11] Compiling NonEmpty NonEmpty+String.swift
[8/11] Compiling NonEmpty NonEmpty+SetAlgebra.swift
[9/11] Compiling NonEmpty NonEmpty+ExpressibleByArrayLiteral.swift
[10/11] Compiling NonEmpty NonEmpty.swift
[11/11] Compiling NonEmpty NonEmpty+RangeReplaceableCollection.swift
[12/14] Compiling Validated Zips.swift
[13/14] Emitting module Validated
[14/14] Compiling Validated Validated.swift
Build complete! (1.68s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-nonempty",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-nonempty.git"
    }
  ],
  "manifest_display_name" : "Validated",
  "name" : "Validated",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Validated",
      "targets" : [
        "Validated"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ValidatedTests",
      "module_type" : "SwiftTarget",
      "name" : "ValidatedTests",
      "path" : "Tests/ValidatedTests",
      "sources" : [
        "ValidatedTests.swift"
      ],
      "target_dependencies" : [
        "Validated"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Validated",
      "module_type" : "SwiftTarget",
      "name" : "Validated",
      "path" : "Sources/Validated",
      "product_dependencies" : [
        "NonEmpty"
      ],
      "product_memberships" : [
        "Validated"
      ],
      "sources" : [
        "Validated.swift",
        "Zips.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.