The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ValidationLibrary, reference main (be3d03), with Swift 6.2 for macOS (SPM) on 25 Jan 2026 17:00:20 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Ryosuke1025/ValidationLibrary.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Ryosuke1025/ValidationLibrary
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at be3d037 change: Add colors to README badges
Cloned https://github.com/Ryosuke1025/ValidationLibrary.git
Revision (git rev-parse @):
be3d037468d2ca9437eb731066738a4862c2a59e
SUCCESS checkout https://github.com/Ryosuke1025/ValidationLibrary.git at main
========================================
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": "validationlibrary",
      "name": "ValidationLibrary",
      "url": "https://github.com/Ryosuke1025/ValidationLibrary.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ValidationLibrary",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Ryosuke1025/ValidationLibrary.git
[1/52] Fetching validationlibrary
Fetched https://github.com/Ryosuke1025/ValidationLibrary.git from cache (1.06s)
Creating working copy for https://github.com/Ryosuke1025/ValidationLibrary.git
Working copy of https://github.com/Ryosuke1025/ValidationLibrary.git resolved at main (be3d037)
warning: '.resolve-product-dependencies': dependency 'validationlibrary' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Ryosuke1025/ValidationLibrary.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/12] Compiling ValidationLibrary ValidationInitialBehavior.swift
[4/12] Compiling ValidationLibrary ValidationEngine.swift
[5/12] Compiling ValidationLibrary ValidationResult.swift
[6/12] Emitting module ValidationLibrary
[7/12] Compiling ValidationLibrary ValidationRule.swift
[8/12] Compiling ValidationLibrary ValidationModifier.swift
[9/12] Compiling ValidationLibrary ValidationContainer.swift
[10/12] Compiling ValidationLibrary RuntimeWarning.swift
[11/12] Compiling ValidationLibrary ValidationState.swift
[12/12] Compiling ValidationLibrary ValidationTiming.swift
Build complete! (8.96s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ValidationLibrary",
  "name" : "ValidationLibrary",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "ValidationLibrary",
      "targets" : [
        "ValidationLibrary"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ValidationLibraryTests",
      "module_type" : "SwiftTarget",
      "name" : "ValidationLibraryTests",
      "path" : "Tests/ValidationLibraryTests",
      "sources" : [
        "ValidationContainerTests.swift",
        "ValidationEngineTests.swift",
        "ValidationResultTests.swift",
        "ValidationRuleTests.swift",
        "ValidationStateTests.swift",
        "ValidationTimingTests.swift"
      ],
      "target_dependencies" : [
        "ValidationLibrary"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ValidationLibrary",
      "module_type" : "SwiftTarget",
      "name" : "ValidationLibrary",
      "path" : "Sources/ValidationLibrary",
      "product_memberships" : [
        "ValidationLibrary"
      ],
      "sources" : [
        "Core/RuntimeWarning.swift",
        "Core/ValidationContainer.swift",
        "Core/ValidationEngine.swift",
        "Core/ValidationInitialBehavior.swift",
        "Core/ValidationResult.swift",
        "Core/ValidationRule.swift",
        "Core/ValidationState.swift",
        "Core/ValidationTiming.swift",
        "SwiftUI/ValidationModifier.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.