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 swift-validated, reference main (065724), with Swift 6.1 for macOS (SPM) on 24 Apr 2025 19:56:40 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pointfreeco/swift-validated
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 065724c Add `.editorconfig` for consistent code formatting (#19)
Cloned https://github.com/pointfreeco/swift-validated.git
Revision (git rev-parse @):
065724c58df0f7d39d3f22ea92796901a1d2ba75
SUCCESS checkout https://github.com/pointfreeco/swift-validated.git at main
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.4.0 (1.36s)
Creating working copy for https://github.com/pointfreeco/swift-nonempty.git
Working copy of https://github.com/pointfreeco/swift-nonempty.git resolved at 0.4.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": "swift-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.72s)
Fetching https://github.com/pointfreeco/swift-nonempty.git from cache
Fetched https://github.com/pointfreeco/swift-nonempty.git from cache (0.40s)
Computing version for https://github.com/pointfreeco/swift-nonempty.git
Computed https://github.com/pointfreeco/swift-nonempty.git at 0.5.0 (0.45s)
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
Creating working copy for https://github.com/pointfreeco/swift-validated.git
Working copy of https://github.com/pointfreeco/swift-validated.git resolved at main (065724c)
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" : "swift-validated",
  "name" : "swift-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/9] Compiling NonEmpty NonEmpty+SetAlgebra.swift
[5/9] Compiling NonEmpty NonEmpty+RangeReplaceableCollection.swift
[6/9] Compiling NonEmpty NonEmpty+Dictionary.swift
[7/9] Emitting module NonEmpty
[8/9] Compiling NonEmpty NonEmpty+String.swift
[9/9] Compiling NonEmpty NonEmpty.swift
[10/12] Compiling Validated Validated.swift
[11/12] Compiling Validated Zips.swift
[12/12] Emitting module Validated
Build complete! (1.63s)
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" : "swift-validated",
  "name" : "swift-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.