The Swift Package Index logo.Swift Package Index

Build Information

Successful build of XCEValidatableValue, reference master (d82f9d), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 22:21:39 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/XCEssentials/XCEValidatableValue.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/XCEssentials/XCEValidatableValue
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/XCEssentials/XCEValidatableValue.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/7] Emitting module XCERequirement
[5/7] Compiling XCERequirement Aliases.swift
[6/7] Compiling XCERequirement Check.swift
[7/7] Compiling XCERequirement Requirement.swift
[8/27] Emitting module XCEValidatableValue
[9/29] Compiling XCEValidatableValue *SomeNonRequiredValueWrapper.swift
[10/29] Compiling XCEValidatableValue *SomeRequiredValueWrapper.swift
[11/29] Compiling XCEValidatableValue Optional+Helpers.swift
[12/29] Compiling XCEValidatableValue SomeBoolFlagValidatableValue.swift
[13/29] Compiling XCEValidatableValue *SomeValidatableValueWrapper.swift
[14/29] Compiling XCEValidatableValue NonRequired.swift
[15/29] Compiling XCEValidatableValue CharacterSet+Helpers.swift
[16/29] Compiling XCEValidatableValue Collection+Helpers.swift
[17/29] Compiling XCEValidatableValue Initializers.swift
[18/29] Compiling XCEValidatableValue IsSecretValue.swift
[19/29] Compiling XCEValidatableValue SomeCheckmarkValidatableValue.swift
[20/29] Compiling XCEValidatableValue String+Helpers.swift
[21/29] Compiling XCEValidatableValue Required.swift
[22/29] Compiling XCEValidatableValue *SomeValidatableValue.swift
[23/29] Compiling XCEValidatableValue *SomeValidatableEntity.swift
[24/29] Compiling XCEValidatableValue *Persistence.swift
[25/29] Compiling XCEValidatableValue Metadata.swift
[26/29] Compiling XCEValidatableValue Operators.swift
[27/29] Compiling XCEValidatableValue DisplayNamed.swift
[28/29] Compiling XCEValidatableValue *SomeValidatable.swift
[29/29] Compiling XCEValidatableValue Errors.swift
Build complete! (7.45s)
Fetching https://github.com/XCEssentials/XCERequirement
[1/997] Fetching xcerequirement
Fetched https://github.com/XCEssentials/XCERequirement from cache (0.85s)
Computing version for https://github.com/XCEssentials/XCERequirement
Computed https://github.com/XCEssentials/XCERequirement at 2.6.1 (3.37s)
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.