The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AwsLambda with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nikola-mladenovic/AwsSwiftLambdaSdk.git
Reference: 0.2.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/nikola-mladenovic/AwsSwiftLambdaSdk
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at 8aec1f4 Update AwsLambdaSDK.podspec
Cloned https://github.com/nikola-mladenovic/AwsSwiftLambdaSdk.git into spi-builder-workspace
8aec1f415b5d3e85d1987f987e93e1d06f8bda01
SUCCESS checkout https://github.com/nikola-mladenovic/AwsSwiftLambdaSdk.git at 0.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Fetching https://github.com/nikola-mladenovic/AwsSwiftSign.git from cache
Fetched https://github.com/nikola-mladenovic/AwsSwiftSign.git (0.18s)
Computing version for https://github.com/nikola-mladenovic/AwsSwiftSign.git
Computed https://github.com/nikola-mladenovic/AwsSwiftSign.git at 0.4.0 (0.38s)
Fetching https://github.com/krzyzanowskim/CryptoSwift.git from cache
Fetched https://github.com/krzyzanowskim/CryptoSwift.git (0.32s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.7.2 (0.49s)
Creating working copy for https://github.com/nikola-mladenovic/AwsSwiftSign.git
Working copy of https://github.com/nikola-mladenovic/AwsSwiftSign.git resolved at 0.4.0
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.7.2
Building for debugging...
[1/98] Compiling CryptoSwift Utils+Foundation.swift
[2/98] Compiling CryptoSwift Generics.swift
[3/98] Compiling CryptoSwift HKDF.swift
[4/98] Compiling CryptoSwift HMAC.swift
[5/98] Compiling CryptoSwift ISO10126Padding.swift
[6/98] Compiling CryptoSwift ISO78164Padding.swift
[7/98] Compiling CryptoSwift Int+Extension.swift
[8/98] Compiling CryptoSwift MD5.swift
[9/98] Compiling CryptoSwift NoPadding.swift
[10/98] Compiling CryptoSwift Operators.swift
[11/98] Compiling CryptoSwift DER.swift
[12/98] Compiling CryptoSwift PBKDF1.swift
[13/98] Compiling CryptoSwift PBKDF2.swift
[14/98] Compiling CryptoSwift PKCS1v15.swift
[15/111] Compiling CryptoSwift Collection+Extension.swift
[16/111] Compiling CryptoSwift CompactMap.swift
[17/111] Compiling CryptoSwift Cryptor.swift
[18/111] Compiling CryptoSwift Cryptors.swift
[19/111] Compiling CryptoSwift Digest.swift
[20/111] Compiling CryptoSwift DigestType.swift
[21/111] Compiling CryptoSwift AES+Foundation.swift
[22/111] Compiling CryptoSwift Array+Foundation.swift
[23/111] Compiling CryptoSwift Blowfish+Foundation.swift
[24/111] Compiling CryptoSwift ChaCha20+Foundation.swift
[25/111] Compiling CryptoSwift Data+Extension.swift
[26/111] Compiling CryptoSwift HMAC+Foundation.swift
[27/111] Compiling CryptoSwift Rabbit+Foundation.swift
[28/111] Compiling CryptoSwift String+FoundationExtension.swift
[29/111] Emitting module CryptoSwift
[30/111] Compiling CryptoSwift CBCMAC.swift
[31/111] Compiling CryptoSwift CMAC.swift
[32/111] Compiling CryptoSwift Addition.swift
[33/111] Compiling CryptoSwift BigInt.swift
[34/111] Compiling CryptoSwift BigUInt.swift
[35/111] Compiling CryptoSwift Bitwise Ops.swift
[36/111] Compiling CryptoSwift CS.swift
[37/111] Compiling CryptoSwift Codable.swift
[38/111] Compiling CryptoSwift Comparable.swift
[39/111] Compiling CryptoSwift Data Conversion.swift
[40/111] Compiling CryptoSwift Division.swift
[41/111] Compiling CryptoSwift Exponentiation.swift
[42/111] Compiling CryptoSwift Floating Point Conversion.swift
[43/111] Compiling CryptoSwift GCD.swift
[44/111] Compiling CryptoSwift Hashable.swift
[45/111] Compiling CryptoSwift Integer Conversion.swift
[46/111] Compiling CryptoSwift Multiplication.swift
[47/111] Compiling CryptoSwift Prime Test.swift
[48/111] Compiling CryptoSwift Random.swift
[49/111] Compiling CryptoSwift Shifts.swift
[50/111] Compiling CryptoSwift Square Root.swift
[51/111] Compiling CryptoSwift Strideable.swift
[52/111] Compiling CryptoSwift String Conversion.swift
[53/111] Compiling CryptoSwift Subtraction.swift
[54/111] Compiling CryptoSwift Words and Bits.swift
[55/111] Compiling CryptoSwift ChaCha20.swift
[56/111] Compiling CryptoSwift Checksum.swift
[57/111] Compiling CryptoSwift Cipher.swift
[58/111] Compiling CryptoSwift BlockEncryptor.swift
[59/111] Compiling CryptoSwift BlockMode.swift
[60/111] Compiling CryptoSwift BlockModeOptions.swift
[61/111] Compiling CryptoSwift CBC.swift
[62/111] Compiling CryptoSwift CCM.swift
[63/111] Compiling CryptoSwift CFB.swift
[64/111] Compiling CryptoSwift CTR.swift
[65/111] Compiling CryptoSwift CipherModeWorker.swift
[66/111] Compiling CryptoSwift ECB.swift
[67/111] Compiling CryptoSwift GCM.swift
[68/111] Compiling CryptoSwift OCB.swift
[69/111] Compiling CryptoSwift OFB.swift
[70/111] Compiling CryptoSwift PCBC.swift
[71/111] Compiling CryptoSwift Blowfish.swift
[72/111] Compiling CryptoSwift AEAD.swift
[73/111] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[74/111] Compiling CryptoSwift AES.Cryptors.swift
[75/111] Compiling CryptoSwift AES.swift
[76/111] Compiling CryptoSwift ASN1.swift
[77/111] Compiling CryptoSwift ASN1Decoder.swift
[78/111] Compiling CryptoSwift ASN1Encoder.swift
[79/111] Compiling CryptoSwift ASN1Scanner.swift
[80/111] Compiling CryptoSwift Array+Extension.swift
[81/111] Compiling CryptoSwift Authenticator.swift
[82/111] Compiling CryptoSwift BatchedCollection.swift
[83/111] Compiling CryptoSwift Bit.swift
[84/111] Compiling CryptoSwift BlockCipher.swift
[85/111] Compiling CryptoSwift BlockDecryptor.swift
[86/111] Compiling CryptoSwift SecureBytes.swift
[87/111] Compiling CryptoSwift Signature.swift
[88/111] Compiling CryptoSwift StreamDecryptor.swift
[89/111] Compiling CryptoSwift StreamEncryptor.swift
[90/111] Compiling CryptoSwift String+Extension.swift
[91/111] Compiling CryptoSwift UInt128.swift
[92/111] Compiling CryptoSwift UInt16+Extension.swift
[93/111] Compiling CryptoSwift UInt32+Extension.swift
[94/111] Compiling CryptoSwift UInt64+Extension.swift
[95/111] Compiling CryptoSwift UInt8+Extension.swift
[96/111] Compiling CryptoSwift Updatable.swift
[97/111] Compiling CryptoSwift Utils.swift
[98/111] Compiling CryptoSwift ZeroPadding.swift
[99/111] Compiling CryptoSwift PKCS5.swift
[100/111] Compiling CryptoSwift PKCS7.swift
[101/111] Compiling CryptoSwift PKCS7Padding.swift
[102/111] Compiling CryptoSwift Padding.swift
[103/111] Compiling CryptoSwift Poly1305.swift
[104/111] Compiling CryptoSwift RSA+Cipher.swift
[105/111] Compiling CryptoSwift RSA+Signature.swift
[106/111] Compiling CryptoSwift RSA.swift
[107/111] Compiling CryptoSwift Rabbit.swift
[108/111] Compiling CryptoSwift SHA1.swift
[109/111] Compiling CryptoSwift SHA2.swift
[110/111] Compiling CryptoSwift SHA3.swift
[111/111] Compiling CryptoSwift Scrypt.swift
[112/113] Compiling AwsSign AwsSign.swift
[113/113] Emitting module AwsSign
[114/116] Compiling AwsLambda AwsLambda.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AwsLambda/AwsLambda.swift:24:46: warning: 'init(encodedOffset:)' is deprecated: encodedOffset has been deprecated as most common usage is incorrect. Use String.Index(utf16Offset:in:) to achieve the same behavior.
            normalizedHost.remove(at: String.Index(encodedOffset: normalizedHost.count - 1))
                                             ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AwsLambda/AwsLambda.swift:133:45: warning: 'init(encodedOffset:)' is deprecated: encodedOffset has been deprecated as most common usage is incorrect. Use String.Index(utf16Offset:in:) to achieve the same behavior.
            formattedPath.remove(at: String.Index(encodedOffset: path.count - 1))
                                            ^
[115/116] Emitting module AwsLambda
[116/116] Compiling AwsLambda Models.swift
Build complete! (12.44s)
Build complete.
Done.