Build Information
Successful build of THOTP with Swift 5.8 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ericlewis/THOTP.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/o86TiJKT/2/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 0a97ed7 Update README.md
Cloned https://github.com/ericlewis/THOTP.git
Revision (git rev-parse @):
0a97ed714dd7b2da6c8f3285a9c69395b83129c0
SUCCESS checkout https://github.com/ericlewis/THOTP.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.8
Building package at path: $workDir
https://github.com/ericlewis/THOTP.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.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+URLComponents.swift
[4/12] Compiling URL_QueryItem URLQueryItem+CodingKey.swift
[5/12] Compiling URL_QueryItem Collection+URLQueryItem.swift
[6/12] Emitting module URL_QueryItem
[7/12] Compiling URL_QueryItem URL+QueryItems.swift
[7/12] Archiving libURL-QueryItem.a
[9/12] Compiling Base32 Base16.swift
[10/12] Emitting module Base32
[11/12] Compiling Base32 Base32.swift
[12/26] Compiling THOTP GeneratorAlgorithm.swift
[13/26] Compiling THOTP IssuerStrategy.swift
[14/26] Compiling THOTP GeneratorProtocol.swift
[15/26] Compiling THOTP Generator.swift
[16/26] Compiling THOTP Password.swift
[17/27] Compiling THOTP PasswordProtocol.swift
[18/27] Compiling THOTP PasswordProtocol+Equatable.swift
[19/27] Compiling THOTP PasswordProtocol+URL.swift
[20/27] Compiling THOTP GeneratorProtocol+Validators.swift
[21/27] Compiling THOTP PasswordProtocol+CurrentPassword.swift
[22/27] Emitting module THOTP
[23/27] Compiling THOTP Key.swift
[24/27] Compiling THOTP OTPError.swift
[25/27] Compiling THOTP SupportedHashAlgorithm.swift
[26/27] Compiling THOTP GeneratorProtocol+Generate.swift
[26/27] Archiving libTHOTP.a
Build complete! (11.50s)
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 (0.33s)
Fetched https://github.com/norio-nomura/Base32.git (0.36s)
Computing version for https://github.com/ericlewis/URL-QueryItem.git
Computed https://github.com/ericlewis/URL-QueryItem.git at 1.0.0 (0.47s)
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/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
Build complete.
Done.