Build Information
Successful build of SwiftECC, reference 5.4.0 (057330
), with Swift 5.9 for macOS (SPM) on 16 Sep 2024 13:14:52 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.53.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/leif-ibsen/SwiftECC.git
Reference: 5.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/leif-ibsen/SwiftECC
* tag 5.4.0 -> FETCH_HEAD
HEAD is now at 0573302 Release 5.4.0
Cloned https://github.com/leif-ibsen/SwiftECC.git
Revision (git rev-parse @):
05733024083e9ef1a57f436dc59fe00bdf42d2a2
SUCCESS checkout https://github.com/leif-ibsen/SwiftECC.git at 5.4.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/leif-ibsen/SwiftECC.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/25] Compiling Digest SHAKE.swift
[2/26] Compiling Digest SHA3.swift
[3/26] Emitting module Digest
[4/26] Compiling BigInt ExpMod.swift
[5/27] Compiling BigInt GCD.swift
[6/27] Compiling BigInt CRT.swift
[7/27] Compiling BigInt Factorial.swift
[8/27] Compiling BigInt BitSieve.swift
[9/27] Compiling BigInt BurnikelZiegler.swift
[10/27] Compiling BigInt Karatsuba.swift
[11/27] Compiling BigInt FFT.swift
[12/27] Compiling BigInt Limbs.swift
[13/27] Compiling Digest XOF.swift
[14/27] Compiling Digest SHA2.swift
[15/27] Compiling BigInt ToomCook.swift
[16/27] Compiling Digest Base64.swift
[17/27] Compiling Digest HMAC.swift
[18/27] Compiling Digest KDF.swift
[19/27] Compiling Digest MD.swift
[24/27] Emitting module BigInt
[25/27] Compiling Digest SHA1.swift
[26/27] Compiling Digest MTProtocol.swift
[27/27] Compiling Digest MT64.swift
[28/48] Emitting module ASN1
[29/50] Compiling ASN1 ASN1Exception.swift
[30/50] Compiling ASN1 ASN1GeneralizedTime.swift
[31/50] Compiling ASN1 ASN1SimpleType.swift
[32/50] Compiling ASN1 ASN1T61String.swift
[33/50] Compiling ASN1 ASN1Boolean.swift
[34/50] Compiling ASN1 ASN1Collection.swift
[35/50] Compiling ASN1 ASN1Ctx.swift
[36/50] Compiling ASN1 ASN1OctetString.swift
[37/50] Compiling ASN1 ASN1PrintableString.swift
[38/50] Compiling ASN1 ASN1Null.swift
[39/50] Compiling ASN1 ASN1ObjectIdentifier.swift
[40/50] Compiling ASN1 ASN1IA5String.swift
[41/50] Compiling ASN1 ASN1Integer.swift
[42/50] Compiling ASN1 ASN1Time.swift
[43/50] Compiling ASN1 ASN1UTCTime.swift
[44/50] Compiling ASN1 ASN1UTF8String.swift
[45/50] Compiling ASN1 InputStream.swift
[46/50] Compiling ASN1 ASN1.swift
[47/50] Compiling ASN1 ASN1BMPString.swift
[48/50] Compiling ASN1 ASN1BitString.swift
[49/50] Compiling ASN1 ASN1Sequence.swift
[50/50] Compiling ASN1 ASN1Set.swift
[51/87] Emitting module SwiftECC
[52/90] Compiling SwiftECC EC192.swift
[53/90] Compiling SwiftECC EC224.swift
[54/90] Compiling SwiftECC EC256.swift
[55/90] Compiling SwiftECC EC384.swift
[56/90] Compiling SwiftECC BP160.swift
[57/90] Compiling SwiftECC BP192.swift
[58/90] Compiling SwiftECC BP224.swift
[59/90] Compiling SwiftECC BP256.swift
[60/90] Compiling SwiftECC BP320.swift
[61/90] Compiling SwiftECC BP384.swift
[62/90] Compiling SwiftECC BP512.swift
[63/90] Compiling SwiftECC DomainP.swift
[64/90] Compiling SwiftECC PublicKey.swift
[65/90] Compiling SwiftECC RP.swift
[66/90] Compiling SwiftECC Signature.swift
[67/90] Compiling SwiftECC OFBCipher.swift
[68/90] Compiling SwiftECC PBE.swift
[69/90] Compiling SwiftECC Curve.swift
[70/90] Compiling SwiftECC Domain.swift
[71/90] Compiling SwiftECC EC521.swift
[72/90] Compiling SwiftECC Exception.swift
[73/90] Compiling SwiftECC Point.swift
[74/90] Compiling SwiftECC PrivateKey.swift
[75/90] Compiling SwiftECC BitVector.swift
[76/90] Compiling SwiftECC Domain2.swift
[77/90] Compiling SwiftECC EC163.swift
[78/90] Compiling SwiftECC EC233.swift
[79/90] Compiling SwiftECC EC283.swift
[80/90] Compiling SwiftECC EC409.swift
[81/90] Compiling SwiftECC EC571.swift
[82/90] Compiling SwiftECC Point2.swift
[83/90] Compiling SwiftECC Cipher.swift
[84/90] Compiling SwiftECC DeterministicK.swift
[85/90] Compiling SwiftECC ECBCipher.swift
[86/90] Compiling SwiftECC GCMCipher.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! (22.39s)
Fetching https://github.com/leif-ibsen/BigInt
Fetching https://github.com/leif-ibsen/ASN1
Fetching https://github.com/leif-ibsen/Digest
[1/4265] Fetching bigint
[2/5819] Fetching bigint, digest
[127/7863] Fetching bigint, digest, asn1
Fetched https://github.com/leif-ibsen/ASN1 (2.14s)
Fetched https://github.com/leif-ibsen/BigInt (2.14s)
Fetched https://github.com/leif-ibsen/Digest (2.14s)
Computing version for https://github.com/leif-ibsen/Digest
Computed https://github.com/leif-ibsen/Digest at 1.8.0 (0.37s)
Computing version for https://github.com/leif-ibsen/BigInt
Computed https://github.com/leif-ibsen/BigInt at 1.19.0 (0.38s)
Computing version for https://github.com/leif-ibsen/ASN1
Computed https://github.com/leif-ibsen/ASN1 at 2.6.0 (3.33s)
Creating working copy for https://github.com/leif-ibsen/ASN1
Working copy of https://github.com/leif-ibsen/ASN1 resolved at 2.6.0
Creating working copy for https://github.com/leif-ibsen/BigInt
Working copy of https://github.com/leif-ibsen/BigInt resolved at 1.19.0
Creating working copy for https://github.com/leif-ibsen/Digest
Working copy of https://github.com/leif-ibsen/Digest resolved at 1.8.0
Build complete.
Done.