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, reference 5.6.0 (d82f9d), with Swift 5.10 for macOS (SPM) on 19 Jan 2025 06:48:04 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/XCEssentials/XCEValidatableValue.git
Reference: 5.6.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/XCEssentials/XCEValidatableValue
 * tag               5.6.0      -> FETCH_HEAD
HEAD is now at d82f9d2 Merge branch 'release/5.6.0'
Cloned https://github.com/XCEssentials/XCEValidatableValue.git
Revision (git rev-parse @):
d82f9d2bf5925fb7ee7c527bba3a931a719a8f3c
SUCCESS checkout https://github.com/XCEssentials/XCEValidatableValue.git at 5.6.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/XCEssentials/XCEValidatableValue.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-33747A42983211AE.txt
[4/7] Compiling XCERequirement Requirement.swift
[5/7] Emitting module XCERequirement
[6/7] Compiling XCERequirement Check.swift
[7/7] Compiling XCERequirement Aliases.swift
[8/27] Emitting module XCEValidatableValue
[9/29] Compiling XCEValidatableValue Initializers.swift
[10/29] Compiling XCEValidatableValue IsSecretValue.swift
[11/29] Compiling XCEValidatableValue *SomeValidatableValueWrapper.swift
[12/29] Compiling XCEValidatableValue NonRequired.swift
[13/29] Compiling XCEValidatableValue Metadata.swift
[14/29] Compiling XCEValidatableValue Operators.swift
[15/29] Compiling XCEValidatableValue *SomeValidatableEntity.swift
[16/29] Compiling XCEValidatableValue *Persistence.swift
[17/29] Compiling XCEValidatableValue Optional+Helpers.swift
[18/29] Compiling XCEValidatableValue SomeBoolFlagValidatableValue.swift
[19/29] Compiling XCEValidatableValue *SomeNonRequiredValueWrapper.swift
[20/29] Compiling XCEValidatableValue *SomeRequiredValueWrapper.swift
[21/29] Compiling XCEValidatableValue SomeCheckmarkValidatableValue.swift
[22/29] Compiling XCEValidatableValue String+Helpers.swift
[23/29] Compiling XCEValidatableValue CharacterSet+Helpers.swift
[24/29] Compiling XCEValidatableValue Collection+Helpers.swift
[25/29] Compiling XCEValidatableValue Required.swift
[26/29] Compiling XCEValidatableValue *SomeValidatableValue.swift
[27/29] Compiling XCEValidatableValue DisplayNamed.swift
[28/29] Compiling XCEValidatableValue *SomeValidatable.swift
[29/29] Compiling XCEValidatableValue Errors.swift
Build complete! (7.99s)
Fetching https://github.com/XCEssentials/XCERequirement
[10/997] Fetching xcerequirement
Fetched https://github.com/XCEssentials/XCERequirement from cache (1.27s)
Computing version for https://github.com/XCEssentials/XCERequirement
Computed https://github.com/XCEssentials/XCERequirement at 2.6.1 (2.22s)
Creating working copy for https://github.com/XCEssentials/XCERequirement
Working copy of https://github.com/XCEssentials/XCERequirement resolved at 2.6.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "xcerequirement",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.6.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/XCEssentials/XCERequirement"
    }
  ],
  "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.9"
}
Done.