Build Information
Successful build of PersistentKeyValueKit, reference main (2f459e
), with Swift 6.1 for watchOS using Xcode 16.3 on 30 Apr 2025 04:27:51 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme PersistentKeyValueKit -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kylehughes/PersistentKeyValueKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kylehughes/PersistentKeyValueKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 2f459e0 Initial commit
Cloned https://github.com/kylehughes/PersistentKeyValueKit.git
Revision (git rev-parse @):
2f459e001820c74bb271036dd6a821df0f629b4c
SUCCESS checkout https://github.com/kylehughes/PersistentKeyValueKit.git at main
========================================
Build
========================================
Selected platform: watchOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/kylehughes/PersistentKeyValueKit.git
https://github.com/kylehughes/PersistentKeyValueKit.git
{
"dependencies" : [
],
"manifest_display_name" : "PersistentKeyValueKit",
"name" : "PersistentKeyValueKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "PersistentKeyValueKit",
"targets" : [
"PersistentKeyValueKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PersistentKeyValueKitTests",
"module_type" : "SwiftTarget",
"name" : "PersistentKeyValueKitTests",
"path" : "Tests/PersistentKeyValueKitTests",
"sources" : [
"Scaffolding/Custom Persistent Key-Value Representations/ReferenceProxyPersistentKeyValueRepresentation.swift",
"Scaffolding/Custom Persistible Types/CustomPersistibleType+Codable.swift",
"Scaffolding/Custom Persistible Types/CustomPersistibleType+Comprehensive.swift",
"Scaffolding/Custom Persistible Types/CustomPersistibleType+LosslessStringConvertible.swift",
"Scaffolding/Custom Persistible Types/CustomPersistibleType+Proxy.swift",
"Scaffolding/Custom Persistible Types/CustomPersistibleType+RawRepresentable.swift",
"Scaffolding/Custom Persistible Types/CustomPersistibleType.swift",
"Scaffolding/Mocks/MockNSUbiquitousKeyValueStore.swift",
"Tests/Key-Value Persistible/AbstractKeyValuePersistibleTests.swift",
"Tests/Key-Value Persistible/AbstractPrimitiveKeyValuePersistibleTests.swift",
"Tests/Key-Value Persistible/Extensions/Foundation/DataKeyValuePersistibleTests.swift",
"Tests/Key-Value Persistible/Extensions/Foundation/DateKeyValuePersistibleTests.swift",
"Tests/Key-Value Persistible/Extensions/Foundation/URLKeyValuePersistibleTests.swift",
"Tests/Key-Value Persistible/Extensions/Standard Library/ArrayOfPrimitivesKeyValuePersistibleTests.swift",
"Tests/Key-Value Persistible/Extensions/Standard Library/ArrayOfProxiesKeyValuePersistibleTests.swift",
"Tests/Key-Value Persistible/Extensions/Standard Library/BoolKeyValuePersistibleTests.swift",
"Tests/Key-Value Persistible/Extensions/Standard Library/DictionaryOfPrimitivesKeyValuePersistibleTests.swift",
"Tests/Key-Value Persistible/Extensions/Standard Library/DictionaryOfProxiesKeyValuePersistibleTests.swift",
"Tests/Key-Value Persistible/Extensions/Standard Library/DoubleKeyValuePersistibleTests.swift",
"Tests/Key-Value Persistible/Extensions/Standard Library/FloatKeyValuePersistibleTests.swift",
"Tests/Key-Value Persistible/Extensions/Standard Library/IntKeyValuePersistibleTests.swift",
"Tests/Key-Value Persistible/Extensions/Standard Library/OptionalKeyValuePersistibleTests.swift",
"Tests/Key-Value Persistible/Extensions/Standard Library/StringKeyValuePersistibleTests.swift",
"Tests/Persistent Key-Value Representation/Implementations/LosslessStringConvertiblePersistentKeyValueRepresentationTests.swift",
"Tests/Persistent Key-Value Representation/Implementations/ProxyPersistentKeyValueRepresentationTests.swift",
"Tests/Persistent Key-Value Store/AbstractPersistentKeyValueStoreTests.swift",
"Tests/Persistent Key-Value Store/AbstractPersistentKeyValueStoreTypeTests.swift",
"Tests/Persistent Key-Value Store/InMemoryPersistentKeyValueStore/InMemoryPersistentKeyValueStoreTests.swift",
"Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/AbstractNSUbiquitousKeyValueStoreTypeTests.swift",
"Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/NSUbiquitousKeyValueStoreTests.swift",
"Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Custom/CodableNSUbiquitousKeyValueStoreTests.swift",
"Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Custom/LosslessStringConvertibleNSUbiquitousKeyValueStoreTests.swift",
"Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Custom/ProxyNSUbiquitousKeyValueStoreTests.swift",
"Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Custom/RawRepresentableNSUbiquitousKeyValueStoreTests.swift",
"Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Foundation/DataNSUbiquitousKeyValueStoreTests.swift",
"Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Foundation/URLNSUbiquitousKeyValueStoreTests.swift",
"Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Standard Library/ArrayNSUbiquitousKeyValueStoreTests.swift",
"Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Standard Library/BoolNSUbiquitousKeyValueStoreTests.swift",
"Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Standard Library/DictionaryNSUbiquitousKeyValueStoreTests.swift",
"Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Standard Library/DoubleNSUbiquitousKeyValueStoreTests.swift",
"Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Standard Library/FloatNSUbiquitousKeyValueStoreTests.swift",
"Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Standard Library/IntNSUbiquitousKeyValueStoreTests.swift",
"Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Standard Library/OptionalNSUbiquitousKeyValueStoreTests.swift",
"Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Standard Library/StringNSUbiquitousKeyValueStoreTests.swift",
"Tests/Persistent Key-Value Store/UserDefaults/AbstractUserDefaultsTypeTests.swift",
"Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Custom/CodableUserDefaultsTests.swift",
"Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Custom/LosslessStringConvertibleUserDefaultsTests.swift",
"Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Custom/ProxyUserDefaultsTests.swift",
"Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Custom/RawRepresentableUserDefaultsTests.swift",
"Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Foundation/DataUserDefaultsTests.swift",
"Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Foundation/URLUserDefaultsTests.swift",
"Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Standard Library/ArrayUserDefaultsTests.swift",
"Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Standard Library/BoolUserDefaultsTests.swift",
"Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Standard Library/DictionaryUserDefaultsTests.swift",
"Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Standard Library/DoubleUserDefaultsTests.swift",
"Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Standard Library/FloatUserDefaultsTests.swift",
"Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Standard Library/IntUserDefaultsTests.swift",
"Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Standard Library/OptionalUserDefaultsTests.swift",
"Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Standard Library/StringUserDefaultsTests.swift",
"Tests/Persistent Key-Value Store/UserDefaults/UserDefaultsTests.swift",
"Tests/Persistent Key/AbstractPersistentKeyTests.swift",
"Tests/Persistent Key/Implementations/PersistentDebugKeyTests.swift",
"Tests/Persistent Key/Implementations/PersistentKeyTests.swift",
"Tests/Persistent Key/PersistentKeyObserverTests.swift",
"Tests/Persistent Key/PersistentKeyProtocolTests.swift",
"Tests/Property Wrapper/DefaultPersistentKeyValueStoreViewModifierTests.swift",
"Tests/Property Wrapper/PersistentValueTests.swift"
],
"target_dependencies" : [
"PersistentKeyValueKit"
],
"type" : "test"
},
{
"c99name" : "PersistentKeyValueKit",
"module_type" : "SwiftTarget",
"name" : "PersistentKeyValueKit",
"path" : "Sources/PersistentKeyValueKit",
"product_memberships" : [
"PersistentKeyValueKit"
],
"sources" : [
"Key-Value Persistible/Extension/Foundation/Data+KeyValuePersistible.swift",
"Key-Value Persistible/Extension/Foundation/URL+KeyValuePersistible.swift",
"Key-Value Persistible/Extension/Standard Library/Array<KeyValuePersistible>+KeyValuePersistible.swift",
"Key-Value Persistible/Extension/Standard Library/Bool+KeyValuePersistible.swift",
"Key-Value Persistible/Extension/Standard Library/Dictionary<String, KeyValuePersistible>+KeyValuePersistible.swift",
"Key-Value Persistible/Extension/Standard Library/Double+KeyValuePersistible.swift",
"Key-Value Persistible/Extension/Standard Library/Float+KeyValuePersistible.swift",
"Key-Value Persistible/Extension/Standard Library/Int+KeyValuePersistible.swift",
"Key-Value Persistible/Extension/Standard Library/Optional+KeyValuePersistible.swift",
"Key-Value Persistible/Extension/Standard Library/String+KeyValuePersistible.swift",
"Key-Value Persistible/KeyValuePersistible.swift",
"Key-Value Persistible/PrimitiveKeyValuePersistible.swift",
"Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift",
"Persistent Key-Value Representation/Implementations/LosslessStringConvertiblePersistentKeyValueRepresentation.swift",
"Persistent Key-Value Representation/Implementations/OptionalPersistentKeyValueRepresentation.swift",
"Persistent Key-Value Representation/Implementations/PrimitivePersistentKeyValueRepresentation.swift",
"Persistent Key-Value Representation/Implementations/ProxyPersistentKeyValueRepresentation.swift",
"Persistent Key-Value Representation/Implementations/ProxyPersistentKeyValueRepresentationProtocol.swift",
"Persistent Key-Value Representation/Implementations/RawRepresentablePersistentKeyValueRepresentation.swift",
"Persistent Key-Value Representation/PersistentKeyValueRepresentation.swift",
"Persistent Key-Value Store/Extensions/Foundation/NSUbiquitousKeyValueStore+PersistentKeyValueStore.swift",
"Persistent Key-Value Store/Extensions/Foundation/UserDefaults+PersistentKeyValueStore.swift",
"Persistent Key-Value Store/Implementations/InMemoryPersistentKeyValueStore.swift",
"Persistent Key-Value Store/PersistentKeyValueStore.swift",
"Persistent Key/PersistentDebugKey.swift",
"Persistent Key/PersistentKey.swift",
"Persistent Key/PersistentKeyProtocol.swift",
"Property Wrapper/DefaultPersistentKeyValueStoreViewModifier.swift",
"Property Wrapper/PersistentKeyUIObservableObject.swift",
"Property Wrapper/PersistentValue+EnvironmentValues.swift",
"Property Wrapper/PersistentValue.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
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
Resolve Package Graph
Resolved source packages:
PersistentKeyValueKit: /Users/admin/builder/spi-builder-workspace
resolved source packages: PersistentKeyValueKit
{
"dependencies" : [
],
"manifest_display_name" : "PersistentKeyValueKit",
"name" : "PersistentKeyValueKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "PersistentKeyValueKit",
"targets" : [
"PersistentKeyValueKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PersistentKeyValueKitTests",
"module_type" : "SwiftTarget",
"name" : "PersistentKeyValueKitTests",
"path" : "Tests/PersistentKeyValueKitTests",
"sources" : [
"Scaffolding/Custom Persistent Key-Value Representations/ReferenceProxyPersistentKeyValueRepresentation.swift",
"Scaffolding/Custom Persistible Types/CustomPersistibleType+Codable.swift",
"Scaffolding/Custom Persistible Types/CustomPersistibleType+Comprehensive.swift",
"Scaffolding/Custom Persistible Types/CustomPersistibleType+LosslessStringConvertible.swift",
"Scaffolding/Custom Persistible Types/CustomPersistibleType+Proxy.swift",
"Scaffolding/Custom Persistible Types/CustomPersistibleType+RawRepresentable.swift",
"Scaffolding/Custom Persistible Types/CustomPersistibleType.swift",
"Scaffolding/Mocks/MockNSUbiquitousKeyValueStore.swift",
"Tests/Key-Value Persistible/AbstractKeyValuePersistibleTests.swift",
"Tests/Key-Value Persistible/AbstractPrimitiveKeyValuePersistibleTests.swift",
"Tests/Key-Value Persistible/Extensions/Foundation/DataKeyValuePersistibleTests.swift",
"Tests/Key-Value Persistible/Extensions/Foundation/DateKeyValuePersistibleTests.swift",
"Tests/Key-Value Persistible/Extensions/Foundation/URLKeyValuePersistibleTests.swift",
"Tests/Key-Value Persistible/Extensions/Standard Library/ArrayOfPrimitivesKeyValuePersistibleTests.swift",
"Tests/Key-Value Persistible/Extensions/Standard Library/ArrayOfProxiesKeyValuePersistibleTests.swift",
"Tests/Key-Value Persistible/Extensions/Standard Library/BoolKeyValuePersistibleTests.swift",
"Tests/Key-Value Persistible/Extensions/Standard Library/DictionaryOfPrimitivesKeyValuePersistibleTests.swift",
"Tests/Key-Value Persistible/Extensions/Standard Library/DictionaryOfProxiesKeyValuePersistibleTests.swift",
"Tests/Key-Value Persistible/Extensions/Standard Library/DoubleKeyValuePersistibleTests.swift",
"Tests/Key-Value Persistible/Extensions/Standard Library/FloatKeyValuePersistibleTests.swift",
"Tests/Key-Value Persistible/Extensions/Standard Library/IntKeyValuePersistibleTests.swift",
"Tests/Key-Value Persistible/Extensions/Standard Library/OptionalKeyValuePersistibleTests.swift",
"Tests/Key-Value Persistible/Extensions/Standard Library/StringKeyValuePersistibleTests.swift",
"Tests/Persistent Key-Value Representation/Implementations/LosslessStringConvertiblePersistentKeyValueRepresentationTests.swift",
"Tests/Persistent Key-Value Representation/Implementations/ProxyPersistentKeyValueRepresentationTests.swift",
"Tests/Persistent Key-Value Store/AbstractPersistentKeyValueStoreTests.swift",
"Tests/Persistent Key-Value Store/AbstractPersistentKeyValueStoreTypeTests.swift",
"Tests/Persistent Key-Value Store/InMemoryPersistentKeyValueStore/InMemoryPersistentKeyValueStoreTests.swift",
"Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/AbstractNSUbiquitousKeyValueStoreTypeTests.swift",
"Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/NSUbiquitousKeyValueStoreTests.swift",
"Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Custom/CodableNSUbiquitousKeyValueStoreTests.swift",
"Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Custom/LosslessStringConvertibleNSUbiquitousKeyValueStoreTests.swift",
"Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Custom/ProxyNSUbiquitousKeyValueStoreTests.swift",
"Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Custom/RawRepresentableNSUbiquitousKeyValueStoreTests.swift",
"Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Foundation/DataNSUbiquitousKeyValueStoreTests.swift",
"Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Foundation/URLNSUbiquitousKeyValueStoreTests.swift",
"Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Standard Library/ArrayNSUbiquitousKeyValueStoreTests.swift",
"Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Standard Library/BoolNSUbiquitousKeyValueStoreTests.swift",
"Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Standard Library/DictionaryNSUbiquitousKeyValueStoreTests.swift",
"Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Standard Library/DoubleNSUbiquitousKeyValueStoreTests.swift",
"Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Standard Library/FloatNSUbiquitousKeyValueStoreTests.swift",
"Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Standard Library/IntNSUbiquitousKeyValueStoreTests.swift",
"Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Standard Library/OptionalNSUbiquitousKeyValueStoreTests.swift",
"Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Standard Library/StringNSUbiquitousKeyValueStoreTests.swift",
"Tests/Persistent Key-Value Store/UserDefaults/AbstractUserDefaultsTypeTests.swift",
"Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Custom/CodableUserDefaultsTests.swift",
"Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Custom/LosslessStringConvertibleUserDefaultsTests.swift",
"Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Custom/ProxyUserDefaultsTests.swift",
"Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Custom/RawRepresentableUserDefaultsTests.swift",
"Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Foundation/DataUserDefaultsTests.swift",
"Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Foundation/URLUserDefaultsTests.swift",
"Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Standard Library/ArrayUserDefaultsTests.swift",
"Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Standard Library/BoolUserDefaultsTests.swift",
"Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Standard Library/DictionaryUserDefaultsTests.swift",
"Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Standard Library/DoubleUserDefaultsTests.swift",
"Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Standard Library/FloatUserDefaultsTests.swift",
"Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Standard Library/IntUserDefaultsTests.swift",
"Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Standard Library/OptionalUserDefaultsTests.swift",
"Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Standard Library/StringUserDefaultsTests.swift",
"Tests/Persistent Key-Value Store/UserDefaults/UserDefaultsTests.swift",
"Tests/Persistent Key/AbstractPersistentKeyTests.swift",
"Tests/Persistent Key/Implementations/PersistentDebugKeyTests.swift",
"Tests/Persistent Key/Implementations/PersistentKeyTests.swift",
"Tests/Persistent Key/PersistentKeyObserverTests.swift",
"Tests/Persistent Key/PersistentKeyProtocolTests.swift",
"Tests/Property Wrapper/DefaultPersistentKeyValueStoreViewModifierTests.swift",
"Tests/Property Wrapper/PersistentValueTests.swift"
],
"target_dependencies" : [
"PersistentKeyValueKit"
],
"type" : "test"
},
{
"c99name" : "PersistentKeyValueKit",
"module_type" : "SwiftTarget",
"name" : "PersistentKeyValueKit",
"path" : "Sources/PersistentKeyValueKit",
"product_memberships" : [
"PersistentKeyValueKit"
],
"sources" : [
"Key-Value Persistible/Extension/Foundation/Data+KeyValuePersistible.swift",
"Key-Value Persistible/Extension/Foundation/URL+KeyValuePersistible.swift",
"Key-Value Persistible/Extension/Standard Library/Array<KeyValuePersistible>+KeyValuePersistible.swift",
"Key-Value Persistible/Extension/Standard Library/Bool+KeyValuePersistible.swift",
"Key-Value Persistible/Extension/Standard Library/Dictionary<String, KeyValuePersistible>+KeyValuePersistible.swift",
"Key-Value Persistible/Extension/Standard Library/Double+KeyValuePersistible.swift",
"Key-Value Persistible/Extension/Standard Library/Float+KeyValuePersistible.swift",
"Key-Value Persistible/Extension/Standard Library/Int+KeyValuePersistible.swift",
"Key-Value Persistible/Extension/Standard Library/Optional+KeyValuePersistible.swift",
"Key-Value Persistible/Extension/Standard Library/String+KeyValuePersistible.swift",
"Key-Value Persistible/KeyValuePersistible.swift",
"Key-Value Persistible/PrimitiveKeyValuePersistible.swift",
"Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift",
"Persistent Key-Value Representation/Implementations/LosslessStringConvertiblePersistentKeyValueRepresentation.swift",
"Persistent Key-Value Representation/Implementations/OptionalPersistentKeyValueRepresentation.swift",
"Persistent Key-Value Representation/Implementations/PrimitivePersistentKeyValueRepresentation.swift",
"Persistent Key-Value Representation/Implementations/ProxyPersistentKeyValueRepresentation.swift",
"Persistent Key-Value Representation/Implementations/ProxyPersistentKeyValueRepresentationProtocol.swift",
"Persistent Key-Value Representation/Implementations/RawRepresentablePersistentKeyValueRepresentation.swift",
"Persistent Key-Value Representation/PersistentKeyValueRepresentation.swift",
"Persistent Key-Value Store/Extensions/Foundation/NSUbiquitousKeyValueStore+PersistentKeyValueStore.swift",
"Persistent Key-Value Store/Extensions/Foundation/UserDefaults+PersistentKeyValueStore.swift",
"Persistent Key-Value Store/Implementations/InMemoryPersistentKeyValueStore.swift",
"Persistent Key-Value Store/PersistentKeyValueStore.swift",
"Persistent Key/PersistentDebugKey.swift",
"Persistent Key/PersistentKey.swift",
"Persistent Key/PersistentKeyProtocol.swift",
"Property Wrapper/DefaultPersistentKeyValueStoreViewModifier.swift",
"Property Wrapper/PersistentKeyUIObservableObject.swift",
"Property Wrapper/PersistentValue+EnvironmentValues.swift",
"Property Wrapper/PersistentValue.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"PersistentKeyValueKit"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme PersistentKeyValueKit -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats
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 PersistentKeyValueKit -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats
Resolve Package Graph
Resolved source packages:
PersistentKeyValueKit: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'PersistentKeyValueKit' in project 'PersistentKeyValueKit'
➜ Explicit dependency on target 'PersistentKeyValueKit' in project 'PersistentKeyValueKit'
Target 'PersistentKeyValueKit' in project 'PersistentKeyValueKit' (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/WatchOS.platform/Developer/SDKs/WatchOS11.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: 424a085ec0158fe44982ae80229564df
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/424a085ec0158fe44982ae80229564df.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
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/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/Products/Debug-watchos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
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-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/PersistentKeyValueKit.DependencyStaticMetadataFileList (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/PersistentKeyValueKit.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/armv7k/PersistentKeyValueKit.SwiftFileList (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/armv7k/PersistentKeyValueKit.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/PersistentKeyValueKit.modulemap (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/PersistentKeyValueKit.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/PersistentKeyValueKit.DependencyMetadataFileList (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/PersistentKeyValueKit.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/armv7k/PersistentKeyValueKit-OutputFileMap.json (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/armv7k/PersistentKeyValueKit-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/armv7k/PersistentKeyValueKit_const_extract_protocols.json (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/armv7k/PersistentKeyValueKit_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64_32/PersistentKeyValueKit_const_extract_protocols.json (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64_32/PersistentKeyValueKit_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64/PersistentKeyValueKit_const_extract_protocols.json (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64/PersistentKeyValueKit_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64_32/PersistentKeyValueKit-OutputFileMap.json (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64_32/PersistentKeyValueKit-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/armv7k/PersistentKeyValueKit.SwiftConstValuesFileList (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/armv7k/PersistentKeyValueKit.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/armv7k/PersistentKeyValueKit.LinkFileList (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/armv7k/PersistentKeyValueKit.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64_32/PersistentKeyValueKit.SwiftConstValuesFileList (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64_32/PersistentKeyValueKit.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64_32/PersistentKeyValueKit.SwiftFileList (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64_32/PersistentKeyValueKit.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64_32/PersistentKeyValueKit.LinkFileList (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64_32/PersistentKeyValueKit.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64/PersistentKeyValueKit.SwiftFileList (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64/PersistentKeyValueKit.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64/PersistentKeyValueKit.SwiftConstValuesFileList (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64/PersistentKeyValueKit.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64/PersistentKeyValueKit.LinkFileList (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64/PersistentKeyValueKit.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64/PersistentKeyValueKit-OutputFileMap.json (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64/PersistentKeyValueKit-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/PersistentKeyValueKit.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/PersistentKeyValueKit.modulemap (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
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/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/PersistentKeyValueKit.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos
SwiftDriver PersistentKeyValueKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
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 PersistentKeyValueKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64/PersistentKeyValueKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos8.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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64/PersistentKeyValueKit-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/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64/PersistentKeyValueKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64/PersistentKeyValueKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.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/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64/PersistentKeyValueKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver PersistentKeyValueKit normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
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 PersistentKeyValueKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64_32/PersistentKeyValueKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos8.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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64_32/PersistentKeyValueKit-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/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64_32/PersistentKeyValueKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64_32/PersistentKeyValueKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.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/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64_32/PersistentKeyValueKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver PersistentKeyValueKit normal armv7k com.apple.xcode.tools.swift.compiler (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
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 PersistentKeyValueKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/armv7k/PersistentKeyValueKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos8.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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/armv7k/PersistentKeyValueKit-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/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/armv7k/PersistentKeyValueKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/armv7k/PersistentKeyValueKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.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/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/armv7k/PersistentKeyValueKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal armv7k Emitting\ module\ for\ PersistentKeyValueKit (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
EmitSwiftModule normal armv7k (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ Dictionary<String,\ KeyValuePersistible>+KeyValuePersistible.swift,\ Double+KeyValuePersistible.swift,\ Float+KeyValuePersistible.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Standard\ Library/Dictionary<String,\ KeyValuePersistible>+KeyValuePersistible.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Standard\ Library/Double+KeyValuePersistible.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Standard\ Library/Float+KeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Standard\ Library/Dictionary<String,\ KeyValuePersistible>+KeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Standard\ Library/Double+KeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Standard\ Library/Float+KeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ ProxyPersistentKeyValueRepresentation.swift,\ ProxyPersistentKeyValueRepresentationProtocol.swift,\ RawRepresentablePersistentKeyValueRepresentation.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Representation/Implementations/ProxyPersistentKeyValueRepresentation.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Representation/Implementations/ProxyPersistentKeyValueRepresentationProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Representation/Implementations/RawRepresentablePersistentKeyValueRepresentation.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Representation/Implementations/ProxyPersistentKeyValueRepresentation.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Representation/Implementations/ProxyPersistentKeyValueRepresentationProtocol.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Representation/Implementations/RawRepresentablePersistentKeyValueRepresentation.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ Int+KeyValuePersistible.swift,\ Optional+KeyValuePersistible.swift,\ String+KeyValuePersistible.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Standard\ Library/Int+KeyValuePersistible.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Standard\ Library/Optional+KeyValuePersistible.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Standard\ Library/String+KeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Standard\ Library/Int+KeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Standard\ Library/Optional+KeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Standard\ Library/String+KeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ LosslessStringConvertiblePersistentKeyValueRepresentation.swift,\ OptionalPersistentKeyValueRepresentation.swift,\ PrimitivePersistentKeyValueRepresentation.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Representation/Implementations/LosslessStringConvertiblePersistentKeyValueRepresentation.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Representation/Implementations/OptionalPersistentKeyValueRepresentation.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Representation/Implementations/PrimitivePersistentKeyValueRepresentation.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Representation/Implementations/LosslessStringConvertiblePersistentKeyValueRepresentation.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Representation/Implementations/OptionalPersistentKeyValueRepresentation.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Representation/Implementations/PrimitivePersistentKeyValueRepresentation.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ KeyValuePersistible.swift,\ PrimitiveKeyValuePersistible.swift,\ CodablePersistentKeyValueRepresentation.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/KeyValuePersistible.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/PrimitiveKeyValuePersistible.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Representation/Implementations/CodablePersistentKeyValueRepresentation.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/KeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/PrimitiveKeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Representation/Implementations/CodablePersistentKeyValueRepresentation.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ PersistentKeyValueRepresentation.swift,\ NSUbiquitousKeyValueStore+PersistentKeyValueStore.swift,\ UserDefaults+PersistentKeyValueStore.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Representation/PersistentKeyValueRepresentation.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Store/Extensions/Foundation/NSUbiquitousKeyValueStore+PersistentKeyValueStore.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Store/Extensions/Foundation/UserDefaults+PersistentKeyValueStore.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Representation/PersistentKeyValueRepresentation.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Store/Extensions/Foundation/NSUbiquitousKeyValueStore+PersistentKeyValueStore.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Store/Extensions/Foundation/UserDefaults+PersistentKeyValueStore.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ Data+KeyValuePersistible.swift,\ URL+KeyValuePersistible.swift,\ Array<KeyValuePersistible>+KeyValuePersistible.swift,\ Bool+KeyValuePersistible.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Foundation/Data+KeyValuePersistible.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Foundation/URL+KeyValuePersistible.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Standard\ Library/Array<KeyValuePersistible>+KeyValuePersistible.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Standard\ Library/Bool+KeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Foundation/Data+KeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Foundation/URL+KeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Standard\ Library/Array<KeyValuePersistible>+KeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Standard\ Library/Bool+KeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ PersistentKeyValueKit (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
EmitSwiftModule normal arm64 (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ PersistentKeyValueKit (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
EmitSwiftModule normal arm64_32 (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ KeyValuePersistible.swift,\ PrimitiveKeyValuePersistible.swift,\ CodablePersistentKeyValueRepresentation.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/KeyValuePersistible.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/PrimitiveKeyValuePersistible.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Representation/Implementations/CodablePersistentKeyValueRepresentation.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/KeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/PrimitiveKeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Representation/Implementations/CodablePersistentKeyValueRepresentation.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Emitting module for PersistentKeyValueKit (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftDriver\ Compilation\ Requirements PersistentKeyValueKit normal armv7k com.apple.xcode.tools.swift.compiler (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
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 PersistentKeyValueKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/armv7k/PersistentKeyValueKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos8.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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/armv7k/PersistentKeyValueKit-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/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/armv7k/PersistentKeyValueKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/armv7k/PersistentKeyValueKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.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/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/armv7k/PersistentKeyValueKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Emitting module for PersistentKeyValueKit (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftDriver\ Compilation\ Requirements PersistentKeyValueKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
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 PersistentKeyValueKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64/PersistentKeyValueKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos8.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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64/PersistentKeyValueKit-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/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64/PersistentKeyValueKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64/PersistentKeyValueKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.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/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64/PersistentKeyValueKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentKeyValueKit.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/armv7k/PersistentKeyValueKit.swiftmodule (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
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/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/armv7k/PersistentKeyValueKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentKeyValueKit.swiftmodule/armv7k-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentKeyValueKit.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/armv7k/PersistentKeyValueKit.swiftdoc (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
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/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/armv7k/PersistentKeyValueKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentKeyValueKit.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentKeyValueKit.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/armv7k/PersistentKeyValueKit.abi.json (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
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/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/armv7k/PersistentKeyValueKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentKeyValueKit.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentKeyValueKit.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64/PersistentKeyValueKit.swiftmodule (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
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/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64/PersistentKeyValueKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentKeyValueKit.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentKeyValueKit.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64/PersistentKeyValueKit.swiftdoc (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
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/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64/PersistentKeyValueKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentKeyValueKit.swiftmodule/arm64-apple-watchos.swiftdoc
SwiftDriverJobDiscovery normal arm64_32 Emitting module for PersistentKeyValueKit (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftDriver\ Compilation\ Requirements PersistentKeyValueKit normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
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 PersistentKeyValueKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64_32/PersistentKeyValueKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos8.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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64_32/PersistentKeyValueKit-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/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64_32/PersistentKeyValueKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64_32/PersistentKeyValueKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.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/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64_32/PersistentKeyValueKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentKeyValueKit.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64/PersistentKeyValueKit.abi.json (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
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/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64/PersistentKeyValueKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentKeyValueKit.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentKeyValueKit.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/armv7k/PersistentKeyValueKit.swiftsourceinfo (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
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/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/armv7k/PersistentKeyValueKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentKeyValueKit.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/PersistentKeyValueKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64/PersistentKeyValueKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64_32/PersistentKeyValueKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/armv7k/PersistentKeyValueKit-Swift.h (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64/PersistentKeyValueKit-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64_32/PersistentKeyValueKit-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/armv7k/PersistentKeyValueKit-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/PersistentKeyValueKit-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentKeyValueKit.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64_32/PersistentKeyValueKit.swiftmodule (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
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/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64_32/PersistentKeyValueKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentKeyValueKit.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentKeyValueKit.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64_32/PersistentKeyValueKit.swiftdoc (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
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/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64_32/PersistentKeyValueKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentKeyValueKit.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentKeyValueKit.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64_32/PersistentKeyValueKit.abi.json (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
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/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64_32/PersistentKeyValueKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentKeyValueKit.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentKeyValueKit.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64_32/PersistentKeyValueKit.swiftsourceinfo (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
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/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64_32/PersistentKeyValueKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentKeyValueKit.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentKeyValueKit.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64/PersistentKeyValueKit.swiftsourceinfo (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
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/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64/PersistentKeyValueKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentKeyValueKit.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftCompile normal armv7k Compiling\ PersistentKeyUIObservableObject.swift,\ PersistentValue+EnvironmentValues.swift,\ PersistentValue.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Property\ Wrapper/PersistentKeyUIObservableObject.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Property\ Wrapper/PersistentValue+EnvironmentValues.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Property\ Wrapper/PersistentValue.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Property\ Wrapper/PersistentKeyUIObservableObject.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Property\ Wrapper/PersistentValue+EnvironmentValues.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Property\ Wrapper/PersistentValue.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ ProxyPersistentKeyValueRepresentation.swift,\ ProxyPersistentKeyValueRepresentationProtocol.swift,\ RawRepresentablePersistentKeyValueRepresentation.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Representation/Implementations/ProxyPersistentKeyValueRepresentation.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Representation/Implementations/ProxyPersistentKeyValueRepresentationProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Representation/Implementations/RawRepresentablePersistentKeyValueRepresentation.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Representation/Implementations/ProxyPersistentKeyValueRepresentation.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Representation/Implementations/ProxyPersistentKeyValueRepresentationProtocol.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Representation/Implementations/RawRepresentablePersistentKeyValueRepresentation.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ PersistentKeyUIObservableObject.swift,\ PersistentValue+EnvironmentValues.swift,\ PersistentValue.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Property\ Wrapper/PersistentKeyUIObservableObject.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Property\ Wrapper/PersistentValue+EnvironmentValues.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Property\ Wrapper/PersistentValue.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Property\ Wrapper/PersistentKeyUIObservableObject.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Property\ Wrapper/PersistentValue+EnvironmentValues.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Property\ Wrapper/PersistentValue.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling ProxyPersistentKeyValueRepresentation.swift, ProxyPersistentKeyValueRepresentationProtocol.swift, RawRepresentablePersistentKeyValueRepresentation.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftCompile normal arm64_32 Compiling\ PersistentKeyUIObservableObject.swift,\ PersistentValue+EnvironmentValues.swift,\ PersistentValue.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Property\ Wrapper/PersistentKeyUIObservableObject.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Property\ Wrapper/PersistentValue+EnvironmentValues.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Property\ Wrapper/PersistentValue.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Property\ Wrapper/PersistentKeyUIObservableObject.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Property\ Wrapper/PersistentValue+EnvironmentValues.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Property\ Wrapper/PersistentValue.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling Int+KeyValuePersistible.swift, Optional+KeyValuePersistible.swift, String+KeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftCompile normal arm64 Compiling\ Dictionary<String,\ KeyValuePersistible>+KeyValuePersistible.swift,\ Double+KeyValuePersistible.swift,\ Float+KeyValuePersistible.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Standard\ Library/Dictionary<String,\ KeyValuePersistible>+KeyValuePersistible.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Standard\ Library/Double+KeyValuePersistible.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Standard\ Library/Float+KeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Standard\ Library/Dictionary<String,\ KeyValuePersistible>+KeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Standard\ Library/Double+KeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Standard\ Library/Float+KeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ PersistentKey.swift,\ PersistentKeyProtocol.swift,\ DefaultPersistentKeyValueStoreViewModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key/PersistentKey.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key/PersistentKeyProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Property\ Wrapper/DefaultPersistentKeyValueStoreViewModifier.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key/PersistentKey.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key/PersistentKeyProtocol.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Property\ Wrapper/DefaultPersistentKeyValueStoreViewModifier.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling KeyValuePersistible.swift, PrimitiveKeyValuePersistible.swift, CodablePersistentKeyValueRepresentation.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftDriverJobDiscovery normal armv7k Compiling LosslessStringConvertiblePersistentKeyValueRepresentation.swift, OptionalPersistentKeyValueRepresentation.swift, PrimitivePersistentKeyValueRepresentation.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftCompile normal armv7k Compiling\ InMemoryPersistentKeyValueStore.swift,\ PersistentKeyValueStore.swift,\ PersistentDebugKey.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Store/Implementations/InMemoryPersistentKeyValueStore.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Store/PersistentKeyValueStore.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key/PersistentDebugKey.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Store/Implementations/InMemoryPersistentKeyValueStore.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Store/PersistentKeyValueStore.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key/PersistentDebugKey.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Int+KeyValuePersistible.swift,\ Optional+KeyValuePersistible.swift,\ String+KeyValuePersistible.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Standard\ Library/Int+KeyValuePersistible.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Standard\ Library/Optional+KeyValuePersistible.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Standard\ Library/String+KeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Standard\ Library/Int+KeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Standard\ Library/Optional+KeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Standard\ Library/String+KeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ PersistentKeyValueRepresentation.swift,\ NSUbiquitousKeyValueStore+PersistentKeyValueStore.swift,\ UserDefaults+PersistentKeyValueStore.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Representation/PersistentKeyValueRepresentation.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Store/Extensions/Foundation/NSUbiquitousKeyValueStore+PersistentKeyValueStore.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Store/Extensions/Foundation/UserDefaults+PersistentKeyValueStore.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Representation/PersistentKeyValueRepresentation.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Store/Extensions/Foundation/NSUbiquitousKeyValueStore+PersistentKeyValueStore.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Store/Extensions/Foundation/UserDefaults+PersistentKeyValueStore.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling PersistentKeyValueRepresentation.swift, NSUbiquitousKeyValueStore+PersistentKeyValueStore.swift, UserDefaults+PersistentKeyValueStore.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftDriverJobDiscovery normal armv7k Compiling Data+KeyValuePersistible.swift, URL+KeyValuePersistible.swift, Array<KeyValuePersistible>+KeyValuePersistible.swift, Bool+KeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftDriverJobDiscovery normal armv7k Compiling Dictionary<String, KeyValuePersistible>+KeyValuePersistible.swift, Double+KeyValuePersistible.swift, Float+KeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftCompile normal arm64 Compiling\ Data+KeyValuePersistible.swift,\ URL+KeyValuePersistible.swift,\ Array<KeyValuePersistible>+KeyValuePersistible.swift,\ Bool+KeyValuePersistible.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Foundation/Data+KeyValuePersistible.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Foundation/URL+KeyValuePersistible.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Standard\ Library/Array<KeyValuePersistible>+KeyValuePersistible.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Standard\ Library/Bool+KeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Foundation/Data+KeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Foundation/URL+KeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Standard\ Library/Array<KeyValuePersistible>+KeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Standard\ Library/Bool+KeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling KeyValuePersistible.swift, PrimitiveKeyValuePersistible.swift, CodablePersistentKeyValueRepresentation.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftCompile normal arm64_32 Compiling\ PersistentKeyValueRepresentation.swift,\ NSUbiquitousKeyValueStore+PersistentKeyValueStore.swift,\ UserDefaults+PersistentKeyValueStore.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Representation/PersistentKeyValueRepresentation.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Store/Extensions/Foundation/NSUbiquitousKeyValueStore+PersistentKeyValueStore.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Store/Extensions/Foundation/UserDefaults+PersistentKeyValueStore.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Representation/PersistentKeyValueRepresentation.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Store/Extensions/Foundation/NSUbiquitousKeyValueStore+PersistentKeyValueStore.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Store/Extensions/Foundation/UserDefaults+PersistentKeyValueStore.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling ProxyPersistentKeyValueRepresentation.swift, ProxyPersistentKeyValueRepresentationProtocol.swift, RawRepresentablePersistentKeyValueRepresentation.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftCompile normal arm64_32 Compiling\ Dictionary<String,\ KeyValuePersistible>+KeyValuePersistible.swift,\ Double+KeyValuePersistible.swift,\ Float+KeyValuePersistible.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Standard\ Library/Dictionary<String,\ KeyValuePersistible>+KeyValuePersistible.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Standard\ Library/Double+KeyValuePersistible.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Standard\ Library/Float+KeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Standard\ Library/Dictionary<String,\ KeyValuePersistible>+KeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Standard\ Library/Double+KeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Standard\ Library/Float+KeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Int+KeyValuePersistible.swift, Optional+KeyValuePersistible.swift, String+KeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftCompile normal arm64_32 Compiling\ KeyValuePersistible.swift,\ PrimitiveKeyValuePersistible.swift,\ CodablePersistentKeyValueRepresentation.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/KeyValuePersistible.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/PrimitiveKeyValuePersistible.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Representation/Implementations/CodablePersistentKeyValueRepresentation.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/KeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/PrimitiveKeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Representation/Implementations/CodablePersistentKeyValueRepresentation.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling PersistentKeyValueRepresentation.swift, NSUbiquitousKeyValueStore+PersistentKeyValueStore.swift, UserDefaults+PersistentKeyValueStore.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftCompile normal arm64_32 Compiling\ Data+KeyValuePersistible.swift,\ URL+KeyValuePersistible.swift,\ Array<KeyValuePersistible>+KeyValuePersistible.swift,\ Bool+KeyValuePersistible.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Foundation/Data+KeyValuePersistible.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Foundation/URL+KeyValuePersistible.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Standard\ Library/Array<KeyValuePersistible>+KeyValuePersistible.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Standard\ Library/Bool+KeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Foundation/Data+KeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Foundation/URL+KeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Standard\ Library/Array<KeyValuePersistible>+KeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Standard\ Library/Bool+KeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Dictionary<String, KeyValuePersistible>+KeyValuePersistible.swift, Double+KeyValuePersistible.swift, Float+KeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftCompile normal arm64 Compiling\ ProxyPersistentKeyValueRepresentation.swift,\ ProxyPersistentKeyValueRepresentationProtocol.swift,\ RawRepresentablePersistentKeyValueRepresentation.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Representation/Implementations/ProxyPersistentKeyValueRepresentation.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Representation/Implementations/ProxyPersistentKeyValueRepresentationProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Representation/Implementations/RawRepresentablePersistentKeyValueRepresentation.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Representation/Implementations/ProxyPersistentKeyValueRepresentation.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Representation/Implementations/ProxyPersistentKeyValueRepresentationProtocol.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Representation/Implementations/RawRepresentablePersistentKeyValueRepresentation.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling InMemoryPersistentKeyValueStore.swift, PersistentKeyValueStore.swift, PersistentDebugKey.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftCompile normal arm64_32 Compiling\ Int+KeyValuePersistible.swift,\ Optional+KeyValuePersistible.swift,\ String+KeyValuePersistible.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Standard\ Library/Int+KeyValuePersistible.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Standard\ Library/Optional+KeyValuePersistible.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Standard\ Library/String+KeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Standard\ Library/Int+KeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Standard\ Library/Optional+KeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Key-Value\ Persistible/Extension/Standard\ Library/String+KeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling PersistentKeyValueRepresentation.swift, NSUbiquitousKeyValueStore+PersistentKeyValueStore.swift, UserDefaults+PersistentKeyValueStore.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftCompile normal arm64 Compiling\ PersistentKey.swift,\ PersistentKeyProtocol.swift,\ DefaultPersistentKeyValueStoreViewModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key/PersistentKey.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key/PersistentKeyProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Property\ Wrapper/DefaultPersistentKeyValueStoreViewModifier.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key/PersistentKey.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key/PersistentKeyProtocol.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Property\ Wrapper/DefaultPersistentKeyValueStoreViewModifier.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Data+KeyValuePersistible.swift, URL+KeyValuePersistible.swift, Array<KeyValuePersistible>+KeyValuePersistible.swift, Bool+KeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftCompile normal arm64_32 Compiling\ PersistentKey.swift,\ PersistentKeyProtocol.swift,\ DefaultPersistentKeyValueStoreViewModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key/PersistentKey.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key/PersistentKeyProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Property\ Wrapper/DefaultPersistentKeyValueStoreViewModifier.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key/PersistentKey.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key/PersistentKeyProtocol.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Property\ Wrapper/DefaultPersistentKeyValueStoreViewModifier.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling KeyValuePersistible.swift, PrimitiveKeyValuePersistible.swift, CodablePersistentKeyValueRepresentation.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftCompile normal arm64_32 Compiling\ LosslessStringConvertiblePersistentKeyValueRepresentation.swift,\ OptionalPersistentKeyValueRepresentation.swift,\ PrimitivePersistentKeyValueRepresentation.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Representation/Implementations/LosslessStringConvertiblePersistentKeyValueRepresentation.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Representation/Implementations/OptionalPersistentKeyValueRepresentation.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Representation/Implementations/PrimitivePersistentKeyValueRepresentation.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Representation/Implementations/LosslessStringConvertiblePersistentKeyValueRepresentation.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Representation/Implementations/OptionalPersistentKeyValueRepresentation.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Representation/Implementations/PrimitivePersistentKeyValueRepresentation.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling Dictionary<String, KeyValuePersistible>+KeyValuePersistible.swift, Double+KeyValuePersistible.swift, Float+KeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftCompile normal arm64 Compiling\ InMemoryPersistentKeyValueStore.swift,\ PersistentKeyValueStore.swift,\ PersistentDebugKey.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Store/Implementations/InMemoryPersistentKeyValueStore.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Store/PersistentKeyValueStore.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key/PersistentDebugKey.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Store/Implementations/InMemoryPersistentKeyValueStore.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Store/PersistentKeyValueStore.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key/PersistentDebugKey.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling ProxyPersistentKeyValueRepresentation.swift, ProxyPersistentKeyValueRepresentationProtocol.swift, RawRepresentablePersistentKeyValueRepresentation.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftCompile normal arm64 Compiling\ LosslessStringConvertiblePersistentKeyValueRepresentation.swift,\ OptionalPersistentKeyValueRepresentation.swift,\ PrimitivePersistentKeyValueRepresentation.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Representation/Implementations/LosslessStringConvertiblePersistentKeyValueRepresentation.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Representation/Implementations/OptionalPersistentKeyValueRepresentation.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Representation/Implementations/PrimitivePersistentKeyValueRepresentation.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Representation/Implementations/LosslessStringConvertiblePersistentKeyValueRepresentation.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Representation/Implementations/OptionalPersistentKeyValueRepresentation.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Representation/Implementations/PrimitivePersistentKeyValueRepresentation.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling Int+KeyValuePersistible.swift, Optional+KeyValuePersistible.swift, String+KeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftCompile normal arm64_32 Compiling\ InMemoryPersistentKeyValueStore.swift,\ PersistentKeyValueStore.swift,\ PersistentDebugKey.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Store/Implementations/InMemoryPersistentKeyValueStore.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Store/PersistentKeyValueStore.swift /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key/PersistentDebugKey.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Store/Implementations/InMemoryPersistentKeyValueStore.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key-Value\ Store/PersistentKeyValueStore.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PersistentKeyValueKit/Persistent\ Key/PersistentDebugKey.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling Data+KeyValuePersistible.swift, URL+KeyValuePersistible.swift, Array<KeyValuePersistible>+KeyValuePersistible.swift, Bool+KeyValuePersistible.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftDriverJobDiscovery normal arm64_32 Compiling LosslessStringConvertiblePersistentKeyValueRepresentation.swift, OptionalPersistentKeyValueRepresentation.swift, PrimitivePersistentKeyValueRepresentation.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftDriverJobDiscovery normal arm64 Compiling LosslessStringConvertiblePersistentKeyValueRepresentation.swift, OptionalPersistentKeyValueRepresentation.swift, PrimitivePersistentKeyValueRepresentation.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftDriverJobDiscovery normal arm64 Compiling InMemoryPersistentKeyValueStore.swift, PersistentKeyValueStore.swift, PersistentDebugKey.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftDriverJobDiscovery normal arm64_32 Compiling InMemoryPersistentKeyValueStore.swift, PersistentKeyValueStore.swift, PersistentDebugKey.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftDriverJobDiscovery normal armv7k Compiling PersistentKey.swift, PersistentKeyProtocol.swift, DefaultPersistentKeyValueStoreViewModifier.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftDriverJobDiscovery normal armv7k Compiling PersistentKeyUIObservableObject.swift, PersistentValue+EnvironmentValues.swift, PersistentValue.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftDriver\ Compilation PersistentKeyValueKit normal armv7k com.apple.xcode.tools.swift.compiler (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
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 PersistentKeyValueKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/armv7k/PersistentKeyValueKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos8.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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/armv7k/PersistentKeyValueKit-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/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/armv7k/PersistentKeyValueKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/armv7k/PersistentKeyValueKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.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/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/armv7k/PersistentKeyValueKit-Swift.h -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/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/armv7k/Binary/PersistentKeyValueKit.o normal armv7k (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos8.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/armv7k/PersistentKeyValueKit.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/armv7k/PersistentKeyValueKit_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/armv7k/PersistentKeyValueKit_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/armv7k/PersistentKeyValueKit.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/armv7k/Binary/PersistentKeyValueKit.o
SwiftDriverJobDiscovery normal arm64 Compiling PersistentKeyUIObservableObject.swift, PersistentValue+EnvironmentValues.swift, PersistentValue.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftDriverJobDiscovery normal arm64 Compiling PersistentKey.swift, PersistentKeyProtocol.swift, DefaultPersistentKeyValueStoreViewModifier.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftDriver\ Compilation PersistentKeyValueKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
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 PersistentKeyValueKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64/PersistentKeyValueKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos8.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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64/PersistentKeyValueKit-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/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64/PersistentKeyValueKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64/PersistentKeyValueKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.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/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64/PersistentKeyValueKit-Swift.h -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/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64/Binary/PersistentKeyValueKit.o normal arm64 (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
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-watchos8.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64/PersistentKeyValueKit.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64/PersistentKeyValueKit_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64/PersistentKeyValueKit_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64/PersistentKeyValueKit.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64/Binary/PersistentKeyValueKit.o
SwiftDriverJobDiscovery normal arm64_32 Compiling PersistentKey.swift, PersistentKeyProtocol.swift, DefaultPersistentKeyValueStoreViewModifier.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftDriverJobDiscovery normal arm64_32 Compiling PersistentKeyUIObservableObject.swift, PersistentValue+EnvironmentValues.swift, PersistentValue.swift (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
SwiftDriver\ Compilation PersistentKeyValueKit normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
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 PersistentKeyValueKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64_32/PersistentKeyValueKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos8.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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64_32/PersistentKeyValueKit-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/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64_32/PersistentKeyValueKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64_32/PersistentKeyValueKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.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/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64_32/PersistentKeyValueKit-Swift.h -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/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64_32/Binary/PersistentKeyValueKit.o normal arm64_32 (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
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_32-apple-watchos8.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64_32/PersistentKeyValueKit.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64_32/PersistentKeyValueKit_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64_32/PersistentKeyValueKit_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64_32/PersistentKeyValueKit.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64_32/Binary/PersistentKeyValueKit.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentKeyValueKit.o normal arm64\ armv7k\ arm64_32 (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64/Binary/PersistentKeyValueKit.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/armv7k/Binary/PersistentKeyValueKit.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64_32/Binary/PersistentKeyValueKit.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentKeyValueKit.o
ExtractAppIntentsMetadata (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
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 PersistentKeyValueKit --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 8.0 --bundle-identifier spi-builder-workspace.PersistentKeyValueKit --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentKeyValueKit.appintents --target-triple arm64-apple-watchos8.0 --target-triple armv7k-apple-watchos8.0 --target-triple arm64_32-apple-watchos8.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentKeyValueKit.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64/PersistentKeyValueKit_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/armv7k/PersistentKeyValueKit_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64_32/PersistentKeyValueKit_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64/PersistentKeyValueKit.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/armv7k/PersistentKeyValueKit.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64_32/PersistentKeyValueKit.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/PersistentKeyValueKit.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/PersistentKeyValueKit.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64/PersistentKeyValueKit.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/armv7k/PersistentKeyValueKit.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PersistentKeyValueKit.build/Debug-watchos/PersistentKeyValueKit.build/Objects-normal/arm64_32/PersistentKeyValueKit.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-29 21:27:50.422 appintentsmetadataprocessor[746:4434] Starting appintentsmetadataprocessor export
2025-04-29 21:27:50.460 appintentsmetadataprocessor[746:4434] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentKeyValueKit.o (in target 'PersistentKeyValueKit' from project 'PersistentKeyValueKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PersistentKeyValueKit.o
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "PersistentKeyValueKit",
"name" : "PersistentKeyValueKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "PersistentKeyValueKit",
"targets" : [
"PersistentKeyValueKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PersistentKeyValueKitTests",
"module_type" : "SwiftTarget",
"name" : "PersistentKeyValueKitTests",
"path" : "Tests/PersistentKeyValueKitTests",
"sources" : [
"Scaffolding/Custom Persistent Key-Value Representations/ReferenceProxyPersistentKeyValueRepresentation.swift",
"Scaffolding/Custom Persistible Types/CustomPersistibleType+Codable.swift",
"Scaffolding/Custom Persistible Types/CustomPersistibleType+Comprehensive.swift",
"Scaffolding/Custom Persistible Types/CustomPersistibleType+LosslessStringConvertible.swift",
"Scaffolding/Custom Persistible Types/CustomPersistibleType+Proxy.swift",
"Scaffolding/Custom Persistible Types/CustomPersistibleType+RawRepresentable.swift",
"Scaffolding/Custom Persistible Types/CustomPersistibleType.swift",
"Scaffolding/Mocks/MockNSUbiquitousKeyValueStore.swift",
"Tests/Key-Value Persistible/AbstractKeyValuePersistibleTests.swift",
"Tests/Key-Value Persistible/AbstractPrimitiveKeyValuePersistibleTests.swift",
"Tests/Key-Value Persistible/Extensions/Foundation/DataKeyValuePersistibleTests.swift",
"Tests/Key-Value Persistible/Extensions/Foundation/DateKeyValuePersistibleTests.swift",
"Tests/Key-Value Persistible/Extensions/Foundation/URLKeyValuePersistibleTests.swift",
"Tests/Key-Value Persistible/Extensions/Standard Library/ArrayOfPrimitivesKeyValuePersistibleTests.swift",
"Tests/Key-Value Persistible/Extensions/Standard Library/ArrayOfProxiesKeyValuePersistibleTests.swift",
"Tests/Key-Value Persistible/Extensions/Standard Library/BoolKeyValuePersistibleTests.swift",
"Tests/Key-Value Persistible/Extensions/Standard Library/DictionaryOfPrimitivesKeyValuePersistibleTests.swift",
"Tests/Key-Value Persistible/Extensions/Standard Library/DictionaryOfProxiesKeyValuePersistibleTests.swift",
"Tests/Key-Value Persistible/Extensions/Standard Library/DoubleKeyValuePersistibleTests.swift",
"Tests/Key-Value Persistible/Extensions/Standard Library/FloatKeyValuePersistibleTests.swift",
"Tests/Key-Value Persistible/Extensions/Standard Library/IntKeyValuePersistibleTests.swift",
"Tests/Key-Value Persistible/Extensions/Standard Library/OptionalKeyValuePersistibleTests.swift",
"Tests/Key-Value Persistible/Extensions/Standard Library/StringKeyValuePersistibleTests.swift",
"Tests/Persistent Key-Value Representation/Implementations/LosslessStringConvertiblePersistentKeyValueRepresentationTests.swift",
"Tests/Persistent Key-Value Representation/Implementations/ProxyPersistentKeyValueRepresentationTests.swift",
"Tests/Persistent Key-Value Store/AbstractPersistentKeyValueStoreTests.swift",
"Tests/Persistent Key-Value Store/AbstractPersistentKeyValueStoreTypeTests.swift",
"Tests/Persistent Key-Value Store/InMemoryPersistentKeyValueStore/InMemoryPersistentKeyValueStoreTests.swift",
"Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/AbstractNSUbiquitousKeyValueStoreTypeTests.swift",
"Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/NSUbiquitousKeyValueStoreTests.swift",
"Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Custom/CodableNSUbiquitousKeyValueStoreTests.swift",
"Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Custom/LosslessStringConvertibleNSUbiquitousKeyValueStoreTests.swift",
"Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Custom/ProxyNSUbiquitousKeyValueStoreTests.swift",
"Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Custom/RawRepresentableNSUbiquitousKeyValueStoreTests.swift",
"Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Foundation/DataNSUbiquitousKeyValueStoreTests.swift",
"Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Foundation/URLNSUbiquitousKeyValueStoreTests.swift",
"Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Standard Library/ArrayNSUbiquitousKeyValueStoreTests.swift",
"Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Standard Library/BoolNSUbiquitousKeyValueStoreTests.swift",
"Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Standard Library/DictionaryNSUbiquitousKeyValueStoreTests.swift",
"Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Standard Library/DoubleNSUbiquitousKeyValueStoreTests.swift",
"Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Standard Library/FloatNSUbiquitousKeyValueStoreTests.swift",
"Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Standard Library/IntNSUbiquitousKeyValueStoreTests.swift",
"Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Standard Library/OptionalNSUbiquitousKeyValueStoreTests.swift",
"Tests/Persistent Key-Value Store/NSUbiquitousKeyValueStore/Type Tests/Standard Library/StringNSUbiquitousKeyValueStoreTests.swift",
"Tests/Persistent Key-Value Store/UserDefaults/AbstractUserDefaultsTypeTests.swift",
"Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Custom/CodableUserDefaultsTests.swift",
"Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Custom/LosslessStringConvertibleUserDefaultsTests.swift",
"Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Custom/ProxyUserDefaultsTests.swift",
"Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Custom/RawRepresentableUserDefaultsTests.swift",
"Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Foundation/DataUserDefaultsTests.swift",
"Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Foundation/URLUserDefaultsTests.swift",
"Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Standard Library/ArrayUserDefaultsTests.swift",
"Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Standard Library/BoolUserDefaultsTests.swift",
"Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Standard Library/DictionaryUserDefaultsTests.swift",
"Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Standard Library/DoubleUserDefaultsTests.swift",
"Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Standard Library/FloatUserDefaultsTests.swift",
"Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Standard Library/IntUserDefaultsTests.swift",
"Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Standard Library/OptionalUserDefaultsTests.swift",
"Tests/Persistent Key-Value Store/UserDefaults/Type Tests/Standard Library/StringUserDefaultsTests.swift",
"Tests/Persistent Key-Value Store/UserDefaults/UserDefaultsTests.swift",
"Tests/Persistent Key/AbstractPersistentKeyTests.swift",
"Tests/Persistent Key/Implementations/PersistentDebugKeyTests.swift",
"Tests/Persistent Key/Implementations/PersistentKeyTests.swift",
"Tests/Persistent Key/PersistentKeyObserverTests.swift",
"Tests/Persistent Key/PersistentKeyProtocolTests.swift",
"Tests/Property Wrapper/DefaultPersistentKeyValueStoreViewModifierTests.swift",
"Tests/Property Wrapper/PersistentValueTests.swift"
],
"target_dependencies" : [
"PersistentKeyValueKit"
],
"type" : "test"
},
{
"c99name" : "PersistentKeyValueKit",
"module_type" : "SwiftTarget",
"name" : "PersistentKeyValueKit",
"path" : "Sources/PersistentKeyValueKit",
"product_memberships" : [
"PersistentKeyValueKit"
],
"sources" : [
"Key-Value Persistible/Extension/Foundation/Data+KeyValuePersistible.swift",
"Key-Value Persistible/Extension/Foundation/URL+KeyValuePersistible.swift",
"Key-Value Persistible/Extension/Standard Library/Array<KeyValuePersistible>+KeyValuePersistible.swift",
"Key-Value Persistible/Extension/Standard Library/Bool+KeyValuePersistible.swift",
"Key-Value Persistible/Extension/Standard Library/Dictionary<String, KeyValuePersistible>+KeyValuePersistible.swift",
"Key-Value Persistible/Extension/Standard Library/Double+KeyValuePersistible.swift",
"Key-Value Persistible/Extension/Standard Library/Float+KeyValuePersistible.swift",
"Key-Value Persistible/Extension/Standard Library/Int+KeyValuePersistible.swift",
"Key-Value Persistible/Extension/Standard Library/Optional+KeyValuePersistible.swift",
"Key-Value Persistible/Extension/Standard Library/String+KeyValuePersistible.swift",
"Key-Value Persistible/KeyValuePersistible.swift",
"Key-Value Persistible/PrimitiveKeyValuePersistible.swift",
"Persistent Key-Value Representation/Implementations/CodablePersistentKeyValueRepresentation.swift",
"Persistent Key-Value Representation/Implementations/LosslessStringConvertiblePersistentKeyValueRepresentation.swift",
"Persistent Key-Value Representation/Implementations/OptionalPersistentKeyValueRepresentation.swift",
"Persistent Key-Value Representation/Implementations/PrimitivePersistentKeyValueRepresentation.swift",
"Persistent Key-Value Representation/Implementations/ProxyPersistentKeyValueRepresentation.swift",
"Persistent Key-Value Representation/Implementations/ProxyPersistentKeyValueRepresentationProtocol.swift",
"Persistent Key-Value Representation/Implementations/RawRepresentablePersistentKeyValueRepresentation.swift",
"Persistent Key-Value Representation/PersistentKeyValueRepresentation.swift",
"Persistent Key-Value Store/Extensions/Foundation/NSUbiquitousKeyValueStore+PersistentKeyValueStore.swift",
"Persistent Key-Value Store/Extensions/Foundation/UserDefaults+PersistentKeyValueStore.swift",
"Persistent Key-Value Store/Implementations/InMemoryPersistentKeyValueStore.swift",
"Persistent Key-Value Store/PersistentKeyValueStore.swift",
"Persistent Key/PersistentDebugKey.swift",
"Persistent Key/PersistentKey.swift",
"Persistent Key/PersistentKeyProtocol.swift",
"Property Wrapper/DefaultPersistentKeyValueStoreViewModifier.swift",
"Property Wrapper/PersistentKeyUIObservableObject.swift",
"Property Wrapper/PersistentValue+EnvironmentValues.swift",
"Property Wrapper/PersistentValue.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.