The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftOTP 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.28.9
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lachlanbell/SwiftOTP.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/lachlanbell/SwiftOTP
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 9660551 SwiftOTP 3.0.2 release
Cloned https://github.com/lachlanbell/SwiftOTP.git
Revision (git rev-parse @):
9660551ea3df153c3cbacfa34ac3abbec73a8b84
SUCCESS checkout https://github.com/lachlanbell/SwiftOTP.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.8
Building package at path:  $workDir
https://github.com/lachlanbell/SwiftOTP.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[1/65] Emitting module Crypto
[2/85] Compiling Crypto HMAC.swift
[3/85] Compiling Crypto MACFunctions.swift
[4/85] Compiling Crypto MessageAuthenticationCode.swift
[5/85] Compiling Crypto AES.swift
[6/85] Compiling Crypto ECDSASignature_boring.swift
[7/85] Compiling Crypto ECDSA_boring.swift
[8/85] Compiling Crypto EdDSA_boring.swift
[9/85] Compiling Crypto ECDSA.swift
[10/85] Compiling Crypto Ed25519.swift
[11/85] Compiling Crypto Signature.swift
[12/85] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[13/85] Compiling Crypto CryptoKitErrors_boring.swift
[14/85] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[15/85] Compiling Crypto RNG_boring.swift
[16/85] Compiling Crypto SafeCompare_boring.swift
[17/85] Compiling Crypto Zeroization_boring.swift
[18/85] Compiling Crypto PrettyBytes.swift
[19/85] Compiling Crypto SafeCompare.swift
[20/85] Compiling Crypto SecureBytes.swift
[21/85] Compiling Crypto Zeroization.swift
[22/85] Compiling Crypto HPKE-KeySchedule.swift
[23/85] Compiling Crypto HPKE-Modes.swift
[24/85] Compiling Crypto Insecure.swift
[25/85] Compiling Crypto Insecure_HashFunctions.swift
[26/85] Compiling Crypto KEM.swift
[27/85] Compiling Crypto ECDH_boring.swift
[28/85] Compiling Crypto DH.swift
[29/85] Compiling Crypto ECDH.swift
[30/85] Compiling Crypto HKDF.swift
[31/85] Compiling Crypto AESWrap.swift
[32/85] Compiling Crypto AESWrap_boring.swift
[33/85] Compiling Crypto Ed25519_boring.swift
[34/85] Compiling Crypto EllipticCurvePoint_boring.swift
[35/85] Compiling Crypto EllipticCurve_boring.swift
[36/85] Compiling Crypto NISTCurvesKeys_boring.swift
[37/85] Compiling Crypto X25519Keys_boring.swift
[38/85] Compiling Crypto Curve25519.swift
[39/85] Compiling Crypto Ed25519Keys.swift
[40/85] Compiling Crypto NISTCurvesKeys.swift
[41/85] Compiling Crypto X25519Keys.swift
[42/85] Compiling Crypto SymmetricKeys.swift
[43/85] Compiling Crypto SEC1PrivateKey.swift
[44/85] Compiling Crypto SubjectPublicKeyInfo.swift
[45/85] Compiling Crypto CryptoKitErrors.swift
[46/85] Compiling Crypto Digest_boring.swift
[47/85] Compiling Crypto Digest.swift
[48/85] Compiling Crypto Digests.swift
[49/85] Compiling Crypto HashFunctions.swift
[50/85] Compiling Crypto HashFunctions_SHA2.swift
[51/85] Compiling Crypto HPKE-AEAD.swift
[52/85] Compiling Crypto HPKE-Ciphersuite.swift
[53/85] Compiling Crypto HPKE-KDF.swift
[54/85] Compiling Crypto HPKE-KexKeyDerivation.swift
[55/85] Compiling Crypto HPKE-LabeledExtract.swift
[56/85] Compiling Crypto HPKE-Utils.swift
[57/85] Compiling Crypto DHKEM.swift
[58/85] Compiling Crypto HPKE-KEM-Curve25519.swift
[59/85] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[60/85] Compiling Crypto HPKE-KEM.swift
[61/85] Compiling Crypto HPKE-Errors.swift
[62/85] Compiling Crypto HPKE.swift
[63/85] Compiling Crypto HPKE-Context.swift
[64/85] Compiling Crypto AES-GCM.swift
[65/85] Compiling Crypto AES-GCM_boring.swift
[66/85] Compiling Crypto ChaChaPoly_boring.swift
[67/85] Compiling Crypto ChaChaPoly.swift
[68/85] Compiling Crypto Cipher.swift
[69/85] Compiling Crypto Nonces.swift
[70/85] Compiling Crypto ASN1.swift
[71/85] Compiling Crypto ASN1Any.swift
[72/85] Compiling Crypto ASN1BitString.swift
[73/85] Compiling Crypto ASN1Boolean.swift
[74/85] Compiling Crypto ASN1Identifier.swift
[75/85] Compiling Crypto ASN1Integer.swift
[76/85] Compiling Crypto ASN1Null.swift
[77/85] Compiling Crypto ASN1OctetString.swift
[78/85] Compiling Crypto ASN1Strings.swift
[79/85] Compiling Crypto ArraySliceBigint.swift
[80/85] Compiling Crypto GeneralizedTime.swift
[81/85] Compiling Crypto ObjectIdentifier.swift
[82/85] Compiling Crypto ECDSASignature.swift
[83/85] Compiling Crypto PEMDocument.swift
[84/85] Compiling Crypto PKCS8PrivateKey.swift
[85/92] Emitting module SwiftOTP
[86/92] Compiling SwiftOTP HOTP.swift
[87/92] Compiling SwiftOTP OTPAlgorithm.swift
[88/92] Compiling SwiftOTP Data+Utilities.swift
[89/92] Compiling SwiftOTP Generator.swift
[90/92] Compiling SwiftOTP Base32.swift
[91/92] Compiling SwiftOTP StringExtension.swift
[92/94] Compiling SwiftOTP TOTP.swift
[93/94] Compiling SwiftOTP UInt64+Data.swift
[93/94] Linking libSwiftOTP-Dynamic.dylib
Build complete! (21.43s)
Fetching https://github.com/apple/swift-crypto.git from cache
Fetched https://github.com/apple/swift-crypto.git (0.40s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.2.0 (0.05s)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.2.0
Build complete.
Done.