The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PwnedPasswords, reference master (ded62c), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 00:45:28 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/foffer/PwnedPasswords.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/foffer/PwnedPasswords
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at ded62c7 Update readme, removed manual installation
Cloned https://github.com/foffer/PwnedPasswords.git
Revision (git rev-parse @):
ded62c7b0b06b73287fd4a50603e0f2ead725e3a
SUCCESS checkout https://github.com/foffer/PwnedPasswords.git at master
Fetching https://github.com/Quick/Quick.git
[1/14896] Fetching quick
Fetched https://github.com/Quick/Quick.git from cache (1.57s)
Fetching https://github.com/Quick/Nimble.git
[1/19817] Fetching nimble
Fetched https://github.com/Quick/Nimble.git from cache (1.83s)
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at master (b172e8a)
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at master (35dda35)
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
Fetching https://github.com/foffer/PwnedPasswords.git
[1/544] Fetching pwnedpasswords
Fetched https://github.com/foffer/PwnedPasswords.git from cache (1.64s)
Fetching https://github.com/Quick/Quick.git from cache
Fetched https://github.com/Quick/Quick.git from cache (0.62s)
Fetching https://github.com/Quick/Nimble.git from cache
Fetched https://github.com/Quick/Nimble.git from cache (0.57s)
error: could not find a branch named ‘master’ in https://github.com/Quick/Nimble.git (did you mean ‘main’?)
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/foffer/PwnedPasswords.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/7] Emitting module PwnedPasswords
[4/7] Compiling PwnedPasswords ApiClient.swift
[5/7] Compiling PwnedPasswords String+Slice.swift
[6/7] Compiling PwnedPasswords SHA1.swift
/Users/admin/builder/spi-builder-workspace/PwnedPasswords/Classes/SHA1.swift:108:9: warning: using '_' to ignore the result of a Void-returning function is redundant
106 |       //print("Reading \(range.count) bytes @ position \(range.lowerBound)")
107 |       w.withUnsafeMutableBufferPointer{ dest in
108 |         _=data.copyBytes(to: dest, from: range)               // Retrieve one chunk
    |         `- warning: using '_' to ignore the result of a Void-returning function is redundant
109 |       }
110 |       context.process(chunk: &w)                                // Process the chunk
/Users/admin/builder/spi-builder-workspace/PwnedPasswords/Classes/SHA1.swift:118:7: warning: using '_' to ignore the result of a Void-returning function is redundant
116 |     range = Range(range.lowerBound..<data.count)                  // Range for remainder of message
117 |     w.withUnsafeMutableBufferPointer{ dest in
118 |       _=data.copyBytes(to: dest, from: range)                   // Retrieve remainder
    |       `- warning: using '_' to ignore the result of a Void-returning function is redundant
119 |     }
120 |     let bytetochange=range.count % 4                              // The bit to the right of the
[7/7] Compiling PwnedPasswords PwnedPasswords.swift
Build complete! (4.93s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "quick",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick.git"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    }
  ],
  "manifest_display_name" : "PwnedPasswords",
  "name" : "PwnedPasswords",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "PwnedPasswords",
      "targets" : [
        "PwnedPasswords"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PwnedPasswordsTests",
      "module_type" : "SwiftTarget",
      "name" : "PwnedPasswordsTests",
      "path" : "Example/Tests",
      "product_dependencies" : [
        "Quick",
        "Nimble"
      ],
      "sources" : [
        "Data.swift",
        "PwnedPasswordsTests.swift"
      ],
      "target_dependencies" : [
        "PwnedPasswords"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PwnedPasswords",
      "module_type" : "SwiftTarget",
      "name" : "PwnedPasswords",
      "path" : "PwnedPasswords/Classes",
      "product_memberships" : [
        "PwnedPasswords"
      ],
      "sources" : [
        "ApiClient.swift",
        "PwnedPasswords.swift",
        "SHA1.swift",
        "String+Slice.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.