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

Swift 6 data race errors: 6

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/xcessentials/validatablevalue.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/xcessentials/validatablevalue
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 0638abd Merge branch 'release/5.5.1'
Cloned https://github.com/xcessentials/validatablevalue.git
Revision (git rev-parse @):
0638abd2829603a3b49a2cebe74d545ef5329a94
SUCCESS checkout https://github.com/xcessentials/validatablevalue.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/xcessentials/validatablevalue.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/3] Write sources
[2/3] Write swift-version-6F35C1178C84523A.txt
[4/7] Compiling XCERequirement Requirement.swift
[5/7] Compiling XCERequirement Aliases.swift
[6/7] Compiling XCERequirement Check.swift
[7/7] Emitting module XCERequirement
[8/27] Compiling XCEValidatableValue Initializers.swift
[9/27] Compiling XCEValidatableValue IsSecretValue.swift
[10/27] Compiling XCEValidatableValue Optional+Helpers.swift
[11/27] Compiling XCEValidatableValue SomeBoolFlagValidatableValue.swift
[12/27] Compiling XCEValidatableValue *SomeNonRequiredValueWrapper.swift
[13/27] Compiling XCEValidatableValue *SomeRequiredValueWrapper.swift
[14/27] Compiling XCEValidatableValue CharacterSet+Helpers.swift
[15/27] Compiling XCEValidatableValue Collection+Helpers.swift
[16/27] Compiling XCEValidatableValue Required.swift
[17/27] Compiling XCEValidatableValue *SomeValidatableValue.swift
[18/27] Emitting module XCEValidatableValue
/Users/admin/builder/spi-builder-workspace/Sources/Core/0_Validatable/Errors.swift:30:10: warning: associated value 'requiredValueIsMissing(source:)' of 'Sendable'-conforming enum 'ValidationError' has non-sendable type 'DisplayNamedInfo'; this is an error in the Swift 6 language mode
28 | enum ValidationError: Error
29 | {
30 |     case requiredValueIsMissing( // thrown from Optional extension only
   |          `- warning: associated value 'requiredValueIsMissing(source:)' of 'Sendable'-conforming enum 'ValidationError' has non-sendable type 'DisplayNamedInfo'; this is an error in the Swift 6 language mode
31 |         source: DisplayNamedInfo
32 |     )
/Users/admin/builder/spi-builder-workspace/Sources/Core/*MiniTraitsMarkers/DisplayNamed.swift:32:8: note: consider making struct 'DisplayNamedInfo' conform to the 'Sendable' protocol
 30 |
 31 | public
 32 | struct DisplayNamedInfo
    |        `- note: consider making struct 'DisplayNamedInfo' conform to the 'Sendable' protocol
 33 | {
 34 |     public
/Users/admin/builder/spi-builder-workspace/Sources/Core/0_Validatable/Errors.swift:34:10: warning: associated value 'requiredValueIsEmpty(source:)' of 'Sendable'-conforming enum 'ValidationError' has non-sendable type 'DisplayNamedInfo'; this is an error in the Swift 6 language mode
32 |     )
33 |
34 |     case requiredValueIsEmpty(
   |          `- warning: associated value 'requiredValueIsEmpty(source:)' of 'Sendable'-conforming enum 'ValidationError' has non-sendable type 'DisplayNamedInfo'; this is an error in the Swift 6 language mode
35 |         source: DisplayNamedInfo
36 |     )
/Users/admin/builder/spi-builder-workspace/Sources/Core/*MiniTraitsMarkers/DisplayNamed.swift:32:8: note: consider making struct 'DisplayNamedInfo' conform to the 'Sendable' protocol
 30 |
 31 | public
 32 | struct DisplayNamedInfo
    |        `- note: consider making struct 'DisplayNamedInfo' conform to the 'Sendable' protocol
 33 | {
 34 |     public
/Users/admin/builder/spi-builder-workspace/Sources/Core/0_Validatable/Errors.swift:38:10: warning: associated value 'unsatisfiedConditions(_:rawValue:source:)' of 'Sendable'-conforming enum 'ValidationError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
36 |     )
37 |
38 |     case unsatisfiedConditions(
   |          `- warning: associated value 'unsatisfiedConditions(_:rawValue:source:)' of 'Sendable'-conforming enum 'ValidationError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
39 |         [Error],
40 |         rawValue: Any,
/Users/admin/builder/spi-builder-workspace/Sources/Core/0_Validatable/Errors.swift:38:10: warning: associated value 'unsatisfiedConditions(_:rawValue:source:)' of 'Sendable'-conforming enum 'ValidationError' has non-sendable type 'DisplayNamedInfo'; this is an error in the Swift 6 language mode
36 |     )
37 |
38 |     case unsatisfiedConditions(
   |          `- warning: associated value 'unsatisfiedConditions(_:rawValue:source:)' of 'Sendable'-conforming enum 'ValidationError' has non-sendable type 'DisplayNamedInfo'; this is an error in the Swift 6 language mode
39 |         [Error],
40 |         rawValue: Any,
/Users/admin/builder/spi-builder-workspace/Sources/Core/*MiniTraitsMarkers/DisplayNamed.swift:32:8: note: consider making struct 'DisplayNamedInfo' conform to the 'Sendable' protocol
 30 |
 31 | public
 32 | struct DisplayNamedInfo
    |        `- note: consider making struct 'DisplayNamedInfo' conform to the 'Sendable' protocol
 33 | {
 34 |     public
/Users/admin/builder/spi-builder-workspace/Sources/Core/0_Validatable/Errors.swift:44:10: warning: associated value 'unableToConvert(rawValue:source:)' of 'Sendable'-conforming enum 'ValidationError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
42 |     )
43 |
44 |     case unableToConvert(
   |          `- warning: associated value 'unableToConvert(rawValue:source:)' of 'Sendable'-conforming enum 'ValidationError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
45 |         rawValue: Any,
46 |         source: DisplayNamedInfo
/Users/admin/builder/spi-builder-workspace/Sources/Core/0_Validatable/Errors.swift:44:10: warning: associated value 'unableToConvert(rawValue:source:)' of 'Sendable'-conforming enum 'ValidationError' has non-sendable type 'DisplayNamedInfo'; this is an error in the Swift 6 language mode
42 |     )
43 |
44 |     case unableToConvert(
   |          `- warning: associated value 'unableToConvert(rawValue:source:)' of 'Sendable'-conforming enum 'ValidationError' has non-sendable type 'DisplayNamedInfo'; this is an error in the Swift 6 language mode
45 |         rawValue: Any,
46 |         source: DisplayNamedInfo
/Users/admin/builder/spi-builder-workspace/Sources/Core/*MiniTraitsMarkers/DisplayNamed.swift:32:8: note: consider making struct 'DisplayNamedInfo' conform to the 'Sendable' protocol
 30 |
 31 | public
 32 | struct DisplayNamedInfo
    |        `- note: consider making struct 'DisplayNamedInfo' conform to the 'Sendable' protocol
 33 | {
 34 |     public
[19/27] Compiling XCEValidatableValue Metadata.swift
[20/27] Compiling XCEValidatableValue Operators.swift
[21/27] Compiling XCEValidatableValue *SomeValidatableEntity.swift
[22/27] Compiling XCEValidatableValue *Persistence.swift
[23/29] Compiling XCEValidatableValue *SomeValidatableValueWrapper.swift
[24/29] Compiling XCEValidatableValue NonRequired.swift
[25/29] Compiling XCEValidatableValue DisplayNamed.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/0_Validatable/Errors.swift:30:10: warning: associated value 'requiredValueIsMissing(source:)' of 'Sendable'-conforming enum 'ValidationError' has non-sendable type 'DisplayNamedInfo'; this is an error in the Swift 6 language mode
28 | enum ValidationError: Error
29 | {
30 |     case requiredValueIsMissing( // thrown from Optional extension only
   |          `- warning: associated value 'requiredValueIsMissing(source:)' of 'Sendable'-conforming enum 'ValidationError' has non-sendable type 'DisplayNamedInfo'; this is an error in the Swift 6 language mode
31 |         source: DisplayNamedInfo
32 |     )
/Users/admin/builder/spi-builder-workspace/Sources/Core/*MiniTraitsMarkers/DisplayNamed.swift:32:8: note: consider making struct 'DisplayNamedInfo' conform to the 'Sendable' protocol
 30 |
 31 | public
 32 | struct DisplayNamedInfo
    |        `- note: consider making struct 'DisplayNamedInfo' conform to the 'Sendable' protocol
 33 | {
 34 |     public
/Users/admin/builder/spi-builder-workspace/Sources/Core/0_Validatable/Errors.swift:34:10: warning: associated value 'requiredValueIsEmpty(source:)' of 'Sendable'-conforming enum 'ValidationError' has non-sendable type 'DisplayNamedInfo'; this is an error in the Swift 6 language mode
32 |     )
33 |
34 |     case requiredValueIsEmpty(
   |          `- warning: associated value 'requiredValueIsEmpty(source:)' of 'Sendable'-conforming enum 'ValidationError' has non-sendable type 'DisplayNamedInfo'; this is an error in the Swift 6 language mode
35 |         source: DisplayNamedInfo
36 |     )
/Users/admin/builder/spi-builder-workspace/Sources/Core/*MiniTraitsMarkers/DisplayNamed.swift:32:8: note: consider making struct 'DisplayNamedInfo' conform to the 'Sendable' protocol
 30 |
 31 | public
 32 | struct DisplayNamedInfo
    |        `- note: consider making struct 'DisplayNamedInfo' conform to the 'Sendable' protocol
 33 | {
 34 |     public
/Users/admin/builder/spi-builder-workspace/Sources/Core/0_Validatable/Errors.swift:38:10: warning: associated value 'unsatisfiedConditions(_:rawValue:source:)' of 'Sendable'-conforming enum 'ValidationError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
36 |     )
37 |
38 |     case unsatisfiedConditions(
   |          `- warning: associated value 'unsatisfiedConditions(_:rawValue:source:)' of 'Sendable'-conforming enum 'ValidationError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
39 |         [Error],
40 |         rawValue: Any,
/Users/admin/builder/spi-builder-workspace/Sources/Core/0_Validatable/Errors.swift:38:10: warning: associated value 'unsatisfiedConditions(_:rawValue:source:)' of 'Sendable'-conforming enum 'ValidationError' has non-sendable type 'DisplayNamedInfo'; this is an error in the Swift 6 language mode
36 |     )
37 |
38 |     case unsatisfiedConditions(
   |          `- warning: associated value 'unsatisfiedConditions(_:rawValue:source:)' of 'Sendable'-conforming enum 'ValidationError' has non-sendable type 'DisplayNamedInfo'; this is an error in the Swift 6 language mode
39 |         [Error],
40 |         rawValue: Any,
/Users/admin/builder/spi-builder-workspace/Sources/Core/*MiniTraitsMarkers/DisplayNamed.swift:32:8: note: consider making struct 'DisplayNamedInfo' conform to the 'Sendable' protocol
 30 |
 31 | public
 32 | struct DisplayNamedInfo
    |        `- note: consider making struct 'DisplayNamedInfo' conform to the 'Sendable' protocol
 33 | {
 34 |     public
/Users/admin/builder/spi-builder-workspace/Sources/Core/0_Validatable/Errors.swift:44:10: warning: associated value 'unableToConvert(rawValue:source:)' of 'Sendable'-conforming enum 'ValidationError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
42 |     )
43 |
44 |     case unableToConvert(
   |          `- warning: associated value 'unableToConvert(rawValue:source:)' of 'Sendable'-conforming enum 'ValidationError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
45 |         rawValue: Any,
46 |         source: DisplayNamedInfo
/Users/admin/builder/spi-builder-workspace/Sources/Core/0_Validatable/Errors.swift:44:10: warning: associated value 'unableToConvert(rawValue:source:)' of 'Sendable'-conforming enum 'ValidationError' has non-sendable type 'DisplayNamedInfo'; this is an error in the Swift 6 language mode
42 |     )
43 |
44 |     case unableToConvert(
   |          `- warning: associated value 'unableToConvert(rawValue:source:)' of 'Sendable'-conforming enum 'ValidationError' has non-sendable type 'DisplayNamedInfo'; this is an error in the Swift 6 language mode
45 |         rawValue: Any,
46 |         source: DisplayNamedInfo
/Users/admin/builder/spi-builder-workspace/Sources/Core/*MiniTraitsMarkers/DisplayNamed.swift:32:8: note: consider making struct 'DisplayNamedInfo' conform to the 'Sendable' protocol
 30 |
 31 | public
 32 | struct DisplayNamedInfo
    |        `- note: consider making struct 'DisplayNamedInfo' conform to the 'Sendable' protocol
 33 | {
 34 |     public
[26/29] Compiling XCEValidatableValue *SomeValidatable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/0_Validatable/Errors.swift:30:10: warning: associated value 'requiredValueIsMissing(source:)' of 'Sendable'-conforming enum 'ValidationError' has non-sendable type 'DisplayNamedInfo'; this is an error in the Swift 6 language mode
28 | enum ValidationError: Error
29 | {
30 |     case requiredValueIsMissing( // thrown from Optional extension only
   |          `- warning: associated value 'requiredValueIsMissing(source:)' of 'Sendable'-conforming enum 'ValidationError' has non-sendable type 'DisplayNamedInfo'; this is an error in the Swift 6 language mode
31 |         source: DisplayNamedInfo
32 |     )
/Users/admin/builder/spi-builder-workspace/Sources/Core/*MiniTraitsMarkers/DisplayNamed.swift:32:8: note: consider making struct 'DisplayNamedInfo' conform to the 'Sendable' protocol
 30 |
 31 | public
 32 | struct DisplayNamedInfo
    |        `- note: consider making struct 'DisplayNamedInfo' conform to the 'Sendable' protocol
 33 | {
 34 |     public
/Users/admin/builder/spi-builder-workspace/Sources/Core/0_Validatable/Errors.swift:34:10: warning: associated value 'requiredValueIsEmpty(source:)' of 'Sendable'-conforming enum 'ValidationError' has non-sendable type 'DisplayNamedInfo'; this is an error in the Swift 6 language mode
32 |     )
33 |
34 |     case requiredValueIsEmpty(
   |          `- warning: associated value 'requiredValueIsEmpty(source:)' of 'Sendable'-conforming enum 'ValidationError' has non-sendable type 'DisplayNamedInfo'; this is an error in the Swift 6 language mode
35 |         source: DisplayNamedInfo
36 |     )
/Users/admin/builder/spi-builder-workspace/Sources/Core/*MiniTraitsMarkers/DisplayNamed.swift:32:8: note: consider making struct 'DisplayNamedInfo' conform to the 'Sendable' protocol
 30 |
 31 | public
 32 | struct DisplayNamedInfo
    |        `- note: consider making struct 'DisplayNamedInfo' conform to the 'Sendable' protocol
 33 | {
 34 |     public
/Users/admin/builder/spi-builder-workspace/Sources/Core/0_Validatable/Errors.swift:38:10: warning: associated value 'unsatisfiedConditions(_:rawValue:source:)' of 'Sendable'-conforming enum 'ValidationError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
36 |     )
37 |
38 |     case unsatisfiedConditions(
   |          `- warning: associated value 'unsatisfiedConditions(_:rawValue:source:)' of 'Sendable'-conforming enum 'ValidationError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
39 |         [Error],
40 |         rawValue: Any,
/Users/admin/builder/spi-builder-workspace/Sources/Core/0_Validatable/Errors.swift:38:10: warning: associated value 'unsatisfiedConditions(_:rawValue:source:)' of 'Sendable'-conforming enum 'ValidationError' has non-sendable type 'DisplayNamedInfo'; this is an error in the Swift 6 language mode
36 |     )
37 |
38 |     case unsatisfiedConditions(
   |          `- warning: associated value 'unsatisfiedConditions(_:rawValue:source:)' of 'Sendable'-conforming enum 'ValidationError' has non-sendable type 'DisplayNamedInfo'; this is an error in the Swift 6 language mode
39 |         [Error],
40 |         rawValue: Any,
/Users/admin/builder/spi-builder-workspace/Sources/Core/*MiniTraitsMarkers/DisplayNamed.swift:32:8: note: consider making struct 'DisplayNamedInfo' conform to the 'Sendable' protocol
 30 |
 31 | public
 32 | struct DisplayNamedInfo
    |        `- note: consider making struct 'DisplayNamedInfo' conform to the 'Sendable' protocol
 33 | {
 34 |     public
/Users/admin/builder/spi-builder-workspace/Sources/Core/0_Validatable/Errors.swift:44:10: warning: associated value 'unableToConvert(rawValue:source:)' of 'Sendable'-conforming enum 'ValidationError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
42 |     )
43 |
44 |     case unableToConvert(
   |          `- warning: associated value 'unableToConvert(rawValue:source:)' of 'Sendable'-conforming enum 'ValidationError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
45 |         rawValue: Any,
46 |         source: DisplayNamedInfo
/Users/admin/builder/spi-builder-workspace/Sources/Core/0_Validatable/Errors.swift:44:10: warning: associated value 'unableToConvert(rawValue:source:)' of 'Sendable'-conforming enum 'ValidationError' has non-sendable type 'DisplayNamedInfo'; this is an error in the Swift 6 language mode
42 |     )
43 |
44 |     case unableToConvert(
   |          `- warning: associated value 'unableToConvert(rawValue:source:)' of 'Sendable'-conforming enum 'ValidationError' has non-sendable type 'DisplayNamedInfo'; this is an error in the Swift 6 language mode
45 |         rawValue: Any,
46 |         source: DisplayNamedInfo
/Users/admin/builder/spi-builder-workspace/Sources/Core/*MiniTraitsMarkers/DisplayNamed.swift:32:8: note: consider making struct 'DisplayNamedInfo' conform to the 'Sendable' protocol
 30 |
 31 | public
 32 | struct DisplayNamedInfo
    |        `- note: consider making struct 'DisplayNamedInfo' conform to the 'Sendable' protocol
 33 | {
 34 |     public
[27/29] Compiling XCEValidatableValue Errors.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/0_Validatable/Errors.swift:30:10: warning: associated value 'requiredValueIsMissing(source:)' of 'Sendable'-conforming enum 'ValidationError' has non-sendable type 'DisplayNamedInfo'; this is an error in the Swift 6 language mode
28 | enum ValidationError: Error
29 | {
30 |     case requiredValueIsMissing( // thrown from Optional extension only
   |          `- warning: associated value 'requiredValueIsMissing(source:)' of 'Sendable'-conforming enum 'ValidationError' has non-sendable type 'DisplayNamedInfo'; this is an error in the Swift 6 language mode
31 |         source: DisplayNamedInfo
32 |     )
/Users/admin/builder/spi-builder-workspace/Sources/Core/*MiniTraitsMarkers/DisplayNamed.swift:32:8: note: consider making struct 'DisplayNamedInfo' conform to the 'Sendable' protocol
 30 |
 31 | public
 32 | struct DisplayNamedInfo
    |        `- note: consider making struct 'DisplayNamedInfo' conform to the 'Sendable' protocol
 33 | {
 34 |     public
/Users/admin/builder/spi-builder-workspace/Sources/Core/0_Validatable/Errors.swift:34:10: warning: associated value 'requiredValueIsEmpty(source:)' of 'Sendable'-conforming enum 'ValidationError' has non-sendable type 'DisplayNamedInfo'; this is an error in the Swift 6 language mode
32 |     )
33 |
34 |     case requiredValueIsEmpty(
   |          `- warning: associated value 'requiredValueIsEmpty(source:)' of 'Sendable'-conforming enum 'ValidationError' has non-sendable type 'DisplayNamedInfo'; this is an error in the Swift 6 language mode
35 |         source: DisplayNamedInfo
36 |     )
/Users/admin/builder/spi-builder-workspace/Sources/Core/*MiniTraitsMarkers/DisplayNamed.swift:32:8: note: consider making struct 'DisplayNamedInfo' conform to the 'Sendable' protocol
 30 |
 31 | public
 32 | struct DisplayNamedInfo
    |        `- note: consider making struct 'DisplayNamedInfo' conform to the 'Sendable' protocol
 33 | {
 34 |     public
/Users/admin/builder/spi-builder-workspace/Sources/Core/0_Validatable/Errors.swift:38:10: warning: associated value 'unsatisfiedConditions(_:rawValue:source:)' of 'Sendable'-conforming enum 'ValidationError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
36 |     )
37 |
38 |     case unsatisfiedConditions(
   |          `- warning: associated value 'unsatisfiedConditions(_:rawValue:source:)' of 'Sendable'-conforming enum 'ValidationError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
39 |         [Error],
40 |         rawValue: Any,
/Users/admin/builder/spi-builder-workspace/Sources/Core/0_Validatable/Errors.swift:38:10: warning: associated value 'unsatisfiedConditions(_:rawValue:source:)' of 'Sendable'-conforming enum 'ValidationError' has non-sendable type 'DisplayNamedInfo'; this is an error in the Swift 6 language mode
36 |     )
37 |
38 |     case unsatisfiedConditions(
   |          `- warning: associated value 'unsatisfiedConditions(_:rawValue:source:)' of 'Sendable'-conforming enum 'ValidationError' has non-sendable type 'DisplayNamedInfo'; this is an error in the Swift 6 language mode
39 |         [Error],
40 |         rawValue: Any,
/Users/admin/builder/spi-builder-workspace/Sources/Core/*MiniTraitsMarkers/DisplayNamed.swift:32:8: note: consider making struct 'DisplayNamedInfo' conform to the 'Sendable' protocol
 30 |
 31 | public
 32 | struct DisplayNamedInfo
    |        `- note: consider making struct 'DisplayNamedInfo' conform to the 'Sendable' protocol
 33 | {
 34 |     public
/Users/admin/builder/spi-builder-workspace/Sources/Core/0_Validatable/Errors.swift:44:10: warning: associated value 'unableToConvert(rawValue:source:)' of 'Sendable'-conforming enum 'ValidationError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
42 |     )
43 |
44 |     case unableToConvert(
   |          `- warning: associated value 'unableToConvert(rawValue:source:)' of 'Sendable'-conforming enum 'ValidationError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
45 |         rawValue: Any,
46 |         source: DisplayNamedInfo
/Users/admin/builder/spi-builder-workspace/Sources/Core/0_Validatable/Errors.swift:44:10: warning: associated value 'unableToConvert(rawValue:source:)' of 'Sendable'-conforming enum 'ValidationError' has non-sendable type 'DisplayNamedInfo'; this is an error in the Swift 6 language mode
42 |     )
43 |
44 |     case unableToConvert(
   |          `- warning: associated value 'unableToConvert(rawValue:source:)' of 'Sendable'-conforming enum 'ValidationError' has non-sendable type 'DisplayNamedInfo'; this is an error in the Swift 6 language mode
45 |         rawValue: Any,
46 |         source: DisplayNamedInfo
/Users/admin/builder/spi-builder-workspace/Sources/Core/*MiniTraitsMarkers/DisplayNamed.swift:32:8: note: consider making struct 'DisplayNamedInfo' conform to the 'Sendable' protocol
 30 |
 31 | public
 32 | struct DisplayNamedInfo
    |        `- note: consider making struct 'DisplayNamedInfo' conform to the 'Sendable' protocol
 33 | {
 34 |     public
[28/29] Compiling XCEValidatableValue SomeCheckmarkValidatableValue.swift
[29/29] Compiling XCEValidatableValue String+Helpers.swift
Build complete! (20.18s)
Fetching https://github.com/XCEssentials/Requirement
[1/997] Fetching requirement
Fetched https://github.com/XCEssentials/Requirement from cache (0.95s)
Computing version for https://github.com/XCEssentials/Requirement
Computed https://github.com/XCEssentials/Requirement at 2.6.0 (0.66s)
Creating working copy for https://github.com/XCEssentials/Requirement
Working copy of https://github.com/XCEssentials/Requirement resolved at 2.6.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "requirement",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/XCEssentials/Requirement"
    }
  ],
  "manifest_display_name" : "XCEValidatableValue",
  "name" : "XCEValidatableValue",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "XCEValidatableValue",
      "targets" : [
        "XCEValidatableValue"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XCEValidatableValueAllTests",
      "module_type" : "SwiftTarget",
      "name" : "XCEValidatableValueAllTests",
      "path" : "Tests/AllTests",
      "product_dependencies" : [
        "XCERequirement"
      ],
      "sources" : [
        "DisplayNamedTests.swift",
        "EntityTests.swift",
        "PersistenceTests.swift",
        "Specs/User.swift",
        "ValidatableValueTests.swift",
        "WrapperTests.swift",
        "_OLD/Main.swift",
        "_OLD/SupportForOptionalTests.swift",
        "_OLD/UtilsTests.swift"
      ],
      "target_dependencies" : [
        "XCEValidatableValue"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XCEValidatableValue",
      "module_type" : "SwiftTarget",
      "name" : "XCEValidatableValue",
      "path" : "Sources/Core",
      "product_dependencies" : [
        "XCERequirement"
      ],
      "product_memberships" : [
        "XCEValidatableValue"
      ],
      "sources" : [
        "*MiniTraitsMarkers/DisplayNamed.swift",
        "0_Validatable/*SomeValidatable.swift",
        "0_Validatable/Errors.swift",
        "1_Entity/*SomeValidatableEntity.swift",
        "2_ValueWrappers/*Persistence.swift",
        "2_ValueWrappers/*SomeNonRequiredValueWrapper.swift",
        "2_ValueWrappers/*SomeRequiredValueWrapper.swift",
        "2_ValueWrappers/*SomeValidatableValueWrapper.swift",
        "2_ValueWrappers/NonRequired.swift",
        "2_ValueWrappers/Required.swift",
        "3_Value/*SomeValidatableValue.swift",
        "Helpers/CharacterSet+Helpers.swift",
        "Helpers/Collection+Helpers.swift",
        "Helpers/Initializers.swift",
        "Helpers/IsSecretValue.swift",
        "Helpers/Metadata.swift",
        "Helpers/Operators.swift",
        "Helpers/Optional+Helpers.swift",
        "Helpers/SomeBoolFlagValidatableValue.swift",
        "Helpers/SomeCheckmarkValidatableValue.swift",
        "Helpers/String+Helpers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.