Build Information
Successful build of TIMEncryptedStorage, reference 2.2.3 (b66641
), with Swift 6.1 for iOS using Xcode 16.3 on 29 Apr 2025 22:40:20 UTC.
Swift 6 data race errors: 5
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme TIMEncryptedStorage -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/trifork/TIMEncryptedStorage-iOS.git
Reference: 2.2.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/trifork/TIMEncryptedStorage-iOS
* tag 2.2.3 -> FETCH_HEAD
HEAD is now at b666418 Merge pull request #11 from trifork/niha/request-retry
Cloned https://github.com/trifork/TIMEncryptedStorage-iOS.git
Revision (git rev-parse @):
b666418d052375516eb41e2eae26b154dd1d3681
SUCCESS checkout https://github.com/trifork/TIMEncryptedStorage-iOS.git at 2.2.3
========================================
Build
========================================
Selected platform: iOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/trifork/TIMEncryptedStorage-iOS.git
https://github.com/trifork/TIMEncryptedStorage-iOS.git
{
"dependencies" : [
],
"manifest_display_name" : "TIMEncryptedStorage",
"name" : "TIMEncryptedStorage",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "9.0"
}
],
"products" : [
{
"name" : "TIMEncryptedStorage",
"targets" : [
"TIMEncryptedStorage"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TIMEncryptedStorageTests",
"module_type" : "SwiftTarget",
"name" : "TIMEncryptedStorageTests",
"path" : "Tests/TIMEncryptedStorageTests",
"sources" : [
"IVGeneratorTests.swift",
"KeychainStoreItemTests.swift",
"OSStatusExtensionsTests.swift",
"TIMCryptorTests.swift",
"TIMEncryptedStorageTests.swift",
"TIMKeyModelExtensionsTests.swift",
"TIMKeyServiceErrorTests.swift",
"TIMKeyServiceModelsTests.swift",
"TIMKeyServiceTests.swift"
],
"target_dependencies" : [
"TIMEncryptedStorage"
],
"type" : "test"
},
{
"c99name" : "TIMEncryptedStorage",
"module_type" : "SwiftTarget",
"name" : "TIMEncryptedStorage",
"path" : "Sources/TIMEncryptedStorage",
"product_memberships" : [
"TIMEncryptedStorage"
],
"sources" : [
"Cryptors/AES/CBC.swift",
"Cryptors/AES/GCM.swift",
"Cryptors/TIMESCryptor.swift",
"Extensions/OSStatus+Extensions.swift",
"Extensions/TIMKeyModel+Extensions.swift",
"Helpers/IVGenerator.swift",
"Helpers/Test/SecureStorageMock.swift",
"Helpers/Test/URLSession+Extensions.swift",
"Helpers/Test/URLSessionMockProtocol.swift",
"Models/TIMESBiometricEnableResult.swift",
"Models/TIMESEncryptionMethod.swift",
"Models/TIMESKeyCreationResult.swift",
"Models/TIMErrorModels.swift",
"Models/TIMKeyServiceModels.swift",
"TIM/KeyService/TIMKeyService.swift",
"TIM/KeyService/TIMKeyServiceProtocol.swift",
"TIM/Keychain/TIMKeychain.swift",
"TIM/Keychain/TIMKeychainStoreItem.swift",
"TIM/Keychain/TIMSecureStorage.swift",
"TIM/Keychain/TIMSecureStorageItem.swift",
"TIM/TIMEncryptedStorage.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
TIMEncryptedStorage: /Users/admin/builder/spi-builder-workspace
resolved source packages: TIMEncryptedStorage
{
"dependencies" : [
],
"manifest_display_name" : "TIMEncryptedStorage",
"name" : "TIMEncryptedStorage",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "9.0"
}
],
"products" : [
{
"name" : "TIMEncryptedStorage",
"targets" : [
"TIMEncryptedStorage"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TIMEncryptedStorageTests",
"module_type" : "SwiftTarget",
"name" : "TIMEncryptedStorageTests",
"path" : "Tests/TIMEncryptedStorageTests",
"sources" : [
"IVGeneratorTests.swift",
"KeychainStoreItemTests.swift",
"OSStatusExtensionsTests.swift",
"TIMCryptorTests.swift",
"TIMEncryptedStorageTests.swift",
"TIMKeyModelExtensionsTests.swift",
"TIMKeyServiceErrorTests.swift",
"TIMKeyServiceModelsTests.swift",
"TIMKeyServiceTests.swift"
],
"target_dependencies" : [
"TIMEncryptedStorage"
],
"type" : "test"
},
{
"c99name" : "TIMEncryptedStorage",
"module_type" : "SwiftTarget",
"name" : "TIMEncryptedStorage",
"path" : "Sources/TIMEncryptedStorage",
"product_memberships" : [
"TIMEncryptedStorage"
],
"sources" : [
"Cryptors/AES/CBC.swift",
"Cryptors/AES/GCM.swift",
"Cryptors/TIMESCryptor.swift",
"Extensions/OSStatus+Extensions.swift",
"Extensions/TIMKeyModel+Extensions.swift",
"Helpers/IVGenerator.swift",
"Helpers/Test/SecureStorageMock.swift",
"Helpers/Test/URLSession+Extensions.swift",
"Helpers/Test/URLSessionMockProtocol.swift",
"Models/TIMESBiometricEnableResult.swift",
"Models/TIMESEncryptionMethod.swift",
"Models/TIMESKeyCreationResult.swift",
"Models/TIMErrorModels.swift",
"Models/TIMKeyServiceModels.swift",
"TIM/KeyService/TIMKeyService.swift",
"TIM/KeyService/TIMKeyServiceProtocol.swift",
"TIM/Keychain/TIMKeychain.swift",
"TIM/Keychain/TIMKeychainStoreItem.swift",
"TIM/Keychain/TIMSecureStorage.swift",
"TIM/Keychain/TIMSecureStorageItem.swift",
"TIM/TIMEncryptedStorage.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"TIMEncryptedStorage"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme TIMEncryptedStorage -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.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 -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
TIMEncryptedStorage: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
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
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 4c859fd1e632c523b2485dcf95891bfe
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/4c859fd1e632c523b2485dcf95891bfe.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
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
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/TIMEncryptedStorageTests.DependencyMetadataFileList (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/TIMEncryptedStorageTests.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/TIMEncryptedStorageTests.DependencyStaticMetadataFileList (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/TIMEncryptedStorageTests.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorage.build/TIMEncryptedStorage.modulemap (in target 'TIMEncryptedStorage' 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/TIMEncryptedStorage.build/TIMEncryptedStorage.modulemap
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
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.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/Objects-normal/arm64/TIMEncryptedStorageTests.SwiftConstValuesFileList (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.SwiftConstValuesFileList
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/TIMEncryptedStorage.build/TIMEncryptedStorage.DependencyStaticMetadataFileList (in target 'TIMEncryptedStorage' 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/TIMEncryptedStorage.build/TIMEncryptedStorage.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorage.build/TIMEncryptedStorage.DependencyMetadataFileList (in target 'TIMEncryptedStorage' 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/TIMEncryptedStorage.build/TIMEncryptedStorage.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorage.build/Objects-normal/arm64/TIMEncryptedStorage_const_extract_protocols.json (in target 'TIMEncryptedStorage' 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/TIMEncryptedStorage.build/Objects-normal/arm64/TIMEncryptedStorage_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorage.build/Objects-normal/arm64/TIMEncryptedStorage.SwiftFileList (in target 'TIMEncryptedStorage' 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/TIMEncryptedStorage.build/Objects-normal/arm64/TIMEncryptedStorage.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorage.build/Objects-normal/arm64/TIMEncryptedStorage.SwiftConstValuesFileList (in target 'TIMEncryptedStorage' 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/TIMEncryptedStorage.build/Objects-normal/arm64/TIMEncryptedStorage.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorage.build/Objects-normal/arm64/TIMEncryptedStorage.LinkFileList (in target 'TIMEncryptedStorage' 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/TIMEncryptedStorage.build/Objects-normal/arm64/TIMEncryptedStorage.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorage.build/Objects-normal/arm64/TIMEncryptedStorage-OutputFileMap.json (in target 'TIMEncryptedStorage' 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/TIMEncryptedStorage.build/Objects-normal/arm64/TIMEncryptedStorage-OutputFileMap.json
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorageTests.xctest (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorageTests.xctest
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/TIMEncryptedStorage.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorage.build/TIMEncryptedStorage.modulemap (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 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorage.build/TIMEncryptedStorage.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
SwiftDriver TIMEncryptedStorage normal arm64 com.apple.xcode.tools.swift.compiler (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.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 -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-16.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-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -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/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ CBC.swift,\ GCM.swift,\ TIMESCryptor.swift /Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/Cryptors/AES/CBC.swift /Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/Cryptors/AES/GCM.swift /Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/Cryptors/TIMESCryptor.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/Cryptors/AES/CBC.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/Cryptors/AES/GCM.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/Cryptors/TIMESCryptor.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ TIMEncryptedStorage (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
EmitSwiftModule normal arm64 (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/Helpers/Test/SecureStorageMock.swift:5:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
private (set) var isBioProtected: Bool = false
^
/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 nonisolated 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: add '@MainActor' to make static property 'resultsForUrls' part of global actor 'MainActor'
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)
SwiftCompile normal arm64 Compiling\ TIMKeyServiceProtocol.swift,\ TIMKeychain.swift /Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyServiceProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychain.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyServiceProtocol.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychain.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ TIMKeychainStoreItem.swift,\ TIMSecureStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychainStoreItem.swift /Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/TIM/Keychain/TIMSecureStorage.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/TIM/Keychain/TIMKeychainStoreItem.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/TIM/Keychain/TIMSecureStorage.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ TIMESBiometricEnableResult.swift,\ TIMESEncryptionMethod.swift /Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/Models/TIMESBiometricEnableResult.swift /Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/Models/TIMESEncryptionMethod.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/Models/TIMESBiometricEnableResult.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/Models/TIMESEncryptionMethod.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ TIMSecureStorageItem.swift,\ TIMEncryptedStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/TIM/Keychain/TIMSecureStorageItem.swift /Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/TIM/Keychain/TIMSecureStorageItem.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift:305:21: warning: sending 'willBeginNetworkRequests' risks causing data races; this is an error in the Swift 6 language mode
willBeginNetworkRequests?()
~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift:305:21: note: task-isolated 'willBeginNetworkRequests' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
willBeginNetworkRequests?()
^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift:385:21: warning: sending 'willBeginNetworkRequests' risks causing data races; this is an error in the Swift 6 language mode
willBeginNetworkRequests?()
~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/TIM/TIMEncryptedStorage.swift:385:21: note: task-isolated 'willBeginNetworkRequests' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
willBeginNetworkRequests?()
^~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 Compiling\ OSStatus+Extensions.swift,\ TIMKeyModel+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/Extensions/OSStatus+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/Extensions/TIMKeyModel+Extensions.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/Extensions/OSStatus+Extensions.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/Extensions/TIMKeyModel+Extensions.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ IVGenerator.swift,\ SecureStorageMock.swift /Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/Helpers/IVGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/Helpers/Test/SecureStorageMock.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/Helpers/IVGenerator.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/Helpers/Test/SecureStorageMock.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/Helpers/Test/SecureStorageMock.swift:5:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
private (set) var isBioProtected: Bool = false
^
SwiftCompile normal arm64 Compiling\ TIMESKeyCreationResult.swift,\ TIMErrorModels.swift /Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/Models/TIMESKeyCreationResult.swift /Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/Models/TIMErrorModels.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/Models/TIMESKeyCreationResult.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/Models/TIMErrorModels.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ TIMKeyServiceModels.swift,\ TIMKeyService.swift /Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/Models/TIMKeyServiceModels.swift /Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyService.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/Models/TIMKeyServiceModels.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyService.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyService.swift:63:27: warning: capture of 'self' with non-sendable type 'TIMKeyService?' in a '@Sendable' closure
guard let self else { fatalError("❗️No reference to self in \(#function)") }
/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/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyService.swift:71:25: warning: capture of 'performRequest(with:retryCount:)' with non-sendable type '<T where T : Decodable> (with: URLSession, retryCount: Int) -> ()' in a '@Sendable' closure
performRequest(with: newSession, retryCount: retryCount - 1)
^
/Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyService.swift:75:29: warning: capture of 'completion' with non-sendable type '(Result<T, TIMKeyServiceError>) -> Void' in a '@Sendable' closure
completion(.failure(mapKeyServiceError(error)))
^
/Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyService.swift:75:29: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(.failure(mapKeyServiceError(error)))
^
/Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/TIM/KeyService/TIMKeyService.swift:56:14: warning: concurrently-executed local function 'performRequest(with:retryCount:)' must be marked as '@Sendable'
func performRequest(with urlSession: URLSession, retryCount: Int) {
^
@Sendable
SwiftCompile normal arm64 Compiling\ URLSession+Extensions.swift,\ URLSessionMockProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/Helpers/Test/URLSession+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/Helpers/Test/URLSessionMockProtocol.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/Helpers/Test/URLSession+Extensions.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TIMEncryptedStorage/Helpers/Test/URLSessionMockProtocol.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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 nonisolated 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: add '@MainActor' to make static property 'resultsForUrls' part of global actor 'MainActor'
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)
SwiftDriverJobDiscovery normal arm64 Emitting module for TIMEncryptedStorage (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
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/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.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 -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-16.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-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -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/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling URLSession+Extensions.swift, URLSessionMockProtocol.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.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/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
SwiftDriverJobDiscovery normal arm64 Compiling TIMKeyServiceProtocol.swift, TIMKeychain.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
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
SwiftDriver TIMEncryptedStorageTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.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 -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-16.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-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -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/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ TIMEncryptedStorageTests (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
EmitSwiftModule normal arm64 (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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: add '@MainActor' to make static property 'testStore' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'keyService' part of global actor 'MainActor'
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/TIMKeyServiceTests.swift:8:16: warning: static property 'config' is not concurrency-safe because it is nonisolated 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: add '@MainActor' to make static property 'config' part of global actor 'MainActor'
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
SwiftCompile normal arm64 Compiling\ TIMEncryptedStorageTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMEncryptedStorageTests.swift (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
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/.swiftpm/xcode
/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: add '@MainActor' to make static property 'testStore' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'keyService' part of global actor 'MainActor'
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\ IVGeneratorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/IVGeneratorTests.swift (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
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/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling TIMKeychainStoreItem.swift, TIMSecureStorage.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
SwiftCompile normal arm64 Compiling\ TIMKeyServiceModelsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceModelsTests.swift (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
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/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling TIMSecureStorageItem.swift, TIMEncryptedStorage.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
SwiftCompile normal arm64 Compiling\ TIMKeyServiceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceTests.swift (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
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/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceTests.swift:8:16: warning: static property 'config' is not concurrency-safe because it is nonisolated 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: add '@MainActor' to make static property 'config' part of global actor 'MainActor'
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/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] = [:]
^
SwiftDriverJobDiscovery normal arm64 Compiling TIMESBiometricEnableResult.swift, TIMESEncryptionMethod.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
SwiftCompile normal arm64 Compiling\ KeychainStoreItemTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/KeychainStoreItemTests.swift (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
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/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling TIMESKeyCreationResult.swift, TIMErrorModels.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
SwiftCompile normal arm64 Compiling\ OSStatusExtensionsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/OSStatusExtensionsTests.swift (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
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/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling TIMKeyServiceModels.swift, TIMKeyService.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
SwiftCompile normal arm64 Compiling\ TIMCryptorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMCryptorTests.swift (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
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/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling OSStatus+Extensions.swift, TIMKeyModel+Extensions.swift (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
SwiftCompile normal arm64 Compiling\ TIMKeyServiceErrorTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyServiceErrorTests.swift (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
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/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ TIMKeyModelExtensionsTests.swift /Users/admin/builder/spi-builder-workspace/Tests/TIMEncryptedStorageTests/TIMKeyModelExtensionsTests.swift (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
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/.swiftpm/xcode
/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)
^
SwiftDriverJobDiscovery normal arm64 Compiling IVGenerator.swift, SecureStorageMock.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 Emitting module for TIMEncryptedStorageTests (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/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.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 -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-16.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-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -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/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
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/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.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 -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-16.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-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -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/.swiftpm/xcode -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
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-16.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-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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 -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -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 -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.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 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorage.o
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
ExtractAppIntentsMetadata (in target 'TIMEncryptedStorage' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name TIMEncryptedStorage --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.TIMEncryptedStorage --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorage.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorage.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorage.build/Objects-normal/arm64/TIMEncryptedStorage_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorage.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorage.build/Objects-normal/arm64/TIMEncryptedStorage.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorage.build/TIMEncryptedStorage.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorage.build/TIMEncryptedStorage.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorage.build/Objects-normal/arm64/TIMEncryptedStorage.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-29 15:40:18.430 appintentsmetadataprocessor[726:4208] Starting appintentsmetadataprocessor export
2025-04-29 15:40:18.483 appintentsmetadataprocessor[726:4208] Extracted no relevant App Intents symbols, skipping writing output
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
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 TIMKeyServiceErrorTests.swift (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
SwiftDriverJobDiscovery normal arm64 Compiling TIMKeyServiceModelsTests.swift (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
SwiftDriverJobDiscovery normal arm64 Compiling IVGeneratorTests.swift (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
SwiftDriverJobDiscovery normal arm64 Compiling TIMKeyModelExtensionsTests.swift (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
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 TIMEncryptedStorageTests.swift (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
SwiftDriverJobDiscovery normal arm64 Compiling TIMCryptorTests.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/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.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 -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-16.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-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -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/.swiftpm/xcode -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
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -bundle -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-16.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-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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 -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -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 -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.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 -lXCTestSwiftSupport -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
CopySwiftLibs /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorageTests.xctest (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftStdLibTool --copy --verbose --scan-executable /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorageTests.xctest/TIMEncryptedStorageTests --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorageTests.xctest/Frameworks --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorageTests.xctest/PlugIns --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorageTests.xctest/SystemExtensions --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorageTests.xctest/Extensions --platform iphoneos --toolchain /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --destination /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorageTests.xctest/Frameworks --strip-bitcode --scan-executable /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/libXCTestSwiftSupport.dylib --strip-bitcode-tool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip --emit-dependency-info /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/SwiftStdLibToolInputDependencies.dep --filter-for-swift-os --back-deploy-swift-concurrency
Ignoring --strip-bitcode because --sign was not passed
Copying /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift-5.5/iphoneos/libswift_Concurrency.dylib to /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorageTests.xctest/Frameworks/libswift_Concurrency.dylib
ExtractAppIntentsMetadata (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name TIMEncryptedStorageTests --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 13.0 --bundle-identifier spi-builder-workspace.TIMEncryptedStorageTests --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorageTests.xctest --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorageTests.xctest/TIMEncryptedStorageTests --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/TIMEncryptedStorageTests.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/TIMEncryptedStorageTests.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/Objects-normal/arm64/TIMEncryptedStorageTests.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-29 15:40:19.724 appintentsmetadataprocessor[729:4248] Starting appintentsmetadataprocessor export
2025-04-29 15:40:19.726 appintentsmetadataprocessor[729:4248] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateDSYMFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorageTests.xctest.dSYM /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorageTests.xctest/TIMEncryptedStorageTests (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorageTests.xctest/TIMEncryptedStorageTests -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorageTests.xctest.dSYM
AppIntentsSSUTraining (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsnltrainingprocessor --infoplist-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorageTests.xctest/Info.plist --temp-dir-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/ssu --bundle-id spi-builder-workspace.TIMEncryptedStorageTests --product-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorageTests.xctest --extracted-metadata-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorageTests.xctest/Metadata.appintents --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TIMEncryptedStorage.build/Debug-iphoneos/TIMEncryptedStorageTests.build/TIMEncryptedStorageTests.DependencyMetadataFileList --archive-ssu-assets
2025-04-29 15:40:19.751 appintentsnltrainingprocessor[731:4250] Parsing options for appintentsnltrainingprocessor
2025-04-29 15:40:19.752 appintentsnltrainingprocessor[731:4250] No AppShortcuts found - Skipping.
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorageTests.xctest (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorageTests.xctest
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorageTests.xctest (in target 'TIMEncryptedStorageTests' from project 'TIMEncryptedStorage')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TIMEncryptedStorageTests.xctest
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "TIMEncryptedStorage",
"name" : "TIMEncryptedStorage",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "9.0"
}
],
"products" : [
{
"name" : "TIMEncryptedStorage",
"targets" : [
"TIMEncryptedStorage"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TIMEncryptedStorageTests",
"module_type" : "SwiftTarget",
"name" : "TIMEncryptedStorageTests",
"path" : "Tests/TIMEncryptedStorageTests",
"sources" : [
"IVGeneratorTests.swift",
"KeychainStoreItemTests.swift",
"OSStatusExtensionsTests.swift",
"TIMCryptorTests.swift",
"TIMEncryptedStorageTests.swift",
"TIMKeyModelExtensionsTests.swift",
"TIMKeyServiceErrorTests.swift",
"TIMKeyServiceModelsTests.swift",
"TIMKeyServiceTests.swift"
],
"target_dependencies" : [
"TIMEncryptedStorage"
],
"type" : "test"
},
{
"c99name" : "TIMEncryptedStorage",
"module_type" : "SwiftTarget",
"name" : "TIMEncryptedStorage",
"path" : "Sources/TIMEncryptedStorage",
"product_memberships" : [
"TIMEncryptedStorage"
],
"sources" : [
"Cryptors/AES/CBC.swift",
"Cryptors/AES/GCM.swift",
"Cryptors/TIMESCryptor.swift",
"Extensions/OSStatus+Extensions.swift",
"Extensions/TIMKeyModel+Extensions.swift",
"Helpers/IVGenerator.swift",
"Helpers/Test/SecureStorageMock.swift",
"Helpers/Test/URLSession+Extensions.swift",
"Helpers/Test/URLSessionMockProtocol.swift",
"Models/TIMESBiometricEnableResult.swift",
"Models/TIMESEncryptionMethod.swift",
"Models/TIMESKeyCreationResult.swift",
"Models/TIMErrorModels.swift",
"Models/TIMKeyServiceModels.swift",
"TIM/KeyService/TIMKeyService.swift",
"TIM/KeyService/TIMKeyServiceProtocol.swift",
"TIM/Keychain/TIMKeychain.swift",
"TIM/Keychain/TIMKeychainStoreItem.swift",
"TIM/Keychain/TIMSecureStorage.swift",
"TIM/Keychain/TIMSecureStorageItem.swift",
"TIM/TIMEncryptedStorage.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.