The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Validations, reference 0.3.0 (aba133), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 05:54:44 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/siemensikkema/Validations.git
Reference: 0.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/siemensikkema/Validations
 * tag               0.3.0      -> FETCH_HEAD
HEAD is now at aba1336 Bump decoded (#1)
Cloned https://github.com/siemensikkema/Validations.git
Revision (git rev-parse @):
aba1336f91bc200f8c99db994fbd7ede2b431bd9
SUCCESS checkout https://github.com/siemensikkema/Validations.git at 0.3.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/siemensikkema/Validations.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/11] Compiling Decoded DecodingSuccess.swift
[5/11] Compiling Decoded DecodingResult.swift
[6/11] Compiling Decoded Unwrappable.swift
[7/11] Compiling Decoded DecodingFailure.swift
[8/11] Compiling Decoded CodingPath.swift
[9/11] Compiling Decoded Decoded.swift
[10/11] Emitting module Decoded
[11/11] Compiling Decoded AnyCodingKey.swift
[12/29] Compiling Validations IsNil.swift
[13/29] Compiling Validations IsNotEqual.swift
[14/29] Compiling Validations ValidatorExpressible.swift
[15/29] Compiling Validations InRange.swift
[16/29] Compiling Validations ValidEmail.swift
[17/30] Compiling Validations IsAbsent.swift
[18/30] Compiling Validations IsEqual.swift
[19/30] Compiling Validations KeyedSuccess.swift
[20/30] Compiling Validations PartialRangeAfter.swift
[21/30] Compiling Validations Decoded+Validations.swift
[22/30] Compiling Validations KeyedFailure.swift
[23/30] Compiling Validations Validated.swift
[24/30] Compiling Validations ValidationFailure.swift
[25/30] Compiling Validations KeyedFailures.swift
[26/30] Compiling Validations KeyedFailuresRepresentable.swift
[27/30] Compiling Validations Validator.swift
[28/30] Compiling Validations ValidatorBuilder.swift
[29/30] Emitting module Validations
[30/30] Compiling Validations operators.swift
Build complete! (3.17s)
Fetching https://github.com/siemensikkema/Decoded.git
[1/735] Fetching decoded
Fetched https://github.com/siemensikkema/Decoded.git from cache (0.87s)
Computing version for https://github.com/siemensikkema/Decoded.git
Computed https://github.com/siemensikkema/Decoded.git at 0.5.0 (1.42s)
Creating working copy for https://github.com/siemensikkema/Decoded.git
Working copy of https://github.com/siemensikkema/Decoded.git resolved at 0.5.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "decoded",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/siemensikkema/Decoded.git"
    }
  ],
  "manifest_display_name" : "Validations",
  "name" : "Validations",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Validations",
      "targets" : [
        "Validations"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ValidationsTests",
      "module_type" : "SwiftTarget",
      "name" : "ValidationsTests",
      "path" : "Tests/ValidationsTests",
      "sources" : [
        "KeyedFailuresTests.swift",
        "ValidatedTests.swift",
        "ValidationsTestCase.swift",
        "ValidationsTests.swift",
        "ValidatorTests.swift"
      ],
      "target_dependencies" : [
        "Validations"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Validations",
      "module_type" : "SwiftTarget",
      "name" : "Validations",
      "path" : "Sources/Validations",
      "product_dependencies" : [
        "Decoded"
      ],
      "product_memberships" : [
        "Validations"
      ],
      "sources" : [
        "Decoded+Validations.swift",
        "KeyedFailure.swift",
        "KeyedFailures.swift",
        "KeyedFailuresRepresentable.swift",
        "KeyedSuccess.swift",
        "PartialRangeAfter.swift",
        "Validated.swift",
        "ValidationFailure.swift",
        "Validator.swift",
        "ValidatorBuilder.swift",
        "ValidatorExpressible.swift",
        "Validators/InRange.swift",
        "Validators/IsAbsent.swift",
        "Validators/IsEqual.swift",
        "Validators/IsNil.swift",
        "Validators/IsNotEqual.swift",
        "Validators/ValidEmail.swift",
        "Validators/operators.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.