The Swift Package Index logo.Swift Package Index

Build Information

Successful build of h, reference 1.0.1 (aa3626), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 02:11:30 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/rarestype/h.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rarestype/h
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at aa36268 Merge pull request #25 from rarestype/android
Cloned https://github.com/rarestype/h.git
Revision (git rev-parse @):
aa3626829160917d4378330617971977cbd78f5b
SUCCESS checkout https://github.com/rarestype/h.git at 1.0.1
Fetching https://github.com/ordo-one/dollup
[1/23] Fetching dollup
Fetched https://github.com/ordo-one/dollup from cache (0.55s)
Computing version for https://github.com/ordo-one/dollup
Computed https://github.com/ordo-one/dollup at 1.0.4 (1.12s)
Creating working copy for https://github.com/ordo-one/dollup
Working copy of https://github.com/ordo-one/dollup resolved at 1.0.4
Downloading binary artifact https://download.rarestype.com/dollup/1.0.4/macOS-arm64/dollup.artifactbundle.zip
[1636/3964729] Downloading https://download.rarestype.com/dollup/1.0.4/macOS-arm64/dollup.artifactbundle.zip
Downloaded https://download.rarestype.com/dollup/1.0.4/macOS-arm64/dollup.artifactbundle.zip (0.64s)
========================================
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": "h",
      "name": "h",
      "url": "https://github.com/rarestype/h.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/h",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/rarestype/h.git
[1/1233] Fetching h
Fetched https://github.com/rarestype/h.git from cache (1.08s)
Creating working copy for https://github.com/rarestype/h.git
Working copy of https://github.com/rarestype/h.git resolved at 1.0.1 (aa36268)
warning: '.resolve-product-dependencies': dependency 'h' 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/rarestype/h.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin DollupPlugin
Building for debugging...
[1/12] Write sources
[11/12] Write swift-version--6988338F2F200930.txt
[13/19] Compiling BaseDigits BaseDigits.swift
[14/19] Emitting module BaseDigits
[15/19] Compiling MessageAuthentication MessageAuthenticationKey.swift
[16/19] Emitting module MessageAuthentication
[17/19] Compiling MessageAuthentication MessageAuthenticationHash.swift
[18/19] Emitting module InlineBuffer
[19/19] Compiling InlineBuffer InlineBuffer.swift
[20/37] Compiling SHA1 exports.swift
[21/37] Compiling SHA1 SHA1.swift
[22/37] Emitting module SHA1
[23/37] Compiling Base16 Base16.LowercaseDigits.swift
[24/37] Compiling Base16 Base16.swift
/Users/admin/builder/spi-builder-workspace/Sources/Base16/Base16.swift:148:56: warning: '14.0' is not a valid version number for watchOS
146 |
147 |         #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS)
148 |         if #available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 14.0, *) {
    |                                                        `- warning: '14.0' is not a valid version number for watchOS
149 |             return .init(unsafeUninitializedCapacity: bytes) {
150 |                 Self.encode(
[25/37] Compiling Base16 Base16.UppercaseDigits.swift
[26/37] Compiling Base16 Base16.Values.swift
[27/37] Emitting module Base16
/Users/admin/builder/spi-builder-workspace/Sources/Base16/Base16.swift:148:56: warning: '14.0' is not a valid version number for watchOS
146 |
147 |         #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS)
148 |         if #available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 14.0, *) {
    |                                                        `- warning: '14.0' is not a valid version number for watchOS
149 |             return .init(unsafeUninitializedCapacity: bytes) {
150 |                 Self.encode(
[28/37] Compiling Base64 Base64.Values.swift
[29/37] Compiling Base64 Base64.swift
[30/37] Compiling MD5 MD5.swift
[31/37] Compiling Base64 Base64.SafeDigits.swift
[32/37] Emitting module Base64
[33/37] Compiling Base64 Base64.DefaultDigits.swift
[34/37] Compiling MD5 exports.swift
[35/37] Compiling MD5 MD5.Words.swift
[36/37] Compiling MD5 MD5.Block.swift
[37/37] Emitting module MD5
[38/43] Compiling UUID UUID.swift
[39/43] Emitting module UUID
[40/43] Compiling CRC CRC32.swift
[41/43] Emitting module CRC
[42/43] Compiling SHA2 SHA256.swift
[43/43] Emitting module SHA2
Build complete! (7.79s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "dollup",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ordo-one/dollup"
    }
  ],
  "manifest_display_name" : "h",
  "name" : "h",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Base16",
      "targets" : [
        "Base16"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Base64",
      "targets" : [
        "Base64"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CRC",
      "targets" : [
        "CRC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "InlineBuffer",
      "targets" : [
        "InlineBuffer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "MD5",
      "targets" : [
        "MD5"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "MessageAuthentication",
      "targets" : [
        "MessageAuthentication"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SHA1",
      "targets" : [
        "SHA1"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SHA2",
      "targets" : [
        "SHA2"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "UUID",
      "targets" : [
        "UUID"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UUID",
      "module_type" : "SwiftTarget",
      "name" : "UUID",
      "path" : "Sources/UUID",
      "product_memberships" : [
        "UUID"
      ],
      "sources" : [
        "UUID.swift"
      ],
      "target_dependencies" : [
        "Base16"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SHA2Tests",
      "module_type" : "SwiftTarget",
      "name" : "SHA2Tests",
      "path" : "Sources/SHA2Tests",
      "sources" : [
        "HMAC256.TestCase.swift",
        "HMAC256.swift",
        "KeyDerivation.TestCase.swift",
        "KeyDerivation.swift"
      ],
      "target_dependencies" : [
        "SHA2"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SHA2",
      "module_type" : "SwiftTarget",
      "name" : "SHA2",
      "path" : "Sources/SHA2",
      "product_memberships" : [
        "SHA2"
      ],
      "sources" : [
        "SHA256.swift"
      ],
      "target_dependencies" : [
        "Base16",
        "MessageAuthentication"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SHA1",
      "module_type" : "SwiftTarget",
      "name" : "SHA1",
      "path" : "Sources/SHA1",
      "product_memberships" : [
        "SHA1"
      ],
      "sources" : [
        "SHA1.swift",
        "exports.swift"
      ],
      "target_dependencies" : [
        "InlineBuffer"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MessageAuthentication",
      "module_type" : "SwiftTarget",
      "name" : "MessageAuthentication",
      "path" : "Sources/MessageAuthentication",
      "product_memberships" : [
        "MessageAuthentication",
        "SHA2"
      ],
      "sources" : [
        "MessageAuthenticationHash.swift",
        "MessageAuthenticationKey.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MD5Tests",
      "module_type" : "SwiftTarget",
      "name" : "MD5Tests",
      "path" : "Sources/MD5Tests",
      "sources" : [
        "Hashing.swift",
        "ParsingAndFormatting.swift"
      ],
      "target_dependencies" : [
        "MD5"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MD5",
      "module_type" : "SwiftTarget",
      "name" : "MD5",
      "path" : "Sources/MD5",
      "product_memberships" : [
        "MD5"
      ],
      "sources" : [
        "MD5.Block.swift",
        "MD5.Words.swift",
        "MD5.swift",
        "exports.swift"
      ],
      "target_dependencies" : [
        "InlineBuffer"
      ],
      "type" : "library"
    },
    {
      "c99name" : "InlineBuffer",
      "module_type" : "SwiftTarget",
      "name" : "InlineBuffer",
      "path" : "Sources/InlineBuffer",
      "product_memberships" : [
        "InlineBuffer",
        "MD5",
        "SHA1"
      ],
      "sources" : [
        "InlineBuffer.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CRCTests",
      "module_type" : "SwiftTarget",
      "name" : "CRCTests",
      "path" : "Sources/CRCTests",
      "sources" : [
        "ChecksumComputation.TestCase.swift",
        "ChecksumComputation.swift"
      ],
      "target_dependencies" : [
        "CRC"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CRC",
      "module_type" : "SwiftTarget",
      "name" : "CRC",
      "path" : "Sources/CRC",
      "product_memberships" : [
        "CRC"
      ],
      "sources" : [
        "CRC32.swift"
      ],
      "target_dependencies" : [
        "Base16"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BaseDigits",
      "module_type" : "SwiftTarget",
      "name" : "BaseDigits",
      "path" : "Sources/BaseDigits",
      "product_memberships" : [
        "Base16",
        "Base64",
        "CRC",
        "SHA2",
        "UUID"
      ],
      "sources" : [
        "BaseDigits.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Base64Tests",
      "module_type" : "SwiftTarget",
      "name" : "Base64Tests",
      "path" : "Sources/Base64Tests",
      "sources" : [
        "Encoding.TestCase.swift",
        "Encoding.swift"
      ],
      "target_dependencies" : [
        "Base64"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Base64",
      "module_type" : "SwiftTarget",
      "name" : "Base64",
      "path" : "Sources/Base64",
      "product_memberships" : [
        "Base64"
      ],
      "sources" : [
        "Base64.DefaultDigits.swift",
        "Base64.SafeDigits.swift",
        "Base64.Values.swift",
        "Base64.swift"
      ],
      "target_dependencies" : [
        "BaseDigits"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Base16",
      "module_type" : "SwiftTarget",
      "name" : "Base16",
      "path" : "Sources/Base16",
      "product_memberships" : [
        "Base16",
        "CRC",
        "SHA2",
        "UUID"
      ],
      "sources" : [
        "Base16.LowercaseDigits.swift",
        "Base16.UppercaseDigits.swift",
        "Base16.Values.swift",
        "Base16.swift"
      ],
      "target_dependencies" : [
        "BaseDigits"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.