Build Information
Failed to build TIM, reference 2.9.0 (5d7412
), with Swift 5.8 for macOS (Xcode) using Xcode 14.3 on 8 Jul 2024 10:52:03 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme TIM -destination platform=macOS,arch=arm64
Build Log
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyService.swift:96:51: error: 'Future' is only available in macOS 10.15 or newer
func getKey(secret: String, keyId: String) -> Future<TIMKeyModel, TIMKeyServiceError> {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyService.swift:96:10: note: add @available attribute to enclosing instance method
func getKey(secret: String, keyId: String) -> Future<TIMKeyModel, TIMKeyServiceError> {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyService.swift:94:8: note: add @available attribute to enclosing extension
public extension TIMKeyService {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyService.swift:102:68: error: 'Future' is only available in macOS 10.15 or newer
func getKeyViaLongSecret(longSecret: String, keyId: String) -> Future<TIMKeyModel, TIMKeyServiceError> {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyService.swift:102:10: note: add @available attribute to enclosing instance method
func getKeyViaLongSecret(longSecret: String, keyId: String) -> Future<TIMKeyModel, TIMKeyServiceError> {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyService.swift:94:8: note: add @available attribute to enclosing extension
public extension TIMKeyService {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyService.swift:108:39: error: 'Future' is only available in macOS 10.15 or newer
func createKey(secret: String) -> Future<TIMKeyModel, TIMKeyServiceError> {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyService.swift:108:10: note: add @available attribute to enclosing instance method
func createKey(secret: String) -> Future<TIMKeyModel, TIMKeyServiceError> {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyService.swift:94:8: note: add @available attribute to enclosing extension
public extension TIMKeyService {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyServiceProtocol.swift:34:51: error: 'Future' is only available in macOS 10.15 or newer
func getKey(secret: String, keyId: String) -> Future<TIMKeyModel, TIMKeyServiceError>
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyServiceProtocol.swift:34:10: note: add @available attribute to enclosing instance method
func getKey(secret: String, keyId: String) -> Future<TIMKeyModel, TIMKeyServiceError>
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyServiceProtocol.swift:10:17: note: add @available attribute to enclosing protocol
public protocol TIMKeyServiceProtocol {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyServiceProtocol.swift:38:68: error: 'Future' is only available in macOS 10.15 or newer
func getKeyViaLongSecret(longSecret: String, keyId: String) -> Future<TIMKeyModel, TIMKeyServiceError>
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyServiceProtocol.swift:38:10: note: add @available attribute to enclosing instance method
func getKeyViaLongSecret(longSecret: String, keyId: String) -> Future<TIMKeyModel, TIMKeyServiceError>
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyServiceProtocol.swift:10:17: note: add @available attribute to enclosing protocol
public protocol TIMKeyServiceProtocol {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyServiceProtocol.swift:42:39: error: 'Future' is only available in macOS 10.15 or newer
func createKey(secret: String) -> Future<TIMKeyModel, TIMKeyServiceError>
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyServiceProtocol.swift:42:10: note: add @available attribute to enclosing instance method
func createKey(secret: String) -> Future<TIMKeyModel, TIMKeyServiceError>
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyServiceProtocol.swift:10:17: note: add @available attribute to enclosing protocol
public protocol TIMKeyServiceProtocol {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift:145:77: error: 'Future' is only available in macOS 10.15 or newer
func store(id: StorageID, data: Data, keyId: String, secret: String) -> Future<Void, TIMEncryptedStorageError> {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift:145:10: note: add @available attribute to enclosing instance method
func store(id: StorageID, data: Data, keyId: String, secret: String) -> Future<Void, TIMEncryptedStorageError> {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift:142:8: note: add @available attribute to enclosing extension
public extension TIMEncryptedStorage {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift:152:81: error: 'Future' is only available in macOS 10.15 or newer
func store(id: StorageID, data: Data, keyId: String, longSecret: String) -> Future<Void, TIMEncryptedStorageError> {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift:152:10: note: add @available attribute to enclosing instance method
func store(id: StorageID, data: Data, keyId: String, longSecret: String) -> Future<Void, TIMEncryptedStorageError> {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift:142:8: note: add @available attribute to enclosing extension
public extension TIMEncryptedStorage {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift:159:72: error: 'Future' is only available in macOS 10.15 or newer
func storeWithNewKey(id: StorageID, data: Data, secret: String) -> Future<TIMESKeyCreationResult, TIMEncryptedStorageError> {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift:159:10: note: add @available attribute to enclosing instance method
func storeWithNewKey(id: StorageID, data: Data, secret: String) -> Future<TIMESKeyCreationResult, TIMEncryptedStorageError> {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift:142:8: note: add @available attribute to enclosing extension
public extension TIMEncryptedStorage {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift:166:137: error: 'Future' is only available in macOS 10.15 or newer
func storeViaBiometric(id: StorageID, data: Data, keyId: String, willBeginNetworkRequests: TIMESWillBeginNetworkRequests? = nil) -> Future<Void, TIMEncryptedStorageError> {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift:166:10: note: add @available attribute to enclosing instance method
func storeViaBiometric(id: StorageID, data: Data, keyId: String, willBeginNetworkRequests: TIMESWillBeginNetworkRequests? = nil) -> Future<Void, TIMEncryptedStorageError> {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift:142:8: note: add @available attribute to enclosing extension
public extension TIMEncryptedStorage {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift:173:84: error: 'Future' is only available in macOS 10.15 or newer
func storeViaBiometricWithNewKey(id: StorageID, data: Data, secret: String) -> Future<TIMESKeyCreationResult, TIMEncryptedStorageError> {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift:173:10: note: add @available attribute to enclosing instance method
func storeViaBiometricWithNewKey(id: StorageID, data: Data, secret: String) -> Future<TIMESKeyCreationResult, TIMEncryptedStorageError> {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift:142:8: note: add @available attribute to enclosing extension
public extension TIMEncryptedStorage {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift:180:63: error: 'Future' is only available in macOS 10.15 or newer
func get(id: StorageID, keyId: String, secret: String) -> Future<Data, TIMEncryptedStorageError> {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift:180:10: note: add @available attribute to enclosing instance method
func get(id: StorageID, keyId: String, secret: String) -> Future<Data, TIMEncryptedStorageError> {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift:142:8: note: add @available attribute to enclosing extension
public extension TIMEncryptedStorage {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift:187:123: error: 'Future' is only available in macOS 10.15 or newer
func getViaBiometric(id: StorageID, keyId: String, willBeginNetworkRequests: TIMESWillBeginNetworkRequests? = nil) -> Future<TIMESBiometricLoadResult, TIMEncryptedStorageError> {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift:187:10: note: add @available attribute to enclosing instance method
func getViaBiometric(id: StorageID, keyId: String, willBeginNetworkRequests: TIMESWillBeginNetworkRequests? = nil) -> Future<TIMESBiometricLoadResult, TIMEncryptedStorageError> {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift:142:8: note: add @available attribute to enclosing extension
public extension TIMEncryptedStorage {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift:194:60: error: 'Future' is only available in macOS 10.15 or newer
func enableBiometric(keyId: String, secret: String) -> Future<Void, TIMEncryptedStorageError> {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift:194:10: note: add @available attribute to enclosing instance method
func enableBiometric(keyId: String, secret: String) -> Future<Void, TIMEncryptedStorageError> {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift:142:8: note: add @available attribute to enclosing extension
public extension TIMEncryptedStorage {
^
SwiftCompile normal arm64 Compiling\ TIMKeyServiceProtocol.swift,\ TIMKeychain.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyServiceProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychain.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS
builtin-swiftTaskExecution -- /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/AES/CBC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/AES/GCM.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/TIMESCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Extensions/OSStatus+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Extensions/TIMKeyModel+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/IVGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/SecureStorageMock.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/URLSession+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/URLSessionMockProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESBiometricEnableResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESEncryptionMethod.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESKeyCreationResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMErrorModels.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMKeyServiceModels.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyService.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyServiceProtocol.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychain.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychainStoreItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMSecureStorage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMSecureStorageItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeyServiceProtocol.d -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeyServiceProtocol.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeyServiceProtocol.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeychain.d -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeychain.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeychain.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx13.3-22E245-.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name TIMEncryptedStorage -frontend-parseable-output -disable-clang-spi -target-sdk-version 13.3 -target-sdk-name macosx13.3 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeyServiceProtocol.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeychain.o -index-unit-output-path /TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeyServiceProtocol.o -index-unit-output-path /TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeychain.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyServiceProtocol.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS
/Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/AES/CBC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/AES/GCM.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/TIMESCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Extensions/OSStatus+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Extensions/TIMKeyModel+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/IVGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/SecureStorageMock.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/URLSession+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/URLSessionMockProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESBiometricEnableResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESEncryptionMethod.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESKeyCreationResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMErrorModels.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMKeyServiceModels.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyService.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyServiceProtocol.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychain.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychainStoreItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMSecureStorage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMSecureStorageItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeyServiceProtocol.d -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeyServiceProtocol.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeyServiceProtocol.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeychain.d -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeychain.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeychain.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx13.3-22E245-.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name TIMEncryptedStorage -frontend-parseable-output -disable-clang-spi -target-sdk-version 13.3 -target-sdk-name macosx13.3 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeyServiceProtocol.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeychain.o -index-unit-output-path /TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeyServiceProtocol.o -index-unit-output-path /TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeychain.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychain.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS
/Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/AES/CBC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/AES/GCM.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/TIMESCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Extensions/OSStatus+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Extensions/TIMKeyModel+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/IVGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/SecureStorageMock.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/URLSession+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/URLSessionMockProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESBiometricEnableResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESEncryptionMethod.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESKeyCreationResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMErrorModels.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMKeyServiceModels.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyService.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyServiceProtocol.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychain.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychainStoreItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMSecureStorage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMSecureStorageItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeyServiceProtocol.d -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeyServiceProtocol.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeyServiceProtocol.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeychain.d -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeychain.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeychain.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx13.3-22E245-.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name TIMEncryptedStorage -frontend-parseable-output -disable-clang-spi -target-sdk-version 13.3 -target-sdk-name macosx13.3 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeyServiceProtocol.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeychain.o -index-unit-output-path /TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeyServiceProtocol.o -index-unit-output-path /TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeychain.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ TIMKeychainStoreItem.swift,\ TIMSecureStorage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychainStoreItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMSecureStorage.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS
builtin-swiftTaskExecution -- /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/AES/CBC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/AES/GCM.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/TIMESCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Extensions/OSStatus+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Extensions/TIMKeyModel+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/IVGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/SecureStorageMock.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/URLSession+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/URLSessionMockProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESBiometricEnableResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESEncryptionMethod.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESKeyCreationResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMErrorModels.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMKeyServiceModels.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyService.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyServiceProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychain.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychainStoreItem.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMSecureStorage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMSecureStorageItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeychainStoreItem.d -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeychainStoreItem.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeychainStoreItem.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMSecureStorage.d -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMSecureStorage.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMSecureStorage.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx13.3-22E245-.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name TIMEncryptedStorage -frontend-parseable-output -disable-clang-spi -target-sdk-version 13.3 -target-sdk-name macosx13.3 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeychainStoreItem.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMSecureStorage.o -index-unit-output-path /TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeychainStoreItem.o -index-unit-output-path /TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMSecureStorage.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychainStoreItem.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS
/Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/AES/CBC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/AES/GCM.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/TIMESCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Extensions/OSStatus+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Extensions/TIMKeyModel+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/IVGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/SecureStorageMock.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/URLSession+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/URLSessionMockProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESBiometricEnableResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESEncryptionMethod.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESKeyCreationResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMErrorModels.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMKeyServiceModels.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyService.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyServiceProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychain.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychainStoreItem.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMSecureStorage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMSecureStorageItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeychainStoreItem.d -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeychainStoreItem.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeychainStoreItem.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMSecureStorage.d -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMSecureStorage.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMSecureStorage.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx13.3-22E245-.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name TIMEncryptedStorage -frontend-parseable-output -disable-clang-spi -target-sdk-version 13.3 -target-sdk-name macosx13.3 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeychainStoreItem.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMSecureStorage.o -index-unit-output-path /TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeychainStoreItem.o -index-unit-output-path /TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMSecureStorage.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMSecureStorage.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS
/Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/AES/CBC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/AES/GCM.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/TIMESCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Extensions/OSStatus+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Extensions/TIMKeyModel+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/IVGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/SecureStorageMock.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/URLSession+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/URLSessionMockProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESBiometricEnableResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESEncryptionMethod.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESKeyCreationResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMErrorModels.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMKeyServiceModels.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyService.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyServiceProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychain.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychainStoreItem.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMSecureStorage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMSecureStorageItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeychainStoreItem.d -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeychainStoreItem.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeychainStoreItem.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMSecureStorage.d -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMSecureStorage.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMSecureStorage.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx13.3-22E245-.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name TIMEncryptedStorage -frontend-parseable-output -disable-clang-spi -target-sdk-version 13.3 -target-sdk-name macosx13.3 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeychainStoreItem.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMSecureStorage.o -index-unit-output-path /TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeychainStoreItem.o -index-unit-output-path /TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMSecureStorage.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ URLSession+Extensions.swift,\ URLSessionMockProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/URLSession+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/URLSessionMockProtocol.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS
builtin-swiftTaskExecution -- /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/AES/CBC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/AES/GCM.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/TIMESCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Extensions/OSStatus+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Extensions/TIMKeyModel+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/IVGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/SecureStorageMock.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/URLSession+Extensions.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/URLSessionMockProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESBiometricEnableResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESEncryptionMethod.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESKeyCreationResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMErrorModels.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMKeyServiceModels.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyService.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyServiceProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychain.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychainStoreItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMSecureStorage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMSecureStorageItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/URLSession+Extensions.d -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/URLSession+Extensions.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/URLSession+Extensions.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/URLSessionMockProtocol.d -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/URLSessionMockProtocol.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/URLSessionMockProtocol.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx13.3-22E245-.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name TIMEncryptedStorage -frontend-parseable-output -disable-clang-spi -target-sdk-version 13.3 -target-sdk-name macosx13.3 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/URLSession+Extensions.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/URLSessionMockProtocol.o -index-unit-output-path /TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/URLSession+Extensions.o -index-unit-output-path /TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/URLSessionMockProtocol.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/URLSession+Extensions.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS
/Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/AES/CBC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/AES/GCM.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/TIMESCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Extensions/OSStatus+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Extensions/TIMKeyModel+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/IVGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/SecureStorageMock.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/URLSession+Extensions.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/URLSessionMockProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESBiometricEnableResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESEncryptionMethod.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESKeyCreationResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMErrorModels.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMKeyServiceModels.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyService.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyServiceProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychain.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychainStoreItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMSecureStorage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMSecureStorageItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/URLSession+Extensions.d -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/URLSession+Extensions.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/URLSession+Extensions.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/URLSessionMockProtocol.d -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/URLSessionMockProtocol.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/URLSessionMockProtocol.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx13.3-22E245-.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name TIMEncryptedStorage -frontend-parseable-output -disable-clang-spi -target-sdk-version 13.3 -target-sdk-name macosx13.3 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/URLSession+Extensions.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/URLSessionMockProtocol.o -index-unit-output-path /TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/URLSession+Extensions.o -index-unit-output-path /TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/URLSessionMockProtocol.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/URLSessionMockProtocol.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS
/Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/AES/CBC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/AES/GCM.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/TIMESCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Extensions/OSStatus+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Extensions/TIMKeyModel+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/IVGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/SecureStorageMock.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/URLSession+Extensions.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/URLSessionMockProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESBiometricEnableResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESEncryptionMethod.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESKeyCreationResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMErrorModels.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMKeyServiceModels.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyService.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyServiceProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychain.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychainStoreItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMSecureStorage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMSecureStorageItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/URLSession+Extensions.d -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/URLSession+Extensions.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/URLSession+Extensions.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/URLSessionMockProtocol.d -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/URLSessionMockProtocol.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/URLSessionMockProtocol.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx13.3-22E245-.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name TIMEncryptedStorage -frontend-parseable-output -disable-clang-spi -target-sdk-version 13.3 -target-sdk-name macosx13.3 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/URLSession+Extensions.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/URLSessionMockProtocol.o -index-unit-output-path /TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/URLSession+Extensions.o -index-unit-output-path /TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/URLSessionMockProtocol.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ TIMESKeyCreationResult.swift,\ TIMErrorModels.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESKeyCreationResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMErrorModels.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS
builtin-swiftTaskExecution -- /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/AES/CBC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/AES/GCM.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/TIMESCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Extensions/OSStatus+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Extensions/TIMKeyModel+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/IVGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/SecureStorageMock.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/URLSession+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/URLSessionMockProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESBiometricEnableResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESEncryptionMethod.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESKeyCreationResult.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMErrorModels.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMKeyServiceModels.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyService.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyServiceProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychain.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychainStoreItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMSecureStorage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMSecureStorageItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMESKeyCreationResult.d -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMESKeyCreationResult.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMESKeyCreationResult.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMErrorModels.d -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMErrorModels.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMErrorModels.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx13.3-22E245-.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name TIMEncryptedStorage -frontend-parseable-output -disable-clang-spi -target-sdk-version 13.3 -target-sdk-name macosx13.3 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMESKeyCreationResult.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMErrorModels.o -index-unit-output-path /TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMESKeyCreationResult.o -index-unit-output-path /TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMErrorModels.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESKeyCreationResult.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS
/Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/AES/CBC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/AES/GCM.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/TIMESCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Extensions/OSStatus+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Extensions/TIMKeyModel+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/IVGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/SecureStorageMock.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/URLSession+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/URLSessionMockProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESBiometricEnableResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESEncryptionMethod.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESKeyCreationResult.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMErrorModels.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMKeyServiceModels.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyService.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyServiceProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychain.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychainStoreItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMSecureStorage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMSecureStorageItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMESKeyCreationResult.d -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMESKeyCreationResult.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMESKeyCreationResult.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMErrorModels.d -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMErrorModels.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMErrorModels.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx13.3-22E245-.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name TIMEncryptedStorage -frontend-parseable-output -disable-clang-spi -target-sdk-version 13.3 -target-sdk-name macosx13.3 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMESKeyCreationResult.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMErrorModels.o -index-unit-output-path /TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMESKeyCreationResult.o -index-unit-output-path /TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMErrorModels.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMErrorModels.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS
/Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/AES/CBC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/AES/GCM.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/TIMESCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Extensions/OSStatus+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Extensions/TIMKeyModel+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/IVGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/SecureStorageMock.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/URLSession+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/URLSessionMockProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESBiometricEnableResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESEncryptionMethod.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESKeyCreationResult.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMErrorModels.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMKeyServiceModels.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyService.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyServiceProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychain.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychainStoreItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMSecureStorage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMSecureStorageItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMESKeyCreationResult.d -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMESKeyCreationResult.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMESKeyCreationResult.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMErrorModels.d -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMErrorModels.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMErrorModels.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx13.3-22E245-.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name TIMEncryptedStorage -frontend-parseable-output -disable-clang-spi -target-sdk-version 13.3 -target-sdk-name macosx13.3 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMESKeyCreationResult.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMErrorModels.o -index-unit-output-path /TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMESKeyCreationResult.o -index-unit-output-path /TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMErrorModels.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ IVGenerator.swift,\ SecureStorageMock.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/IVGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/SecureStorageMock.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS
builtin-swiftTaskExecution -- /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/AES/CBC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/AES/GCM.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/TIMESCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Extensions/OSStatus+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Extensions/TIMKeyModel+Extensions.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/IVGenerator.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/SecureStorageMock.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/URLSession+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/URLSessionMockProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESBiometricEnableResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESEncryptionMethod.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESKeyCreationResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMErrorModels.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMKeyServiceModels.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyService.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyServiceProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychain.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychainStoreItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMSecureStorage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMSecureStorageItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/IVGenerator.d -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/IVGenerator.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/IVGenerator.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/SecureStorageMock.d -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/SecureStorageMock.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/SecureStorageMock.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx13.3-22E245-.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name TIMEncryptedStorage -frontend-parseable-output -disable-clang-spi -target-sdk-version 13.3 -target-sdk-name macosx13.3 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/IVGenerator.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/SecureStorageMock.o -index-unit-output-path /TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/IVGenerator.o -index-unit-output-path /TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/SecureStorageMock.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/IVGenerator.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS
/Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/AES/CBC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/AES/GCM.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/TIMESCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Extensions/OSStatus+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Extensions/TIMKeyModel+Extensions.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/IVGenerator.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/SecureStorageMock.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/URLSession+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/URLSessionMockProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESBiometricEnableResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESEncryptionMethod.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESKeyCreationResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMErrorModels.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMKeyServiceModels.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyService.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyServiceProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychain.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychainStoreItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMSecureStorage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMSecureStorageItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/IVGenerator.d -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/IVGenerator.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/IVGenerator.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/SecureStorageMock.d -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/SecureStorageMock.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/SecureStorageMock.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx13.3-22E245-.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name TIMEncryptedStorage -frontend-parseable-output -disable-clang-spi -target-sdk-version 13.3 -target-sdk-name macosx13.3 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/IVGenerator.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/SecureStorageMock.o -index-unit-output-path /TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/IVGenerator.o -index-unit-output-path /TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/SecureStorageMock.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/SecureStorageMock.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS
/Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/AES/CBC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/AES/GCM.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/TIMESCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Extensions/OSStatus+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Extensions/TIMKeyModel+Extensions.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/IVGenerator.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/SecureStorageMock.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/URLSession+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/URLSessionMockProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESBiometricEnableResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESEncryptionMethod.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESKeyCreationResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMErrorModels.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMKeyServiceModels.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyService.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyServiceProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychain.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychainStoreItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMSecureStorage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMSecureStorageItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/IVGenerator.d -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/IVGenerator.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/IVGenerator.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/SecureStorageMock.d -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/SecureStorageMock.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/SecureStorageMock.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx13.3-22E245-.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name TIMEncryptedStorage -frontend-parseable-output -disable-clang-spi -target-sdk-version 13.3 -target-sdk-name macosx13.3 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/IVGenerator.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/SecureStorageMock.o -index-unit-output-path /TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/IVGenerator.o -index-unit-output-path /TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/SecureStorageMock.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ CBC.swift,\ GCM.swift,\ TIMESCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/AES/CBC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/AES/GCM.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/TIMESCryptor.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS
builtin-swiftTaskExecution -- /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/AES/CBC.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/AES/GCM.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/TIMESCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Extensions/OSStatus+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Extensions/TIMKeyModel+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/IVGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/SecureStorageMock.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/URLSession+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/URLSessionMockProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESBiometricEnableResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESEncryptionMethod.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESKeyCreationResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMErrorModels.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMKeyServiceModels.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyService.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyServiceProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychain.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychainStoreItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMSecureStorage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMSecureStorageItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/supplementaryOutputs-1 -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx13.3-22E245-.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name TIMEncryptedStorage -frontend-parseable-output -disable-clang-spi -target-sdk-version 13.3 -target-sdk-name macosx13.3 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/CBC.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/GCM.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMESCryptor.o -index-unit-output-path /TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/CBC.o -index-unit-output-path /TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/GCM.o -index-unit-output-path /TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMESCryptor.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/AES/CBC.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS
/Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/AES/CBC.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/AES/GCM.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/TIMESCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Extensions/OSStatus+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Extensions/TIMKeyModel+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/IVGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/SecureStorageMock.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/URLSession+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/URLSessionMockProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESBiometricEnableResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESEncryptionMethod.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESKeyCreationResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMErrorModels.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMKeyServiceModels.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyService.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyServiceProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychain.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychainStoreItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMSecureStorage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMSecureStorageItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/supplementaryOutputs-1 -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx13.3-22E245-.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name TIMEncryptedStorage -frontend-parseable-output -disable-clang-spi -target-sdk-version 13.3 -target-sdk-name macosx13.3 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/CBC.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/GCM.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMESCryptor.o -index-unit-output-path /TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/CBC.o -index-unit-output-path /TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/GCM.o -index-unit-output-path /TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMESCryptor.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/AES/GCM.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS
/Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/AES/CBC.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/AES/GCM.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/TIMESCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Extensions/OSStatus+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Extensions/TIMKeyModel+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/IVGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/SecureStorageMock.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/URLSession+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/URLSessionMockProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESBiometricEnableResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESEncryptionMethod.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESKeyCreationResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMErrorModels.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMKeyServiceModels.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyService.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyServiceProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychain.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychainStoreItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMSecureStorage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMSecureStorageItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/supplementaryOutputs-1 -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx13.3-22E245-.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name TIMEncryptedStorage -frontend-parseable-output -disable-clang-spi -target-sdk-version 13.3 -target-sdk-name macosx13.3 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/CBC.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/GCM.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMESCryptor.o -index-unit-output-path /TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/CBC.o -index-unit-output-path /TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/GCM.o -index-unit-output-path /TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMESCryptor.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/TIMESCryptor.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS
/Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/AES/CBC.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/AES/GCM.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/TIMESCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Extensions/OSStatus+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Extensions/TIMKeyModel+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/IVGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/SecureStorageMock.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/URLSession+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/URLSessionMockProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESBiometricEnableResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESEncryptionMethod.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESKeyCreationResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMErrorModels.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMKeyServiceModels.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyService.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyServiceProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychain.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychainStoreItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMSecureStorage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMSecureStorageItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/supplementaryOutputs-1 -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx13.3-22E245-.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name TIMEncryptedStorage -frontend-parseable-output -disable-clang-spi -target-sdk-version 13.3 -target-sdk-name macosx13.3 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/CBC.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/GCM.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMESCryptor.o -index-unit-output-path /TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/CBC.o -index-unit-output-path /TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/GCM.o -index-unit-output-path /TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMESCryptor.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ OSStatus+Extensions.swift,\ TIMKeyModel+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Extensions/OSStatus+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Extensions/TIMKeyModel+Extensions.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS
builtin-swiftTaskExecution -- /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/AES/CBC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/AES/GCM.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/TIMESCryptor.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Extensions/OSStatus+Extensions.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Extensions/TIMKeyModel+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/IVGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/SecureStorageMock.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/URLSession+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/URLSessionMockProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESBiometricEnableResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESEncryptionMethod.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESKeyCreationResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMErrorModels.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMKeyServiceModels.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyService.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyServiceProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychain.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychainStoreItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMSecureStorage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMSecureStorageItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/OSStatus+Extensions.d -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/OSStatus+Extensions.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/OSStatus+Extensions.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeyModel+Extensions.d -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeyModel+Extensions.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeyModel+Extensions.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx13.3-22E245-.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name TIMEncryptedStorage -frontend-parseable-output -disable-clang-spi -target-sdk-version 13.3 -target-sdk-name macosx13.3 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/OSStatus+Extensions.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeyModel+Extensions.o -index-unit-output-path /TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/OSStatus+Extensions.o -index-unit-output-path /TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeyModel+Extensions.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Extensions/OSStatus+Extensions.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS
/Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/AES/CBC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/AES/GCM.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/TIMESCryptor.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Extensions/OSStatus+Extensions.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Extensions/TIMKeyModel+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/IVGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/SecureStorageMock.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/URLSession+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/URLSessionMockProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESBiometricEnableResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESEncryptionMethod.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESKeyCreationResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMErrorModels.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMKeyServiceModels.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyService.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyServiceProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychain.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychainStoreItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMSecureStorage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMSecureStorageItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/OSStatus+Extensions.d -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/OSStatus+Extensions.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/OSStatus+Extensions.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeyModel+Extensions.d -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeyModel+Extensions.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeyModel+Extensions.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx13.3-22E245-.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name TIMEncryptedStorage -frontend-parseable-output -disable-clang-spi -target-sdk-version 13.3 -target-sdk-name macosx13.3 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/OSStatus+Extensions.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeyModel+Extensions.o -index-unit-output-path /TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/OSStatus+Extensions.o -index-unit-output-path /TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeyModel+Extensions.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Extensions/TIMKeyModel+Extensions.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS
/Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/AES/CBC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/AES/GCM.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/TIMESCryptor.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Extensions/OSStatus+Extensions.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Extensions/TIMKeyModel+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/IVGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/SecureStorageMock.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/URLSession+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/URLSessionMockProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESBiometricEnableResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESEncryptionMethod.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESKeyCreationResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMErrorModels.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMKeyServiceModels.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyService.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyServiceProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychain.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychainStoreItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMSecureStorage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMSecureStorageItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/OSStatus+Extensions.d -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/OSStatus+Extensions.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/OSStatus+Extensions.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeyModel+Extensions.d -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeyModel+Extensions.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeyModel+Extensions.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx13.3-22E245-.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name TIMEncryptedStorage -frontend-parseable-output -disable-clang-spi -target-sdk-version 13.3 -target-sdk-name macosx13.3 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/OSStatus+Extensions.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeyModel+Extensions.o -index-unit-output-path /TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/OSStatus+Extensions.o -index-unit-output-path /TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMKeyModel+Extensions.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ TIMESBiometricEnableResult.swift,\ TIMESEncryptionMethod.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESBiometricEnableResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESEncryptionMethod.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS
builtin-swiftTaskExecution -- /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/AES/CBC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/AES/GCM.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Cryptors/TIMESCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Extensions/OSStatus+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Extensions/TIMKeyModel+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/IVGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/SecureStorageMock.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/URLSession+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Helpers/Test/URLSessionMockProtocol.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESBiometricEnableResult.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESEncryptionMethod.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESKeyCreationResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMErrorModels.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMKeyServiceModels.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyService.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyServiceProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychain.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychainStoreItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMSecureStorage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/Keychain/TIMSecureStorageItem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMESBiometricEnableResult.d -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMESBiometricEnableResult.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMESBiometricEnableResult.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMESEncryptionMethod.d -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMESEncryptionMethod.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMESEncryptionMethod.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx13.3-22E245-.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name TIMEncryptedStorage -frontend-parseable-output -disable-clang-spi -target-sdk-version 13.3 -target-sdk-name macosx13.3 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMESBiometricEnableResult.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMESEncryptionMethod.o -index-unit-output-path /TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMESBiometricEnableResult.o -index-unit-output-path /TIMEncryptedStorage.build/Debug/TIMEncryptedStorage.build/Objects-normal/arm64/TIMESEncryptionMethod.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Command SwiftCompile failed with a nonzero exit code
2024-07-08 06:52:02.479 xcodebuild[753:3662] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:0000FE00-13D622F2AD547C02 }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:0000FE00-13D622F2AD547C02 }
{ platform:macOS, arch:arm64, variant:DriverKit, id:0000FE00-13D622F2AD547C02 }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0000FE00-13D622F2AD547C02 }
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64 Emitting\ module\ for\ TIMEncryptedStorage (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
SwiftCompile normal arm64 Compiling\ TIMESBiometricEnableResult.swift,\ TIMESEncryptionMethod.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESBiometricEnableResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/TIMEncryptedStorage-iOS/Sources/TIMEncryptedStorage/Models/TIMESEncryptionMethod.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
(2 failures)
BUILD FAILURE 5.8 macosXcodebuild