The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of SmartCodable, reference main (4b1b3e), with Swift 6.1 for watchOS using Xcode 16.3 on 29 Apr 2025 14:14:45 UTC.

Swift 6 data race errors: 30

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SmartCodable -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\ SmartKeyDecodingStrategy.swift,\ Patcher+Provider.swift,\ Patcher+Transformer.swift,\ Patcher.swift,\ JSONKeyedEncodingContainer.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartKeyDecodingStrategy.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Patcher/Patcher+Provider.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Patcher/Patcher+Transformer.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Patcher/Patcher.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/Container/JSONKeyedEncodingContainer.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartKeyDecodingStrategy.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Patcher/Patcher+Provider.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Patcher/Patcher+Transformer.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Patcher/Patcher.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/Container/JSONKeyedEncodingContainer.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ JSONDecoderImpl+UnkeyedContainer.swift,\ JSONDecoderImpl+Unwrap.swift,\ JSONDecoderImpl.swift,\ KeysMapper.swift,\ SmartJSONDecoder.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+UnkeyedContainer.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+Unwrap.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/KeysMapper.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartJSONDecoder.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+UnkeyedContainer.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+Unwrap.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+Unwrap.swift:385:14: warning: var '_iso8601Formatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
internal var _iso8601Formatter: ISO8601DateFormatter = {
             ^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+Unwrap.swift:385:14: note: convert '_iso8601Formatter' to a 'let' constant to make 'Sendable' shared state immutable
internal var _iso8601Formatter: ISO8601DateFormatter = {
         ~~~ ^
         let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+Unwrap.swift:385:14: note: add '@MainActor' to make var '_iso8601Formatter' part of global actor 'MainActor'
internal var _iso8601Formatter: ISO8601DateFormatter = {
             ^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+Unwrap.swift:385:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal var _iso8601Formatter: ISO8601DateFormatter = {
             ^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/KeysMapper.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartJSONDecoder.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartJSONDecoder.swift:10:12: warning: class 'SmartJSONDecoder' must restate inherited '@unchecked Sendable' conformance
open class SmartJSONDecoder: JSONDecoder {
           ^
                                        , @unchecked Sendable
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartJSONDecoder.swift:71:16: warning: static property 'parsingMark' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var parsingMark = CodingUserInfoKey.init(rawValue: "Stamrt.parsingMark")
               ^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartJSONDecoder.swift:71:16: note: convert 'parsingMark' to a 'let' constant to make 'Sendable' shared state immutable
    static var parsingMark = CodingUserInfoKey.init(rawValue: "Stamrt.parsingMark")
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartJSONDecoder.swift:71:16: note: add '@MainActor' to make static property 'parsingMark' part of global actor 'MainActor'
    static var parsingMark = CodingUserInfoKey.init(rawValue: "Stamrt.parsingMark")
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartJSONDecoder.swift:71:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var parsingMark = CodingUserInfoKey.init(rawValue: "Stamrt.parsingMark")
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ JSONValue.swift,\ IgnoredKey.swift,\ PropertyWrapperProtocol.swift,\ SmartAny.swift,\ SmartAnyImpl.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONValue/JSONValue.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/PropertyWrapper/IgnoredKey.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/PropertyWrapper/PropertyWrapperProtocol.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/PropertyWrapper/SmartAny/SmartAny.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/PropertyWrapper/SmartAny/SmartAnyImpl.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONValue/JSONValue.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/PropertyWrapper/IgnoredKey.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/PropertyWrapper/PropertyWrapperProtocol.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/PropertyWrapper/SmartAny/SmartAny.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/PropertyWrapper/SmartAny/SmartAnyImpl.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SafeDictionary.swift,\ SmartSentinel.swift,\ SmartCodable.swift,\ SmartDecodable.swift,\ SmartEncodable.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SafeDictionary.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartCodable/SmartCodable.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartCodable/SmartDecodable.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartCodable/SmartEncodable.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SafeDictionary.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:27:23: warning: static property 'space' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var space: String = "   "
                      ^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:27:23: note: convert 'space' to a 'let' constant to make 'Sendable' shared state immutable
    public static var space: String = "   "
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:27:23: note: add '@MainActor' to make static property 'space' part of global actor 'MainActor'
    public static var space: String = "   "
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:27:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var space: String = "   "
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:29:23: warning: static property 'keyContainerSign' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var keyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:29:23: note: convert 'keyContainerSign' to a 'let' constant to make 'Sendable' shared state immutable
    public static var keyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:29:23: note: add '@MainActor' to make static property 'keyContainerSign' part of global actor 'MainActor'
    public static var keyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:29:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var keyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:31:23: warning: static property 'unKeyContainerSign' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var unKeyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:31:23: note: convert 'unKeyContainerSign' to a 'let' constant to make 'Sendable' shared state immutable
    public static var unKeyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:31:23: note: add '@MainActor' to make static property 'unKeyContainerSign' part of global actor 'MainActor'
    public static var unKeyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:31:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var unKeyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:34:23: warning: static property 'attributeSign' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var attributeSign: String = "┆┄ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:34:23: note: convert 'attributeSign' to a 'let' constant to make 'Sendable' shared state immutable
    public static var attributeSign: String = "┆┄ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:34:23: note: add '@MainActor' to make static property 'attributeSign' part of global actor 'MainActor'
    public static var attributeSign: String = "┆┄ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:34:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var attributeSign: String = "┆┄ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:42:24: warning: static property '_mode' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var _mode = Level.none
                       ^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:42:24: note: convert '_mode' to a 'let' constant to make 'Sendable' shared state immutable
    private static var _mode = Level.none
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:42:24: note: add '@MainActor' to make static property '_mode' part of global actor 'MainActor'
    private static var _mode = Level.none
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:42:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var _mode = Level.none
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:44:24: warning: static property 'cache' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var cache = LogCache()
                       ^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:44:24: note: convert 'cache' to a 'let' constant to make 'Sendable' shared state immutable
    private static var cache = LogCache()
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:44:24: note: add '@MainActor' to make static property 'cache' part of global actor 'MainActor'
    private static var cache = LogCache()
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:44:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var cache = LogCache()
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:47:24: warning: static property 'logsHandler' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var logsHandler: ((String) -> Void)?
                       ^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:47:24: note: convert 'logsHandler' to a 'let' constant to make 'Sendable' shared state immutable
    private static var logsHandler: ((String) -> Void)?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:47:24: note: add '@MainActor' to make static property 'logsHandler' part of global actor 'MainActor'
    private static var logsHandler: ((String) -> Void)?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:47:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var logsHandler: ((String) -> Void)?
                       ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartCodable/SmartCodable.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartCodable/SmartDecodable.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartCodable/SmartEncodable.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SmartUpdater.swift,\ SmartCaseDefaultable.swift,\ SmartColor.swift,\ ColorTransformer.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartCodable/SmartUpdater.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartType/SmartCaseDefaultable.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartType/SmartColor.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Transformer/ColorTransformer.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartCodable/SmartUpdater.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartType/SmartCaseDefaultable.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartType/SmartColor.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Transformer/ColorTransformer.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ DataTransformer.swift,\ DateTransformer.swift,\ Transformer.swift,\ URLTransformer.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Transformer/DataTransformer.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Transformer/DateTransformer.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Transformer/Transformer.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Transformer/URLTransformer.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Transformer/DataTransformer.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Transformer/DateTransformer.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Transformer/Transformer.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Transformer/URLTransformer.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ JSONFuture.swift,\ SmartJSONEncoder.swift,\ SmartKeyEncodingStrategy.swift,\ JSONParser.swift,\ JSONValue+Extension.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/JSONFuture.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartJSONEncoder.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartKeyEncodingStrategy.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONValue/JSONParser.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONValue/JSONValue+Extension.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/JSONFuture.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartJSONEncoder.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartJSONEncoder.swift:10:12: warning: class 'SmartJSONEncoder' must restate inherited '@unchecked Sendable' conformance
open class SmartJSONEncoder: JSONEncoder {
           ^
                                        , @unchecked Sendable
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartJSONEncoder.swift:90:16: warning: static property 'useMappedKeys' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var useMappedKeys = CodingUserInfoKey.init(rawValue: "Stamrt.useMappedKeys")
               ^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartJSONEncoder.swift:90:16: note: convert 'useMappedKeys' to a 'let' constant to make 'Sendable' shared state immutable
    static var useMappedKeys = CodingUserInfoKey.init(rawValue: "Stamrt.useMappedKeys")
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartJSONEncoder.swift:90:16: note: add '@MainActor' to make static property 'useMappedKeys' part of global actor 'MainActor'
    static var useMappedKeys = CodingUserInfoKey.init(rawValue: "Stamrt.useMappedKeys")
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartJSONEncoder.swift:90:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var useMappedKeys = CodingUserInfoKey.init(rawValue: "Stamrt.useMappedKeys")
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartKeyEncodingStrategy.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONValue/JSONParser.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONValue/JSONValue+Extension.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+Unwrap.swift:385:14: warning: var '_iso8601Formatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
internal var _iso8601Formatter: ISO8601DateFormatter = {
             ^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+Unwrap.swift:385:14: note: convert '_iso8601Formatter' to a 'let' constant to make 'Sendable' shared state immutable
internal var _iso8601Formatter: ISO8601DateFormatter = {
         ~~~ ^
         let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+Unwrap.swift:385:14: note: add '@MainActor' to make var '_iso8601Formatter' part of global actor 'MainActor'
internal var _iso8601Formatter: ISO8601DateFormatter = {
             ^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+Unwrap.swift:385:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal var _iso8601Formatter: ISO8601DateFormatter = {
             ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartJSONDecoder.swift:10:12: warning: class 'SmartJSONDecoder' must restate inherited '@unchecked Sendable' conformance
open class SmartJSONDecoder: JSONDecoder {
           ^
                                        , @unchecked Sendable
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartJSONDecoder.swift:71:16: warning: static property 'parsingMark' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var parsingMark = CodingUserInfoKey.init(rawValue: "Stamrt.parsingMark")
               ^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartJSONDecoder.swift:71:16: note: convert 'parsingMark' to a 'let' constant to make 'Sendable' shared state immutable
    static var parsingMark = CodingUserInfoKey.init(rawValue: "Stamrt.parsingMark")
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartJSONDecoder.swift:71:16: note: add '@MainActor' to make static property 'parsingMark' part of global actor 'MainActor'
    static var parsingMark = CodingUserInfoKey.init(rawValue: "Stamrt.parsingMark")
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartJSONDecoder.swift:71:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var parsingMark = CodingUserInfoKey.init(rawValue: "Stamrt.parsingMark")
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartJSONEncoder.swift:10:12: warning: class 'SmartJSONEncoder' must restate inherited '@unchecked Sendable' conformance
open class SmartJSONEncoder: JSONEncoder {
           ^
                                        , @unchecked Sendable
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartJSONEncoder.swift:90:16: warning: static property 'useMappedKeys' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var useMappedKeys = CodingUserInfoKey.init(rawValue: "Stamrt.useMappedKeys")
               ^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartJSONEncoder.swift:90:16: note: convert 'useMappedKeys' to a 'let' constant to make 'Sendable' shared state immutable
    static var useMappedKeys = CodingUserInfoKey.init(rawValue: "Stamrt.useMappedKeys")
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartJSONEncoder.swift:90:16: note: add '@MainActor' to make static property 'useMappedKeys' part of global actor 'MainActor'
    static var useMappedKeys = CodingUserInfoKey.init(rawValue: "Stamrt.useMappedKeys")
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartJSONEncoder.swift:90:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var useMappedKeys = CodingUserInfoKey.init(rawValue: "Stamrt.useMappedKeys")
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:27:23: warning: static property 'space' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var space: String = "   "
                      ^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:27:23: note: convert 'space' to a 'let' constant to make 'Sendable' shared state immutable
    public static var space: String = "   "
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:27:23: note: add '@MainActor' to make static property 'space' part of global actor 'MainActor'
    public static var space: String = "   "
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:27:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var space: String = "   "
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:29:23: warning: static property 'keyContainerSign' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var keyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:29:23: note: convert 'keyContainerSign' to a 'let' constant to make 'Sendable' shared state immutable
    public static var keyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:29:23: note: add '@MainActor' to make static property 'keyContainerSign' part of global actor 'MainActor'
    public static var keyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:29:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var keyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:31:23: warning: static property 'unKeyContainerSign' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var unKeyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:31:23: note: convert 'unKeyContainerSign' to a 'let' constant to make 'Sendable' shared state immutable
    public static var unKeyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:31:23: note: add '@MainActor' to make static property 'unKeyContainerSign' part of global actor 'MainActor'
    public static var unKeyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:31:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var unKeyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:34:23: warning: static property 'attributeSign' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var attributeSign: String = "┆┄ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:34:23: note: convert 'attributeSign' to a 'let' constant to make 'Sendable' shared state immutable
    public static var attributeSign: String = "┆┄ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:34:23: note: add '@MainActor' to make static property 'attributeSign' part of global actor 'MainActor'
    public static var attributeSign: String = "┆┄ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:34:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var attributeSign: String = "┆┄ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:42:24: warning: static property '_mode' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var _mode = Level.none
                       ^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:42:24: note: convert '_mode' to a 'let' constant to make 'Sendable' shared state immutable
    private static var _mode = Level.none
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:42:24: note: add '@MainActor' to make static property '_mode' part of global actor 'MainActor'
    private static var _mode = Level.none
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:42:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var _mode = Level.none
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:44:24: warning: static property 'cache' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var cache = LogCache()
                       ^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:44:24: note: convert 'cache' to a 'let' constant to make 'Sendable' shared state immutable
    private static var cache = LogCache()
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:44:24: note: add '@MainActor' to make static property 'cache' part of global actor 'MainActor'
    private static var cache = LogCache()
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:44:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var cache = LogCache()
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:47:24: warning: static property 'logsHandler' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var logsHandler: ((String) -> Void)?
                       ^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:47:24: note: convert 'logsHandler' to a 'let' constant to make 'Sendable' shared state immutable
    private static var logsHandler: ((String) -> Void)?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:47:24: note: add '@MainActor' to make static property 'logsHandler' part of global actor 'MainActor'
    private static var logsHandler: ((String) -> Void)?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:47:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var logsHandler: ((String) -> Void)?
                       ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ SmartFlat.swift,\ SmartPublished.swift,\ LogCache.swift,\ LogContainer.swift,\ LogItem.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/PropertyWrapper/SmartFlat.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/PropertyWrapper/SmartPublished.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/LogCache.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/LogContainer.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/LogItem.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/PropertyWrapper/SmartFlat.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/PropertyWrapper/SmartPublished.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/LogCache.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/LogContainer.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/LogItem.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ JSONSingleValueEncodingContainer.swift,\ JSONUnkeyedEncodingContainer.swift,\ EncodingCache.swift,\ JSONEncoderImpl.swift,\ _SpecialTreatmentEncoder.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/Container/JSONSingleValueEncodingContainer.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/Container/JSONUnkeyedEncodingContainer.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/EncodingCache.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/Impl/JSONEncoderImpl.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/Impl/_SpecialTreatmentEncoder.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/Container/JSONSingleValueEncodingContainer.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/Container/JSONUnkeyedEncodingContainer.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/EncodingCache.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/Impl/JSONEncoderImpl.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/Impl/_SpecialTreatmentEncoder.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+Unwrap.swift:385:14: warning: var '_iso8601Formatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
internal var _iso8601Formatter: ISO8601DateFormatter = {
             ^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+Unwrap.swift:385:14: note: convert '_iso8601Formatter' to a 'let' constant to make 'Sendable' shared state immutable
internal var _iso8601Formatter: ISO8601DateFormatter = {
         ~~~ ^
         let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+Unwrap.swift:385:14: note: add '@MainActor' to make var '_iso8601Formatter' part of global actor 'MainActor'
internal var _iso8601Formatter: ISO8601DateFormatter = {
             ^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+Unwrap.swift:385:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal var _iso8601Formatter: ISO8601DateFormatter = {
             ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartJSONDecoder.swift:10:12: warning: class 'SmartJSONDecoder' must restate inherited '@unchecked Sendable' conformance
open class SmartJSONDecoder: JSONDecoder {
           ^
                                        , @unchecked Sendable
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartJSONDecoder.swift:71:16: warning: static property 'parsingMark' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var parsingMark = CodingUserInfoKey.init(rawValue: "Stamrt.parsingMark")
               ^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartJSONDecoder.swift:71:16: note: convert 'parsingMark' to a 'let' constant to make 'Sendable' shared state immutable
    static var parsingMark = CodingUserInfoKey.init(rawValue: "Stamrt.parsingMark")
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartJSONDecoder.swift:71:16: note: add '@MainActor' to make static property 'parsingMark' part of global actor 'MainActor'
    static var parsingMark = CodingUserInfoKey.init(rawValue: "Stamrt.parsingMark")
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartJSONDecoder.swift:71:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var parsingMark = CodingUserInfoKey.init(rawValue: "Stamrt.parsingMark")
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartJSONEncoder.swift:10:12: warning: class 'SmartJSONEncoder' must restate inherited '@unchecked Sendable' conformance
open class SmartJSONEncoder: JSONEncoder {
           ^
                                        , @unchecked Sendable
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartJSONEncoder.swift:90:16: warning: static property 'useMappedKeys' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var useMappedKeys = CodingUserInfoKey.init(rawValue: "Stamrt.useMappedKeys")
               ^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartJSONEncoder.swift:90:16: note: convert 'useMappedKeys' to a 'let' constant to make 'Sendable' shared state immutable
    static var useMappedKeys = CodingUserInfoKey.init(rawValue: "Stamrt.useMappedKeys")
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartJSONEncoder.swift:90:16: note: add '@MainActor' to make static property 'useMappedKeys' part of global actor 'MainActor'
    static var useMappedKeys = CodingUserInfoKey.init(rawValue: "Stamrt.useMappedKeys")
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartJSONEncoder.swift:90:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var useMappedKeys = CodingUserInfoKey.init(rawValue: "Stamrt.useMappedKeys")
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:27:23: warning: static property 'space' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var space: String = "   "
                      ^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:27:23: note: convert 'space' to a 'let' constant to make 'Sendable' shared state immutable
    public static var space: String = "   "
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:27:23: note: add '@MainActor' to make static property 'space' part of global actor 'MainActor'
    public static var space: String = "   "
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:27:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var space: String = "   "
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:29:23: warning: static property 'keyContainerSign' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var keyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:29:23: note: convert 'keyContainerSign' to a 'let' constant to make 'Sendable' shared state immutable
    public static var keyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:29:23: note: add '@MainActor' to make static property 'keyContainerSign' part of global actor 'MainActor'
    public static var keyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:29:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var keyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:31:23: warning: static property 'unKeyContainerSign' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var unKeyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:31:23: note: convert 'unKeyContainerSign' to a 'let' constant to make 'Sendable' shared state immutable
    public static var unKeyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:31:23: note: add '@MainActor' to make static property 'unKeyContainerSign' part of global actor 'MainActor'
    public static var unKeyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:31:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var unKeyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:34:23: warning: static property 'attributeSign' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var attributeSign: String = "┆┄ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:34:23: note: convert 'attributeSign' to a 'let' constant to make 'Sendable' shared state immutable
    public static var attributeSign: String = "┆┄ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:34:23: note: add '@MainActor' to make static property 'attributeSign' part of global actor 'MainActor'
    public static var attributeSign: String = "┆┄ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:34:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var attributeSign: String = "┆┄ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:42:24: warning: static property '_mode' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var _mode = Level.none
                       ^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:42:24: note: convert '_mode' to a 'let' constant to make 'Sendable' shared state immutable
    private static var _mode = Level.none
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:42:24: note: add '@MainActor' to make static property '_mode' part of global actor 'MainActor'
    private static var _mode = Level.none
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:42:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var _mode = Level.none
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:44:24: warning: static property 'cache' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var cache = LogCache()
                       ^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:44:24: note: convert 'cache' to a 'let' constant to make 'Sendable' shared state immutable
    private static var cache = LogCache()
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:44:24: note: add '@MainActor' to make static property 'cache' part of global actor 'MainActor'
    private static var cache = LogCache()
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:44:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var cache = LogCache()
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:47:24: warning: static property 'logsHandler' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var logsHandler: ((String) -> Void)?
                       ^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:47:24: note: convert 'logsHandler' to a 'let' constant to make 'Sendable' shared state immutable
    private static var logsHandler: ((String) -> Void)?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:47:24: note: add '@MainActor' to make static property 'logsHandler' part of global actor 'MainActor'
    private static var logsHandler: ((String) -> Void)?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:47:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var logsHandler: ((String) -> Void)?
                       ^
    nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Emitting module for SmartCodable (in target 'SmartCodable' from project 'SmartCodable')
SwiftDriver\ Compilation\ Requirements SmartCodable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SmartCodable' from project 'SmartCodable')
    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 SmartCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64/SmartCodable.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-watchos5.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 -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/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64/SmartCodable-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/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64/SmartCodable.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/SmartCodable.build/Debug-watchos/SmartCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64/SmartCodable_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/SmartCodable.build/Debug-watchos/SmartCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.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/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64/SmartCodable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling DataTransformer.swift, DateTransformer.swift, Transformer.swift, URLTransformer.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ SmartCodable (in target 'SmartCodable' from project 'SmartCodable')
EmitSwiftModule normal arm64_32 (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+Unwrap.swift:385:14: warning: var '_iso8601Formatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
internal var _iso8601Formatter: ISO8601DateFormatter = {
             ^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+Unwrap.swift:385:14: note: convert '_iso8601Formatter' to a 'let' constant to make 'Sendable' shared state immutable
internal var _iso8601Formatter: ISO8601DateFormatter = {
         ~~~ ^
         let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+Unwrap.swift:385:14: note: add '@MainActor' to make var '_iso8601Formatter' part of global actor 'MainActor'
internal var _iso8601Formatter: ISO8601DateFormatter = {
             ^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+Unwrap.swift:385:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal var _iso8601Formatter: ISO8601DateFormatter = {
             ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartJSONDecoder.swift:10:12: warning: class 'SmartJSONDecoder' must restate inherited '@unchecked Sendable' conformance
open class SmartJSONDecoder: JSONDecoder {
           ^
                                        , @unchecked Sendable
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartJSONDecoder.swift:71:16: warning: static property 'parsingMark' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var parsingMark = CodingUserInfoKey.init(rawValue: "Stamrt.parsingMark")
               ^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartJSONDecoder.swift:71:16: note: convert 'parsingMark' to a 'let' constant to make 'Sendable' shared state immutable
    static var parsingMark = CodingUserInfoKey.init(rawValue: "Stamrt.parsingMark")
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartJSONDecoder.swift:71:16: note: add '@MainActor' to make static property 'parsingMark' part of global actor 'MainActor'
    static var parsingMark = CodingUserInfoKey.init(rawValue: "Stamrt.parsingMark")
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartJSONDecoder.swift:71:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var parsingMark = CodingUserInfoKey.init(rawValue: "Stamrt.parsingMark")
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartJSONEncoder.swift:10:12: warning: class 'SmartJSONEncoder' must restate inherited '@unchecked Sendable' conformance
open class SmartJSONEncoder: JSONEncoder {
           ^
                                        , @unchecked Sendable
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartJSONEncoder.swift:90:16: warning: static property 'useMappedKeys' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var useMappedKeys = CodingUserInfoKey.init(rawValue: "Stamrt.useMappedKeys")
               ^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartJSONEncoder.swift:90:16: note: convert 'useMappedKeys' to a 'let' constant to make 'Sendable' shared state immutable
    static var useMappedKeys = CodingUserInfoKey.init(rawValue: "Stamrt.useMappedKeys")
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartJSONEncoder.swift:90:16: note: add '@MainActor' to make static property 'useMappedKeys' part of global actor 'MainActor'
    static var useMappedKeys = CodingUserInfoKey.init(rawValue: "Stamrt.useMappedKeys")
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartJSONEncoder.swift:90:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var useMappedKeys = CodingUserInfoKey.init(rawValue: "Stamrt.useMappedKeys")
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:27:23: warning: static property 'space' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var space: String = "   "
                      ^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:27:23: note: convert 'space' to a 'let' constant to make 'Sendable' shared state immutable
    public static var space: String = "   "
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:27:23: note: add '@MainActor' to make static property 'space' part of global actor 'MainActor'
    public static var space: String = "   "
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:27:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var space: String = "   "
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:29:23: warning: static property 'keyContainerSign' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var keyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:29:23: note: convert 'keyContainerSign' to a 'let' constant to make 'Sendable' shared state immutable
    public static var keyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:29:23: note: add '@MainActor' to make static property 'keyContainerSign' part of global actor 'MainActor'
    public static var keyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:29:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var keyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:31:23: warning: static property 'unKeyContainerSign' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var unKeyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:31:23: note: convert 'unKeyContainerSign' to a 'let' constant to make 'Sendable' shared state immutable
    public static var unKeyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:31:23: note: add '@MainActor' to make static property 'unKeyContainerSign' part of global actor 'MainActor'
    public static var unKeyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:31:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var unKeyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:34:23: warning: static property 'attributeSign' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var attributeSign: String = "┆┄ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:34:23: note: convert 'attributeSign' to a 'let' constant to make 'Sendable' shared state immutable
    public static var attributeSign: String = "┆┄ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:34:23: note: add '@MainActor' to make static property 'attributeSign' part of global actor 'MainActor'
    public static var attributeSign: String = "┆┄ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:34:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var attributeSign: String = "┆┄ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:42:24: warning: static property '_mode' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var _mode = Level.none
                       ^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:42:24: note: convert '_mode' to a 'let' constant to make 'Sendable' shared state immutable
    private static var _mode = Level.none
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:42:24: note: add '@MainActor' to make static property '_mode' part of global actor 'MainActor'
    private static var _mode = Level.none
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:42:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var _mode = Level.none
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:44:24: warning: static property 'cache' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var cache = LogCache()
                       ^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:44:24: note: convert 'cache' to a 'let' constant to make 'Sendable' shared state immutable
    private static var cache = LogCache()
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:44:24: note: add '@MainActor' to make static property 'cache' part of global actor 'MainActor'
    private static var cache = LogCache()
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:44:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var cache = LogCache()
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:47:24: warning: static property 'logsHandler' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var logsHandler: ((String) -> Void)?
                       ^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:47:24: note: convert 'logsHandler' to a 'let' constant to make 'Sendable' shared state immutable
    private static var logsHandler: ((String) -> Void)?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:47:24: note: add '@MainActor' to make static property 'logsHandler' part of global actor 'MainActor'
    private static var logsHandler: ((String) -> Void)?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:47:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var logsHandler: ((String) -> Void)?
                       ^
    nonisolated(unsafe)
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SmartCodable.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64/SmartCodable.swiftmodule (in target 'SmartCodable' from project 'SmartCodable')
    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/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64/SmartCodable.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SmartCodable.swiftmodule/arm64-apple-watchos.swiftmodule
SwiftDriverJobDiscovery normal arm64 Compiling JSONFuture.swift, SmartJSONEncoder.swift, SmartKeyEncodingStrategy.swift, JSONParser.swift, JSONValue+Extension.swift (in target 'SmartCodable' from project 'SmartCodable')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SmartCodable.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64/SmartCodable.swiftdoc (in target 'SmartCodable' from project 'SmartCodable')
    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/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64/SmartCodable.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SmartCodable.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SmartCodable.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64/SmartCodable.abi.json (in target 'SmartCodable' from project 'SmartCodable')
    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/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64/SmartCodable.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SmartCodable.swiftmodule/arm64-apple-watchos.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling JSONDecoderImpl+UnkeyedContainer.swift, JSONDecoderImpl+Unwrap.swift, JSONDecoderImpl.swift, KeysMapper.swift, SmartJSONDecoder.swift (in target 'SmartCodable' from project 'SmartCodable')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SmartCodable.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64/SmartCodable.swiftsourceinfo (in target 'SmartCodable' from project 'SmartCodable')
    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/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64/SmartCodable.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SmartCodable.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftCompile normal armv7k Compiling\ Cachable.swift,\ DecodingCache.swift,\ DecodingError+Extension.swift,\ JSONDecoderImpl+KeyedContainer.swift,\ JSONDecoderImpl+SingleValueContainer.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Cache/Cachable.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/DecodingCache.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/DecodingError+Extension.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+KeyedContainer.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+SingleValueContainer.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Cache/Cachable.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/DecodingCache.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/DecodingError+Extension.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+KeyedContainer.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+SingleValueContainer.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ SmartKeyDecodingStrategy.swift,\ Patcher+Provider.swift,\ Patcher+Transformer.swift,\ Patcher.swift,\ JSONKeyedEncodingContainer.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartKeyDecodingStrategy.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Patcher/Patcher+Provider.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Patcher/Patcher+Transformer.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Patcher/Patcher.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/Container/JSONKeyedEncodingContainer.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartKeyDecodingStrategy.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Patcher/Patcher+Provider.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Patcher/Patcher+Transformer.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Patcher/Patcher.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/Container/JSONKeyedEncodingContainer.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ SafeDictionary.swift,\ SmartSentinel.swift,\ SmartCodable.swift,\ SmartDecodable.swift,\ SmartEncodable.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SafeDictionary.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartCodable/SmartCodable.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartCodable/SmartDecodable.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartCodable/SmartEncodable.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SafeDictionary.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:27:23: warning: static property 'space' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var space: String = "   "
                      ^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:27:23: note: convert 'space' to a 'let' constant to make 'Sendable' shared state immutable
    public static var space: String = "   "
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:27:23: note: add '@MainActor' to make static property 'space' part of global actor 'MainActor'
    public static var space: String = "   "
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:27:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var space: String = "   "
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:29:23: warning: static property 'keyContainerSign' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var keyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:29:23: note: convert 'keyContainerSign' to a 'let' constant to make 'Sendable' shared state immutable
    public static var keyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:29:23: note: add '@MainActor' to make static property 'keyContainerSign' part of global actor 'MainActor'
    public static var keyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:29:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var keyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:31:23: warning: static property 'unKeyContainerSign' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var unKeyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:31:23: note: convert 'unKeyContainerSign' to a 'let' constant to make 'Sendable' shared state immutable
    public static var unKeyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:31:23: note: add '@MainActor' to make static property 'unKeyContainerSign' part of global actor 'MainActor'
    public static var unKeyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:31:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var unKeyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:34:23: warning: static property 'attributeSign' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var attributeSign: String = "┆┄ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:34:23: note: convert 'attributeSign' to a 'let' constant to make 'Sendable' shared state immutable
    public static var attributeSign: String = "┆┄ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:34:23: note: add '@MainActor' to make static property 'attributeSign' part of global actor 'MainActor'
    public static var attributeSign: String = "┆┄ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:34:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var attributeSign: String = "┆┄ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:42:24: warning: static property '_mode' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var _mode = Level.none
                       ^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:42:24: note: convert '_mode' to a 'let' constant to make 'Sendable' shared state immutable
    private static var _mode = Level.none
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:42:24: note: add '@MainActor' to make static property '_mode' part of global actor 'MainActor'
    private static var _mode = Level.none
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:42:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var _mode = Level.none
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:44:24: warning: static property 'cache' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var cache = LogCache()
                       ^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:44:24: note: convert 'cache' to a 'let' constant to make 'Sendable' shared state immutable
    private static var cache = LogCache()
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:44:24: note: add '@MainActor' to make static property 'cache' part of global actor 'MainActor'
    private static var cache = LogCache()
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:44:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var cache = LogCache()
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:47:24: warning: static property 'logsHandler' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var logsHandler: ((String) -> Void)?
                       ^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:47:24: note: convert 'logsHandler' to a 'let' constant to make 'Sendable' shared state immutable
    private static var logsHandler: ((String) -> Void)?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:47:24: note: add '@MainActor' to make static property 'logsHandler' part of global actor 'MainActor'
    private static var logsHandler: ((String) -> Void)?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:47:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var logsHandler: ((String) -> Void)?
                       ^
    nonisolated(unsafe)
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartCodable/SmartCodable.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartCodable/SmartDecodable.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartCodable/SmartEncodable.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ JSONDecoderImpl+UnkeyedContainer.swift,\ JSONDecoderImpl+Unwrap.swift,\ JSONDecoderImpl.swift,\ KeysMapper.swift,\ SmartJSONDecoder.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+UnkeyedContainer.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+Unwrap.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/KeysMapper.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartJSONDecoder.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+UnkeyedContainer.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+Unwrap.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+Unwrap.swift:385:14: warning: var '_iso8601Formatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
internal var _iso8601Formatter: ISO8601DateFormatter = {
             ^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+Unwrap.swift:385:14: note: convert '_iso8601Formatter' to a 'let' constant to make 'Sendable' shared state immutable
internal var _iso8601Formatter: ISO8601DateFormatter = {
         ~~~ ^
         let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+Unwrap.swift:385:14: note: add '@MainActor' to make var '_iso8601Formatter' part of global actor 'MainActor'
internal var _iso8601Formatter: ISO8601DateFormatter = {
             ^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+Unwrap.swift:385:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal var _iso8601Formatter: ISO8601DateFormatter = {
             ^
nonisolated(unsafe)
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/KeysMapper.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartJSONDecoder.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartJSONDecoder.swift:10:12: warning: class 'SmartJSONDecoder' must restate inherited '@unchecked Sendable' conformance
open class SmartJSONDecoder: JSONDecoder {
           ^
                                        , @unchecked Sendable
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartJSONDecoder.swift:71:16: warning: static property 'parsingMark' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var parsingMark = CodingUserInfoKey.init(rawValue: "Stamrt.parsingMark")
               ^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartJSONDecoder.swift:71:16: note: convert 'parsingMark' to a 'let' constant to make 'Sendable' shared state immutable
    static var parsingMark = CodingUserInfoKey.init(rawValue: "Stamrt.parsingMark")
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartJSONDecoder.swift:71:16: note: add '@MainActor' to make static property 'parsingMark' part of global actor 'MainActor'
    static var parsingMark = CodingUserInfoKey.init(rawValue: "Stamrt.parsingMark")
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartJSONDecoder.swift:71:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var parsingMark = CodingUserInfoKey.init(rawValue: "Stamrt.parsingMark")
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64_32 Compiling\ JSONValue.swift,\ IgnoredKey.swift,\ PropertyWrapperProtocol.swift,\ SmartAny.swift,\ SmartAnyImpl.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONValue/JSONValue.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/PropertyWrapper/IgnoredKey.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/PropertyWrapper/PropertyWrapperProtocol.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/PropertyWrapper/SmartAny/SmartAny.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/PropertyWrapper/SmartAny/SmartAnyImpl.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONValue/JSONValue.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/PropertyWrapper/IgnoredKey.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/PropertyWrapper/PropertyWrapperProtocol.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/PropertyWrapper/SmartAny/SmartAny.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/PropertyWrapper/SmartAny/SmartAnyImpl.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ Cachable.swift,\ DecodingCache.swift,\ DecodingError+Extension.swift,\ JSONDecoderImpl+KeyedContainer.swift,\ JSONDecoderImpl+SingleValueContainer.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Cache/Cachable.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/DecodingCache.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/DecodingError+Extension.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+KeyedContainer.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+SingleValueContainer.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Cache/Cachable.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/DecodingCache.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/DecodingError+Extension.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+KeyedContainer.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+SingleValueContainer.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling JSONSingleValueEncodingContainer.swift, JSONUnkeyedEncodingContainer.swift, EncodingCache.swift, JSONEncoderImpl.swift, _SpecialTreatmentEncoder.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftDriverJobDiscovery normal arm64 Compiling JSONValue.swift, IgnoredKey.swift, PropertyWrapperProtocol.swift, SmartAny.swift, SmartAnyImpl.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftDriverJobDiscovery normal arm64 Compiling SmartKeyDecodingStrategy.swift, Patcher+Provider.swift, Patcher+Transformer.swift, Patcher.swift, JSONKeyedEncodingContainer.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftDriverJobDiscovery normal arm64 Compiling SafeDictionary.swift, SmartSentinel.swift, SmartCodable.swift, SmartDecodable.swift, SmartEncodable.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftCompile normal armv7k Compiling\ JSONSingleValueEncodingContainer.swift,\ JSONUnkeyedEncodingContainer.swift,\ EncodingCache.swift,\ JSONEncoderImpl.swift,\ _SpecialTreatmentEncoder.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/Container/JSONSingleValueEncodingContainer.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/Container/JSONUnkeyedEncodingContainer.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/EncodingCache.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/Impl/JSONEncoderImpl.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/Impl/_SpecialTreatmentEncoder.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/Container/JSONSingleValueEncodingContainer.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/Container/JSONUnkeyedEncodingContainer.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/EncodingCache.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/Impl/JSONEncoderImpl.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/Impl/_SpecialTreatmentEncoder.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling SmartUpdater.swift, SmartCaseDefaultable.swift, SmartColor.swift, ColorTransformer.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftCompile normal arm64_32 Compiling\ DataTransformer.swift,\ DateTransformer.swift,\ Transformer.swift,\ URLTransformer.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Transformer/DataTransformer.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Transformer/DateTransformer.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Transformer/Transformer.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Transformer/URLTransformer.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Transformer/DataTransformer.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Transformer/DateTransformer.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Transformer/Transformer.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Transformer/URLTransformer.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling SmartFlat.swift, SmartPublished.swift, LogCache.swift, LogContainer.swift, LogItem.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftCompile normal arm64_32 Compiling\ JSONFuture.swift,\ SmartJSONEncoder.swift,\ SmartKeyEncodingStrategy.swift,\ JSONParser.swift,\ JSONValue+Extension.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/JSONFuture.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartJSONEncoder.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartKeyEncodingStrategy.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONValue/JSONParser.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONValue/JSONValue+Extension.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/JSONFuture.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartJSONEncoder.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartJSONEncoder.swift:10:12: warning: class 'SmartJSONEncoder' must restate inherited '@unchecked Sendable' conformance
open class SmartJSONEncoder: JSONEncoder {
           ^
                                        , @unchecked Sendable
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartJSONEncoder.swift:90:16: warning: static property 'useMappedKeys' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var useMappedKeys = CodingUserInfoKey.init(rawValue: "Stamrt.useMappedKeys")
               ^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartJSONEncoder.swift:90:16: note: convert 'useMappedKeys' to a 'let' constant to make 'Sendable' shared state immutable
    static var useMappedKeys = CodingUserInfoKey.init(rawValue: "Stamrt.useMappedKeys")
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartJSONEncoder.swift:90:16: note: add '@MainActor' to make static property 'useMappedKeys' part of global actor 'MainActor'
    static var useMappedKeys = CodingUserInfoKey.init(rawValue: "Stamrt.useMappedKeys")
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartJSONEncoder.swift:90:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var useMappedKeys = CodingUserInfoKey.init(rawValue: "Stamrt.useMappedKeys")
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartKeyEncodingStrategy.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONValue/JSONParser.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONValue/JSONValue+Extension.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Emitting module for SmartCodable (in target 'SmartCodable' from project 'SmartCodable')
SwiftDriver\ Compilation\ Requirements SmartCodable normal armv7k com.apple.xcode.tools.swift.compiler (in target 'SmartCodable' from project 'SmartCodable')
    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 SmartCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/armv7k/SmartCodable.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-watchos5.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 -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/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/armv7k/SmartCodable-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/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/armv7k/SmartCodable.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/SmartCodable.build/Debug-watchos/SmartCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/armv7k/SmartCodable_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/SmartCodable.build/Debug-watchos/SmartCodable.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.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/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/armv7k/SmartCodable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Compiling SmartKeyDecodingStrategy.swift, Patcher+Provider.swift, Patcher+Transformer.swift, Patcher.swift, JSONKeyedEncodingContainer.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftCompile normal arm64_32 Compiling\ JSONSingleValueEncodingContainer.swift,\ JSONUnkeyedEncodingContainer.swift,\ EncodingCache.swift,\ JSONEncoderImpl.swift,\ _SpecialTreatmentEncoder.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/Container/JSONSingleValueEncodingContainer.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/Container/JSONUnkeyedEncodingContainer.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/EncodingCache.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/Impl/JSONEncoderImpl.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/Impl/_SpecialTreatmentEncoder.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/Container/JSONSingleValueEncodingContainer.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/Container/JSONUnkeyedEncodingContainer.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/EncodingCache.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/Impl/JSONEncoderImpl.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/Impl/_SpecialTreatmentEncoder.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ DataTransformer.swift,\ DateTransformer.swift,\ Transformer.swift,\ URLTransformer.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Transformer/DataTransformer.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Transformer/DateTransformer.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Transformer/Transformer.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Transformer/URLTransformer.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Transformer/DataTransformer.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Transformer/DateTransformer.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Transformer/Transformer.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Transformer/URLTransformer.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ SmartFlat.swift,\ SmartPublished.swift,\ LogCache.swift,\ LogContainer.swift,\ LogItem.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/PropertyWrapper/SmartFlat.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/PropertyWrapper/SmartPublished.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/LogCache.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/LogContainer.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/LogItem.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/PropertyWrapper/SmartFlat.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/PropertyWrapper/SmartPublished.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/LogCache.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/LogContainer.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/LogItem.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Cachable.swift,\ DecodingCache.swift,\ DecodingError+Extension.swift,\ JSONDecoderImpl+KeyedContainer.swift,\ JSONDecoderImpl+SingleValueContainer.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Cache/Cachable.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/DecodingCache.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/DecodingError+Extension.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+KeyedContainer.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+SingleValueContainer.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Cache/Cachable.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/DecodingCache.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/DecodingError+Extension.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+KeyedContainer.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+SingleValueContainer.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling JSONSingleValueEncodingContainer.swift, JSONUnkeyedEncodingContainer.swift, EncodingCache.swift, JSONEncoderImpl.swift, _SpecialTreatmentEncoder.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftDriverJobDiscovery normal armv7k Compiling Cachable.swift, DecodingCache.swift, DecodingError+Extension.swift, JSONDecoderImpl+KeyedContainer.swift, JSONDecoderImpl+SingleValueContainer.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftDriverJobDiscovery normal armv7k Compiling SafeDictionary.swift, SmartSentinel.swift, SmartCodable.swift, SmartDecodable.swift, SmartEncodable.swift (in target 'SmartCodable' from project 'SmartCodable')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SmartCodable.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/armv7k/SmartCodable.swiftmodule (in target 'SmartCodable' from project 'SmartCodable')
    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/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/armv7k/SmartCodable.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SmartCodable.swiftmodule/armv7k-apple-watchos.swiftmodule
SwiftDriverJobDiscovery normal armv7k Compiling DataTransformer.swift, DateTransformer.swift, Transformer.swift, URLTransformer.swift (in target 'SmartCodable' from project 'SmartCodable')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SmartCodable.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/armv7k/SmartCodable.swiftdoc (in target 'SmartCodable' from project 'SmartCodable')
    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/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/armv7k/SmartCodable.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SmartCodable.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SmartCodable.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/armv7k/SmartCodable.abi.json (in target 'SmartCodable' from project 'SmartCodable')
    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/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/armv7k/SmartCodable.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SmartCodable.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SmartCodable.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/armv7k/SmartCodable.swiftsourceinfo (in target 'SmartCodable' from project 'SmartCodable')
    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/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/armv7k/SmartCodable.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SmartCodable.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
SwiftCompile normal armv7k Compiling\ JSONValue.swift,\ IgnoredKey.swift,\ PropertyWrapperProtocol.swift,\ SmartAny.swift,\ SmartAnyImpl.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONValue/JSONValue.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/PropertyWrapper/IgnoredKey.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/PropertyWrapper/PropertyWrapperProtocol.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/PropertyWrapper/SmartAny/SmartAny.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/PropertyWrapper/SmartAny/SmartAnyImpl.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONValue/JSONValue.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/PropertyWrapper/IgnoredKey.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/PropertyWrapper/PropertyWrapperProtocol.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/PropertyWrapper/SmartAny/SmartAny.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/PropertyWrapper/SmartAny/SmartAnyImpl.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ SmartKeyDecodingStrategy.swift,\ Patcher+Provider.swift,\ Patcher+Transformer.swift,\ Patcher.swift,\ JSONKeyedEncodingContainer.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartKeyDecodingStrategy.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Patcher/Patcher+Provider.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Patcher/Patcher+Transformer.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Patcher/Patcher.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/Container/JSONKeyedEncodingContainer.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartKeyDecodingStrategy.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Patcher/Patcher+Provider.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Patcher/Patcher+Transformer.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Patcher/Patcher.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/Container/JSONKeyedEncodingContainer.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Cachable.swift, DecodingCache.swift, DecodingError+Extension.swift, JSONDecoderImpl+KeyedContainer.swift, JSONDecoderImpl+SingleValueContainer.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftDriverJobDiscovery normal arm64_32 Emitting module for SmartCodable (in target 'SmartCodable' from project 'SmartCodable')
SwiftDriver\ Compilation SmartCodable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SmartCodable' from project 'SmartCodable')
    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 SmartCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64/SmartCodable.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-watchos5.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 -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/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64/SmartCodable-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/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64/SmartCodable.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/SmartCodable.build/Debug-watchos/SmartCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64/SmartCodable_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/SmartCodable.build/Debug-watchos/SmartCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.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/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64/SmartCodable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation\ Requirements SmartCodable normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'SmartCodable' from project 'SmartCodable')
    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 SmartCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64_32/SmartCodable.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-watchos5.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 -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/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64_32/SmartCodable-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/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64_32/SmartCodable.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/SmartCodable.build/Debug-watchos/SmartCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64_32/SmartCodable_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/SmartCodable.build/Debug-watchos/SmartCodable.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.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/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64_32/SmartCodable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64_32 Compiling\ SmartFlat.swift,\ SmartPublished.swift,\ LogCache.swift,\ LogContainer.swift,\ LogItem.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/PropertyWrapper/SmartFlat.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/PropertyWrapper/SmartPublished.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/LogCache.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/LogContainer.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/LogItem.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/PropertyWrapper/SmartFlat.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/PropertyWrapper/SmartPublished.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/LogCache.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/LogContainer.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/LogItem.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/SmartCodable-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64/SmartCodable-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64_32/SmartCodable-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/armv7k/SmartCodable-Swift.h (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64/SmartCodable-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64_32/SmartCodable-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/armv7k/SmartCodable-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/SmartCodable-Swift.h
SwiftDriverJobDiscovery normal armv7k Compiling JSONValue.swift, IgnoredKey.swift, PropertyWrapperProtocol.swift, SmartAny.swift, SmartAnyImpl.swift (in target 'SmartCodable' from project 'SmartCodable')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SmartCodable.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64_32/SmartCodable.swiftmodule (in target 'SmartCodable' from project 'SmartCodable')
    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/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64_32/SmartCodable.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SmartCodable.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SmartCodable.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64_32/SmartCodable.swiftdoc (in target 'SmartCodable' from project 'SmartCodable')
    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/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64_32/SmartCodable.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SmartCodable.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SmartCodable.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64_32/SmartCodable.abi.json (in target 'SmartCodable' from project 'SmartCodable')
    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/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64_32/SmartCodable.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SmartCodable.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SmartCodable.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64_32/SmartCodable.swiftsourceinfo (in target 'SmartCodable' from project 'SmartCodable')
    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/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64_32/SmartCodable.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SmartCodable.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
SwiftCompile normal arm64_32 Compiling\ SmartUpdater.swift,\ SmartCaseDefaultable.swift,\ SmartColor.swift,\ ColorTransformer.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartCodable/SmartUpdater.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartType/SmartCaseDefaultable.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartType/SmartColor.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Transformer/ColorTransformer.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartCodable/SmartUpdater.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartType/SmartCaseDefaultable.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartType/SmartColor.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Transformer/ColorTransformer.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ SafeDictionary.swift,\ SmartSentinel.swift,\ SmartCodable.swift,\ SmartDecodable.swift,\ SmartEncodable.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SafeDictionary.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartCodable/SmartCodable.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartCodable/SmartDecodable.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartCodable/SmartEncodable.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SafeDictionary.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:27:23: warning: static property 'space' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var space: String = "   "
                      ^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:27:23: note: convert 'space' to a 'let' constant to make 'Sendable' shared state immutable
    public static var space: String = "   "
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:27:23: note: add '@MainActor' to make static property 'space' part of global actor 'MainActor'
    public static var space: String = "   "
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:27:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var space: String = "   "
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:29:23: warning: static property 'keyContainerSign' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var keyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:29:23: note: convert 'keyContainerSign' to a 'let' constant to make 'Sendable' shared state immutable
    public static var keyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:29:23: note: add '@MainActor' to make static property 'keyContainerSign' part of global actor 'MainActor'
    public static var keyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:29:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var keyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:31:23: warning: static property 'unKeyContainerSign' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var unKeyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:31:23: note: convert 'unKeyContainerSign' to a 'let' constant to make 'Sendable' shared state immutable
    public static var unKeyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:31:23: note: add '@MainActor' to make static property 'unKeyContainerSign' part of global actor 'MainActor'
    public static var unKeyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:31:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var unKeyContainerSign: String = "╆━ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:34:23: warning: static property 'attributeSign' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var attributeSign: String = "┆┄ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:34:23: note: convert 'attributeSign' to a 'let' constant to make 'Sendable' shared state immutable
    public static var attributeSign: String = "┆┄ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:34:23: note: add '@MainActor' to make static property 'attributeSign' part of global actor 'MainActor'
    public static var attributeSign: String = "┆┄ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:34:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var attributeSign: String = "┆┄ "
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:42:24: warning: static property '_mode' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var _mode = Level.none
                       ^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:42:24: note: convert '_mode' to a 'let' constant to make 'Sendable' shared state immutable
    private static var _mode = Level.none
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:42:24: note: add '@MainActor' to make static property '_mode' part of global actor 'MainActor'
    private static var _mode = Level.none
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:42:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var _mode = Level.none
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:44:24: warning: static property 'cache' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var cache = LogCache()
                       ^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:44:24: note: convert 'cache' to a 'let' constant to make 'Sendable' shared state immutable
    private static var cache = LogCache()
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:44:24: note: add '@MainActor' to make static property 'cache' part of global actor 'MainActor'
    private static var cache = LogCache()
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:44:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var cache = LogCache()
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:47:24: warning: static property 'logsHandler' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var logsHandler: ((String) -> Void)?
                       ^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:47:24: note: convert 'logsHandler' to a 'let' constant to make 'Sendable' shared state immutable
    private static var logsHandler: ((String) -> Void)?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:47:24: note: add '@MainActor' to make static property 'logsHandler' part of global actor 'MainActor'
    private static var logsHandler: ((String) -> Void)?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Sentinel/SmartSentinel.swift:47:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var logsHandler: ((String) -> Void)?
                       ^
    nonisolated(unsafe)
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartCodable/SmartCodable.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartCodable/SmartDecodable.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartCodable/SmartEncodable.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling DataTransformer.swift, DateTransformer.swift, Transformer.swift, URLTransformer.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftCompile normal armv7k Compiling\ SmartUpdater.swift,\ SmartCaseDefaultable.swift,\ SmartColor.swift,\ ColorTransformer.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartCodable/SmartUpdater.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartType/SmartCaseDefaultable.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartType/SmartColor.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Transformer/ColorTransformer.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartCodable/SmartUpdater.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartType/SmartCaseDefaultable.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartType/SmartColor.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/Transformer/ColorTransformer.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling SmartKeyDecodingStrategy.swift, Patcher+Provider.swift, Patcher+Transformer.swift, Patcher.swift, JSONKeyedEncodingContainer.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftCompile normal armv7k Compiling\ JSONDecoderImpl+UnkeyedContainer.swift,\ JSONDecoderImpl+Unwrap.swift,\ JSONDecoderImpl.swift,\ KeysMapper.swift,\ SmartJSONDecoder.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+UnkeyedContainer.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+Unwrap.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/KeysMapper.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartJSONDecoder.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+UnkeyedContainer.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+Unwrap.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+Unwrap.swift:385:14: warning: var '_iso8601Formatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
internal var _iso8601Formatter: ISO8601DateFormatter = {
             ^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+Unwrap.swift:385:14: note: convert '_iso8601Formatter' to a 'let' constant to make 'Sendable' shared state immutable
internal var _iso8601Formatter: ISO8601DateFormatter = {
         ~~~ ^
         let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+Unwrap.swift:385:14: note: add '@MainActor' to make var '_iso8601Formatter' part of global actor 'MainActor'
internal var _iso8601Formatter: ISO8601DateFormatter = {
             ^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl+Unwrap.swift:385:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal var _iso8601Formatter: ISO8601DateFormatter = {
             ^
nonisolated(unsafe)
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/Impl/JSONDecoderImpl.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/KeysMapper.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartJSONDecoder.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartJSONDecoder.swift:10:12: warning: class 'SmartJSONDecoder' must restate inherited '@unchecked Sendable' conformance
open class SmartJSONDecoder: JSONDecoder {
           ^
                                        , @unchecked Sendable
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartJSONDecoder.swift:71:16: warning: static property 'parsingMark' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var parsingMark = CodingUserInfoKey.init(rawValue: "Stamrt.parsingMark")
               ^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartJSONDecoder.swift:71:16: note: convert 'parsingMark' to a 'let' constant to make 'Sendable' shared state immutable
    static var parsingMark = CodingUserInfoKey.init(rawValue: "Stamrt.parsingMark")
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartJSONDecoder.swift:71:16: note: add '@MainActor' to make static property 'parsingMark' part of global actor 'MainActor'
    static var parsingMark = CodingUserInfoKey.init(rawValue: "Stamrt.parsingMark")
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONDecoder/Decoder/SmartJSONDecoder.swift:71:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var parsingMark = CodingUserInfoKey.init(rawValue: "Stamrt.parsingMark")
               ^
    nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64_32 Compiling JSONDecoderImpl+UnkeyedContainer.swift, JSONDecoderImpl+Unwrap.swift, JSONDecoderImpl.swift, KeysMapper.swift, SmartJSONDecoder.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftCompile normal armv7k Compiling\ JSONFuture.swift,\ SmartJSONEncoder.swift,\ SmartKeyEncodingStrategy.swift,\ JSONParser.swift,\ JSONValue+Extension.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/JSONFuture.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartJSONEncoder.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartKeyEncodingStrategy.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONValue/JSONParser.swift /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONValue/JSONValue+Extension.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/JSONFuture.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartJSONEncoder.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartJSONEncoder.swift:10:12: warning: class 'SmartJSONEncoder' must restate inherited '@unchecked Sendable' conformance
open class SmartJSONEncoder: JSONEncoder {
           ^
                                        , @unchecked Sendable
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartJSONEncoder.swift:90:16: warning: static property 'useMappedKeys' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var useMappedKeys = CodingUserInfoKey.init(rawValue: "Stamrt.useMappedKeys")
               ^
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartJSONEncoder.swift:90:16: note: convert 'useMappedKeys' to a 'let' constant to make 'Sendable' shared state immutable
    static var useMappedKeys = CodingUserInfoKey.init(rawValue: "Stamrt.useMappedKeys")
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartJSONEncoder.swift:90:16: note: add '@MainActor' to make static property 'useMappedKeys' part of global actor 'MainActor'
    static var useMappedKeys = CodingUserInfoKey.init(rawValue: "Stamrt.useMappedKeys")
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartJSONEncoder.swift:90:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var useMappedKeys = CodingUserInfoKey.init(rawValue: "Stamrt.useMappedKeys")
               ^
    nonisolated(unsafe)
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONEncoder/SmartKeyEncodingStrategy.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONValue/JSONParser.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/JSONValue/JSONValue+Extension.swift (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling Cachable.swift, DecodingCache.swift, DecodingError+Extension.swift, JSONDecoderImpl+KeyedContainer.swift, JSONDecoderImpl+SingleValueContainer.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftDriverJobDiscovery normal arm64_32 Compiling JSONFuture.swift, SmartJSONEncoder.swift, SmartKeyEncodingStrategy.swift, JSONParser.swift, JSONValue+Extension.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftDriverJobDiscovery normal arm64_32 Compiling JSONValue.swift, IgnoredKey.swift, PropertyWrapperProtocol.swift, SmartAny.swift, SmartAnyImpl.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftDriverJobDiscovery normal arm64_32 Compiling JSONSingleValueEncodingContainer.swift, JSONUnkeyedEncodingContainer.swift, EncodingCache.swift, JSONEncoderImpl.swift, _SpecialTreatmentEncoder.swift (in target 'SmartCodable' from project 'SmartCodable')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64/Binary/SmartCodable.o normal arm64 (in target 'SmartCodable' from project 'SmartCodable')
    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-watchos5.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/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64/SmartCodable.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64/SmartCodable_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64/SmartCodable_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/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64/SmartCodable.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64/Binary/SmartCodable.o
SwiftDriverJobDiscovery normal arm64_32 Compiling SmartUpdater.swift, SmartCaseDefaultable.swift, SmartColor.swift, ColorTransformer.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftDriverJobDiscovery normal armv7k Compiling SmartFlat.swift, SmartPublished.swift, LogCache.swift, LogContainer.swift, LogItem.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftDriverJobDiscovery normal arm64_32 Compiling SafeDictionary.swift, SmartSentinel.swift, SmartCodable.swift, SmartDecodable.swift, SmartEncodable.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftDriverJobDiscovery normal armv7k Compiling SmartUpdater.swift, SmartCaseDefaultable.swift, SmartColor.swift, ColorTransformer.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftDriverJobDiscovery normal armv7k Compiling JSONFuture.swift, SmartJSONEncoder.swift, SmartKeyEncodingStrategy.swift, JSONParser.swift, JSONValue+Extension.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftDriverJobDiscovery normal armv7k Compiling JSONDecoderImpl+UnkeyedContainer.swift, JSONDecoderImpl+Unwrap.swift, JSONDecoderImpl.swift, KeysMapper.swift, SmartJSONDecoder.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftDriver\ Compilation SmartCodable normal armv7k com.apple.xcode.tools.swift.compiler (in target 'SmartCodable' from project 'SmartCodable')
    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 SmartCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/armv7k/SmartCodable.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-watchos5.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 -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/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/armv7k/SmartCodable-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/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/armv7k/SmartCodable.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/SmartCodable.build/Debug-watchos/SmartCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/armv7k/SmartCodable_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/SmartCodable.build/Debug-watchos/SmartCodable.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.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/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/armv7k/SmartCodable-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/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/armv7k/Binary/SmartCodable.o normal armv7k (in target 'SmartCodable' from project 'SmartCodable')
    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-watchos5.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/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/armv7k/SmartCodable.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/armv7k/SmartCodable_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/armv7k/SmartCodable_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/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/armv7k/SmartCodable.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/armv7k/Binary/SmartCodable.o
SwiftDriverJobDiscovery normal arm64_32 Compiling SmartFlat.swift, SmartPublished.swift, LogCache.swift, LogContainer.swift, LogItem.swift (in target 'SmartCodable' from project 'SmartCodable')
SwiftDriver\ Compilation SmartCodable normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'SmartCodable' from project 'SmartCodable')
    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 SmartCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64_32/SmartCodable.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-watchos5.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 -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/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64_32/SmartCodable-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/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64_32/SmartCodable.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/SmartCodable.build/Debug-watchos/SmartCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64_32/SmartCodable_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/SmartCodable.build/Debug-watchos/SmartCodable.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.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/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64_32/SmartCodable-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/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64_32/Binary/SmartCodable.o normal arm64_32 (in target 'SmartCodable' from project 'SmartCodable')
    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-watchos5.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/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64_32/SmartCodable.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64_32/SmartCodable_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64_32/SmartCodable_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/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64_32/SmartCodable.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64_32/Binary/SmartCodable.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SmartCodable.o normal arm64\ armv7k\ arm64_32 (in target 'SmartCodable' from project 'SmartCodable')
    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/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64/Binary/SmartCodable.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/armv7k/Binary/SmartCodable.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64_32/Binary/SmartCodable.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SmartCodable.o
ExtractAppIntentsMetadata (in target 'SmartCodable' from project 'SmartCodable')
    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 SmartCodable --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 5.0 --bundle-identifier spi-builder-workspace.SmartCodable --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SmartCodable.appintents --target-triple arm64-apple-watchos5.0 --target-triple armv7k-apple-watchos5.0 --target-triple arm64_32-apple-watchos5.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SmartCodable.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64/SmartCodable_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/armv7k/SmartCodable_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64_32/SmartCodable_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64/SmartCodable.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/armv7k/SmartCodable.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64_32/SmartCodable.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/SmartCodable.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/SmartCodable.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64/SmartCodable.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/armv7k/SmartCodable.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SmartCodable.build/Debug-watchos/SmartCodable.build/Objects-normal/arm64_32/SmartCodable.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-29 07:14:44.189 appintentsmetadataprocessor[750:4525] Starting appintentsmetadataprocessor export
2025-04-29 07:14:44.230 appintentsmetadataprocessor[750:4525] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SmartCodable.o (in target 'SmartCodable' from project 'SmartCodable')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SmartCodable.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SmartCodable",
  "name" : "SmartCodable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "5.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SmartCodable",
      "targets" : [
        "SmartCodable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SmartCodableTests",
      "module_type" : "SwiftTarget",
      "name" : "SmartCodableTests",
      "path" : "Tests",
      "sources" : [
        "Example.swift"
      ],
      "target_dependencies" : [
        "SmartCodable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SmartCodable",
      "module_type" : "SwiftTarget",
      "name" : "SmartCodable",
      "path" : "SmartCodable/Classes",
      "product_memberships" : [
        "SmartCodable"
      ],
      "sources" : [
        "Cache/Cachable.swift",
        "JSONDecoder/Decoder/DecodingCache.swift",
        "JSONDecoder/Decoder/DecodingError+Extension.swift",
        "JSONDecoder/Decoder/Impl/JSONDecoderImpl+KeyedContainer.swift",
        "JSONDecoder/Decoder/Impl/JSONDecoderImpl+SingleValueContainer.swift",
        "JSONDecoder/Decoder/Impl/JSONDecoderImpl+UnkeyedContainer.swift",
        "JSONDecoder/Decoder/Impl/JSONDecoderImpl+Unwrap.swift",
        "JSONDecoder/Decoder/Impl/JSONDecoderImpl.swift",
        "JSONDecoder/Decoder/KeysMapper.swift",
        "JSONDecoder/Decoder/SmartJSONDecoder.swift",
        "JSONDecoder/Decoder/SmartKeyDecodingStrategy.swift",
        "JSONDecoder/Patcher/Patcher+Provider.swift",
        "JSONDecoder/Patcher/Patcher+Transformer.swift",
        "JSONDecoder/Patcher/Patcher.swift",
        "JSONEncoder/Container/JSONKeyedEncodingContainer.swift",
        "JSONEncoder/Container/JSONSingleValueEncodingContainer.swift",
        "JSONEncoder/Container/JSONUnkeyedEncodingContainer.swift",
        "JSONEncoder/EncodingCache.swift",
        "JSONEncoder/Impl/JSONEncoderImpl.swift",
        "JSONEncoder/Impl/_SpecialTreatmentEncoder.swift",
        "JSONEncoder/JSONFuture.swift",
        "JSONEncoder/SmartJSONEncoder.swift",
        "JSONEncoder/SmartKeyEncodingStrategy.swift",
        "JSONValue/JSONParser.swift",
        "JSONValue/JSONValue+Extension.swift",
        "JSONValue/JSONValue.swift",
        "PropertyWrapper/IgnoredKey.swift",
        "PropertyWrapper/PropertyWrapperProtocol.swift",
        "PropertyWrapper/SmartAny/SmartAny.swift",
        "PropertyWrapper/SmartAny/SmartAnyImpl.swift",
        "PropertyWrapper/SmartFlat.swift",
        "PropertyWrapper/SmartPublished.swift",
        "Sentinel/LogCache.swift",
        "Sentinel/LogContainer.swift",
        "Sentinel/LogItem.swift",
        "Sentinel/SafeDictionary.swift",
        "Sentinel/SmartSentinel.swift",
        "SmartCodable/SmartCodable.swift",
        "SmartCodable/SmartDecodable.swift",
        "SmartCodable/SmartEncodable.swift",
        "SmartCodable/SmartUpdater.swift",
        "SmartType/SmartCaseDefaultable.swift",
        "SmartType/SmartColor.swift",
        "Transformer/ColorTransformer.swift",
        "Transformer/DataTransformer.swift",
        "Transformer/DateTransformer.swift",
        "Transformer/Transformer.swift",
        "Transformer/URLTransformer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.