The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftOTP with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lachlanbell/SwiftOTP.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/2/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.10
Building package at path:  $workDir
https://github.com/lachlanbell/SwiftOTP.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[2/5] Write swift-version--423B1241ED78D482.txt
[4/79] Compiling Crypto HMAC.swift
[5/79] Compiling Crypto MACFunctions.swift
[6/79] Compiling Crypto MessageAuthenticationCode.swift
[7/79] Compiling Crypto AES.swift
[8/79] Compiling Crypto ECDSASignature_boring.swift
[9/79] Compiling Crypto ECDSA_boring.swift
[10/79] Compiling Crypto EdDSA_boring.swift
[11/79] Compiling Crypto ECDSA.swift
[12/79] Compiling Crypto Ed25519.swift
[13/79] Compiling Crypto Signature.swift
[14/89] Compiling Crypto Ed25519_boring.swift
[15/89] Compiling Crypto EllipticCurvePoint_boring.swift
[16/89] Compiling Crypto EllipticCurve_boring.swift
[17/89] Compiling Crypto NISTCurvesKeys_boring.swift
[18/89] Compiling Crypto X25519Keys_boring.swift
[19/89] Compiling Crypto Curve25519.swift
[20/89] Compiling Crypto Ed25519Keys.swift
[21/89] Compiling Crypto NISTCurvesKeys.swift
[22/89] Compiling Crypto X25519Keys.swift
[23/89] Compiling Crypto SymmetricKeys.swift
[24/89] Compiling Crypto ASN1Integer.swift
[25/89] Compiling Crypto ASN1Null.swift
[26/89] Compiling Crypto ASN1OctetString.swift
[27/89] Compiling Crypto ASN1Strings.swift
[28/89] Compiling Crypto ArraySliceBigint.swift
[29/89] Compiling Crypto GeneralizedTime.swift
[30/89] Compiling Crypto ObjectIdentifier.swift
[31/89] Compiling Crypto ECDSASignature.swift
[32/89] Compiling Crypto PEMDocument.swift
[33/89] Compiling Crypto PKCS8PrivateKey.swift
[34/89] Compiling Crypto SEC1PrivateKey.swift
[35/89] Compiling Crypto AES-GCM.swift
[36/89] Compiling Crypto AES-GCM_boring.swift
[37/89] Compiling Crypto ChaChaPoly_boring.swift
[38/89] Compiling Crypto ChaChaPoly.swift
[39/89] Compiling Crypto Cipher.swift
[40/89] Compiling Crypto Nonces.swift
[41/89] Compiling Crypto ASN1.swift
[42/89] Compiling Crypto ASN1Any.swift
[43/89] Compiling Crypto ASN1BitString.swift
[44/89] Compiling Crypto ASN1Boolean.swift
[45/89] Compiling Crypto ASN1Identifier.swift
[46/89] Compiling Crypto HPKE-LabeledExtract.swift
[47/89] Compiling Crypto HPKE-Utils.swift
[48/89] Compiling Crypto DHKEM.swift
[49/89] Compiling Crypto HPKE-KEM-Curve25519.swift
[50/89] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[51/89] Compiling Crypto HPKE-KEM.swift
[52/89] Compiling Crypto HPKE-Errors.swift
[53/89] Compiling Crypto HPKE.swift
[54/89] Compiling Crypto HPKE-Context.swift
[55/89] Compiling Crypto HPKE-KeySchedule.swift
[56/89] Emitting module Crypto
[57/89] Compiling Crypto HPKE-Modes.swift
[58/89] Compiling Crypto Insecure.swift
[59/89] Compiling Crypto Insecure_HashFunctions.swift
[60/89] Compiling Crypto KEM.swift
[61/89] Compiling Crypto ECDH_boring.swift
[62/89] Compiling Crypto DH.swift
[63/89] Compiling Crypto ECDH.swift
[64/89] Compiling Crypto HKDF.swift
[65/89] Compiling Crypto AESWrap.swift
[66/89] Compiling Crypto AESWrap_boring.swift
[67/89] Compiling Crypto SubjectPublicKeyInfo.swift
[68/89] Compiling Crypto CryptoKitErrors.swift
[69/89] Compiling Crypto Digest_boring.swift
[70/89] Compiling Crypto Digest.swift
[71/89] Compiling Crypto Digests.swift
[72/89] Compiling Crypto HashFunctions.swift
[73/89] Compiling Crypto HashFunctions_SHA2.swift
[74/89] Compiling Crypto HPKE-AEAD.swift
[75/89] Compiling Crypto HPKE-Ciphersuite.swift
[76/89] Compiling Crypto HPKE-KDF.swift
[77/89] Compiling Crypto HPKE-KexKeyDerivation.swift
[78/89] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[79/89] Compiling Crypto CryptoKitErrors_boring.swift
[80/89] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[81/89] Compiling Crypto RNG_boring.swift
[82/89] Compiling Crypto SafeCompare_boring.swift
[83/89] Compiling Crypto Zeroization_boring.swift
[84/89] Compiling Crypto PrettyBytes.swift
[85/89] Compiling Crypto SafeCompare.swift
[86/89] Compiling Crypto SecureBytes.swift
[87/89] Compiling Crypto Zeroization.swift
[88/97] Compiling SwiftOTP OTPAlgorithm.swift
[89/97] Compiling SwiftOTP HOTP.swift
[90/97] Compiling SwiftOTP TOTP.swift
[91/98] Emitting module SwiftOTP
[92/98] Compiling SwiftOTP Data+Utilities.swift
[93/98] Compiling SwiftOTP UInt64+Data.swift
[94/98] Compiling SwiftOTP StringExtension.swift
[95/98] Compiling SwiftOTP Generator.swift
[96/98] Compiling SwiftOTP Base32.swift
[96/98] Write Objects.LinkFileList
[97/98] Linking libSwiftOTP-Dynamic.dylib
Build complete! (5.77s)
Fetching https://github.com/apple/swift-crypto.git from cache
Fetched https://github.com/apple/swift-crypto.git from cache (0.19s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.2.0 (0.02s)
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.

Build Machine: Mac 7