This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of DecreeServices with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4606859-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.23.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/drewag/DecreeServices.git
Reference: master
Cloned https://github.com/drewag/DecreeServices.git into spi-builder-workspace
SUCCESS checkout https://github.com/drewag/DecreeServices.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4606859-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/drewag/Decree.git
[1/1272] Fetching decree
[1273/13741] Fetching decree, cryptoswift
Fetched https://github.com/drewag/Decree.git (1.25s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git (1.28s)
Computing version for https://github.com/drewag/Decree.git
Computed https://github.com/drewag/Decree.git at 4.4.0 (0.35s)
Fetching https://github.com/MaxDesiatov/XMLCoder.git
[1/9976] Fetching xmlcoder
Fetched https://github.com/MaxDesiatov/XMLCoder.git (0.53s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.0 (0.36s)
Computing version for https://github.com/MaxDesiatov/XMLCoder.git
Computed https://github.com/MaxDesiatov/XMLCoder.git at 0.17.1 (0.50s)
Creating working copy for https://github.com/MaxDesiatov/XMLCoder.git
Working copy of https://github.com/MaxDesiatov/XMLCoder.git resolved at 0.17.1
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.0
Creating working copy for https://github.com/drewag/Decree.git
Working copy of https://github.com/drewag/Decree.git resolved at 4.4.0
Building for debugging...
[1/145] Emitting module XMLCoder
[2/151] Compiling CryptoSwift ASN1Encoder.swift
[3/151] Compiling CryptoSwift ASN1Scanner.swift
[4/151] Compiling CryptoSwift Array+Extension.swift
[5/151] Compiling CryptoSwift Authenticator.swift
[6/151] Compiling CryptoSwift BatchedCollection.swift
[7/151] Compiling CryptoSwift Bit.swift
[8/151] Compiling CryptoSwift BlockCipher.swift
[9/151] Compiling CryptoSwift AEAD.swift
[10/151] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[11/151] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[12/151] Compiling CryptoSwift AES.Cryptors.swift
[13/151] Compiling CryptoSwift AES.swift
[14/151] Compiling CryptoSwift ASN1.swift
[15/151] Compiling CryptoSwift ASN1Decoder.swift
[16/151] Compiling CryptoSwift OFB.swift
[17/151] Compiling CryptoSwift PCBC.swift
[18/151] Compiling CryptoSwift Blowfish.swift
[19/151] Compiling CryptoSwift CBCMAC.swift
[20/151] Compiling CryptoSwift CMAC.swift
[21/151] Compiling CryptoSwift Addition.swift
[22/151] Compiling CryptoSwift CFB.swift
[23/151] Compiling CryptoSwift CTR.swift
[24/151] Compiling CryptoSwift CipherModeWorker.swift
[25/151] Compiling CryptoSwift ECB.swift
[26/151] Compiling CryptoSwift GCM.swift
[27/151] Compiling CryptoSwift OCB.swift
[28/151] Compiling CryptoSwift Hashable.swift
[29/151] Compiling XMLCoder XMLEncoder.swift
[30/151] Compiling XMLCoder XMLEncoderImplementation.swift
[31/151] Compiling XMLCoder XMLEncodingStorage.swift
[32/151] Compiling XMLCoder XMLKeyedEncodingContainer.swift
[33/151] Compiling XMLCoder XMLReferencingEncoder.swift
[34/151] Compiling XMLCoder XMLUnkeyedEncodingContainer.swift
[35/151] Compiling CryptoSwift Strideable.swift
[36/151] Compiling CryptoSwift String Conversion.swift
[37/151] Compiling CryptoSwift Subtraction.swift
[38/151] Compiling CryptoSwift Words and Bits.swift
[39/151] Compiling CryptoSwift ChaCha20.swift
[40/151] Compiling CryptoSwift Checksum.swift
[41/151] Compiling CryptoSwift Cipher.swift
[48/155] Compiling CryptoSwift BlockDecryptor.swift
[49/155] Compiling CryptoSwift BlockEncryptor.swift
[50/155] Compiling CryptoSwift BlockMode.swift
[51/155] Compiling CryptoSwift BlockModeOptions.swift
[52/155] Compiling CryptoSwift CBC.swift
[53/155] Compiling CryptoSwift CCM.swift
[57/165] Compiling CryptoSwift BigInt.swift
[58/165] Compiling CryptoSwift BigUInt.swift
[59/165] Compiling CryptoSwift Bitwise Ops.swift
[60/165] Compiling CryptoSwift CS.swift
[61/165] Compiling CryptoSwift Codable.swift
[62/165] Compiling CryptoSwift Comparable.swift
[63/165] Compiling CryptoSwift Data Conversion.swift
[64/165] Compiling CryptoSwift Division.swift
[65/165] Compiling CryptoSwift Exponentiation.swift
[66/165] Compiling CryptoSwift Floating Point Conversion.swift
[67/165] Compiling CryptoSwift GCD.swift
[68/165] Compiling CryptoSwift Collection+Extension.swift
[69/165] Compiling CryptoSwift CompactMap.swift
[70/165] Compiling CryptoSwift Cryptor.swift
[71/165] Compiling CryptoSwift Cryptors.swift
[72/165] Compiling CryptoSwift Digest.swift
[73/165] Compiling CryptoSwift DigestType.swift
[74/165] Compiling CryptoSwift AES+Foundation.swift
[75/165] Compiling CryptoSwift Array+Foundation.swift
[76/165] Compiling CryptoSwift Blowfish+Foundation.swift
[77/165] Compiling CryptoSwift ChaCha20+Foundation.swift
[78/165] Compiling CryptoSwift Data+Extension.swift
[79/165] Compiling CryptoSwift HMAC+Foundation.swift
[80/165] Compiling CryptoSwift Rabbit+Foundation.swift
[81/165] Compiling CryptoSwift String+FoundationExtension.swift
[96/202] Emitting module CryptoSwift
[97/202] Emitting module Decree
[98/206] Compiling Decree RequestInput.swift
[99/206] Compiling Decree String+Helpers.swift
[100/206] Compiling Decree String+TitleCase.swift
[101/206] Compiling Decree URLRequest+Logging.swift
[102/206] Compiling Decree FormDataEncoder.swift
[103/206] Compiling Decree FormURLEncoder.swift
[104/206] Compiling Decree HTTPStatus.swift
[105/206] Compiling Decree NSXMLParser_ErrorCode.swift
[106/206] Compiling Decree ProgressObserver.swift
[107/206] Compiling Decree ErrorHandling.swift
[108/206] Compiling Decree ErrorResponse.swift
[109/206] Compiling Decree File.swift
[110/206] Compiling Decree InputFormat.swift
[111/206] Compiling Decree Method.swift
[112/206] Compiling Decree WebServiceMock.swift
[113/206] Compiling Decree DecreeRequest.swift
[114/206] Compiling Decree DispatchQueue+Async.swift
[115/206] Compiling Decree Endpoint+PrivateMakeRequest.swift
[116/206] Compiling Decree Expectations+Private.swift
[117/206] Compiling Decree Authorization.swift
[118/206] Compiling Decree AuthorizationRequirement.swift
[119/206] Compiling Decree DecreeError.swift
[120/206] Compiling Decree DecreeErrorDescribable.swift
[121/206] Compiling Decree EmptyResult.swift
[122/206] Compiling Decree NoBasicResponse.swift
[123/206] Compiling Decree OutputFormat.swift
[124/206] Compiling Decree Session.swift
[125/206] Compiling Decree Endpoint+MakeRequest.swift
[126/206] Compiling Decree Endpoint.swift
[132/206] Compiling Decree KeyValueEncoder.swift
[133/206] Compiling Decree Logger.swift
[134/206] Compiling Decree Expectations.swift
[135/206] Compiling Decree WebService+AllRequestHandling.swift
[136/206] Compiling Decree URLResponse+Logging.swift
[137/206] Compiling Decree WebService+MakeRequest.swift
[138/206] Compiling Decree WebServiceMock+HandleRequest.swift
[139/206] Compiling Decree WebService.swift
[164/206] Compiling Decree WebService+Mocking.swift
[167/208] Compiling CryptoSwift SecureBytes.swift
[168/208] Compiling CryptoSwift Signature.swift
[169/208] Compiling CryptoSwift StreamDecryptor.swift
[170/208] Compiling CryptoSwift StreamEncryptor.swift
[171/208] Compiling CryptoSwift String+Extension.swift
[172/208] Compiling CryptoSwift UInt128.swift
[173/208] Compiling CryptoSwift UInt16+Extension.swift
[174/208] Compiling CryptoSwift UInt32+Extension.swift
[175/208] Compiling CryptoSwift UInt64+Extension.swift
[176/208] Compiling CryptoSwift UInt8+Extension.swift
[177/208] Compiling CryptoSwift Updatable.swift
[178/208] Compiling CryptoSwift Utils.swift
[179/208] Compiling CryptoSwift XChaCha20.swift
[180/208] Compiling CryptoSwift ZeroPadding.swift
[181/208] Compiling CryptoSwift PKCS1v15.swift
[182/208] Compiling CryptoSwift PKCS5.swift
[183/208] Compiling CryptoSwift PKCS7.swift
[184/208] Compiling CryptoSwift PKCS7Padding.swift
[185/208] Compiling CryptoSwift Padding.swift
[186/208] Compiling CryptoSwift Poly1305.swift
[187/208] Compiling CryptoSwift RSA+Cipher.swift
[188/208] Compiling CryptoSwift RSA+Signature.swift
[189/208] Compiling CryptoSwift RSA.swift
[190/208] Compiling CryptoSwift Rabbit.swift
[191/208] Compiling CryptoSwift SHA1.swift
[192/208] Compiling CryptoSwift SHA2.swift
[193/208] Compiling CryptoSwift SHA3.swift
[194/208] Compiling CryptoSwift Scrypt.swift
[195/208] Compiling CryptoSwift Utils+Foundation.swift
[196/208] Compiling CryptoSwift XChaCha20+Foundation.swift
[197/208] Compiling CryptoSwift Generics.swift
[198/208] Compiling CryptoSwift HKDF.swift
[199/208] Compiling CryptoSwift HMAC.swift
[200/208] Compiling CryptoSwift ISO10126Padding.swift
[201/208] Compiling CryptoSwift ISO78164Padding.swift
[202/208] Compiling CryptoSwift Int+Extension.swift
[203/208] Compiling CryptoSwift MD5.swift
[204/208] Compiling CryptoSwift NoPadding.swift
[205/208] Compiling CryptoSwift Operators.swift
[206/208] Compiling CryptoSwift DER.swift
[207/208] Compiling CryptoSwift PBKDF1.swift
[208/208] Compiling CryptoSwift PBKDF2.swift
[211/218] Compiling DecreeServices TestableDate.swift
[212/218] Compiling DecreeServices AWSS3+Private.swift
/host/spi-builder-workspace/Sources/DecreeServices/Private/AWSS3+Private.swift:125:71: warning: 'sha256' is deprecated: Use sha2(variant) instead.
        return try HMAC(key: "AWS4\(self.secretKey)".bytes, variant: .sha256)
                                                                      ^
/host/spi-builder-workspace/Sources/DecreeServices/Private/AWSS3+Private.swift:130:82: warning: 'sha256' is deprecated: Use sha2(variant) instead.
        return try HMAC(key: try self.dateKey(dateString: dateString), variant: .sha256)
                                                                                 ^
/host/spi-builder-workspace/Sources/DecreeServices/Private/AWSS3+Private.swift:135:88: warning: 'sha256' is deprecated: Use sha2(variant) instead.
        return try HMAC(key: try self.dateRegionKey(dateString: dateString), variant: .sha256)
                                                                                       ^
/host/spi-builder-workspace/Sources/DecreeServices/Private/AWSS3+Private.swift:141:95: warning: 'sha256' is deprecated: Use sha2(variant) instead.
        return try HMAC(key: try self.dateRegionServiceKey(dateString: dateString), variant: .sha256)
                                                                                              ^
/host/spi-builder-workspace/Sources/DecreeServices/Private/AWSS3+Private.swift:146:85: warning: 'sha256' is deprecated: Use sha2(variant) instead.
        return try HMAC(key: try self.signingKey(dateString: dateString), variant: .sha256)
                                                                                    ^
[213/218] Compiling DecreeServices GoogleAnalytics.swift
[214/218] Compiling DecreeServices FreshDesk.swift
[215/218] Compiling DecreeServices AWSS3+Mocking.swift
[216/218] Emitting module DecreeServices
[217/218] Compiling DecreeServices AWSS3.swift
[218/218] Compiling DecreeServices AppleAppStore.swift
Build complete! (23.50s)
Build complete.
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.