Build Information
Successful build of CryptoSwift, reference 1.10.0 (f2a627), with Swift 6.3 for macOS (SPM) on 22 Apr 2026 22:13:39 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/krzyzanowskim/CryptoSwift.git
Reference: 1.10.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/krzyzanowskim/CryptoSwift
* tag 1.10.0 -> FETCH_HEAD
HEAD is now at f2a627b README: remove Emerge Tools listing; set Premium Sponsors to None
Cloned https://github.com/krzyzanowskim/CryptoSwift.git
Revision (git rev-parse @):
f2a627b84c1ff96f21ac2fcb623ab36142dd5512
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/krzyzanowskim/CryptoSwift.git at 1.10.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "cryptoswift",
"name": "CryptoSwift",
"url": "https://github.com/krzyzanowskim/CryptoSwift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CryptoSwift",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
[1/13387] Fetching cryptoswift
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (2.40s)
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.10.0 (f2a627b)
warning: '.resolve-product-dependencies': dependency 'cryptoswift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/krzyzanowskim/CryptoSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Copying PrivacyInfo.xcprivacy
[1/4] Write sources
[3/4] Write swift-version--6988338F2F200930.txt
[5/7] Compiling CryptoSwiftResources Empty.swift
[6/7] Compiling CryptoSwiftResources resource_bundle_accessor.swift
[7/7] Emitting module CryptoSwiftResources
[8/110] Compiling CryptoSwift Rabbit+Foundation.swift
[9/110] Compiling CryptoSwift String+FoundationExtension.swift
[10/110] Compiling CryptoSwift Utils+Foundation.swift
[11/110] Compiling CryptoSwift XChaCha20+Foundation.swift
[12/110] Compiling CryptoSwift Generics.swift
[13/110] Compiling CryptoSwift HKDF.swift
[14/110] Compiling CryptoSwift HMAC.swift
[15/110] Compiling CryptoSwift ISO10126Padding.swift
[16/110] Compiling CryptoSwift ISO78164Padding.swift
[17/110] Compiling CryptoSwift Int+Extension.swift
[18/110] Compiling CryptoSwift MD5.swift
[19/121] Compiling CryptoSwift NoPadding.swift
[20/121] Compiling CryptoSwift Operators.swift
[21/121] Compiling CryptoSwift DER.swift
[22/121] Compiling CryptoSwift PBKDF1.swift
[23/121] Compiling CryptoSwift PBKDF2.swift
[24/121] Compiling CryptoSwift PKCS1v15.swift
[25/121] Compiling CryptoSwift PKCS5.swift
[26/121] Compiling CryptoSwift PKCS7.swift
[27/121] Compiling CryptoSwift PKCS7Padding.swift
[28/121] Compiling CryptoSwift Padding.swift
[29/121] Compiling CryptoSwift Poly1305.swift
[30/121] Compiling CryptoSwift CompactMap.swift
[31/121] Compiling CryptoSwift Cryptor.swift
[32/121] Compiling CryptoSwift Cryptors.swift
[33/121] Compiling CryptoSwift Digest.swift
[34/121] Compiling CryptoSwift DigestType.swift
[35/121] Compiling CryptoSwift AES+Foundation.swift
[36/121] Compiling CryptoSwift Array+Foundation.swift
[37/121] Compiling CryptoSwift Blowfish+Foundation.swift
[38/121] Compiling CryptoSwift ChaCha20+Foundation.swift
[39/121] Compiling CryptoSwift Data+Extension.swift
[40/121] Compiling CryptoSwift HMAC+Foundation.swift
[41/121] Compiling CryptoSwift Codable.swift
[42/121] Compiling CryptoSwift Comparable.swift
[43/121] Compiling CryptoSwift DataConversion.swift
[44/121] Compiling CryptoSwift Division.swift
[45/121] Compiling CryptoSwift Exponentiation.swift
[46/121] Compiling CryptoSwift FloatingPointConversion.swift
[47/121] Compiling CryptoSwift GCD.swift
[48/121] Compiling CryptoSwift Hashable.swift
[49/121] Compiling CryptoSwift IntegerConversion.swift
[50/121] Compiling CryptoSwift Multiplication.swift
[51/121] Compiling CryptoSwift PrimeTest.swift
[52/121] Compiling CryptoSwift Random.swift
[53/121] Compiling CryptoSwift Shifts.swift
[54/121] Compiling CryptoSwift SquareRoot.swift
[55/121] Compiling CryptoSwift Strideable.swift
[56/121] Compiling CryptoSwift StringConversion.swift
[57/121] Compiling CryptoSwift Subtraction.swift
[58/121] Compiling CryptoSwift WordsAndBits.swift
[59/121] Compiling CryptoSwift ChaCha20.swift
[60/121] Compiling CryptoSwift Checksum.swift
[61/121] Compiling CryptoSwift Cipher.swift
[62/121] Compiling CryptoSwift Collection+Extension.swift
[63/121] Compiling CryptoSwift Bit.swift
[64/121] Compiling CryptoSwift BlockCipher.swift
[65/121] Compiling CryptoSwift BlockDecryptor.swift
[66/121] Compiling CryptoSwift BlockEncryptor.swift
[67/121] Compiling CryptoSwift BlockMode.swift
[68/121] Compiling CryptoSwift BlockModeOptions.swift
[69/121] Compiling CryptoSwift CBC.swift
[70/121] Compiling CryptoSwift CCM.swift
[71/121] Compiling CryptoSwift CFB.swift
[72/121] Compiling CryptoSwift CTR.swift
[73/121] Compiling CryptoSwift CipherModeWorker.swift
[74/121] Compiling CryptoSwift ECB.swift
[75/121] Emitting module CryptoSwift
[76/121] Compiling CryptoSwift GCM.swift
[77/121] Compiling CryptoSwift OCB.swift
[78/121] Compiling CryptoSwift OFB.swift
[79/121] Compiling CryptoSwift PCBC.swift
[80/121] Compiling CryptoSwift Blowfish.swift
[81/121] Compiling CryptoSwift CBCMAC.swift
[82/121] Compiling CryptoSwift CMAC.swift
[83/121] Compiling CryptoSwift Addition.swift
[84/121] Compiling CryptoSwift BigInt.swift
[85/121] Compiling CryptoSwift BigUInt.swift
[86/121] Compiling CryptoSwift BitwiseOps.swift
[87/121] Compiling CryptoSwift CS.swift
[88/121] Compiling CryptoSwift RSA+Cipher.swift
[89/121] Compiling CryptoSwift RSA+Signature.swift
[90/121] Compiling CryptoSwift RSA.swift
[91/121] Compiling CryptoSwift Rabbit.swift
[92/121] Compiling CryptoSwift SHA1.swift
[93/121] Compiling CryptoSwift SHA2.swift
[94/121] Compiling CryptoSwift SHA3.swift
[95/121] Compiling CryptoSwift Scrypt.swift
[96/121] Compiling CryptoSwift SecureBytes.swift
[97/121] Compiling CryptoSwift Signature.swift
[98/121] Compiling CryptoSwift StreamDecryptor.swift
[99/121] Compiling CryptoSwift AEAD.swift
[100/121] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[101/121] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[102/121] Compiling CryptoSwift AES.Cryptors.swift
[103/121] Compiling CryptoSwift AES.swift
[104/121] Compiling CryptoSwift ASN1.swift
[105/121] Compiling CryptoSwift ASN1Decoder.swift
[106/121] Compiling CryptoSwift ASN1Encoder.swift
[107/121] Compiling CryptoSwift ASN1Scanner.swift
[108/121] Compiling CryptoSwift Array+Extension.swift
[109/121] Compiling CryptoSwift Authenticator.swift
[110/121] Compiling CryptoSwift BatchedCollection.swift
[111/121] Compiling CryptoSwift StreamEncryptor.swift
[112/121] Compiling CryptoSwift String+Extension.swift
[113/121] Compiling CryptoSwift UInt128.swift
[114/121] Compiling CryptoSwift UInt16+Extension.swift
[115/121] Compiling CryptoSwift UInt32+Extension.swift
[116/121] Compiling CryptoSwift UInt64+Extension.swift
[117/121] Compiling CryptoSwift UInt8+Extension.swift
[118/121] Compiling CryptoSwift Updatable.swift
[119/121] Compiling CryptoSwift Utils.swift
[120/121] Compiling CryptoSwift XChaCha20.swift
[121/121] Compiling CryptoSwift ZeroPadding.swift
Build complete! (6.24s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "CryptoSwift",
"name" : "CryptoSwift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "4.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "CryptoSwift",
"targets" : [
"CryptoSwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "CryptoSwiftTests",
"module_type" : "SwiftTarget",
"name" : "CryptoSwiftTests",
"path" : "Tests/CryptoSwiftTests",
"sources" : [
"AESCCMTests.swift",
"AESOCBTests.swift",
"AESTests.swift",
"AESTestsPerf.swift",
"ASN1Tests.swift",
"Access.swift",
"BlowfishTests.swift",
"CBCMacTests.swift",
"CMACTests.swift",
"ChaCha20Poly1305Tests.swift",
"ChaCha20Tests.swift",
"ChaCha20TestsPerf.swift",
"DigestTests.swift",
"DigestTestsPerf.swift",
"Error+Extension.swift",
"ExtensionsTest.swift",
"ExtensionsTestPerf.swift",
"HKDFTests.swift",
"HMACTests.swift",
"PBKDF.swift",
"PBKDFPerf.swift",
"PaddingTests.swift",
"Poly1305Tests.swift",
"RSASecKeyTests.swift",
"RSATests.swift",
"RabbitTests.swift",
"RabbitTestsPerf.swift",
"SHATestsPerf.swift",
"ScryptTests.swift",
"ScryptTestsPerf.swift",
"SignatureVerificationTests.swift",
"XCTestManifests.swift",
"XChaCha20Poly1305Tests.swift",
"XChaCha20Tests.swift"
],
"target_dependencies" : [
"CryptoSwift"
],
"type" : "test"
},
{
"c99name" : "CryptoSwiftResources",
"module_type" : "SwiftTarget",
"name" : "CryptoSwiftResources",
"path" : "Sources/CryptoSwiftResources",
"product_memberships" : [
"CryptoSwift"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/CryptoSwiftResources/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Empty.swift"
],
"type" : "library"
},
{
"c99name" : "CryptoSwift",
"module_type" : "SwiftTarget",
"name" : "CryptoSwift",
"path" : "Sources/CryptoSwift",
"product_memberships" : [
"CryptoSwift"
],
"sources" : [
"AEAD/AEAD.swift",
"AEAD/AEADChaCha20Poly1305.swift",
"AEAD/AEADXChaCha20Poly1305.swift",
"AES.Cryptors.swift",
"AES.swift",
"ASN1/ASN1.swift",
"ASN1/ASN1Decoder.swift",
"ASN1/ASN1Encoder.swift",
"ASN1/ASN1Scanner.swift",
"Array+Extension.swift",
"Authenticator.swift",
"BatchedCollection.swift",
"Bit.swift",
"BlockCipher.swift",
"BlockDecryptor.swift",
"BlockEncryptor.swift",
"BlockMode/BlockMode.swift",
"BlockMode/BlockModeOptions.swift",
"BlockMode/CBC.swift",
"BlockMode/CCM.swift",
"BlockMode/CFB.swift",
"BlockMode/CTR.swift",
"BlockMode/CipherModeWorker.swift",
"BlockMode/ECB.swift",
"BlockMode/GCM.swift",
"BlockMode/OCB.swift",
"BlockMode/OFB.swift",
"BlockMode/PCBC.swift",
"Blowfish.swift",
"CBCMAC.swift",
"CMAC.swift",
"CS_BigInt/Addition.swift",
"CS_BigInt/BigInt.swift",
"CS_BigInt/BigUInt.swift",
"CS_BigInt/BitwiseOps.swift",
"CS_BigInt/CS.swift",
"CS_BigInt/Codable.swift",
"CS_BigInt/Comparable.swift",
"CS_BigInt/DataConversion.swift",
"CS_BigInt/Division.swift",
"CS_BigInt/Exponentiation.swift",
"CS_BigInt/FloatingPointConversion.swift",
"CS_BigInt/GCD.swift",
"CS_BigInt/Hashable.swift",
"CS_BigInt/IntegerConversion.swift",
"CS_BigInt/Multiplication.swift",
"CS_BigInt/PrimeTest.swift",
"CS_BigInt/Random.swift",
"CS_BigInt/Shifts.swift",
"CS_BigInt/SquareRoot.swift",
"CS_BigInt/Strideable.swift",
"CS_BigInt/StringConversion.swift",
"CS_BigInt/Subtraction.swift",
"CS_BigInt/WordsAndBits.swift",
"ChaCha20.swift",
"Checksum.swift",
"Cipher.swift",
"Collection+Extension.swift",
"CompactMap.swift",
"Cryptor.swift",
"Cryptors.swift",
"Digest.swift",
"DigestType.swift",
"Foundation/AES+Foundation.swift",
"Foundation/Array+Foundation.swift",
"Foundation/Blowfish+Foundation.swift",
"Foundation/ChaCha20+Foundation.swift",
"Foundation/Data+Extension.swift",
"Foundation/HMAC+Foundation.swift",
"Foundation/Rabbit+Foundation.swift",
"Foundation/String+FoundationExtension.swift",
"Foundation/Utils+Foundation.swift",
"Foundation/XChaCha20+Foundation.swift",
"Generics.swift",
"HKDF.swift",
"HMAC.swift",
"ISO10126Padding.swift",
"ISO78164Padding.swift",
"Int+Extension.swift",
"MD5.swift",
"NoPadding.swift",
"Operators.swift",
"PEM/DER.swift",
"PKCS/PBKDF1.swift",
"PKCS/PBKDF2.swift",
"PKCS/PKCS1v15.swift",
"PKCS/PKCS5.swift",
"PKCS/PKCS7.swift",
"PKCS/PKCS7Padding.swift",
"Padding.swift",
"Poly1305.swift",
"RSA/RSA+Cipher.swift",
"RSA/RSA+Signature.swift",
"RSA/RSA.swift",
"Rabbit.swift",
"SHA1.swift",
"SHA2.swift",
"SHA3.swift",
"Scrypt.swift",
"SecureBytes.swift",
"Signature.swift",
"StreamDecryptor.swift",
"StreamEncryptor.swift",
"String+Extension.swift",
"UInt128.swift",
"UInt16+Extension.swift",
"UInt32+Extension.swift",
"UInt64+Extension.swift",
"UInt8+Extension.swift",
"Updatable.swift",
"Utils.swift",
"XChaCha20.swift",
"ZeroPadding.swift"
],
"target_dependencies" : [
"CryptoSwiftResources"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/krzyzanowskim/cryptoswift/1.10.0
Repository: krzyzanowskim/CryptoSwift
Swift version used: 6.3
Target: CryptoSwift
Extracting symbol information for 'CryptoSwift'...
Finished extracting symbol information for 'CryptoSwift'. (27.45s)
Building documentation for 'CryptoSwift'...
warning: Parameter 'iv' not found in initializer declaration
--> Sources/CryptoSwift/AES.swift:120:7-120:88
118 | ///
119 | /// - parameter key: Key. Length of the key decides on AES variant.
120 + /// - parameter iv: Initialization Vector (Optional for some blockMode values)
| ╰─suggestion: Remove 'iv' parameter documentation
121 | /// - parameter blockMode: Cipher mode of operation
122 | /// - parameter padding: Padding method. .pkcs7, .noPadding, .zeroPadding, ...
warning: Return value documented for instance method returning void
--> Sources/CryptoSwift/CS_BigInt/Multiplication.swift:43:9-43:82
41 | /// - Note: This is the fused multiply/shift/add operation; it is more efficient than doing the components
42 | /// individually. (The fused operation doesn't need to allocate space for temporary big integers.)
43 + /// - Returns: `self` is set to `self + (x * y) << (shift * 2^Word.bitWidth)`
| ╰─suggestion: Remove return value documentation
44 | /// - Complexity: O(count)
45 | public mutating func multiplyAndAdd(_ x: CS.BigUInt, _ y: Word, shiftedBy shift: Int = 0) {
warning: External name 'to' used to document parameter
--> Sources/CryptoSwift/Cryptor.swift:20:19-20:21
18 | /// Seek to position in file, if block mode allows random access.
19 | ///
20 + /// - parameter to: new value of counter
| ╰─suggestion: Replace 'to' with 'position'
21 | mutating func seek(to: Int) throws
22 | }
warning: Parameter 'password' is missing documentation
--> Sources/CryptoSwift/HKDF.swift:52:52-52:52
50 | /// - salt: optional salt (if not provided, it is set to a sequence of variant.digestLength zeros)
| ╰─suggestion: Document 'password' parameter
51 | /// - info: optional context and application specific information
52 + /// - keyLength: intended length of derived key
53 | public init(password: Array<UInt8>, salt: Array<UInt8>? = nil, info: Array<UInt8>? = nil, keyLength: Int? = nil /* dkLen */, variant: HMAC.Variant = .sha2(.sha256)) throws {
54 | guard !password.isEmpty else {
warning: Parameter 'password' is missing documentation
--> Sources/CryptoSwift/PKCS/PBKDF1.swift:68:54-68:54
66 | /// - variant: hash variant
67 | /// - iterations: iteration count, a positive integer
68 + /// - keyLength: intended length of derived key
69 | public init(password: Array<UInt8>, salt: Array<UInt8>, variant: Variant = .sha1, iterations: Int = 4096 /* c */, keyLength: Int? = nil /* dkLen */ ) throws {
70 | precondition(iterations > 0)
warning: Parameter 'variant' is already documented
Sources/CryptoSwift/PKCS/PBKDF2.swift:52:11: Previously documented here
--> Sources/CryptoSwift/PKCS/PBKDF2.swift:55:11-55:53
53 | /// - iterations: iteration count, a positive integer
54 | /// - keyLength: intended length of derived key
55 + /// - variant: MAC variant. Defaults to SHA256
| ╰─suggestion: Remove duplicate parameter documentation
56 | public init(password: Array<UInt8>, salt: Array<UInt8>, iterations: Int = 4096 /* c */, keyLength: Int? = nil /* dkLen */, variant: HMAC.Variant = .sha2(.sha256)) throws {
57 | precondition(iterations > 0)
warning: Parameter 'password' is missing documentation
--> Sources/CryptoSwift/PKCS/PBKDF2.swift:55:53-55:53
53 | /// - iterations: iteration count, a positive integer
54 | /// - keyLength: intended length of derived key
55 + /// - variant: MAC variant. Defaults to SHA256
56 | public init(password: Array<UInt8>, salt: Array<UInt8>, iterations: Int = 4096 /* c */, keyLength: Int? = nil /* dkLen */, variant: HMAC.Variant = .sha2(.sha256)) throws {
57 | precondition(iterations > 0)
warning: Parameter 'expectedData' not found in instance method declaration
--> Sources/CryptoSwift/RSA/RSA+Signature.swift:54:9-54:80
52 | /// - Parameters:
53 | /// - signature: The signature to verify
54 + /// - expectedData: The original data that you expected to have been signed
| ╰─suggestion: Remove 'expectedData' parameter documentation
55 | /// - variant: The variant used to sign the data
56 | /// - Returns: `True` when the signature is valid for the expected data, `False` otherwise.
warning: Parameter 'bytes' is missing documentation
--> Sources/CryptoSwift/RSA/RSA+Signature.swift:55:53-55:53
53 | /// - signature: The signature to verify
54 | /// - expectedData: The original data that you expected to have been signed
55 + /// - variant: The variant used to sign the data
| ╰─suggestion: Document 'bytes' parameter
56 | /// - Returns: `True` when the signature is valid for the expected data, `False` otherwise.
57 | ///
warning: Return value documented for instance method returning void
--> Sources/CryptoSwift/Updatable.swift:32:7-32:63
30 | /// - isLast: Indicate if given chunk is the last one. No more updates after this call.
31 | /// - output: Resulting bytes callback.
32 + /// - Returns: Processed partial result data or empty array.
| ╰─suggestion: Remove return value documentation
33 | mutating func update(withBytes bytes: ArraySlice<UInt8>, isLast: Bool, output: (_ bytes: Array<UInt8>) -> Void) throws
34 | }
warning: Return value documented for instance method returning void
--> Sources/CryptoSwift/Updatable.swift:32:7-32:63
30 | /// - isLast: Indicate if given chunk is the last one. No more updates after this call.
31 | /// - output: Resulting bytes callback.
32 + /// - Returns: Processed partial result data or empty array.
| ╰─suggestion: Remove return value documentation
33 | mutating func update(withBytes bytes: ArraySlice<UInt8>, isLast: Bool, output: (_ bytes: Array<UInt8>) -> Void) throws
34 | }
warning: Return value documented for instance method returning void
--> Sources/CryptoSwift/Updatable.swift:32:7-32:63
30 | /// - isLast: Indicate if given chunk is the last one. No more updates after this call.
31 | /// - output: Resulting bytes callback.
32 + /// - Returns: Processed partial result data or empty array.
| ╰─suggestion: Remove return value documentation
33 | mutating func update(withBytes bytes: ArraySlice<UInt8>, isLast: Bool, output: (_ bytes: Array<UInt8>) -> Void) throws
34 | }
warning: Return value documented for instance method returning void
--> Sources/CryptoSwift/Updatable.swift:32:7-32:63
30 | /// - isLast: Indicate if given chunk is the last one. No more updates after this call.
31 | /// - output: Resulting bytes callback.
32 + /// - Returns: Processed partial result data or empty array.
| ╰─suggestion: Remove return value documentation
33 | mutating func update(withBytes bytes: ArraySlice<UInt8>, isLast: Bool, output: (_ bytes: Array<UInt8>) -> Void) throws
34 | }
warning: Return value documented for instance method returning void
--> Sources/CryptoSwift/Updatable.swift:32:7-32:63
30 | /// - isLast: Indicate if given chunk is the last one. No more updates after this call.
31 | /// - output: Resulting bytes callback.
32 + /// - Returns: Processed partial result data or empty array.
| ╰─suggestion: Remove return value documentation
33 | mutating func update(withBytes bytes: ArraySlice<UInt8>, isLast: Bool, output: (_ bytes: Array<UInt8>) -> Void) throws
34 | }
warning: Return value documented for instance method returning void
--> Sources/CryptoSwift/Updatable.swift:32:7-32:63
30 | /// - isLast: Indicate if given chunk is the last one. No more updates after this call.
31 | /// - output: Resulting bytes callback.
32 + /// - Returns: Processed partial result data or empty array.
| ╰─suggestion: Remove return value documentation
33 | mutating func update(withBytes bytes: ArraySlice<UInt8>, isLast: Bool, output: (_ bytes: Array<UInt8>) -> Void) throws
34 | }
warning: Return value documented for instance method returning void
--> Sources/CryptoSwift/Updatable.swift:32:7-32:63
30 | /// - isLast: Indicate if given chunk is the last one. No more updates after this call.
31 | /// - output: Resulting bytes callback.
32 + /// - Returns: Processed partial result data or empty array.
| ╰─suggestion: Remove return value documentation
33 | mutating func update(withBytes bytes: ArraySlice<UInt8>, isLast: Bool, output: (_ bytes: Array<UInt8>) -> Void) throws
34 | }
warning: Return value documented for instance method returning void
--> Sources/CryptoSwift/Updatable.swift:32:7-32:63
30 | /// - isLast: Indicate if given chunk is the last one. No more updates after this call.
31 | /// - output: Resulting bytes callback.
32 + /// - Returns: Processed partial result data or empty array.
| ╰─suggestion: Remove return value documentation
33 | mutating func update(withBytes bytes: ArraySlice<UInt8>, isLast: Bool, output: (_ bytes: Array<UInt8>) -> Void) throws
34 | }
warning: Return value documented for instance method returning void
--> Sources/CryptoSwift/Updatable.swift:32:7-32:63
30 | /// - isLast: Indicate if given chunk is the last one. No more updates after this call.
31 | /// - output: Resulting bytes callback.
32 + /// - Returns: Processed partial result data or empty array.
| ╰─suggestion: Remove return value documentation
33 | mutating func update(withBytes bytes: ArraySlice<UInt8>, isLast: Bool, output: (_ bytes: Array<UInt8>) -> Void) throws
34 | }
warning: Return value documented for instance method returning void
--> Sources/CryptoSwift/Updatable.swift:85:7-85:33
83 | /// - parameter bytes: Bytes to process
84 | /// - parameter output: Resulting data
85 + /// - returns: Processed data.
| ╰─suggestion: Remove return value documentation
86 | @inlinable
87 | public mutating func finish(withBytes bytes: ArraySlice<UInt8>, output: (_ bytes: Array<UInt8>) -> Void) throws {
warning: Return value documented for instance method returning void
--> Sources/CryptoSwift/Updatable.swift:85:7-85:33
83 | /// - parameter bytes: Bytes to process
84 | /// - parameter output: Resulting data
85 + /// - returns: Processed data.
| ╰─suggestion: Remove return value documentation
86 | @inlinable
87 | public mutating func finish(withBytes bytes: ArraySlice<UInt8>, output: (_ bytes: Array<UInt8>) -> Void) throws {
warning: Return value documented for instance method returning void
--> Sources/CryptoSwift/Updatable.swift:85:7-85:33
83 | /// - parameter bytes: Bytes to process
84 | /// - parameter output: Resulting data
85 + /// - returns: Processed data.
| ╰─suggestion: Remove return value documentation
86 | @inlinable
87 | public mutating func finish(withBytes bytes: ArraySlice<UInt8>, output: (_ bytes: Array<UInt8>) -> Void) throws {
warning: Return value documented for instance method returning void
--> Sources/CryptoSwift/Updatable.swift:85:7-85:33
83 | /// - parameter bytes: Bytes to process
84 | /// - parameter output: Resulting data
85 + /// - returns: Processed data.
| ╰─suggestion: Remove return value documentation
86 | @inlinable
87 | public mutating func finish(withBytes bytes: ArraySlice<UInt8>, output: (_ bytes: Array<UInt8>) -> Void) throws {
warning: Return value documented for instance method returning void
--> Sources/CryptoSwift/Updatable.swift:85:7-85:33
83 | /// - parameter bytes: Bytes to process
84 | /// - parameter output: Resulting data
85 + /// - returns: Processed data.
| ╰─suggestion: Remove return value documentation
86 | @inlinable
87 | public mutating func finish(withBytes bytes: ArraySlice<UInt8>, output: (_ bytes: Array<UInt8>) -> Void) throws {
warning: Return value documented for instance method returning void
--> Sources/CryptoSwift/Updatable.swift:85:7-85:33
83 | /// - parameter bytes: Bytes to process
84 | /// - parameter output: Resulting data
85 + /// - returns: Processed data.
| ╰─suggestion: Remove return value documentation
86 | @inlinable
87 | public mutating func finish(withBytes bytes: ArraySlice<UInt8>, output: (_ bytes: Array<UInt8>) -> Void) throws {
warning: Return value documented for instance method returning void
--> Sources/CryptoSwift/Updatable.swift:85:7-85:33
83 | /// - parameter bytes: Bytes to process
84 | /// - parameter output: Resulting data
85 + /// - returns: Processed data.
| ╰─suggestion: Remove return value documentation
86 | @inlinable
87 | public mutating func finish(withBytes bytes: ArraySlice<UInt8>, output: (_ bytes: Array<UInt8>) -> Void) throws {
warning: Return value documented for instance method returning void
--> Sources/CryptoSwift/Updatable.swift:85:7-85:33
83 | /// - parameter bytes: Bytes to process
84 | /// - parameter output: Resulting data
85 + /// - returns: Processed data.
| ╰─suggestion: Remove return value documentation
86 | @inlinable
87 | public mutating func finish(withBytes bytes: ArraySlice<UInt8>, output: (_ bytes: Array<UInt8>) -> Void) throws {
Finished building documentation for 'CryptoSwift' (1.00s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/krzyzanowskim/cryptoswift/1.10.0
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.19s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (1.95s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3674] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.16s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.93s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Building for debugging...
[0/8] Write sources
[2/8] Write snippet-extract-tool-entitlement.plist
[2/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Compiling SymbolKit Identifier.swift
[7/53] Compiling SymbolKit KindIdentifier.swift
[8/53] Compiling SymbolKit Location.swift
[9/53] Compiling SymbolKit Mutability.swift
[10/53] Emitting module SymbolKit
[11/57] Compiling SymbolKit Mixin+Equals.swift
[12/57] Compiling SymbolKit Mixin+Hash.swift
[13/57] Compiling SymbolKit Mixin.swift
[14/57] Compiling SymbolKit LineList.swift
[15/57] Compiling SymbolKit Position.swift
[16/57] Compiling SymbolKit Names.swift
[17/57] Compiling SymbolKit SPI.swift
[18/57] Compiling SymbolKit Snippet.swift
[19/57] Compiling SymbolKit Extension.swift
[20/57] Compiling SymbolKit Relationship.swift
[21/57] Compiling SymbolKit RelationshipKind.swift
[22/57] Compiling SymbolKit SourceOrigin.swift
[23/57] Compiling SymbolKit GenericConstraints.swift
[24/57] Compiling SymbolKit Swift.swift
[25/57] Compiling SymbolKit SemanticVersion.swift
[26/57] Compiling SymbolKit AccessControl.swift
[27/57] Compiling SymbolKit Availability.swift
[28/57] Compiling SymbolKit AvailabilityItem.swift
[29/57] Compiling SymbolKit Domain.swift
[30/57] Compiling SymbolKit SourceRange.swift
[31/57] Compiling SymbolKit Metadata.swift
[32/57] Compiling SymbolKit Module.swift
[33/57] Compiling SymbolKit OperatingSystem.swift
[34/57] Compiling SymbolKit Platform.swift
[35/57] Compiling SymbolKit GenericConstraint.swift
[36/57] Compiling SymbolKit GenericParameter.swift
[37/57] Compiling SymbolKit Generics.swift
[38/57] Compiling SymbolKit Namespace.swift
[39/57] Compiling SymbolKit DeclarationFragments.swift
[40/57] Compiling SymbolKit Fragment.swift
[41/57] Compiling SymbolKit FragmentKind.swift
[42/57] Compiling SymbolKit FunctionParameter.swift
[43/57] Compiling SymbolKit FunctionSignature.swift
[44/57] Compiling SymbolKit Symbol.swift
[45/57] Compiling SymbolKit SymbolKind.swift
[46/57] Compiling SymbolKit SymbolGraph.swift
[47/57] Compiling SymbolKit GraphCollector.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Emitting module Snippets
[53/57] Compiling Snippets SnippetParser.swift
[54/57] Compiling Snippets Snippet.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.43s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'CryptoSwift' complete! (0.24s)
2478
15 /Users/admin/builder/spi-builder-workspace/.docs/krzyzanowskim/cryptoswift/1.10.0
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/krzyzanowskim/cryptoswift/1.10.0
File count: 2478
Doc size: 15.0MB
Preparing doc bundle ...
Uploading prod-krzyzanowskim-cryptoswift-1.10.0-d60dcd16.zip to s3://spi-docs-inbox/prod-krzyzanowskim-cryptoswift-1.10.0-d60dcd16.zip
Copying... [10%]
Copying... [21%]
Copying... [31%]
Copying... [41%]
Copying... [52%]
Copying... [62%]
Copying... [70%]
Copying... [81%]
Copying... [91%]
Copying... [100%]
Done.