Build Information
Successful build of CryptoSwift, reference 1.8.3 (678d44
), with Swift 5.10 for macOS (Xcode) using Xcode 15.4 on 5 Aug 2024 22:25:46 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CryptoSwift -destination platform=macOS,arch=arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.48.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/krzyzanowskim/CryptoSwift.git
Reference: 1.8.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/krzyzanowskim/CryptoSwift
* tag 1.8.3 -> FETCH_HEAD
HEAD is now at 678d442 1.8.3 Release
Cloned https://github.com/krzyzanowskim/CryptoSwift.git
Revision (git rev-parse @):
678d442c6f7828def400a70ae15968aef67ef52d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.3
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 5.10
Building package at path: $PWD
https://github.com/krzyzanowskim/CryptoSwift.git
Command line invocation:
/Applications/Xcode-15.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
resolved source packages:
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin"
}
],
"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" : "CryptoSwift",
"module_type" : "SwiftTarget",
"name" : "CryptoSwift",
"path" : "Sources/CryptoSwift",
"product_memberships" : [
"CryptoSwift"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/CryptoSwift/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"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"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
{
"project" : {
"configurations" : [
"Debug",
"Release",
"Test"
],
"name" : "CryptoSwift",
"schemes" : [
"CryptoSwift",
"CryptoSwift-TestHostApp",
"Tests",
"TestsPerformance-iOS",
"TestsPerformance-Mac"
],
"targets" : [
"CryptoSwift",
"CryptoSwift-TestHostApp",
"CryptoSwiftTests",
"TestsPerformance-Mac",
"TestsPerformance-iOS"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"CryptoSwift"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CryptoSwift -destination platform=macOS,arch=arm64
Build complete.
Done.