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

The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build TIMEncryptedStorage with Swift 6.0 for iOS using Xcode 16.0.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme TIMEncryptedStorage -destination generic/platform=ios OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

/Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/Helpers/Test/URLSessionMockProtocol.swift:43:23: warning: static property 'resultsForUrls' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var resultsForUrls: [URL?: URLSessionStubResult] = [:]
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/Helpers/Test/URLSessionMockProtocol.swift:43:23: note: convert 'resultsForUrls' to a 'let' constant to make 'Sendable' shared state immutable
    public static var resultsForUrls: [URL?: URLSessionStubResult] = [:]
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/Helpers/Test/URLSessionMockProtocol.swift:43:23: note: annotate 'resultsForUrls' with '@MainActor' if property should only be accessed from the main actor
    public static var resultsForUrls: [URL?: URLSessionStubResult] = [:]
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/Helpers/Test/URLSessionMockProtocol.swift:43:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var resultsForUrls: [URL?: URLSessionStubResult] = [:]
                      ^
    nonisolated(unsafe)
SwiftDriver\ Compilation\ Requirements TIMEncryptedStorage normal arm64 com.apple.xcode.tools.swift.compiler (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name TIMEncryptedStorage -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorage.build/Objects-normal/arm64/TIMEncryptedStorage.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorage.build/Objects-normal/arm64/TIMEncryptedStorage-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorage.build/Objects-normal/arm64/TIMEncryptedStorage.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorage.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorage.build/Objects-normal/arm64/TIMEncryptedStorage_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorage.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorage.build/Objects-normal/arm64/TIMEncryptedStorage-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling TIMESKeyCreationResult.swift, TIMErrorModels.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
SwiftDriverJobDiscovery normal arm64 Compiling TIMESBiometricEnableResult.swift, TIMESEncryptionMethod.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
SwiftDriverJobDiscovery normal arm64 Compiling OSStatus+Extensions.swift, TIMKeyModel+Extensions.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
SwiftDriverJobDiscovery normal arm64 Compiling TIMKeyServiceProtocol.swift, TIMKeychain.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
SwiftDriverJobDiscovery normal arm64 Compiling TIMSecureStorageItem.swift, TIMEncryptedStorage.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
SwiftDriverJobDiscovery normal arm64 Compiling TIMKeyServiceModels.swift, TIMKeyService.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
SwiftDriverJobDiscovery normal arm64 Compiling CBC.swift, GCM.swift, TIMESCryptor.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
SwiftDriverJobDiscovery normal arm64 Compiling IVGenerator.swift, SecureStorageMock.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
SwiftDriverJobDiscovery normal arm64 Compiling TIMKeychainStoreItem.swift, TIMSecureStorage.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/TIMEncryptedStorage-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorage.build/Objects-normal/arm64/TIMEncryptedStorage-Swift.h (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorage.build/Objects-normal/arm64/TIMEncryptedStorage-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/TIMEncryptedStorage-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorage.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorage.build/Objects-normal/arm64/TIMEncryptedStorage.swiftmodule (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorage.build/Objects-normal/arm64/TIMEncryptedStorage.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorage.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorage.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorage.build/Objects-normal/arm64/TIMEncryptedStorage.abi.json (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorage.build/Objects-normal/arm64/TIMEncryptedStorage.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorage.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorage.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorage.build/Objects-normal/arm64/TIMEncryptedStorage.swiftdoc (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorage.build/Objects-normal/arm64/TIMEncryptedStorage.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorage.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorage.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorage.build/Objects-normal/arm64/TIMEncryptedStorage.swiftsourceinfo (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorage.build/Objects-normal/arm64/TIMEncryptedStorage.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorage.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests_const_extract_protocols.json (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests.SwiftFileList (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests-OutputFileMap.json (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests-OutputFileMap.json
SwiftDriver TIMEncryptedStorageTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name TIMEncryptedStorageTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ TIMEncryptedStorageTests (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/IVGeneratorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/KeychainStoreItemTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/OSStatusExtensionsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMCryptorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMEncryptedStorageTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyModelExtensionsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceErrorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceModelsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceTests.swift -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/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 -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name TIMEncryptedStorageTests -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests.swiftsourceinfo -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests.abi.json
/Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMEncryptedStorageTests.swift:10:24: warning: static property 'testStore' is not concurrency-safe because non-'Sendable' type 'SecureStorageMock' may have shared mutable state; this is an error in the Swift 6 language mode
  8 |     private static let baseUrl = "https://oidc-test.hosted.trifork.com/auth/realms/dev"
  9 |
 10 |     private static let testStore = SecureStorageMock()
    |                        `- warning: static property 'testStore' is not concurrency-safe because non-'Sendable' type 'SecureStorageMock' may have shared mutable state; this is an error in the Swift 6 language mode
 11 |     private static let keyService = TIMKeyService(
 12 |         configuration: TIMKeyServiceConfiguration(
/Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/Helpers/Test/SecureStorageMock.swift:16:13: note: class 'SecureStorageMock' does not conform to the 'Sendable' protocol
14 | }
15 |
16 | final class SecureStorageMock : TIMSecureStorage {
   |             `- note: class 'SecureStorageMock' does not conform to the 'Sendable' protocol
17 |     private var bioProtectedData: [StorageID: Data] = [:]
18 |     private var protectedData: [StorageID: Data] = [:]
/Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMEncryptedStorageTests.swift:5:11: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'TIMEncryptedStorage'
  3 | import Combine
  4 | #endif
  5 | @testable import TIMEncryptedStorage
    |           `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'TIMEncryptedStorage'
  6 |
  7 | final class TIMEncryptedStorageTests: XCTestCase {
  8 |     private static let baseUrl = "https://oidc-test.hosted.trifork.com/auth/realms/dev"
  9 |
 10 |     private static let testStore = SecureStorageMock()
    |                        |- note: annotate 'testStore' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 11 |     private static let keyService = TIMKeyService(
 12 |         configuration: TIMKeyServiceConfiguration(
/Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMEncryptedStorageTests.swift:11:24: warning: static property 'keyService' is not concurrency-safe because non-'Sendable' type 'TIMKeyService' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |
 10 |     private static let testStore = SecureStorageMock()
 11 |     private static let keyService = TIMKeyService(
    |                        |- warning: static property 'keyService' is not concurrency-safe because non-'Sendable' type 'TIMKeyService' may have shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: annotate 'keyService' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 12 |         configuration: TIMKeyServiceConfiguration(
 13 |             realmBaseUrl: baseUrl,
/Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyService.swift:24:20: note: class 'TIMKeyService' does not conform to the 'Sendable' protocol
 22 | /// This wrapper is mainly for use internally in the TIMEncryptedStorage packages,
 23 | /// but it might come in handy in rare cases.
 24 | public final class TIMKeyService : TIMKeyServiceProtocol {
    |                    `- note: class 'TIMKeyService' does not conform to the 'Sendable' protocol
 25 |
 26 |     /// The configuration of the key service
/Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceTests.swift:8:16: warning: static property 'config' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
  6 |
  7 | final class TIMKeyServiceTests: XCTestCase {
  8 |     static var config = TIMKeyServiceConfiguration(
    |                |- warning: static property 'config' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'config' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: annotate 'config' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  9 |         realmBaseUrl: "https://oidc-test.hosted.trifork.com/auth/realms/dev",
 10 |         version: .v1
/Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceTests.swift:193:1: warning: extension declares a conformance of imported type 'TIMKeyModel' to imported protocols 'Equatable', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'TIMEncryptedStorage' introduce this conformance in the future
191 | }
192 |
193 | extension TIMKeyModel: Equatable, CustomDebugStringConvertible {
    | |- warning: extension declares a conformance of imported type 'TIMKeyModel' to imported protocols 'Equatable', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'TIMEncryptedStorage' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
194 |     public static func == (lhs: TIMKeyModel, rhs: TIMKeyModel) -> Bool {
195 |         return lhs.key == rhs.key && lhs.keyId == rhs.keyId && lhs.longSecret == rhs.longSecret
SwiftCompile normal arm64 Compiling\ TIMKeyModelExtensionsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyModelExtensionsTests.swift (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/IVGeneratorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/KeychainStoreItemTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/OSStatusExtensionsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMCryptorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMEncryptedStorageTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyModelExtensionsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceErrorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceModelsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceTests.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMKeyModelExtensionsTests.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMKeyModelExtensionsTests.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMKeyModelExtensionsTests.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMKeyModelExtensionsTests.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/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 -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name TIMEncryptedStorageTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMKeyModelExtensionsTests.o -index-unit-output-path /TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMKeyModelExtensionsTests.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/Tests/TIMEncryptedStorageTests/TIMKeyModelExtensionsTests.swift (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/IVGeneratorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/KeychainStoreItemTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/OSStatusExtensionsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMCryptorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMEncryptedStorageTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyModelExtensionsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceErrorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceModelsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceTests.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMKeyModelExtensionsTests.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMKeyModelExtensionsTests.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMKeyModelExtensionsTests.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMKeyModelExtensionsTests.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/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 -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name TIMEncryptedStorageTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMKeyModelExtensionsTests.o -index-unit-output-path /TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMKeyModelExtensionsTests.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyModelExtensionsTests.swift:18:69: warning: 'aesCbc' was deprecated in iOS 13
        assertModel(model, originalData: myData, encryptionMethod: .aesCbc)
                                                                    ^
/Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyModelExtensionsTests.swift:25:68: warning: 'aesCbc' was deprecated in iOS 13
            _ = try model.encrypt(data: myData, encryptionMethod: .aesCbc)
                                                                   ^
SwiftCompile normal arm64 Compiling\ TIMKeyServiceModelsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceModelsTests.swift (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/IVGeneratorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/KeychainStoreItemTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/OSStatusExtensionsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMCryptorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMEncryptedStorageTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyModelExtensionsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceErrorTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceModelsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceTests.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMKeyServiceModelsTests.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMKeyServiceModelsTests.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMKeyServiceModelsTests.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMKeyServiceModelsTests.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/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 -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name TIMEncryptedStorageTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMKeyServiceModelsTests.o -index-unit-output-path /TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMKeyServiceModelsTests.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/Tests/TIMEncryptedStorageTests/TIMKeyServiceModelsTests.swift (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/IVGeneratorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/KeychainStoreItemTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/OSStatusExtensionsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMCryptorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMEncryptedStorageTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyModelExtensionsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceErrorTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceModelsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceTests.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMKeyServiceModelsTests.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMKeyServiceModelsTests.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMKeyServiceModelsTests.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMKeyServiceModelsTests.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/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 -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name TIMEncryptedStorageTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMKeyServiceModelsTests.o -index-unit-output-path /TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMKeyServiceModelsTests.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ KeychainStoreItemTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/KeychainStoreItemTests.swift (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/IVGeneratorTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/KeychainStoreItemTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/OSStatusExtensionsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMCryptorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMEncryptedStorageTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyModelExtensionsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceErrorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceModelsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceTests.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/KeychainStoreItemTests.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/KeychainStoreItemTests.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/KeychainStoreItemTests.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/KeychainStoreItemTests.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/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 -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name TIMEncryptedStorageTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/KeychainStoreItemTests.o -index-unit-output-path /TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/KeychainStoreItemTests.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/Tests/TIMEncryptedStorageTests/KeychainStoreItemTests.swift (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/IVGeneratorTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/KeychainStoreItemTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/OSStatusExtensionsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMCryptorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMEncryptedStorageTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyModelExtensionsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceErrorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceModelsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceTests.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/KeychainStoreItemTests.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/KeychainStoreItemTests.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/KeychainStoreItemTests.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/KeychainStoreItemTests.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/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 -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name TIMEncryptedStorageTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/KeychainStoreItemTests.o -index-unit-output-path /TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/KeychainStoreItemTests.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ TIMKeyServiceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceTests.swift (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/IVGeneratorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/KeychainStoreItemTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/OSStatusExtensionsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMCryptorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMEncryptedStorageTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyModelExtensionsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceErrorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceModelsTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceTests.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMKeyServiceTests.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMKeyServiceTests.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMKeyServiceTests.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMKeyServiceTests.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/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 -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name TIMEncryptedStorageTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMKeyServiceTests.o -index-unit-output-path /TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMKeyServiceTests.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/Tests/TIMEncryptedStorageTests/TIMKeyServiceTests.swift (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/IVGeneratorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/KeychainStoreItemTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/OSStatusExtensionsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMCryptorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMEncryptedStorageTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyModelExtensionsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceErrorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceModelsTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceTests.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMKeyServiceTests.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMKeyServiceTests.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMKeyServiceTests.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMKeyServiceTests.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/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 -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name TIMEncryptedStorageTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMKeyServiceTests.o -index-unit-output-path /TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMKeyServiceTests.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceTests.swift:8:16: warning: static property 'config' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    static var config = TIMKeyServiceConfiguration(
               ^
/Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceTests.swift:8:16: note: convert 'config' to a 'let' constant to make 'Sendable' shared state immutable
    static var config = TIMKeyServiceConfiguration(
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceTests.swift:8:16: note: annotate 'config' with '@MainActor' if property should only be accessed from the main actor
    static var config = TIMKeyServiceConfiguration(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceTests.swift:8:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var config = TIMKeyServiceConfiguration(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceTests.swift:193:1: warning: extension declares a conformance of imported type 'TIMKeyModel' to imported protocols 'Equatable', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'TIMEncryptedStorage' introduce this conformance in the future
extension TIMKeyModel: Equatable, CustomDebugStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceTests.swift:193:1: note: add '@retroactive' to silence this warning
extension TIMKeyModel: Equatable, CustomDebugStringConvertible {
^                      ~~~~~~~~~  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                       @retroactive Equatable @retroactive CustomDebugStringConvertible
/Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceTests.swift:43:24: warning: 'getKey(secret:keyId:completion:)' was deprecated in iOS 13
            keyService.getKey(secret: "1234", keyId: expectedKeyModel.keyId, completion: completion)
                       ^
/Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceTests.swift:60:24: warning: 'createKey(secret:completion:)' was deprecated in iOS 13
            keyService.createKey(secret: "1234", completion: completion)
                       ^
/Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceTests.swift:77:24: warning: 'getKeyViaLongSecret(longSecret:keyId:completion:)' was deprecated in iOS 13
            keyService.getKeyViaLongSecret(longSecret: keyModel.longSecret!, keyId: keyModel.keyId, completion: completion)
                       ^
/Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceTests.swift:99:20: warning: 'getKey(secret:keyId:completion:)' was deprecated in iOS 13
        keyService.getKey(secret: "1234", keyId: keyModel.keyId) { (result) in
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/Helpers/Test/URLSessionMockProtocol.swift:43:23: warning: static property 'resultsForUrls' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var resultsForUrls: [URL?: URLSessionStubResult] = [:]
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/Helpers/Test/URLSessionMockProtocol.swift:43:23: note: convert 'resultsForUrls' to a 'let' constant to make 'Sendable' shared state immutable
    public static var resultsForUrls: [URL?: URLSessionStubResult] = [:]
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/Helpers/Test/URLSessionMockProtocol.swift:43:23: note: annotate 'resultsForUrls' with '@MainActor' if property should only be accessed from the main actor
    public static var resultsForUrls: [URL?: URLSessionStubResult] = [:]
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/Helpers/Test/URLSessionMockProtocol.swift:43:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var resultsForUrls: [URL?: URLSessionStubResult] = [:]
                      ^
/Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceTests.swift:94:31: warning: reference to static property 'resultsForUrls' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
        URLSessionStubResults.resultsForUrls[url] = .dataResponse(
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/Helpers/Test/URLSessionMockProtocol.swift:43:23: note: static property declared here
    public static var resultsForUrls: [URL?: URLSessionStubResult] = [:]
                      ^
/Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceTests.swift:118:20: warning: 'getKey(secret:keyId:completion:)' was deprecated in iOS 13
        keyService.getKey(secret: "1234", keyId: UUID().uuidString) { (result) in
                   ^
/Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceTests.swift:113:31: warning: reference to static property 'resultsForUrls' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
        URLSessionStubResults.resultsForUrls[url] = .dataResponse(
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/Helpers/Test/URLSessionMockProtocol.swift:43:23: note: static property declared here
    public static var resultsForUrls: [URL?: URLSessionStubResult] = [:]
                      ^
/Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceTests.swift:138:20: warning: 'getKey(secret:keyId:completion:)' was deprecated in iOS 13
        keyService.getKey(secret: "1234", keyId: keyModel.keyId) { (result) in
                   ^
/Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceTests.swift:133:31: warning: reference to static property 'resultsForUrls' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
        URLSessionStubResults.resultsForUrls[url] = .dataResponse(
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/Helpers/Test/URLSessionMockProtocol.swift:43:23: note: static property declared here
    public static var resultsForUrls: [URL?: URLSessionStubResult] = [:]
                      ^
SwiftCompile normal arm64 Compiling\ TIMKeyServiceErrorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceErrorTests.swift (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/IVGeneratorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/KeychainStoreItemTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/OSStatusExtensionsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMCryptorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMEncryptedStorageTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyModelExtensionsTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceErrorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceModelsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceTests.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMKeyServiceErrorTests.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMKeyServiceErrorTests.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMKeyServiceErrorTests.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMKeyServiceErrorTests.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/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 -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name TIMEncryptedStorageTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMKeyServiceErrorTests.o -index-unit-output-path /TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMKeyServiceErrorTests.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/Tests/TIMEncryptedStorageTests/TIMKeyServiceErrorTests.swift (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/IVGeneratorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/KeychainStoreItemTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/OSStatusExtensionsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMCryptorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMEncryptedStorageTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyModelExtensionsTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceErrorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceModelsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceTests.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMKeyServiceErrorTests.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMKeyServiceErrorTests.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMKeyServiceErrorTests.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMKeyServiceErrorTests.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/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 -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name TIMEncryptedStorageTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMKeyServiceErrorTests.o -index-unit-output-path /TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMKeyServiceErrorTests.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ OSStatusExtensionsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/OSStatusExtensionsTests.swift (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/IVGeneratorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/KeychainStoreItemTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/OSStatusExtensionsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMCryptorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMEncryptedStorageTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyModelExtensionsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceErrorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceModelsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceTests.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/OSStatusExtensionsTests.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/OSStatusExtensionsTests.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/OSStatusExtensionsTests.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/OSStatusExtensionsTests.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/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 -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name TIMEncryptedStorageTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/OSStatusExtensionsTests.o -index-unit-output-path /TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/OSStatusExtensionsTests.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/Tests/TIMEncryptedStorageTests/OSStatusExtensionsTests.swift (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/IVGeneratorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/KeychainStoreItemTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/OSStatusExtensionsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMCryptorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMEncryptedStorageTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyModelExtensionsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceErrorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceModelsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceTests.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/OSStatusExtensionsTests.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/OSStatusExtensionsTests.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/OSStatusExtensionsTests.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/OSStatusExtensionsTests.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/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 -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name TIMEncryptedStorageTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/OSStatusExtensionsTests.o -index-unit-output-path /TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/OSStatusExtensionsTests.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ IVGeneratorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/IVGeneratorTests.swift (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/IVGeneratorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/KeychainStoreItemTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/OSStatusExtensionsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMCryptorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMEncryptedStorageTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyModelExtensionsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceErrorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceModelsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceTests.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/IVGeneratorTests.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/IVGeneratorTests.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/IVGeneratorTests.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/IVGeneratorTests.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/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 -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name TIMEncryptedStorageTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/IVGeneratorTests.o -index-unit-output-path /TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/IVGeneratorTests.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/Tests/TIMEncryptedStorageTests/IVGeneratorTests.swift (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/IVGeneratorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/KeychainStoreItemTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/OSStatusExtensionsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMCryptorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMEncryptedStorageTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyModelExtensionsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceErrorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceModelsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceTests.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/IVGeneratorTests.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/IVGeneratorTests.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/IVGeneratorTests.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/IVGeneratorTests.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/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 -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name TIMEncryptedStorageTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/IVGeneratorTests.o -index-unit-output-path /TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/IVGeneratorTests.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ TIMEncryptedStorageTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMEncryptedStorageTests.swift (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/IVGeneratorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/KeychainStoreItemTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/OSStatusExtensionsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMCryptorTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMEncryptedStorageTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyModelExtensionsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceErrorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceModelsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceTests.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/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 -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name TIMEncryptedStorageTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests.o -index-unit-output-path /TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests.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/Tests/TIMEncryptedStorageTests/TIMEncryptedStorageTests.swift (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/IVGeneratorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/KeychainStoreItemTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/OSStatusExtensionsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMCryptorTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMEncryptedStorageTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyModelExtensionsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceErrorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceModelsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceTests.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/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 -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name TIMEncryptedStorageTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests.o -index-unit-output-path /TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMEncryptedStorageTests.swift:10:24: warning: static property 'testStore' is not concurrency-safe because non-'Sendable' type 'SecureStorageMock' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let testStore = SecureStorageMock()
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/Helpers/Test/SecureStorageMock.swift:16:13: note: class 'SecureStorageMock' does not conform to the 'Sendable' protocol
final class SecureStorageMock : TIMSecureStorage {
            ^
/Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMEncryptedStorageTests.swift:5:11: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'TIMEncryptedStorage'
@testable import TIMEncryptedStorage
          ^
          @preconcurrency
/Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMEncryptedStorageTests.swift:10:24: note: annotate 'testStore' with '@MainActor' if property should only be accessed from the main actor
    private static let testStore = SecureStorageMock()
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMEncryptedStorageTests.swift:10:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let testStore = SecureStorageMock()
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMEncryptedStorageTests.swift:11:24: warning: static property 'keyService' is not concurrency-safe because non-'Sendable' type 'TIMKeyService' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let keyService = TIMKeyService(
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyService.swift:24:20: note: class 'TIMKeyService' does not conform to the 'Sendable' protocol
public final class TIMKeyService : TIMKeyServiceProtocol {
                   ^
/Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMEncryptedStorageTests.swift:11:24: note: annotate 'keyService' with '@MainActor' if property should only be accessed from the main actor
    private static let keyService = TIMKeyService(
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMEncryptedStorageTests.swift:11:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let keyService = TIMKeyService(
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMEncryptedStorageTests.swift:181:21: warning: 'store(id:data:keyId:longSecret:completion:)' was deprecated in iOS 13
            storage.store(id: id, data: data, keyId: Self.keyId, longSecret: Self.longSecret) { (result) in
                    ^
/Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMEncryptedStorageTests.swift:218:21: warning: 'storeWithNewKey(id:data:secret:completion:)' was deprecated in iOS 13
            storage.storeWithNewKey(id: id, data: data, secret: Self.secret) { (result) in
                    ^
/Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMEncryptedStorageTests.swift:231:21: warning: 'get(id:keyId:secret:completion:)' was deprecated in iOS 13
            storage.get(id: id, keyId: createKeyId, secret: Self.secret) { result in
                    ^
/Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMEncryptedStorageTests.swift:257:21: warning: 'storeViaBiometricWithNewKey(id:data:secret:completion:)' was deprecated in iOS 13
            storage.storeViaBiometricWithNewKey(id: id, data: data, secret: Self.secret) { (result) in
                    ^
/Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMEncryptedStorageTests.swift:270:21: warning: 'getViaBiometric(id:keyId:willBeginNetworkRequests:completion:)' was deprecated in iOS 13
            storage.getViaBiometric(id: id, keyId: createKeyId) { (result) in
                    ^
/Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMEncryptedStorageTests.swift:293:21: warning: 'storeViaBiometric(id:data:keyId:willBeginNetworkRequests:completion:)' was deprecated in iOS 13
            storage.storeViaBiometric(id: "id", data: "myData".data(using: .utf8)!, keyId: Self.keyId, willBeginNetworkRequests: { expectNetworkWillBeginStore.fulfill() }) { (result) in
                    ^
/Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMEncryptedStorageTests.swift:305:21: warning: 'getViaBiometric(id:keyId:willBeginNetworkRequests:completion:)' was deprecated in iOS 13
            storage.getViaBiometric(id: "id", keyId: Self.keyId, willBeginNetworkRequests: { expectNetworkWillBeginLoad.fulfill() }) { (result) in
                    ^
/Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMEncryptedStorageTests.swift:322:17: warning: 'store(id:data:keyId:secret:completion:)' was deprecated in iOS 13
        storage.store(id: id, data: data, keyId: Self.keyId, secret: Self.secret) { (result) in
                ^
/Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMEncryptedStorageTests.swift:331:17: warning: 'get(id:keyId:secret:completion:)' was deprecated in iOS 13
        storage.get(id: id, keyId: Self.keyId, secret: Self.secret) { (result) in
                ^
/Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMEncryptedStorageTests.swift:340:17: warning: 'enableBiometric(keyId:secret:completion:)' was deprecated in iOS 13
        storage.enableBiometric(keyId: Self.keyId, secret: Self.secret) { (result) in
                ^
/Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMEncryptedStorageTests.swift:354:17: warning: 'storeViaBiometric(id:data:keyId:willBeginNetworkRequests:completion:)' was deprecated in iOS 13
        storage.storeViaBiometric(id: id, data: data, keyId: Self.keyId) { (result) in
                ^
/Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMEncryptedStorageTests.swift:363:17: warning: 'getViaBiometric(id:keyId:willBeginNetworkRequests:completion:)' was deprecated in iOS 13
        storage.getViaBiometric(id: id, keyId: Self.keyId) { (result) in
                ^
/Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMEncryptedStorageTests.swift:376:36: warning: 'aesCbc' was deprecated in iOS 13
                encryptionMethod: .aesCbc
                                   ^
SwiftCompile normal arm64 Compiling\ TIMCryptorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMCryptorTests.swift (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/IVGeneratorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/KeychainStoreItemTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/OSStatusExtensionsTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMCryptorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMEncryptedStorageTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyModelExtensionsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceErrorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceModelsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceTests.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMCryptorTests.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMCryptorTests.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMCryptorTests.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMCryptorTests.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/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 -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name TIMEncryptedStorageTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMCryptorTests.o -index-unit-output-path /TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMCryptorTests.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/Tests/TIMEncryptedStorageTests/TIMCryptorTests.swift (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/IVGeneratorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/KeychainStoreItemTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/OSStatusExtensionsTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMCryptorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMEncryptedStorageTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyModelExtensionsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceErrorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceModelsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceTests.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMCryptorTests.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMCryptorTests.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMCryptorTests.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMCryptorTests.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/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 -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name TIMEncryptedStorageTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMCryptorTests.o -index-unit-output-path /TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMCryptorTests.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling URLSession+Extensions.swift, URLSessionMockProtocol.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
SwiftDriverJobDiscovery normal arm64 Compiling IVGeneratorTests.swift (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
SwiftDriver\ Compilation TIMEncryptedStorage normal arm64 com.apple.xcode.tools.swift.compiler (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name TIMEncryptedStorage -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorage.build/Objects-normal/arm64/TIMEncryptedStorage.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorage.build/Objects-normal/arm64/TIMEncryptedStorage-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorage.build/Objects-normal/arm64/TIMEncryptedStorage.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorage.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorage.build/Objects-normal/arm64/TIMEncryptedStorage_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorage.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorage.build/Objects-normal/arm64/TIMEncryptedStorage-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorage.o normal (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorage.build/Objects-normal/arm64/TIMEncryptedStorage.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorage.build/Objects-normal/arm64/TIMEncryptedStorage_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorage.build/Objects-normal/arm64/TIMEncryptedStorage.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorage.build/Objects-normal/arm64/TIMEncryptedStorage_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorage.o
SwiftDriverJobDiscovery normal arm64 Emitting module for TIMEncryptedStorageTests (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
SwiftDriver\ Compilation\ Requirements TIMEncryptedStorageTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name TIMEncryptedStorageTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorageTests.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests.swiftmodule (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorageTests.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorageTests.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests.swiftdoc (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorageTests.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorageTests.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests.abi.json (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorageTests.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorageTests.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests.swiftsourceinfo (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorageTests.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling TIMKeyServiceErrorTests.swift (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
SwiftDriverJobDiscovery normal arm64 Compiling TIMKeyServiceModelsTests.swift (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
SwiftDriverJobDiscovery normal arm64 Compiling TIMKeyModelExtensionsTests.swift (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorage.o (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorage.o
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests.LinkFileList (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/empty-TIMEncryptedStorageTests.plist (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/empty-TIMEncryptedStorageTests.plist
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorageTests.xctest/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/empty-TIMEncryptedStorageTests.plist (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/empty-TIMEncryptedStorageTests.plist -producttype com.apple.product-type.bundle.unit-test -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorageTests.xctest/Info.plist
SwiftDriverJobDiscovery normal arm64 Compiling OSStatusExtensionsTests.swift (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
SwiftDriverJobDiscovery normal arm64 Compiling KeychainStoreItemTests.swift (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
SwiftDriverJobDiscovery normal arm64 Compiling TIMKeyServiceTests.swift (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
SwiftDriverJobDiscovery normal arm64 Compiling TIMCryptorTests.swift (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
SwiftDriverJobDiscovery normal arm64 Compiling TIMEncryptedStorageTests.swift (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
SwiftDriver\ Compilation TIMEncryptedStorageTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name TIMEncryptedStorageTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorageTests.xctest/TIMEncryptedStorageTests normal (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -bundle -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests.LinkFileList -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/../Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -fprofile-instr-generate -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests.swiftmodule -Wl,-no_warn_duplicate_libraries -framework XCTest -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorageTests.xctest/TIMEncryptedStorageTests -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorage.build/Objects-normal/arm64/TIMEncryptedStorage.swiftmodule
ld: library '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/clang/17/lib/darwin/libclang_rt.profile_ios.a' not found
clang: error: linker command failed with exit code 1 (use -v to see invocation)
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
** BUILD FAILED **
The following build commands failed:
	Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorageTests.xctest/TIMEncryptedStorageTests normal (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
(1 failure)
Command line invocation:
    /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme TIMEncryptedStorage -destination generic/platform=ios "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportToolchainOverrideForManifestLoading = org.swift.600202405261a
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete
    TOOLCHAINS = org.swift.600202405261a
Resolve Package Graph
Resolved source packages:
  TIMEncryptedStorage: /Users/admin/builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'TIMEncryptedStorageTests' in project 'TIMEncryptedStorage'
        ➜ Explicit dependency on target 'TIMEncryptedStorage' in project 'TIMEncryptedStorage'
    Target 'TIMEncryptedStorage' in project 'TIMEncryptedStorage'
        ➜ Explicit dependency on target 'TIMEncryptedStorage' in project 'TIMEncryptedStorage'
    Target 'TIMEncryptedStorage' in project 'TIMEncryptedStorage' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'.
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorageTests.xctest/TIMEncryptedStorageTests normal (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -bundle -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests.LinkFileList -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/../Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -fprofile-instr-generate -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests.swiftmodule -Wl,-no_warn_duplicate_libraries -framework XCTest -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorageTests.xctest/TIMEncryptedStorageTests -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorage.build/Objects-normal/arm64/TIMEncryptedStorage.swiftmodule
ld: library '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/clang/17/lib/darwin/libclang_rt.profile_ios.a' not found
clang: error: linker command failed with exit code 1 (use -v to see invocation)
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
** BUILD FAILED **
The following build commands failed:
	Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorageTests.xctest/TIMEncryptedStorageTests normal (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
(1 failure)
BUILD FAILURE 6.0 iOS
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.