The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of KarrotCodableKit, reference 1.5.1 (bebc68), with Swift 6.1 for watchOS using Xcode 16.3 on 3 Sep 2025 14:51:54 UTC.

Swift 6 data race errors: 22

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme KarrotCodableKit -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

SwiftCompile normal arm64 Compiling\ KeyedDecodingContainer+OptionalPolymorphicArrayValue.swift,\ KeyedDecodingContainer+OptionalPolymorphicValue.swift,\ KeyedDecodingContainer+PolymorphicLossyArrayValue.swift,\ PolymorphicCodable.swift,\ PolymorphicCodableStrategyProviding.swift,\ PolymorphicDecodable.swift,\ PolymorphicEncodable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Extensions/KeyedDecodingContainer+OptionalPolymorphicArrayValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Extensions/KeyedDecodingContainer+OptionalPolymorphicValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Extensions/KeyedDecodingContainer+PolymorphicLossyArrayValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/PolymorphicCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/PolymorphicCodableStrategyProviding.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/PolymorphicDecodable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/PolymorphicEncodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Extensions/KeyedDecodingContainer+OptionalPolymorphicArrayValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Extensions/KeyedDecodingContainer+OptionalPolymorphicValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Extensions/KeyedDecodingContainer+PolymorphicLossyArrayValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/PolymorphicCodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/PolymorphicCodableStrategyProviding.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/PolymorphicDecodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/PolymorphicEncodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
SwiftEmitModule normal arm64 Emitting\ module\ for\ KarrotCodableKit (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
EmitSwiftModule normal arm64 (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/Strategy/ISO8601WithFractionalSecondsStrategy.swift:19:22: warning: static property 'formatter' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
  private static let formatter: ISO8601DateFormatter = {
                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSISO8601DateFormatter.h:46:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
@interface NSISO8601DateFormatter : NSFormatter <NSSecureCoding> {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/Strategy/ISO8601WithFractionalSecondsStrategy.swift:19:22: note: add '@MainActor' to make static property 'formatter' part of global actor 'MainActor'
  private static let formatter: ISO8601DateFormatter = {
                     ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/Strategy/ISO8601WithFractionalSecondsStrategy.swift:19:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  private static let formatter: ISO8601DateFormatter = {
                     ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Error/PolymorphicCodableError.swift:20:8: warning: associated value 'unableToCast(decoded:into:)' of 'Sendable'-conforming enum 'PolymorphicCodableError' has non-sendable type 'any PolymorphicDecodableType' (aka 'any PolymorphicIdentifiable & Decodable'); this is an error in the Swift 6 language mode
  case unableToCast(decoded: PolymorphicDecodableType, into: String)
       ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/ArrayDecodingError.swift:14:16: warning: stored property 'results' of 'Sendable'-conforming generic struct 'ArrayDecodingError' has non-sendable type '[Result<Element, any Error>]'; this is an error in the Swift 6 language mode
    public let results: [Result<Element, Error>]
               ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/ArrayDecodingError.swift:13:36: note: consider making generic parameter 'Element' conform to the 'Sendable' protocol
  public struct ArrayDecodingError<Element>: Error {
                                   ^
                                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/DictionaryDecodingError.swift:13:16: warning: stored property 'results' of 'Sendable'-conforming generic struct 'DictionaryDecodingError' has non-sendable type '[Key : Result<Value, any Error>]'; this is an error in the Swift 6 language mode
    public let results: [Key: Result<Value, Error>]
               ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/DictionaryDecodingError.swift:12:41: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
  public struct DictionaryDecodingError<Key: Hashable, Value>: Error {
                                        ^
                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/DictionaryDecodingError.swift:13:16: warning: stored property 'results' of 'Sendable'-conforming generic struct 'DictionaryDecodingError' has non-sendable type '[Key : Result<Value, any Error>]'; this is an error in the Swift 6 language mode
    public let results: [Key: Result<Value, Error>]
               ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/DictionaryDecodingError.swift:12:56: note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
  public struct DictionaryDecodingError<Key: Hashable, Value>: Error {
                                                       ^
                                                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/ErrorReporting.swift:232:14: warning: stored property 'novelValue' of 'Sendable'-conforming struct 'UnknownNovelValueError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
  public let novelValue: Any
             ^
SwiftCompile normal arm64 Compiling\ PolymorphicEnumCodable.swift,\ PolymorphicEnumDecodable.swift,\ PolymorphicEnumEncodable.swift,\ UnnestedPolymorphicCodable.swift,\ UnnestedPolymorphicDecodable.swift,\ LossyOptionalPolymorphicValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/PolymorphicEnumCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/PolymorphicEnumDecodable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/PolymorphicEnumEncodable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/UnnestedPolymorphicCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/UnnestedPolymorphicDecodable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/LossyOptionalPolymorphicValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/PolymorphicEnumCodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/PolymorphicEnumDecodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/PolymorphicEnumEncodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/UnnestedPolymorphicCodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/UnnestedPolymorphicDecodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/LossyOptionalPolymorphicValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Encodable+ToDictionary.swift,\ DefaultEmptyPolymorphicArrayValue.swift,\ PolymorphicCodableError.swift,\ Decoder+Polymorphic.swift,\ Encoder+Polymorphic.swift,\ KeyedDecodingContainer+DefaultEmptyPolymorphicArrayValue.swift,\ KeyedDecodingContainer+LossyOptionalPolymorphicValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Encodable+ToDictionary.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/DefaultEmptyPolymorphicArrayValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Error/PolymorphicCodableError.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Extensions/Decoder+Polymorphic.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Extensions/Encoder+Polymorphic.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Extensions/KeyedDecodingContainer+DefaultEmptyPolymorphicArrayValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Extensions/KeyedDecodingContainer+LossyOptionalPolymorphicValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Encodable+ToDictionary.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/DefaultEmptyPolymorphicArrayValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Error/PolymorphicCodableError.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Error/PolymorphicCodableError.swift:20:8: warning: associated value 'unableToCast(decoded:into:)' of 'Sendable'-conforming enum 'PolymorphicCodableError' has non-sendable type 'any PolymorphicDecodableType' (aka 'any PolymorphicIdentifiable & Decodable'); this is an error in the Swift 6 language mode
  case unableToCast(decoded: PolymorphicDecodableType, into: String)
       ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Extensions/Decoder+Polymorphic.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Extensions/Encoder+Polymorphic.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Extensions/KeyedDecodingContainer+DefaultEmptyPolymorphicArrayValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Extensions/KeyedDecodingContainer+LossyOptionalPolymorphicValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ OptionalPolymorphicArrayValue.swift,\ OptionalPolymorphicValue.swift,\ PolymorphicArrayValue.swift,\ PolymorphicCodableStrategy.swift,\ PolymorphicIdentifiable.swift,\ PolymorphicLossyArrayValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/OptionalPolymorphicArrayValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/OptionalPolymorphicValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/PolymorphicArrayValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/PolymorphicCodableStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/PolymorphicIdentifiable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/PolymorphicLossyArrayValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/OptionalPolymorphicArrayValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/OptionalPolymorphicValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/PolymorphicArrayValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/PolymorphicCodableStrategy.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/PolymorphicIdentifiable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/PolymorphicLossyArrayValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Result+Extension.swift,\ LosslessArray.swift,\ LosslessBoolValue.swift,\ LosslessValue.swift,\ OptionalLosslessValue.swift,\ LossyArray.swift,\ LossyDictionary.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Extensions/Result+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/LosslessArray.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/LosslessBoolValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/LosslessValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/OptionalLosslessValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LossyValue/LossyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LossyValue/LossyDictionary.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Extensions/Result+Extension.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/LosslessArray.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/LosslessBoolValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/LosslessValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/OptionalLosslessValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LossyValue/LossyArray.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LossyValue/LossyDictionary.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ PolymorphicProjectedValue.swift,\ PolymorphicValue.swift,\ ArrayDecodingError.swift,\ DictionaryDecodingError.swift,\ ErrorReporting.swift,\ ResilientDecodingOutcome.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/PolymorphicProjectedValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/PolymorphicValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/ArrayDecodingError.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/DictionaryDecodingError.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/ErrorReporting.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/ResilientDecodingOutcome.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/PolymorphicProjectedValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/PolymorphicValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/ArrayDecodingError.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/ArrayDecodingError.swift:14:16: warning: stored property 'results' of 'Sendable'-conforming generic struct 'ArrayDecodingError' has non-sendable type '[Result<Element, any Error>]'; this is an error in the Swift 6 language mode
    public let results: [Result<Element, Error>]
               ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/ArrayDecodingError.swift:13:36: note: consider making generic parameter 'Element' conform to the 'Sendable' protocol
  public struct ArrayDecodingError<Element>: Error {
                                   ^
                                          : Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/DictionaryDecodingError.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/DictionaryDecodingError.swift:13:16: warning: stored property 'results' of 'Sendable'-conforming generic struct 'DictionaryDecodingError' has non-sendable type '[Key : Result<Value, any Error>]'; this is an error in the Swift 6 language mode
    public let results: [Key: Result<Value, Error>]
               ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/DictionaryDecodingError.swift:12:41: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
  public struct DictionaryDecodingError<Key: Hashable, Value>: Error {
                                        ^
                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/DictionaryDecodingError.swift:13:16: warning: stored property 'results' of 'Sendable'-conforming generic struct 'DictionaryDecodingError' has non-sendable type '[Key : Result<Value, any Error>]'; this is an error in the Swift 6 language mode
    public let results: [Key: Result<Value, Error>]
               ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/DictionaryDecodingError.swift:12:56: note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
  public struct DictionaryDecodingError<Key: Hashable, Value>: Error {
                                                       ^
                                                            : Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/ErrorReporting.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/ErrorReporting.swift:232:14: warning: stored property 'novelValue' of 'Sendable'-conforming struct 'UnknownNovelValueError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
  public let novelValue: Any
             ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/ErrorReporting.swift:68:49: warning: type 'Any' does not conform to the 'Sendable' protocol
    userInfo[.resilientDecodingErrorReporter] = oldValue
                                                ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/ResilientDecodingOutcome.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ DefaultEmptyDictionary.swift,\ DefaultEmptyString.swift,\ DefaultFalse.swift,\ DefaultTrue.swift,\ DefaultZeroDouble.swift,\ DefaultZeroFloat.swift,\ DefaultZeroInt.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultEmptyDictionary.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultEmptyString.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultFalse.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultTrue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultZeroDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultZeroFloat.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultZeroInt.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultEmptyDictionary.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultEmptyString.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultFalse.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultTrue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultZeroDouble.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultZeroFloat.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultZeroInt.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ISO8601Strategy.swift,\ ISO8601WithFractionalSecondsStrategy.swift,\ RFC3339NanoStrategy.swift,\ RFC3339Strategy.swift,\ TimestampStrategy.swift,\ DefaultCodable.swift,\ DefaultEmptyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/Strategy/ISO8601Strategy.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/Strategy/ISO8601WithFractionalSecondsStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/Strategy/RFC3339NanoStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/Strategy/RFC3339Strategy.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/Strategy/TimestampStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultEmptyArray.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/Strategy/ISO8601Strategy.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/Strategy/ISO8601WithFractionalSecondsStrategy.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/Strategy/ISO8601WithFractionalSecondsStrategy.swift:19:22: warning: static property 'formatter' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
  private static let formatter: ISO8601DateFormatter = {
                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSISO8601DateFormatter.h:46:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
@interface NSISO8601DateFormatter : NSFormatter <NSSecureCoding> {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/Strategy/ISO8601WithFractionalSecondsStrategy.swift:19:22: note: add '@MainActor' to make static property 'formatter' part of global actor 'MainActor'
  private static let formatter: ISO8601DateFormatter = {
                     ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/Strategy/ISO8601WithFractionalSecondsStrategy.swift:19:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  private static let formatter: ISO8601DateFormatter = {
                     ^
  nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/Strategy/RFC3339NanoStrategy.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/Strategy/RFC3339Strategy.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/Strategy/TimestampStrategy.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultCodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultEmptyArray.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ LossyOptional.swift,\ ResilientProjectedValue.swift,\ CodingKeyStyle.swift,\ CodableKey.swift,\ CustomCodable.swift,\ CustomDecodable.swift,\ CustomEncodable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LossyValue/LossyOptional.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/ResilientProjectedValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/CustomCodable/CodingKeyStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/CustomCodable/Interface/CodableKey.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/CustomCodable/Interface/CustomCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/CustomCodable/Interface/CustomDecodable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/CustomCodable/Interface/CustomEncodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LossyValue/LossyOptional.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/ResilientProjectedValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/CustomCodable/CodingKeyStyle.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/CustomCodable/Interface/CodableKey.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/CustomCodable/Interface/CustomCodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/CustomCodable/Interface/CustomDecodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/CustomCodable/Interface/CustomEncodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64_32 Emitting\ module\ for\ KarrotCodableKit (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
EmitSwiftModule normal arm64_32 (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/Strategy/ISO8601WithFractionalSecondsStrategy.swift:19:22: warning: static property 'formatter' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
  private static let formatter: ISO8601DateFormatter = {
                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSISO8601DateFormatter.h:46:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
@interface NSISO8601DateFormatter : NSFormatter <NSSecureCoding> {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/Strategy/ISO8601WithFractionalSecondsStrategy.swift:19:22: note: add '@MainActor' to make static property 'formatter' part of global actor 'MainActor'
  private static let formatter: ISO8601DateFormatter = {
                     ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/Strategy/ISO8601WithFractionalSecondsStrategy.swift:19:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  private static let formatter: ISO8601DateFormatter = {
                     ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Error/PolymorphicCodableError.swift:20:8: warning: associated value 'unableToCast(decoded:into:)' of 'Sendable'-conforming enum 'PolymorphicCodableError' has non-sendable type 'any PolymorphicDecodableType' (aka 'any PolymorphicIdentifiable & Decodable'); this is an error in the Swift 6 language mode
  case unableToCast(decoded: PolymorphicDecodableType, into: String)
       ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/ArrayDecodingError.swift:14:16: warning: stored property 'results' of 'Sendable'-conforming generic struct 'ArrayDecodingError' has non-sendable type '[Result<Element, any Error>]'; this is an error in the Swift 6 language mode
    public let results: [Result<Element, Error>]
               ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/ArrayDecodingError.swift:13:36: note: consider making generic parameter 'Element' conform to the 'Sendable' protocol
  public struct ArrayDecodingError<Element>: Error {
                                   ^
                                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/DictionaryDecodingError.swift:13:16: warning: stored property 'results' of 'Sendable'-conforming generic struct 'DictionaryDecodingError' has non-sendable type '[Key : Result<Value, any Error>]'; this is an error in the Swift 6 language mode
    public let results: [Key: Result<Value, Error>]
               ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/DictionaryDecodingError.swift:12:41: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
  public struct DictionaryDecodingError<Key: Hashable, Value>: Error {
                                        ^
                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/DictionaryDecodingError.swift:13:16: warning: stored property 'results' of 'Sendable'-conforming generic struct 'DictionaryDecodingError' has non-sendable type '[Key : Result<Value, any Error>]'; this is an error in the Swift 6 language mode
    public let results: [Key: Result<Value, Error>]
               ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/DictionaryDecodingError.swift:12:56: note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
  public struct DictionaryDecodingError<Key: Hashable, Value>: Error {
                                                       ^
                                                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/ErrorReporting.swift:232:14: warning: stored property 'novelValue' of 'Sendable'-conforming struct 'UnknownNovelValueError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
  public let novelValue: Any
             ^
LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
SwiftDriverJobDiscovery normal arm64 Emitting module for KarrotCodableKit (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
SwiftDriver\ Compilation\ Requirements KarrotCodableKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    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 KarrotCodableKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64/KarrotCodableKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-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 -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/KarrotCodableKitMacros\#KarrotCodableKitMacros -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/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64/KarrotCodableKit-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/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64/KarrotCodableKit.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/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64/KarrotCodableKit_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/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.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/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64/KarrotCodableKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling PolymorphicEnumCodable.swift, PolymorphicEnumDecodable.swift, PolymorphicEnumEncodable.swift, UnnestedPolymorphicCodable.swift, UnnestedPolymorphicDecodable.swift, LossyOptionalPolymorphicValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
SwiftEmitModule normal armv7k Emitting\ module\ for\ KarrotCodableKit (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
EmitSwiftModule normal armv7k (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/Strategy/ISO8601WithFractionalSecondsStrategy.swift:19:22: warning: static property 'formatter' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
  private static let formatter: ISO8601DateFormatter = {
                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSISO8601DateFormatter.h:46:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
@interface NSISO8601DateFormatter : NSFormatter <NSSecureCoding> {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/Strategy/ISO8601WithFractionalSecondsStrategy.swift:19:22: note: add '@MainActor' to make static property 'formatter' part of global actor 'MainActor'
  private static let formatter: ISO8601DateFormatter = {
                     ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/Strategy/ISO8601WithFractionalSecondsStrategy.swift:19:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  private static let formatter: ISO8601DateFormatter = {
                     ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Error/PolymorphicCodableError.swift:20:8: warning: associated value 'unableToCast(decoded:into:)' of 'Sendable'-conforming enum 'PolymorphicCodableError' has non-sendable type 'any PolymorphicDecodableType' (aka 'any PolymorphicIdentifiable & Decodable'); this is an error in the Swift 6 language mode
  case unableToCast(decoded: PolymorphicDecodableType, into: String)
       ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/ArrayDecodingError.swift:14:16: warning: stored property 'results' of 'Sendable'-conforming generic struct 'ArrayDecodingError' has non-sendable type '[Result<Element, any Error>]'; this is an error in the Swift 6 language mode
    public let results: [Result<Element, Error>]
               ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/ArrayDecodingError.swift:13:36: note: consider making generic parameter 'Element' conform to the 'Sendable' protocol
  public struct ArrayDecodingError<Element>: Error {
                                   ^
                                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/DictionaryDecodingError.swift:13:16: warning: stored property 'results' of 'Sendable'-conforming generic struct 'DictionaryDecodingError' has non-sendable type '[Key : Result<Value, any Error>]'; this is an error in the Swift 6 language mode
    public let results: [Key: Result<Value, Error>]
               ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/DictionaryDecodingError.swift:12:41: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
  public struct DictionaryDecodingError<Key: Hashable, Value>: Error {
                                        ^
                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/DictionaryDecodingError.swift:13:16: warning: stored property 'results' of 'Sendable'-conforming generic struct 'DictionaryDecodingError' has non-sendable type '[Key : Result<Value, any Error>]'; this is an error in the Swift 6 language mode
    public let results: [Key: Result<Value, Error>]
               ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/DictionaryDecodingError.swift:12:56: note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
  public struct DictionaryDecodingError<Key: Hashable, Value>: Error {
                                                       ^
                                                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/ErrorReporting.swift:232:14: warning: stored property 'novelValue' of 'Sendable'-conforming struct 'UnknownNovelValueError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
  public let novelValue: Any
             ^
LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/KarrotCodableKit.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64/KarrotCodableKit.swiftmodule (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    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/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64/KarrotCodableKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/KarrotCodableKit.swiftmodule/arm64-apple-watchos.swiftmodule
SwiftDriverJobDiscovery normal arm64 Compiling LossyOptional.swift, ResilientProjectedValue.swift, CodingKeyStyle.swift, CodableKey.swift, CustomCodable.swift, CustomDecodable.swift, CustomEncodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/KarrotCodableKit.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64/KarrotCodableKit.swiftdoc (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    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/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64/KarrotCodableKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/KarrotCodableKit.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/KarrotCodableKit.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64/KarrotCodableKit.abi.json (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    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/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64/KarrotCodableKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/KarrotCodableKit.swiftmodule/arm64-apple-watchos.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling KeyedDecodingContainer+OptionalPolymorphicArrayValue.swift, KeyedDecodingContainer+OptionalPolymorphicValue.swift, KeyedDecodingContainer+PolymorphicLossyArrayValue.swift, PolymorphicCodable.swift, PolymorphicCodableStrategyProviding.swift, PolymorphicDecodable.swift, PolymorphicEncodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/KarrotCodableKit.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64/KarrotCodableKit.swiftsourceinfo (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    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/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64/KarrotCodableKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/KarrotCodableKit.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftCompile normal armv7k Compiling\ Result+Extension.swift,\ LosslessArray.swift,\ LosslessBoolValue.swift,\ LosslessValue.swift,\ OptionalLosslessValue.swift,\ LossyArray.swift,\ LossyDictionary.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Extensions/Result+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/LosslessArray.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/LosslessBoolValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/LosslessValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/OptionalLosslessValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LossyValue/LossyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LossyValue/LossyDictionary.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Extensions/Result+Extension.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/LosslessArray.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/LosslessBoolValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/LosslessValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/OptionalLosslessValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LossyValue/LossyArray.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LossyValue/LossyDictionary.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ Result+Extension.swift,\ LosslessArray.swift,\ LosslessBoolValue.swift,\ LosslessValue.swift,\ OptionalLosslessValue.swift,\ LossyArray.swift,\ LossyDictionary.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Extensions/Result+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/LosslessArray.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/LosslessBoolValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/LosslessValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/OptionalLosslessValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LossyValue/LossyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LossyValue/LossyDictionary.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Extensions/Result+Extension.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/LosslessArray.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/LosslessBoolValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/LosslessValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/OptionalLosslessValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LossyValue/LossyArray.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LossyValue/LossyDictionary.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ ISO8601Strategy.swift,\ ISO8601WithFractionalSecondsStrategy.swift,\ RFC3339NanoStrategy.swift,\ RFC3339Strategy.swift,\ TimestampStrategy.swift,\ DefaultCodable.swift,\ DefaultEmptyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/Strategy/ISO8601Strategy.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/Strategy/ISO8601WithFractionalSecondsStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/Strategy/RFC3339NanoStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/Strategy/RFC3339Strategy.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/Strategy/TimestampStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultEmptyArray.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/Strategy/ISO8601Strategy.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/Strategy/ISO8601WithFractionalSecondsStrategy.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/Strategy/ISO8601WithFractionalSecondsStrategy.swift:19:22: warning: static property 'formatter' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
  private static let formatter: ISO8601DateFormatter = {
                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSISO8601DateFormatter.h:46:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
@interface NSISO8601DateFormatter : NSFormatter <NSSecureCoding> {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/Strategy/ISO8601WithFractionalSecondsStrategy.swift:19:22: note: add '@MainActor' to make static property 'formatter' part of global actor 'MainActor'
  private static let formatter: ISO8601DateFormatter = {
                     ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/Strategy/ISO8601WithFractionalSecondsStrategy.swift:19:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  private static let formatter: ISO8601DateFormatter = {
                     ^
  nonisolated(unsafe)
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/Strategy/RFC3339NanoStrategy.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/Strategy/RFC3339Strategy.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/Strategy/TimestampStrategy.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultCodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultEmptyArray.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling OptionalPolymorphicArrayValue.swift, OptionalPolymorphicValue.swift, PolymorphicArrayValue.swift, PolymorphicCodableStrategy.swift, PolymorphicIdentifiable.swift, PolymorphicLossyArrayValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
SwiftCompile normal armv7k Compiling\ KeyedDecodingContainer+OptionalPolymorphicArrayValue.swift,\ KeyedDecodingContainer+OptionalPolymorphicValue.swift,\ KeyedDecodingContainer+PolymorphicLossyArrayValue.swift,\ PolymorphicCodable.swift,\ PolymorphicCodableStrategyProviding.swift,\ PolymorphicDecodable.swift,\ PolymorphicEncodable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Extensions/KeyedDecodingContainer+OptionalPolymorphicArrayValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Extensions/KeyedDecodingContainer+OptionalPolymorphicValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Extensions/KeyedDecodingContainer+PolymorphicLossyArrayValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/PolymorphicCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/PolymorphicCodableStrategyProviding.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/PolymorphicDecodable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/PolymorphicEncodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Extensions/KeyedDecodingContainer+OptionalPolymorphicArrayValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Extensions/KeyedDecodingContainer+OptionalPolymorphicValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Extensions/KeyedDecodingContainer+PolymorphicLossyArrayValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/PolymorphicCodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/PolymorphicCodableStrategyProviding.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/PolymorphicDecodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/PolymorphicEncodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling PolymorphicProjectedValue.swift, PolymorphicValue.swift, ArrayDecodingError.swift, DictionaryDecodingError.swift, ErrorReporting.swift, ResilientDecodingOutcome.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
SwiftCompile normal armv7k Compiling\ ISO8601Strategy.swift,\ ISO8601WithFractionalSecondsStrategy.swift,\ RFC3339NanoStrategy.swift,\ RFC3339Strategy.swift,\ TimestampStrategy.swift,\ DefaultCodable.swift,\ DefaultEmptyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/Strategy/ISO8601Strategy.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/Strategy/ISO8601WithFractionalSecondsStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/Strategy/RFC3339NanoStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/Strategy/RFC3339Strategy.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/Strategy/TimestampStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultEmptyArray.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/Strategy/ISO8601Strategy.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/Strategy/ISO8601WithFractionalSecondsStrategy.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/Strategy/ISO8601WithFractionalSecondsStrategy.swift:19:22: warning: static property 'formatter' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
  private static let formatter: ISO8601DateFormatter = {
                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSISO8601DateFormatter.h:46:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
@interface NSISO8601DateFormatter : NSFormatter <NSSecureCoding> {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/Strategy/ISO8601WithFractionalSecondsStrategy.swift:19:22: note: add '@MainActor' to make static property 'formatter' part of global actor 'MainActor'
  private static let formatter: ISO8601DateFormatter = {
                     ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/Strategy/ISO8601WithFractionalSecondsStrategy.swift:19:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  private static let formatter: ISO8601DateFormatter = {
                     ^
  nonisolated(unsafe)
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/Strategy/RFC3339NanoStrategy.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/Strategy/RFC3339Strategy.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/Strategy/TimestampStrategy.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultCodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultEmptyArray.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling DefaultEmptyDictionary.swift, DefaultEmptyString.swift, DefaultFalse.swift, DefaultTrue.swift, DefaultZeroDouble.swift, DefaultZeroFloat.swift, DefaultZeroInt.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
SwiftCompile normal arm64_32 Compiling\ LossyOptional.swift,\ ResilientProjectedValue.swift,\ CodingKeyStyle.swift,\ CodableKey.swift,\ CustomCodable.swift,\ CustomDecodable.swift,\ CustomEncodable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LossyValue/LossyOptional.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/ResilientProjectedValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/CustomCodable/CodingKeyStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/CustomCodable/Interface/CodableKey.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/CustomCodable/Interface/CustomCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/CustomCodable/Interface/CustomDecodable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/CustomCodable/Interface/CustomEncodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LossyValue/LossyOptional.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/ResilientProjectedValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/CustomCodable/CodingKeyStyle.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/CustomCodable/Interface/CodableKey.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/CustomCodable/Interface/CustomCodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/CustomCodable/Interface/CustomDecodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/CustomCodable/Interface/CustomEncodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling ISO8601Strategy.swift, ISO8601WithFractionalSecondsStrategy.swift, RFC3339NanoStrategy.swift, RFC3339Strategy.swift, TimestampStrategy.swift, DefaultCodable.swift, DefaultEmptyArray.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
SwiftCompile normal armv7k Compiling\ LossyOptional.swift,\ ResilientProjectedValue.swift,\ CodingKeyStyle.swift,\ CodableKey.swift,\ CustomCodable.swift,\ CustomDecodable.swift,\ CustomEncodable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LossyValue/LossyOptional.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/ResilientProjectedValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/CustomCodable/CodingKeyStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/CustomCodable/Interface/CodableKey.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/CustomCodable/Interface/CustomCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/CustomCodable/Interface/CustomDecodable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/CustomCodable/Interface/CustomEncodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LossyValue/LossyOptional.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/ResilientProjectedValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/CustomCodable/CodingKeyStyle.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/CustomCodable/Interface/CodableKey.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/CustomCodable/Interface/CustomCodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/CustomCodable/Interface/CustomDecodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/CustomCodable/Interface/CustomEncodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Encodable+ToDictionary.swift, DefaultEmptyPolymorphicArrayValue.swift, PolymorphicCodableError.swift, Decoder+Polymorphic.swift, Encoder+Polymorphic.swift, KeyedDecodingContainer+DefaultEmptyPolymorphicArrayValue.swift, KeyedDecodingContainer+LossyOptionalPolymorphicValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
SwiftCompile normal arm64_32 Compiling\ AnyCodable.swift,\ AnyDecodable.swift,\ AnyEncodable.swift,\ Base64Strategy.swift,\ DataValue.swift,\ DateValue.swift,\ OptionalDateValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/AnyCodable/AnyCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/AnyCodable/AnyDecodable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/AnyCodable/AnyEncodable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DataValue/Base64Strategy.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DataValue/DataValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/DateValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/OptionalDateValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/AnyCodable/AnyCodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/AnyCodable/AnyDecodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/AnyCodable/AnyEncodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DataValue/Base64Strategy.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DataValue/DataValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/DateValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/OptionalDateValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Result+Extension.swift, LosslessArray.swift, LosslessBoolValue.swift, LosslessValue.swift, OptionalLosslessValue.swift, LossyArray.swift, LossyDictionary.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
SwiftCompile normal armv7k Compiling\ AnyCodable.swift,\ AnyDecodable.swift,\ AnyEncodable.swift,\ Base64Strategy.swift,\ DataValue.swift,\ DateValue.swift,\ OptionalDateValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/AnyCodable/AnyCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/AnyCodable/AnyDecodable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/AnyCodable/AnyEncodable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DataValue/Base64Strategy.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DataValue/DataValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/DateValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/OptionalDateValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/AnyCodable/AnyCodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/AnyCodable/AnyDecodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/AnyCodable/AnyEncodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DataValue/Base64Strategy.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DataValue/DataValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/DateValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/OptionalDateValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Emitting module for KarrotCodableKit (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
SwiftDriver\ Compilation\ Requirements KarrotCodableKit normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    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 KarrotCodableKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64_32/KarrotCodableKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-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 -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/KarrotCodableKitMacros\#KarrotCodableKitMacros -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/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64_32/KarrotCodableKit-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/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64_32/KarrotCodableKit.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/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64_32/KarrotCodableKit_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/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.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/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64_32/KarrotCodableKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Emitting module for KarrotCodableKit (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
SwiftCompile normal arm64_32 Compiling\ OptionalPolymorphicArrayValue.swift,\ OptionalPolymorphicValue.swift,\ PolymorphicArrayValue.swift,\ PolymorphicCodableStrategy.swift,\ PolymorphicIdentifiable.swift,\ PolymorphicLossyArrayValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/OptionalPolymorphicArrayValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/OptionalPolymorphicValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/PolymorphicArrayValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/PolymorphicCodableStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/PolymorphicIdentifiable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/PolymorphicLossyArrayValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/OptionalPolymorphicArrayValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/OptionalPolymorphicValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/PolymorphicArrayValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/PolymorphicCodableStrategy.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/PolymorphicIdentifiable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/PolymorphicLossyArrayValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriver\ Compilation\ Requirements KarrotCodableKit normal armv7k com.apple.xcode.tools.swift.compiler (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    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 KarrotCodableKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/armv7k/KarrotCodableKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-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 -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/KarrotCodableKitMacros\#KarrotCodableKitMacros -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/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/armv7k/KarrotCodableKit-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/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/armv7k/KarrotCodableKit.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/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/armv7k/KarrotCodableKit_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/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.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/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/armv7k/KarrotCodableKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling LossyOptional.swift, ResilientProjectedValue.swift, CodingKeyStyle.swift, CodableKey.swift, CustomCodable.swift, CustomDecodable.swift, CustomEncodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/KarrotCodableKit.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64_32/KarrotCodableKit.swiftmodule (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    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/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64_32/KarrotCodableKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/KarrotCodableKit.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/KarrotCodableKit.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64_32/KarrotCodableKit.swiftdoc (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    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/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64_32/KarrotCodableKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/KarrotCodableKit.swiftmodule/arm64_32-apple-watchos.swiftdoc
SwiftDriverJobDiscovery normal arm64_32 Compiling ISO8601Strategy.swift, ISO8601WithFractionalSecondsStrategy.swift, RFC3339NanoStrategy.swift, RFC3339Strategy.swift, TimestampStrategy.swift, DefaultCodable.swift, DefaultEmptyArray.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/KarrotCodableKit.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64_32/KarrotCodableKit.abi.json (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    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/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64_32/KarrotCodableKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/KarrotCodableKit.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/KarrotCodableKit.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64_32/KarrotCodableKit.swiftsourceinfo (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    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/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64_32/KarrotCodableKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/KarrotCodableKit.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
SwiftCompile normal arm64_32 Compiling\ PolymorphicEnumCodable.swift,\ PolymorphicEnumDecodable.swift,\ PolymorphicEnumEncodable.swift,\ UnnestedPolymorphicCodable.swift,\ UnnestedPolymorphicDecodable.swift,\ LossyOptionalPolymorphicValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/PolymorphicEnumCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/PolymorphicEnumDecodable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/PolymorphicEnumEncodable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/UnnestedPolymorphicCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/UnnestedPolymorphicDecodable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/LossyOptionalPolymorphicValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/PolymorphicEnumCodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/PolymorphicEnumDecodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/PolymorphicEnumEncodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/UnnestedPolymorphicCodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/UnnestedPolymorphicDecodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/LossyOptionalPolymorphicValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ OptionalPolymorphicArrayValue.swift,\ OptionalPolymorphicValue.swift,\ PolymorphicArrayValue.swift,\ PolymorphicCodableStrategy.swift,\ PolymorphicIdentifiable.swift,\ PolymorphicLossyArrayValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/OptionalPolymorphicArrayValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/OptionalPolymorphicValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/PolymorphicArrayValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/PolymorphicCodableStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/PolymorphicIdentifiable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/PolymorphicLossyArrayValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/OptionalPolymorphicArrayValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/OptionalPolymorphicValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/PolymorphicArrayValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/PolymorphicCodableStrategy.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/PolymorphicIdentifiable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/PolymorphicLossyArrayValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ PolymorphicEnumCodable.swift,\ PolymorphicEnumDecodable.swift,\ PolymorphicEnumEncodable.swift,\ UnnestedPolymorphicCodable.swift,\ UnnestedPolymorphicDecodable.swift,\ LossyOptionalPolymorphicValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/PolymorphicEnumCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/PolymorphicEnumDecodable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/PolymorphicEnumEncodable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/UnnestedPolymorphicCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/UnnestedPolymorphicDecodable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/LossyOptionalPolymorphicValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/PolymorphicEnumCodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/PolymorphicEnumDecodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/PolymorphicEnumEncodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/UnnestedPolymorphicCodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/UnnestedPolymorphicDecodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/LossyOptionalPolymorphicValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling Result+Extension.swift, LosslessArray.swift, LosslessBoolValue.swift, LosslessValue.swift, OptionalLosslessValue.swift, LossyArray.swift, LossyDictionary.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/KarrotCodableKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64/KarrotCodableKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64_32/KarrotCodableKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/armv7k/KarrotCodableKit-Swift.h (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64/KarrotCodableKit-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64_32/KarrotCodableKit-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/armv7k/KarrotCodableKit-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/KarrotCodableKit-Swift.h
SwiftDriverJobDiscovery normal arm64_32 Compiling AnyCodable.swift, AnyDecodable.swift, AnyEncodable.swift, Base64Strategy.swift, DataValue.swift, DateValue.swift, OptionalDateValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/KarrotCodableKit.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/armv7k/KarrotCodableKit.swiftmodule (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    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/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/armv7k/KarrotCodableKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/KarrotCodableKit.swiftmodule/armv7k-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/KarrotCodableKit.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/armv7k/KarrotCodableKit.swiftdoc (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    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/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/armv7k/KarrotCodableKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/KarrotCodableKit.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/KarrotCodableKit.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/armv7k/KarrotCodableKit.abi.json (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    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/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/armv7k/KarrotCodableKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/KarrotCodableKit.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/KarrotCodableKit.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/armv7k/KarrotCodableKit.swiftsourceinfo (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    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/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/armv7k/KarrotCodableKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/KarrotCodableKit.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
SwiftCompile normal armv7k Compiling\ PolymorphicProjectedValue.swift,\ PolymorphicValue.swift,\ ArrayDecodingError.swift,\ DictionaryDecodingError.swift,\ ErrorReporting.swift,\ ResilientDecodingOutcome.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/PolymorphicProjectedValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/PolymorphicValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/ArrayDecodingError.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/DictionaryDecodingError.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/ErrorReporting.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/ResilientDecodingOutcome.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/PolymorphicProjectedValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/PolymorphicValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/ArrayDecodingError.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/ArrayDecodingError.swift:14:16: warning: stored property 'results' of 'Sendable'-conforming generic struct 'ArrayDecodingError' has non-sendable type '[Result<Element, any Error>]'; this is an error in the Swift 6 language mode
    public let results: [Result<Element, Error>]
               ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/ArrayDecodingError.swift:13:36: note: consider making generic parameter 'Element' conform to the 'Sendable' protocol
  public struct ArrayDecodingError<Element>: Error {
                                   ^
                                          : Sendable
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/DictionaryDecodingError.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/DictionaryDecodingError.swift:13:16: warning: stored property 'results' of 'Sendable'-conforming generic struct 'DictionaryDecodingError' has non-sendable type '[Key : Result<Value, any Error>]'; this is an error in the Swift 6 language mode
    public let results: [Key: Result<Value, Error>]
               ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/DictionaryDecodingError.swift:12:41: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
  public struct DictionaryDecodingError<Key: Hashable, Value>: Error {
                                        ^
                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/DictionaryDecodingError.swift:13:16: warning: stored property 'results' of 'Sendable'-conforming generic struct 'DictionaryDecodingError' has non-sendable type '[Key : Result<Value, any Error>]'; this is an error in the Swift 6 language mode
    public let results: [Key: Result<Value, Error>]
               ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/DictionaryDecodingError.swift:12:56: note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
  public struct DictionaryDecodingError<Key: Hashable, Value>: Error {
                                                       ^
                                                            : Sendable
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/ErrorReporting.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/ErrorReporting.swift:232:14: warning: stored property 'novelValue' of 'Sendable'-conforming struct 'UnknownNovelValueError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
  public let novelValue: Any
             ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/ErrorReporting.swift:68:49: warning: type 'Any' does not conform to the 'Sendable' protocol
    userInfo[.resilientDecodingErrorReporter] = oldValue
                                                ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/ResilientDecodingOutcome.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ KeyedDecodingContainer+OptionalPolymorphicArrayValue.swift,\ KeyedDecodingContainer+OptionalPolymorphicValue.swift,\ KeyedDecodingContainer+PolymorphicLossyArrayValue.swift,\ PolymorphicCodable.swift,\ PolymorphicCodableStrategyProviding.swift,\ PolymorphicDecodable.swift,\ PolymorphicEncodable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Extensions/KeyedDecodingContainer+OptionalPolymorphicArrayValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Extensions/KeyedDecodingContainer+OptionalPolymorphicValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Extensions/KeyedDecodingContainer+PolymorphicLossyArrayValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/PolymorphicCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/PolymorphicCodableStrategyProviding.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/PolymorphicDecodable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/PolymorphicEncodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Extensions/KeyedDecodingContainer+OptionalPolymorphicArrayValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Extensions/KeyedDecodingContainer+OptionalPolymorphicValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Extensions/KeyedDecodingContainer+PolymorphicLossyArrayValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/PolymorphicCodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/PolymorphicCodableStrategyProviding.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/PolymorphicDecodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Interface/PolymorphicEncodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling OptionalPolymorphicArrayValue.swift, OptionalPolymorphicValue.swift, PolymorphicArrayValue.swift, PolymorphicCodableStrategy.swift, PolymorphicIdentifiable.swift, PolymorphicLossyArrayValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
SwiftCompile normal arm64_32 Compiling\ Encodable+ToDictionary.swift,\ DefaultEmptyPolymorphicArrayValue.swift,\ PolymorphicCodableError.swift,\ Decoder+Polymorphic.swift,\ Encoder+Polymorphic.swift,\ KeyedDecodingContainer+DefaultEmptyPolymorphicArrayValue.swift,\ KeyedDecodingContainer+LossyOptionalPolymorphicValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Encodable+ToDictionary.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/DefaultEmptyPolymorphicArrayValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Error/PolymorphicCodableError.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Extensions/Decoder+Polymorphic.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Extensions/Encoder+Polymorphic.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Extensions/KeyedDecodingContainer+DefaultEmptyPolymorphicArrayValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Extensions/KeyedDecodingContainer+LossyOptionalPolymorphicValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Encodable+ToDictionary.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/DefaultEmptyPolymorphicArrayValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Error/PolymorphicCodableError.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Error/PolymorphicCodableError.swift:20:8: warning: associated value 'unableToCast(decoded:into:)' of 'Sendable'-conforming enum 'PolymorphicCodableError' has non-sendable type 'any PolymorphicDecodableType' (aka 'any PolymorphicIdentifiable & Decodable'); this is an error in the Swift 6 language mode
  case unableToCast(decoded: PolymorphicDecodableType, into: String)
       ^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Extensions/Decoder+Polymorphic.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Extensions/Encoder+Polymorphic.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Extensions/KeyedDecodingContainer+DefaultEmptyPolymorphicArrayValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Extensions/KeyedDecodingContainer+LossyOptionalPolymorphicValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling PolymorphicEnumCodable.swift, PolymorphicEnumDecodable.swift, PolymorphicEnumEncodable.swift, UnnestedPolymorphicCodable.swift, UnnestedPolymorphicDecodable.swift, LossyOptionalPolymorphicValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
SwiftCompile normal arm64_32 Compiling\ DefaultEmptyDictionary.swift,\ DefaultEmptyString.swift,\ DefaultFalse.swift,\ DefaultTrue.swift,\ DefaultZeroDouble.swift,\ DefaultZeroFloat.swift,\ DefaultZeroInt.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultEmptyDictionary.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultEmptyString.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultFalse.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultTrue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultZeroDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultZeroFloat.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultZeroInt.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultEmptyDictionary.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultEmptyString.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultFalse.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultTrue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultZeroDouble.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultZeroFloat.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultZeroInt.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling LossyOptional.swift, ResilientProjectedValue.swift, CodingKeyStyle.swift, CodableKey.swift, CustomCodable.swift, CustomDecodable.swift, CustomEncodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
SwiftCompile normal armv7k Compiling\ Encodable+ToDictionary.swift,\ DefaultEmptyPolymorphicArrayValue.swift,\ PolymorphicCodableError.swift,\ Decoder+Polymorphic.swift,\ Encoder+Polymorphic.swift,\ KeyedDecodingContainer+DefaultEmptyPolymorphicArrayValue.swift,\ KeyedDecodingContainer+LossyOptionalPolymorphicValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Encodable+ToDictionary.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/DefaultEmptyPolymorphicArrayValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Error/PolymorphicCodableError.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Extensions/Decoder+Polymorphic.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Extensions/Encoder+Polymorphic.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Extensions/KeyedDecodingContainer+DefaultEmptyPolymorphicArrayValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Extensions/KeyedDecodingContainer+LossyOptionalPolymorphicValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Encodable+ToDictionary.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/DefaultEmptyPolymorphicArrayValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Error/PolymorphicCodableError.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Error/PolymorphicCodableError.swift:20:8: warning: associated value 'unableToCast(decoded:into:)' of 'Sendable'-conforming enum 'PolymorphicCodableError' has non-sendable type 'any PolymorphicDecodableType' (aka 'any PolymorphicIdentifiable & Decodable'); this is an error in the Swift 6 language mode
  case unableToCast(decoded: PolymorphicDecodableType, into: String)
       ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Extensions/Decoder+Polymorphic.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Extensions/Encoder+Polymorphic.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Extensions/KeyedDecodingContainer+DefaultEmptyPolymorphicArrayValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/Extensions/KeyedDecodingContainer+LossyOptionalPolymorphicValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling AnyCodable.swift, AnyDecodable.swift, AnyEncodable.swift, Base64Strategy.swift, DataValue.swift, DateValue.swift, OptionalDateValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
SwiftCompile normal arm64_32 Compiling\ PolymorphicProjectedValue.swift,\ PolymorphicValue.swift,\ ArrayDecodingError.swift,\ DictionaryDecodingError.swift,\ ErrorReporting.swift,\ ResilientDecodingOutcome.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/PolymorphicProjectedValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/PolymorphicValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/ArrayDecodingError.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/DictionaryDecodingError.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/ErrorReporting.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/ResilientDecodingOutcome.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/PolymorphicProjectedValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/PolymorphicCodable/PolymorphicValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/ArrayDecodingError.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/ArrayDecodingError.swift:14:16: warning: stored property 'results' of 'Sendable'-conforming generic struct 'ArrayDecodingError' has non-sendable type '[Result<Element, any Error>]'; this is an error in the Swift 6 language mode
    public let results: [Result<Element, Error>]
               ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/ArrayDecodingError.swift:13:36: note: consider making generic parameter 'Element' conform to the 'Sendable' protocol
  public struct ArrayDecodingError<Element>: Error {
                                   ^
                                          : Sendable
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/DictionaryDecodingError.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/DictionaryDecodingError.swift:13:16: warning: stored property 'results' of 'Sendable'-conforming generic struct 'DictionaryDecodingError' has non-sendable type '[Key : Result<Value, any Error>]'; this is an error in the Swift 6 language mode
    public let results: [Key: Result<Value, Error>]
               ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/DictionaryDecodingError.swift:12:41: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
  public struct DictionaryDecodingError<Key: Hashable, Value>: Error {
                                        ^
                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/DictionaryDecodingError.swift:13:16: warning: stored property 'results' of 'Sendable'-conforming generic struct 'DictionaryDecodingError' has non-sendable type '[Key : Result<Value, any Error>]'; this is an error in the Swift 6 language mode
    public let results: [Key: Result<Value, Error>]
               ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/DictionaryDecodingError.swift:12:56: note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
  public struct DictionaryDecodingError<Key: Hashable, Value>: Error {
                                                       ^
                                                            : Sendable
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/ErrorReporting.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/ErrorReporting.swift:232:14: warning: stored property 'novelValue' of 'Sendable'-conforming struct 'UnknownNovelValueError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
  public let novelValue: Any
             ^
/Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/ErrorReporting.swift:68:49: warning: type 'Any' does not conform to the 'Sendable' protocol
    userInfo[.resilientDecodingErrorReporter] = oldValue
                                                ^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/Resilient/ResilientDecodingOutcome.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ AnyCodable.swift,\ AnyDecodable.swift,\ AnyEncodable.swift,\ Base64Strategy.swift,\ DataValue.swift,\ DateValue.swift,\ OptionalDateValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/AnyCodable/AnyCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/AnyCodable/AnyDecodable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/AnyCodable/AnyEncodable.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DataValue/Base64Strategy.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DataValue/DataValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/DateValue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/OptionalDateValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/AnyCodable/AnyCodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/AnyCodable/AnyDecodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/AnyCodable/AnyEncodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DataValue/Base64Strategy.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DataValue/DataValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/DateValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/DateValue/OptionalDateValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling ISO8601Strategy.swift, ISO8601WithFractionalSecondsStrategy.swift, RFC3339NanoStrategy.swift, RFC3339Strategy.swift, TimestampStrategy.swift, DefaultCodable.swift, DefaultEmptyArray.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
SwiftCompile normal armv7k Compiling\ DefaultEmptyDictionary.swift,\ DefaultEmptyString.swift,\ DefaultFalse.swift,\ DefaultTrue.swift,\ DefaultZeroDouble.swift,\ DefaultZeroFloat.swift,\ DefaultZeroInt.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultEmptyDictionary.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultEmptyString.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultFalse.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultTrue.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultZeroDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultZeroFloat.swift /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultZeroInt.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultEmptyDictionary.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultEmptyString.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultFalse.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultTrue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultZeroDouble.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultZeroFloat.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/Defaults/DefaultZeroInt.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling KeyedDecodingContainer+OptionalPolymorphicArrayValue.swift, KeyedDecodingContainer+OptionalPolymorphicValue.swift, KeyedDecodingContainer+PolymorphicLossyArrayValue.swift, PolymorphicCodable.swift, PolymorphicCodableStrategyProviding.swift, PolymorphicDecodable.swift, PolymorphicEncodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
SwiftDriverJobDiscovery normal armv7k Compiling Result+Extension.swift, LosslessArray.swift, LosslessBoolValue.swift, LosslessValue.swift, OptionalLosslessValue.swift, LossyArray.swift, LossyDictionary.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
SwiftDriverJobDiscovery normal arm64_32 Compiling KeyedDecodingContainer+OptionalPolymorphicArrayValue.swift, KeyedDecodingContainer+OptionalPolymorphicValue.swift, KeyedDecodingContainer+PolymorphicLossyArrayValue.swift, PolymorphicCodable.swift, PolymorphicCodableStrategyProviding.swift, PolymorphicDecodable.swift, PolymorphicEncodable.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
SwiftDriverJobDiscovery normal armv7k Compiling PolymorphicEnumCodable.swift, PolymorphicEnumDecodable.swift, PolymorphicEnumEncodable.swift, UnnestedPolymorphicCodable.swift, UnnestedPolymorphicDecodable.swift, LossyOptionalPolymorphicValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
SwiftDriverJobDiscovery normal arm64_32 Compiling Encodable+ToDictionary.swift, DefaultEmptyPolymorphicArrayValue.swift, PolymorphicCodableError.swift, Decoder+Polymorphic.swift, Encoder+Polymorphic.swift, KeyedDecodingContainer+DefaultEmptyPolymorphicArrayValue.swift, KeyedDecodingContainer+LossyOptionalPolymorphicValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
SwiftDriverJobDiscovery normal arm64_32 Compiling DefaultEmptyDictionary.swift, DefaultEmptyString.swift, DefaultFalse.swift, DefaultTrue.swift, DefaultZeroDouble.swift, DefaultZeroFloat.swift, DefaultZeroInt.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
SwiftDriverJobDiscovery normal armv7k Compiling DefaultEmptyDictionary.swift, DefaultEmptyString.swift, DefaultFalse.swift, DefaultTrue.swift, DefaultZeroDouble.swift, DefaultZeroFloat.swift, DefaultZeroInt.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
SwiftDriverJobDiscovery normal armv7k Compiling OptionalPolymorphicArrayValue.swift, OptionalPolymorphicValue.swift, PolymorphicArrayValue.swift, PolymorphicCodableStrategy.swift, PolymorphicIdentifiable.swift, PolymorphicLossyArrayValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
SwiftDriverJobDiscovery normal armv7k Compiling PolymorphicProjectedValue.swift, PolymorphicValue.swift, ArrayDecodingError.swift, DictionaryDecodingError.swift, ErrorReporting.swift, ResilientDecodingOutcome.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
SwiftDriverJobDiscovery normal armv7k Compiling Encodable+ToDictionary.swift, DefaultEmptyPolymorphicArrayValue.swift, PolymorphicCodableError.swift, Decoder+Polymorphic.swift, Encoder+Polymorphic.swift, KeyedDecodingContainer+DefaultEmptyPolymorphicArrayValue.swift, KeyedDecodingContainer+LossyOptionalPolymorphicValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
SwiftDriver\ Compilation KarrotCodableKit normal armv7k com.apple.xcode.tools.swift.compiler (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    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 KarrotCodableKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/armv7k/KarrotCodableKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-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 -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/KarrotCodableKitMacros\#KarrotCodableKitMacros -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/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/armv7k/KarrotCodableKit-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/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/armv7k/KarrotCodableKit.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/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/armv7k/KarrotCodableKit_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/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.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/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/armv7k/KarrotCodableKit-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/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/armv7k/Binary/KarrotCodableKit.o normal armv7k (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    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-watchos6.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/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/armv7k/KarrotCodableKit.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/armv7k/KarrotCodableKit_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/armv7k/KarrotCodableKit_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/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/armv7k/KarrotCodableKit.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/armv7k/Binary/KarrotCodableKit.o
SwiftDriverJobDiscovery normal arm64_32 Compiling PolymorphicProjectedValue.swift, PolymorphicValue.swift, ArrayDecodingError.swift, DictionaryDecodingError.swift, ErrorReporting.swift, ResilientDecodingOutcome.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
SwiftDriver\ Compilation KarrotCodableKit normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    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 KarrotCodableKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64_32/KarrotCodableKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-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 -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/KarrotCodableKitMacros\#KarrotCodableKitMacros -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/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64_32/KarrotCodableKit-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/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64_32/KarrotCodableKit.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/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64_32/KarrotCodableKit_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/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.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/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64_32/KarrotCodableKit-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/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64_32/Binary/KarrotCodableKit.o normal arm64_32 (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    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-watchos6.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/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64_32/KarrotCodableKit.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64_32/KarrotCodableKit_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64_32/KarrotCodableKit_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/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64_32/KarrotCodableKit.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64_32/Binary/KarrotCodableKit.o
SwiftDriverJobDiscovery normal arm64 Compiling AnyCodable.swift, AnyDecodable.swift, AnyEncodable.swift, Base64Strategy.swift, DataValue.swift, DateValue.swift, OptionalDateValue.swift (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
SwiftDriver\ Compilation KarrotCodableKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    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 KarrotCodableKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64/KarrotCodableKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-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 -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/KarrotCodableKitMacros\#KarrotCodableKitMacros -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/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64/KarrotCodableKit-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/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64/KarrotCodableKit.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/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64/KarrotCodableKit_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/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.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/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64/KarrotCodableKit-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/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64/Binary/KarrotCodableKit.o normal arm64 (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    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-watchos6.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/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64/KarrotCodableKit.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64/KarrotCodableKit_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64/KarrotCodableKit_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/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64/KarrotCodableKit.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64/Binary/KarrotCodableKit.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/KarrotCodableKit.o normal arm64\ armv7k\ arm64_32 (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    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/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64/Binary/KarrotCodableKit.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/armv7k/Binary/KarrotCodableKit.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64_32/Binary/KarrotCodableKit.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/KarrotCodableKit.o
ExtractAppIntentsMetadata (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    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 KarrotCodableKit --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 6.0 --bundle-identifier spi-builder-workspace.KarrotCodableKit --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/KarrotCodableKit.appintents --target-triple arm64-apple-watchos6.0 --target-triple armv7k-apple-watchos6.0 --target-triple arm64_32-apple-watchos6.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/KarrotCodableKit.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64/KarrotCodableKit_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/armv7k/KarrotCodableKit_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64_32/KarrotCodableKit_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64/KarrotCodableKit.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/armv7k/KarrotCodableKit.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64_32/KarrotCodableKit.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/KarrotCodableKit.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/KarrotCodableKit.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64/KarrotCodableKit.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/armv7k/KarrotCodableKit.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KarrotCodableKit.build/Debug-watchos/KarrotCodableKit.build/Objects-normal/arm64_32/KarrotCodableKit.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-09-03 07:51:53.549 appintentsmetadataprocessor[1145:6525] Starting appintentsmetadataprocessor export
2025-09-03 07:51:53.587 appintentsmetadataprocessor[1145:6525] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/KarrotCodableKit.o (in target 'KarrotCodableKit' from project 'KarrotCodableKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/KarrotCodableKit.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "602.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "KarrotCodableKit",
  "name" : "KarrotCodableKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "KarrotCodableKit",
      "targets" : [
        "KarrotCodableKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "KarrotCodableKitMacros",
      "targets" : [
        "KarrotCodableKitMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KarrotCodableMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "KarrotCodableMacrosTests",
      "path" : "Tests/KarrotCodableMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "CustomCodableMacros/CustomCodableMacroTests.swift",
        "CustomCodableMacros/CustomDecodableMacroTests.swift",
        "CustomCodableMacros/CustomEncodableMacroTests.swift",
        "Extenstions/StringSnakeCaseTests.swift",
        "Extenstions/TrimmingBackticksTests.swift",
        "PolymorphicCodableMacrosTests/PolymorphicCodableMacroTests.swift",
        "PolymorphicCodableMacrosTests/PolymorphicCodableStrategyProvidingMacroTests.swift",
        "PolymorphicCodableMacrosTests/PolymorphicDeodableMacroTests.swift",
        "PolymorphicCodableMacrosTests/PolymorphicEncodableMacroTests.swift",
        "PolymorphicEnumCodableMacroTests/PolymorphicEnumCodableMacroTests.swift",
        "PolymorphicEnumCodableMacroTests/PolymorphicEnumDecodableMacroTests.swift",
        "PolymorphicEnumCodableMacroTests/PolymorphicEnumEncodableMacroTests.swift",
        "UnnestedPolymorphicCodableMacroTests/UnnestedPolymorphicCodableMacroTests.swift",
        "UnnestedPolymorphicCodableMacroTests/UnnestedPolymorphicDecodableMacroTests.swift"
      ],
      "target_dependencies" : [
        "KarrotCodableKitMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KarrotCodableKitTests",
      "module_type" : "SwiftTarget",
      "name" : "KarrotCodableKitTests",
      "path" : "Tests/KarrotCodableKitTests",
      "sources" : [
        "AnyCodable/AnyCodableTests.swift",
        "AnyCodable/AnyDecodableTests.swift",
        "AnyCodable/AnyEncodableTests.swift",
        "BetterCodable/DataValue/DataValueResilientTests.swift",
        "BetterCodable/DataValue/DataValueTests.swift",
        "BetterCodable/DateValue/DateValueResilientTests.swift",
        "BetterCodable/DateValue/DateValueTests.swift",
        "BetterCodable/DateValue/OptionalDateValueTests.swift",
        "BetterCodable/Defaults/DefaulEmptyDictionaryTests.swift",
        "BetterCodable/Defaults/DefaultCodableResilientTests.swift",
        "BetterCodable/Defaults/DefaultCodableTests.swift",
        "BetterCodable/Defaults/DefaultEmptyArrayTests.swift",
        "BetterCodable/Defaults/DefaultEmptyStringTests.swift",
        "BetterCodable/Defaults/DefaultFalseTests.swift",
        "BetterCodable/Defaults/DefaultTrueTests.swift",
        "BetterCodable/Defaults/DefaultZeroDoubleTests.swift",
        "BetterCodable/Defaults/DefaultZeroFloatTests.swift",
        "BetterCodable/Defaults/DefaultZeroIntTests.swift",
        "BetterCodable/LosslessValue/LosslessArrayResilientTests.swift",
        "BetterCodable/LosslessValue/LosslessArrayTests.swift",
        "BetterCodable/LosslessValue/LosslessCustomValueTests.swift",
        "BetterCodable/LosslessValue/LosslessValueResilientTests.swift",
        "BetterCodable/LosslessValue/LosslessValueTests.swift",
        "BetterCodable/LosslessValue/OptionalLosslessValueResilientTests.swift",
        "BetterCodable/LosslessValue/OptionalLosslessValueTests.swift",
        "BetterCodable/LossyValue/LossyArrayResilientTests.swift",
        "BetterCodable/LossyValue/LossyArrayTests.swift",
        "BetterCodable/LossyValue/LossyDictionaryResilientTests.swift",
        "BetterCodable/LossyValue/LossyDictionaryTests.swift",
        "BetterCodable/LossyValue/LossyOptionalTests.swift",
        "BetterCodable/RawRepresentableTests.swift",
        "Encodable+ToDictionaryTests.swift",
        "PolymorphicCodable/ArrayValue/DefaultEmptyPolymorphicArrayValueResilientTests.swift",
        "PolymorphicCodable/ArrayValue/DefaultEmptyPolymorphicArrayValueTests.swift",
        "PolymorphicCodable/ArrayValue/PolymorphicArrayValueResilientTests.swift",
        "PolymorphicCodable/ArrayValue/PolymorphicLossyArrayValueResilientTests.swift",
        "PolymorphicCodable/ArrayValue/PolymorphicLossyArrayValueTests.swift",
        "PolymorphicCodable/Enum/PolymorphicEnumCodableTests.swift",
        "PolymorphicCodable/Enum/PolymorphicEnumDecodableTests.swift",
        "PolymorphicCodable/OptionalPolymorphicArrayValueResilientTests.swift",
        "PolymorphicCodable/OptionalPolymorphicArrayValueTests.swift",
        "PolymorphicCodable/OptionalValue/LossyOptionalPolymorphicValueResilientTests.swift",
        "PolymorphicCodable/OptionalValue/LossyOptionalPolymorphicValueTests.swift",
        "PolymorphicCodable/OptionalValue/OptionalPolymorphicValueResilientTests.swift",
        "PolymorphicCodable/OptionalValue/OptionalPolymorphicValueTests.swift",
        "PolymorphicCodable/TestDoubles/PolymorphicValueCodableDummy.swift",
        "PolymorphicCodable/TestDoubles/PolymorphicValueDecodableDummy.swift",
        "PolymorphicCodable/TestDoubles/UnnestedPolymorphicCodableDummy.swift",
        "PolymorphicCodable/TestDoubles/UnnestedPolymorphicCodableStrategy.swift",
        "PolymorphicCodable/TestDoubles/UnnestedPolymorphicDecodableDummy.swift",
        "PolymorphicCodable/UnnestedPolymorphicTests/UnnestedPolymorphicCodableTests.swift",
        "PolymorphicCodable/UnnestedPolymorphicTests/UnnestedPolymorphicDecodableTests.swift",
        "PolymorphicCodable/Value/PolymorphicValueResilientTests.swift",
        "PolymorphicCodable/Value/PolymorphicValueTests.swift"
      ],
      "target_dependencies" : [
        "KarrotCodableKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KarrotCodableKitMacros",
      "module_type" : "SwiftTarget",
      "name" : "KarrotCodableKitMacros",
      "path" : "Sources/KarrotCodableKitMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "KarrotCodableKit",
        "KarrotCodableKitMacros"
      ],
      "sources" : [
        "CustomCodableMacros/CodableKeyMacro.swift",
        "CustomCodableMacros/CustomCodableMacro.swift",
        "CustomCodableMacros/CustomDecodableMacro.swift",
        "CustomCodableMacros/CustomEncodableMacro.swift",
        "Extensions/String+SnakeCase.swift",
        "Extensions/String+Trimming.swift",
        "KarrotCodableKitPlugin.swift",
        "PolymorphicCodableMacros/PolymorphicCodableMacro.swift",
        "PolymorphicCodableMacros/PolymorphicCodableStrategyMacro.swift",
        "PolymorphicCodableMacros/PolymorphicDecodableMacro.swift",
        "PolymorphicCodableMacros/PolymorphicEncodableMacro.swift",
        "PolymorphicEnumCodableMacros/PolymorphicEnumCodableMacro.swift",
        "PolymorphicEnumCodableMacros/PolymorphicEnumDecodableMacro.swift",
        "PolymorphicEnumCodableMacros/PolymorphicEnumEncodableMacro.swift",
        "Supports/AccessLevelModifier.swift",
        "Supports/Diagnostics.swift",
        "Supports/Factory/CodingKeysSyntaxFactory.swift",
        "Supports/Factory/PolymorphicEnumCodableFactory.swift",
        "Supports/Factory/PolymorphicExtensionFactory.swift",
        "Supports/Factory/UnnestedPolymorphicCodeGenerator.swift",
        "Supports/Factory/UnnestedPolymorphicMethodGenerator.swift",
        "Supports/Factory/UnnestedPolymorphicStructGenerator.swift",
        "Supports/PolymorphicMacroArgumentValidator.swift",
        "Supports/PropertyAnalyzer.swift",
        "Supports/PropertyDiagnosticHelper.swift",
        "Supports/SyntaxHelper.swift",
        "Supports/UnnestedPolymorphicValidation.swift",
        "UnnestedPolymorphicCodableMacro/BaseUnnestedPolymorphicMacro.swift",
        "UnnestedPolymorphicCodableMacro/UnnestedPolymorphicCodableMacro.swift",
        "UnnestedPolymorphicCodableMacro/UnnestedPolymorphicDecodableMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "KarrotCodableKit",
      "module_type" : "SwiftTarget",
      "name" : "KarrotCodableKit",
      "path" : "Sources/KarrotCodableKit",
      "product_memberships" : [
        "KarrotCodableKit"
      ],
      "sources" : [
        "AnyCodable/AnyCodable.swift",
        "AnyCodable/AnyDecodable.swift",
        "AnyCodable/AnyEncodable.swift",
        "BetterCodable/DataValue/Base64Strategy.swift",
        "BetterCodable/DataValue/DataValue.swift",
        "BetterCodable/DateValue/DateValue.swift",
        "BetterCodable/DateValue/OptionalDateValue.swift",
        "BetterCodable/DateValue/Strategy/ISO8601Strategy.swift",
        "BetterCodable/DateValue/Strategy/ISO8601WithFractionalSecondsStrategy.swift",
        "BetterCodable/DateValue/Strategy/RFC3339NanoStrategy.swift",
        "BetterCodable/DateValue/Strategy/RFC3339Strategy.swift",
        "BetterCodable/DateValue/Strategy/TimestampStrategy.swift",
        "BetterCodable/Defaults/DefaultCodable.swift",
        "BetterCodable/Defaults/DefaultEmptyArray.swift",
        "BetterCodable/Defaults/DefaultEmptyDictionary.swift",
        "BetterCodable/Defaults/DefaultEmptyString.swift",
        "BetterCodable/Defaults/DefaultFalse.swift",
        "BetterCodable/Defaults/DefaultTrue.swift",
        "BetterCodable/Defaults/DefaultZeroDouble.swift",
        "BetterCodable/Defaults/DefaultZeroFloat.swift",
        "BetterCodable/Defaults/DefaultZeroInt.swift",
        "BetterCodable/Extensions/Result+Extension.swift",
        "BetterCodable/LosslessValue/LosslessArray.swift",
        "BetterCodable/LosslessValue/LosslessBoolValue.swift",
        "BetterCodable/LosslessValue/LosslessValue.swift",
        "BetterCodable/LosslessValue/OptionalLosslessValue.swift",
        "BetterCodable/LossyValue/LossyArray.swift",
        "BetterCodable/LossyValue/LossyDictionary.swift",
        "BetterCodable/LossyValue/LossyOptional.swift",
        "BetterCodable/ResilientProjectedValue.swift",
        "CustomCodable/CodingKeyStyle.swift",
        "CustomCodable/Interface/CodableKey.swift",
        "CustomCodable/Interface/CustomCodable.swift",
        "CustomCodable/Interface/CustomDecodable.swift",
        "CustomCodable/Interface/CustomEncodable.swift",
        "Encodable+ToDictionary.swift",
        "PolymorphicCodable/DefaultEmptyPolymorphicArrayValue.swift",
        "PolymorphicCodable/Error/PolymorphicCodableError.swift",
        "PolymorphicCodable/Extensions/Decoder+Polymorphic.swift",
        "PolymorphicCodable/Extensions/Encoder+Polymorphic.swift",
        "PolymorphicCodable/Extensions/KeyedDecodingContainer+DefaultEmptyPolymorphicArrayValue.swift",
        "PolymorphicCodable/Extensions/KeyedDecodingContainer+LossyOptionalPolymorphicValue.swift",
        "PolymorphicCodable/Extensions/KeyedDecodingContainer+OptionalPolymorphicArrayValue.swift",
        "PolymorphicCodable/Extensions/KeyedDecodingContainer+OptionalPolymorphicValue.swift",
        "PolymorphicCodable/Extensions/KeyedDecodingContainer+PolymorphicLossyArrayValue.swift",
        "PolymorphicCodable/Interface/PolymorphicCodable.swift",
        "PolymorphicCodable/Interface/PolymorphicCodableStrategyProviding.swift",
        "PolymorphicCodable/Interface/PolymorphicDecodable.swift",
        "PolymorphicCodable/Interface/PolymorphicEncodable.swift",
        "PolymorphicCodable/Interface/PolymorphicEnumCodable.swift",
        "PolymorphicCodable/Interface/PolymorphicEnumDecodable.swift",
        "PolymorphicCodable/Interface/PolymorphicEnumEncodable.swift",
        "PolymorphicCodable/Interface/UnnestedPolymorphicCodable.swift",
        "PolymorphicCodable/Interface/UnnestedPolymorphicDecodable.swift",
        "PolymorphicCodable/LossyOptionalPolymorphicValue.swift",
        "PolymorphicCodable/OptionalPolymorphicArrayValue.swift",
        "PolymorphicCodable/OptionalPolymorphicValue.swift",
        "PolymorphicCodable/PolymorphicArrayValue.swift",
        "PolymorphicCodable/PolymorphicCodableStrategy.swift",
        "PolymorphicCodable/PolymorphicIdentifiable.swift",
        "PolymorphicCodable/PolymorphicLossyArrayValue.swift",
        "PolymorphicCodable/PolymorphicProjectedValue.swift",
        "PolymorphicCodable/PolymorphicValue.swift",
        "Resilient/ArrayDecodingError.swift",
        "Resilient/DictionaryDecodingError.swift",
        "Resilient/ErrorReporting.swift",
        "Resilient/ResilientDecodingOutcome.swift"
      ],
      "target_dependencies" : [
        "KarrotCodableKitMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.