The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftECC 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/leif-ibsen/SwiftECC.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/leif-ibsen/SwiftECC
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 0efa7ee Release 5.3.0
Cloned https://github.com/leif-ibsen/SwiftECC.git
Revision (git rev-parse @):
0efa7eed9eeedb93e6d42bc4a18a40ef5c1ef2d0
SUCCESS checkout https://github.com/leif-ibsen/SwiftECC.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/leif-ibsen/SwiftECC.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
[4/5] Write swift-version--423B1241ED78D482.txt
[6/24] Compiling Digest SHAKE.swift
[7/24] Compiling Digest SHA2.swift
[8/25] Compiling Digest HMAC.swift
[9/25] Compiling Digest KDF.swift
[10/25] Compiling Digest SHA1.swift
[11/25] Compiling Digest MD.swift
[12/25] Emitting module Digest
[13/25] Compiling Digest SHA3.swift
[14/25] Compiling Digest XOF.swift
[15/25] Compiling BigInt Karatsuba.swift
[16/25] Compiling BigInt Factorial.swift
[17/25] Compiling BigInt CRT.swift
[18/25] Compiling BigInt ExpMod.swift
[19/25] Compiling BigInt Limbs.swift
[20/26] Compiling BigInt ToomCook.swift
[21/26] Compiling BigInt FFT.swift
[22/26] Emitting module BigInt
[23/26] Compiling BigInt BitSieve.swift
[24/26] Compiling BigInt BurnikelZiegler.swift
[25/26] Compiling BigInt BigFrac.swift
[26/26] Compiling BigInt BigInt.swift
[27/47] Compiling ASN1 ASN1Set.swift
[28/47] Compiling ASN1 ASN1SimpleType.swift
[29/47] Compiling ASN1 ASN1T61String.swift
[30/47] Compiling ASN1 ASN1OctetString.swift
[31/47] Compiling ASN1 ASN1PrintableString.swift
[32/47] Compiling ASN1 ASN1Sequence.swift
[33/47] Compiling ASN1 ASN1Time.swift
[34/47] Compiling ASN1 ASN1UTCTime.swift
[35/47] Compiling ASN1 ASN1Integer.swift
[36/47] Compiling ASN1 ASN1Null.swift
[37/47] Compiling ASN1 ASN1ObjectIdentifier.swift
[38/47] Compiling ASN1 ASN1Exception.swift
[39/47] Compiling ASN1 ASN1GeneralizedTime.swift
[40/47] Compiling ASN1 ASN1IA5String.swift
[41/49] Compiling ASN1 ASN1UTF8String.swift
[42/49] Compiling ASN1 InputStream.swift
[43/49] Compiling ASN1 ASN1Boolean.swift
[44/49] Compiling ASN1 ASN1Collection.swift
[45/49] Compiling ASN1 ASN1Ctx.swift
[46/49] Emitting module ASN1
[47/49] Compiling ASN1 ASN1.swift
[48/49] Compiling ASN1 ASN1BMPString.swift
[49/49] Compiling ASN1 ASN1BitString.swift
[50/85] Emitting module SwiftECC
[51/85] Compiling SwiftECC BP320.swift
[52/85] Compiling SwiftECC BP384.swift
[53/85] Compiling SwiftECC BP512.swift
[54/85] Compiling SwiftECC DomainP.swift
[55/85] Compiling SwiftECC EC192.swift
[56/85] Compiling SwiftECC EC224.swift
[57/85] Compiling SwiftECC EC256.swift
[58/85] Compiling SwiftECC EC384.swift
[59/85] Compiling SwiftECC EC521.swift
[60/85] Compiling SwiftECC Exception.swift
[61/85] Compiling SwiftECC Cipher.swift
[62/85] Compiling SwiftECC DeterministicK.swift
[63/85] Compiling SwiftECC ECBCipher.swift
[64/85] Compiling SwiftECC GCMCipher.swift
[65/85] Compiling SwiftECC OFBCipher.swift
[66/90] Compiling SwiftECC Point.swift
[67/90] Compiling SwiftECC PrivateKey.swift
[68/90] Compiling SwiftECC PublicKey.swift
[69/90] Compiling SwiftECC RP.swift
[70/90] Compiling SwiftECC Signature.swift
[71/90] Compiling SwiftECC Point2.swift
[72/90] Compiling SwiftECC BP160.swift
[73/90] Compiling SwiftECC BP192.swift
[74/90] Compiling SwiftECC BP224.swift
[75/90] Compiling SwiftECC BP256.swift
[76/90] Compiling SwiftECC PBE.swift
[77/90] Compiling SwiftECC Curve.swift
[78/90] Compiling SwiftECC Domain.swift
[79/90] Compiling SwiftECC BitVector.swift
[80/90] Compiling SwiftECC Domain2.swift
[81/90] Compiling SwiftECC EC163.swift
[82/90] Compiling SwiftECC EC233.swift
[83/90] Compiling SwiftECC EC283.swift
[84/90] Compiling SwiftECC EC409.swift
[85/90] Compiling SwiftECC EC571.swift
[86/90] Compiling SwiftECC Base64.swift
[87/90] Compiling SwiftECC AES.swift
[88/90] Compiling SwiftECC CBCCipher.swift
[89/90] Compiling SwiftECC CFBCipher.swift
[90/90] Compiling SwiftECC CTRCipher.swift
Build complete! (21.26s)
Fetching https://github.com/leif-ibsen/BigInt from cache
Fetching https://github.com/leif-ibsen/Digest from cache
Fetching https://github.com/leif-ibsen/ASN1 from cache
Fetched https://github.com/leif-ibsen/BigInt from cache (0.21s)
Fetched https://github.com/leif-ibsen/Digest from cache (0.21s)
Fetched https://github.com/leif-ibsen/ASN1 from cache (0.21s)
Computing version for https://github.com/leif-ibsen/Digest
Computed https://github.com/leif-ibsen/Digest at 1.4.0 (0.02s)
Computing version for https://github.com/leif-ibsen/BigInt
Computed https://github.com/leif-ibsen/BigInt at 1.16.0 (0.02s)
Computing version for https://github.com/leif-ibsen/ASN1
Computed https://github.com/leif-ibsen/ASN1 at 2.5.0 (0.02s)
Creating working copy for https://github.com/leif-ibsen/BigInt
Working copy of https://github.com/leif-ibsen/BigInt resolved at 1.16.0
Creating working copy for https://github.com/leif-ibsen/ASN1
Working copy of https://github.com/leif-ibsen/ASN1 resolved at 2.5.0
Creating working copy for https://github.com/leif-ibsen/Digest
Working copy of https://github.com/leif-ibsen/Digest resolved at 1.4.0
Build complete.
Done.