The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of THOTP, reference 1.0.66 (3d4f64), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 17:55:54 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ericlewis/THOTP.git
Reference: 1.0.66
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ericlewis/THOTP
 * tag               1.0.66     -> FETCH_HEAD
HEAD is now at 3d4f649 Merge pull request #16 from goppinath/master
Cloned https://github.com/ericlewis/THOTP.git
Revision (git rev-parse @):
3d4f64936f391552b4f08597c663d70dd44c3f28
SUCCESS checkout https://github.com/ericlewis/THOTP.git at 1.0.66
Fetching https://github.com/norio-nomura/Base32.git
Fetching https://github.com/ericlewis/URL-QueryItem.git
[3/17] Fetching url-queryitem
[18/1185] Fetching url-queryitem, base32
Fetched https://github.com/ericlewis/URL-QueryItem.git from cache (0.87s)
Fetched https://github.com/norio-nomura/Base32.git from cache (0.87s)
Computing version for https://github.com/ericlewis/URL-QueryItem.git
Computed https://github.com/ericlewis/URL-QueryItem.git at 1.0.0 (1.46s)
Computing version for https://github.com/norio-nomura/Base32.git
Computed https://github.com/norio-nomura/Base32.git at 0.9.0 (2.73s)
Creating working copy for https://github.com/norio-nomura/Base32.git
Working copy of https://github.com/norio-nomura/Base32.git resolved at 0.9.0
Creating working copy for https://github.com/ericlewis/URL-QueryItem.git
Working copy of https://github.com/ericlewis/URL-QueryItem.git resolved at 1.0.0
========================================
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": "thotp",
      "name": "THOTP",
      "url": "https://github.com/ericlewis/THOTP.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/THOTP",
      "dependencies": [
        {
          "identity": "url-queryitem",
          "name": "URL-QueryItem",
          "url": "https://github.com/ericlewis/URL-QueryItem.git",
          "version": "1.0.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/URL-QueryItem",
          "dependencies": [
          ]
        },
        {
          "identity": "base32",
          "name": "Base32",
          "url": "https://github.com/norio-nomura/Base32.git",
          "version": "0.9.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Base32",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/ericlewis/THOTP.git
[1/371] Fetching thotp
Fetched https://github.com/ericlewis/THOTP.git from cache (0.78s)
Fetching https://github.com/norio-nomura/Base32.git from cache
Fetching https://github.com/ericlewis/URL-QueryItem.git from cache
Fetched https://github.com/ericlewis/URL-QueryItem.git from cache (0.44s)
Fetched https://github.com/norio-nomura/Base32.git from cache (0.44s)
Computing version for https://github.com/ericlewis/URL-QueryItem.git
Computed https://github.com/ericlewis/URL-QueryItem.git at 1.0.0 (0.50s)
Computing version for https://github.com/norio-nomura/Base32.git
Computed https://github.com/norio-nomura/Base32.git at 0.9.0 (0.03s)
Creating working copy for https://github.com/norio-nomura/Base32.git
Working copy of https://github.com/norio-nomura/Base32.git resolved at 0.9.0
Creating working copy for https://github.com/ericlewis/URL-QueryItem.git
Working copy of https://github.com/ericlewis/URL-QueryItem.git resolved at 1.0.0
Creating working copy for https://github.com/ericlewis/THOTP.git
Working copy of https://github.com/ericlewis/THOTP.git resolved at 1.0.66 (3d4f649)
warning: '.resolve-product-dependencies': dependency 'thotp' is not used by any target
Found 2 product dependencies
  - URL-QueryItem
  - Base32
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ericlewis/THOTP.git
https://github.com/ericlewis/THOTP.git
{
  "dependencies" : [
    {
      "identity" : "url-queryitem",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ericlewis/URL-QueryItem.git"
    },
    {
      "identity" : "base32",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.7.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/norio-nomura/Base32.git"
    }
  ],
  "manifest_display_name" : "THOTP",
  "name" : "THOTP",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "THOTP",
      "targets" : [
        "THOTP"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "THOTPTests",
      "module_type" : "SwiftTarget",
      "name" : "THOTPTests",
      "path" : "Tests/THOTPTests",
      "product_dependencies" : [
        "Base32"
      ],
      "sources" : [
        "AllTests.swift"
      ],
      "target_dependencies" : [
        "THOTP"
      ],
      "type" : "test"
    },
    {
      "c99name" : "THOTP",
      "module_type" : "SwiftTarget",
      "name" : "THOTP",
      "path" : "Sources/THOTP",
      "product_dependencies" : [
        "URL-QueryItem",
        "Base32"
      ],
      "product_memberships" : [
        "THOTP"
      ],
      "sources" : [
        "Enums/GeneratorAlgorithm.swift",
        "Enums/IssuerStrategy.swift",
        "Enums/Key.swift",
        "Enums/OTPError.swift",
        "Enums/SupportedHashAlgorithm.swift",
        "Extensions/GeneratorProtocol+Generate.swift",
        "Extensions/GeneratorProtocol+Validators.swift",
        "Extensions/PasswordProtocol+CurrentPassword.swift",
        "Extensions/PasswordProtocol+Equatable.swift",
        "Extensions/PasswordProtocol+URL.swift",
        "Generator.swift",
        "Password.swift",
        "Protocols/GeneratorProtocol.swift",
        "Protocols/PasswordProtocol.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/8] Write sources
[3/8] Write swift-version-2F0A5646E1D333AE.txt
[5/18] Compiling URL_QueryItem URL+URLComponents.swift
[6/18] Compiling Base32 shim.swift
[7/18] Emitting module Base32
[8/18] Compiling Base32 Base32.swift
[9/18] Compiling Base32 Base16.swift
[10/18] Compiling URL_QueryItem URL+QueryItems.swift
[11/18] Compiling Base32 StringExtension.swift
[12/18] Emitting module URL_QueryItem
[13/18] Compiling URL_QueryItem Collection+URLQueryItem.swift
[14/18] Compiling URL_QueryItem URLQueryItem+CodingKey.swift
[14/18] Write Objects.LinkFileList
[15/18] Archiving libURL-QueryItem.a
[17/32] Compiling THOTP GeneratorProtocol+Validators.swift
[18/32] Compiling THOTP PasswordProtocol+CurrentPassword.swift
[19/32] Compiling THOTP GeneratorProtocol.swift
[20/32] Compiling THOTP Generator.swift
[21/32] Compiling THOTP PasswordProtocol+URL.swift
[22/32] Compiling THOTP Password.swift
[23/32] Compiling THOTP PasswordProtocol+Equatable.swift
[24/33] Compiling THOTP PasswordProtocol.swift
[25/33] Compiling THOTP GeneratorAlgorithm.swift
[26/33] Compiling THOTP IssuerStrategy.swift
[27/33] Emitting module THOTP
[28/33] Compiling THOTP SupportedHashAlgorithm.swift
[29/33] Compiling THOTP GeneratorProtocol+Generate.swift
[30/33] Compiling THOTP Key.swift
[31/33] Compiling THOTP OTPError.swift
[31/33] Write Objects.LinkFileList
[32/33] Archiving libTHOTP.a
Build complete! (8.54s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "url-queryitem",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ericlewis/URL-QueryItem.git"
    },
    {
      "identity" : "base32",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.7.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/norio-nomura/Base32.git"
    }
  ],
  "manifest_display_name" : "THOTP",
  "name" : "THOTP",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "THOTP",
      "targets" : [
        "THOTP"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "THOTPTests",
      "module_type" : "SwiftTarget",
      "name" : "THOTPTests",
      "path" : "Tests/THOTPTests",
      "product_dependencies" : [
        "Base32"
      ],
      "sources" : [
        "AllTests.swift"
      ],
      "target_dependencies" : [
        "THOTP"
      ],
      "type" : "test"
    },
    {
      "c99name" : "THOTP",
      "module_type" : "SwiftTarget",
      "name" : "THOTP",
      "path" : "Sources/THOTP",
      "product_dependencies" : [
        "URL-QueryItem",
        "Base32"
      ],
      "product_memberships" : [
        "THOTP"
      ],
      "sources" : [
        "Enums/GeneratorAlgorithm.swift",
        "Enums/IssuerStrategy.swift",
        "Enums/Key.swift",
        "Enums/OTPError.swift",
        "Enums/SupportedHashAlgorithm.swift",
        "Extensions/GeneratorProtocol+Generate.swift",
        "Extensions/GeneratorProtocol+Validators.swift",
        "Extensions/PasswordProtocol+CurrentPassword.swift",
        "Extensions/PasswordProtocol+Equatable.swift",
        "Extensions/PasswordProtocol+URL.swift",
        "Generator.swift",
        "Password.swift",
        "Protocols/GeneratorProtocol.swift",
        "Protocols/PasswordProtocol.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.