The Swift Package Index logo.Swift Package Index

Build Information

Successful build of THOTP with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ericlewis/THOTP.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/ericlewis/THOTP
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
Fetching https://github.com/ericlewis/URL-QueryItem.git from cache
Fetching https://github.com/norio-nomura/Base32.git from cache
Fetched https://github.com/ericlewis/URL-QueryItem.git (0.24s)
Fetched https://github.com/norio-nomura/Base32.git (0.24s)
Computing version for https://github.com/ericlewis/URL-QueryItem.git
Computed https://github.com/ericlewis/URL-QueryItem.git at 1.0.0 (1.53s)
Computing version for https://github.com/norio-nomura/Base32.git
Computed https://github.com/norio-nomura/Base32.git at 0.9.0 (0.62s)
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/norio-nomura/Base32.git
Working copy of https://github.com/norio-nomura/Base32.git resolved at 0.9.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "thotp",
      "name": "THOTP",
      "url": "https://github.com/ericlewis/THOTP.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-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/builds/J1XnyXFH/0/finestructure/swiftpackageindex-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/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Base32",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/ericlewis/THOTP.git
[4/368] Fetching thotp
Fetched https://github.com/ericlewis/THOTP.git (0.29s)
Fetching https://github.com/norio-nomura/Base32.git from cache
Fetching https://github.com/ericlewis/URL-QueryItem.git from cache
Fetched https://github.com/norio-nomura/Base32.git (0.20s)
Fetched https://github.com/ericlewis/URL-QueryItem.git (0.21s)
Computing version for https://github.com/ericlewis/URL-QueryItem.git
Computed https://github.com/ericlewis/URL-QueryItem.git at 1.0.0 (0.02s)
Computing version for https://github.com/norio-nomura/Base32.git
Computed https://github.com/norio-nomura/Base32.git at 0.9.0 (0.02s)
Creating working copy for https://github.com/ericlewis/THOTP.git
Working copy of https://github.com/ericlewis/THOTP.git resolved at master
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
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:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/12] Compiling Base32 shim.swift
[2/12] Compiling Base32 StringExtension.swift
[3/12] Compiling URL_QueryItem URL+QueryItems.swift
[4/12] Compiling URL_QueryItem URL+URLComponents.swift
[5/12] Emitting module URL_QueryItem
[6/12] Compiling URL_QueryItem Collection+URLQueryItem.swift
[7/12] Compiling URL_QueryItem URLQueryItem+CodingKey.swift
[7/12] Archiving libURL-QueryItem.a
[9/12] Compiling Base32 Base16.swift
[10/12] Compiling Base32 Base32.swift
[11/12] Emitting module Base32
[12/26] Compiling THOTP GeneratorProtocol.swift
[13/26] Compiling THOTP Generator.swift
[14/26] Compiling THOTP Password.swift
[15/26] Compiling THOTP GeneratorProtocol+Validators.swift
[16/26] Compiling THOTP PasswordProtocol+CurrentPassword.swift
[17/26] Compiling THOTP PasswordProtocol+Equatable.swift
[18/26] Compiling THOTP PasswordProtocol+URL.swift
[19/27] Compiling THOTP PasswordProtocol.swift
[20/27] Compiling THOTP SupportedHashAlgorithm.swift
[21/27] Compiling THOTP GeneratorProtocol+Generate.swift
[22/27] Compiling THOTP Key.swift
[23/27] Compiling THOTP OTPError.swift
[24/27] Compiling THOTP GeneratorAlgorithm.swift
[25/27] Compiling THOTP IssuerStrategy.swift
[26/27] Emitting module THOTP
[26/27] Archiving libTHOTP.a
Build complete! (15.80s)
Build complete.
Done.