The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Hydra, reference 2.0.6 (1d508b), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 08:15:40 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/malcommac/Hydra.git
Reference: 2.0.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/malcommac/Hydra
 * tag               2.0.6      -> FETCH_HEAD
HEAD is now at 1d508bc Merge branch 'release/2.0.6'
Cloned https://github.com/malcommac/Hydra.git
Revision (git rev-parse @):
1d508bc909b1e7c334c1720a4b7d93a5b2d3012a
SUCCESS checkout https://github.com/malcommac/Hydra.git at 2.0.6
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "hydra",
      "name": "Hydra",
      "url": "https://github.com/malcommac/Hydra.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Hydra",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/malcommac/Hydra.git
[1/1836] Fetching hydra
Fetched https://github.com/malcommac/Hydra.git from cache (1.08s)
Creating working copy for https://github.com/malcommac/Hydra.git
Working copy of https://github.com/malcommac/Hydra.git resolved at 2.0.6 (1d508bc)
warning: '.resolve-product-dependencies': dependency 'hydra' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/malcommac/Hydra.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/25] Emitting module Hydra
[4/27] Compiling Hydra Commons.swift
[5/27] Compiling Hydra Context.swift
[6/27] Compiling Hydra DispatchTimerWrapper.swift
[7/27] Compiling Hydra Promise+Zip.swift
[8/27] Compiling Hydra Promise.swift
[9/27] Compiling Hydra Promise+Recover.swift
[10/27] Compiling Hydra Promise+Reduce.swift
[11/27] Compiling Hydra Promise+All.swift
[12/27] Compiling Hydra Promise+Always.swift
[13/27] Compiling Hydra Promise+Any.swift
[14/27] Compiling Hydra Promise+Observer.swift
[15/27] Compiling Hydra Promise+Pass.swift
[16/27] Compiling Hydra Promise+Catch.swift
[17/27] Compiling Hydra Promise+Defer.swift
[18/27] Compiling Hydra Promise+Map.swift
[19/27] Compiling Hydra Promise+Retry.swift
[20/27] Compiling Hydra Promise+RetryWhen.swift
[21/27] Compiling Hydra Promise+Timeout.swift
[22/27] Compiling Hydra Promise+Validate.swift
[23/27] Compiling Hydra Promise+Async.swift
[24/27] Compiling Hydra Promise+Await.swift
[25/27] Compiling Hydra Promise+Cancel.swift
[26/27] Compiling Hydra Promise+State.swift
[27/27] Compiling Hydra Promise+Then.swift
Build complete! (5.81s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Hydra",
  "name" : "Hydra",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "Hydra",
      "targets" : [
        "Hydra"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HydraTests",
      "module_type" : "SwiftTarget",
      "name" : "HydraTests",
      "path" : "Tests/HydraTests",
      "sources" : [
        "HydraTests.swift"
      ],
      "target_dependencies" : [
        "Hydra"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Hydra",
      "module_type" : "SwiftTarget",
      "name" : "Hydra",
      "path" : "Sources/Hydra",
      "product_memberships" : [
        "Hydra"
      ],
      "sources" : [
        "Commons.swift",
        "Context.swift",
        "DispatchTimerWrapper.swift",
        "Promise+All.swift",
        "Promise+Always.swift",
        "Promise+Any.swift",
        "Promise+Async.swift",
        "Promise+Await.swift",
        "Promise+Cancel.swift",
        "Promise+Catch.swift",
        "Promise+Defer.swift",
        "Promise+Map.swift",
        "Promise+Observer.swift",
        "Promise+Pass.swift",
        "Promise+Recover.swift",
        "Promise+Reduce.swift",
        "Promise+Retry.swift",
        "Promise+RetryWhen.swift",
        "Promise+State.swift",
        "Promise+Then.swift",
        "Promise+Timeout.swift",
        "Promise+Validate.swift",
        "Promise+Zip.swift",
        "Promise.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.